2022-11-23T01:56:07.6170462Z Requested labels: windows.8xlarge.nvidia.gpu 2022-11-23T01:56:07.6170534Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:56:07.6170577Z Waiting for a runner to pick up this job... 2022-11-23T01:56:28.6109992Z Job is about to start running on the runner: i-0f9b51ad5b0b80fd9 (organization) 2022-11-23T01:56:32.4136426Z Current runner version: '2.299.1' 2022-11-23T01:56:32.4149188Z Runner name: 'i-0f9b51ad5b0b80fd9' 2022-11-23T01:56:32.4149749Z Runner group name: 'Default' 2022-11-23T01:56:32.4150406Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:56:32.4153163Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:56:32.4155719Z Actions: write 2022-11-23T01:56:32.4156051Z Checks: write 2022-11-23T01:56:32.4156375Z Contents: write 2022-11-23T01:56:32.4156701Z Deployments: write 2022-11-23T01:56:32.4157395Z Discussions: write 2022-11-23T01:56:32.4157670Z Issues: write 2022-11-23T01:56:32.4157972Z Metadata: read 2022-11-23T01:56:32.4158330Z Packages: write 2022-11-23T01:56:32.4158595Z Pages: write 2022-11-23T01:56:32.4158914Z PullRequests: write 2022-11-23T01:56:32.4159268Z RepositoryProjects: write 2022-11-23T01:56:32.4159640Z SecurityEvents: write 2022-11-23T01:56:32.4160045Z Statuses: write 2022-11-23T01:56:32.4162296Z ##[endgroup] 2022-11-23T01:56:32.4166293Z Secret source: Actions 2022-11-23T01:56:32.4169021Z Prepare workflow directory 2022-11-23T01:56:32.7536572Z Prepare all required actions 2022-11-23T01:56:32.7851689Z Getting action download info 2022-11-23T01:56:32.9821892Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:59:14.1226884Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:59:17.2842144Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:59:18.4104405Z Getting action download info 2022-11-23T01:59:18.5498539Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:59:19.4468558Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:59:19.4470922Z ##[group] Inputs 2022-11-23T01:59:19.4471298Z build-environment: win-vs2019-cuda11.7-py3 2022-11-23T01:59:19.4471590Z cuda-version: 11.7 2022-11-23T01:59:19.4472310Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 3, runner: "windows.8xlarge.nvidia.gpu" }, { config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-11-23T01:59:19.4472953Z sync-tag: 2022-11-23T01:59:19.4473185Z ##[endgroup] 2022-11-23T01:59:19.4473988Z Complete job name: win-vs2019-cuda11.7-py3 / test (default, 2, 3, windows.8xlarge.nvidia.gpu, mem_leak_check) 2022-11-23T01:59:19.6254312Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:59:19.6254802Z git config --global core.symlinks true 2022-11-23T01:59:19.6296004Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:59:19.6296372Z env: 2022-11-23T01:59:19.6296595Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:59:19.6296813Z ##[endgroup] 2022-11-23T01:59:20.7872491Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:59:20.7872907Z with: 2022-11-23T01:59:20.7873117Z no-sudo: true 2022-11-23T01:59:20.7873320Z submodules: recursive 2022-11-23T01:59:20.7873546Z fetch-depth: 0 2022-11-23T01:59:20.7873750Z env: 2022-11-23T01:59:20.7873942Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:59:20.7874170Z ##[endgroup] 2022-11-23T01:59:20.8301608Z ##[group]Run retry () { 2022-11-23T01:59:20.8301879Z retry () { 2022-11-23T01:59:20.8302161Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:59:20.8302416Z } 2022-11-23T01:59:20.8302686Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:59:20.8302943Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:59:20.8303332Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:59:20.8303613Z else 2022-11-23T01:59:20.8303903Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:59:20.8305497Z fi 2022-11-23T01:59:20.8305723Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:59:20.8343134Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:59:20.8343471Z env: 2022-11-23T01:59:20.8343685Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:59:20.8343912Z NO_SUDO: true 2022-11-23T01:59:20.8344101Z ##[endgroup] 2022-11-23T01:59:20.8737359Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:59:21.2075106Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:59:21.2075414Z with: 2022-11-23T01:59:21.2075644Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:59:21.2075874Z fetch-depth: 0 2022-11-23T01:59:21.2076093Z submodules: recursive 2022-11-23T01:59:21.2076319Z quiet-checkout: true 2022-11-23T01:59:21.2076550Z repository: pytorch/pytorch 2022-11-23T01:59:21.2076954Z token: *** 2022-11-23T01:59:21.2077162Z ssh-strict: true 2022-11-23T01:59:21.2077392Z persist-credentials: true 2022-11-23T01:59:21.2077627Z clean: true 2022-11-23T01:59:21.2077816Z lfs: false 2022-11-23T01:59:21.2078019Z set-safe-directory: true 2022-11-23T01:59:21.2078232Z env: 2022-11-23T01:59:21.2078432Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:59:21.2078636Z ##[endgroup] 2022-11-23T01:59:26.2990278Z Syncing repository: pytorch/pytorch 2022-11-23T01:59:26.2992073Z ##[group]Getting Git version info 2022-11-23T01:59:26.2992455Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:59:26.3161759Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:59:26.3441151Z git version 2.38.1.windows.1 2022-11-23T01:59:26.3495006Z ##[endgroup] 2022-11-23T01:59:26.3517518Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\0fcc3741-c985-4520-92f5-6ad987d15675\.gitconfig' 2022-11-23T01:59:26.3591272Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0fcc3741-c985-4520-92f5-6ad987d15675' before making global git config changes 2022-11-23T01:59:26.3592440Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:59:26.3602996Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:59:26.3996191Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:59:26.4009314Z ##[group]Initializing the repository 2022-11-23T01:59:26.4034559Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:59:26.4733778Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:59:26.4782790Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:59:26.5187804Z ##[endgroup] 2022-11-23T01:59:26.5196986Z ##[group]Disabling automatic garbage collection 2022-11-23T01:59:26.5197392Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:59:26.5539881Z ##[endgroup] 2022-11-23T01:59:26.5540444Z ##[group]Setting up auth 2022-11-23T01:59:26.5555354Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:59:26.5879642Z [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:59:28.1878885Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:59:28.2198314Z [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:59:28.8165370Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:59:28.8577112Z ##[endgroup] 2022-11-23T01:59:28.8577575Z ##[group]Fetching the repository 2022-11-23T01:59:28.8590849Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T02:01:24.6635811Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T02:01:24.6911412Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:01:24.6965836Z ##[endgroup] 2022-11-23T02:01:24.6966726Z ##[group]Determining the checkout info 2022-11-23T02:01:24.6967501Z ##[endgroup] 2022-11-23T02:01:24.6968284Z ##[group]Checking out the ref 2022-11-23T02:01:24.6975783Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:01:43.5703293Z ##[endgroup] 2022-11-23T02:01:43.5703983Z ##[group]Setting up auth for fetching submodules 2022-11-23T02:01:43.5717967Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T02:01:43.6143624Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T02:01:43.6500982Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T02:01:43.6837573Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T02:01:43.7144607Z ##[endgroup] 2022-11-23T02:01:43.7145064Z ##[group]Fetching submodules 2022-11-23T02:01:43.7153664Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T02:01:44.3112029Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T02:01:45.0554427Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T02:01:45.0555383Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T02:01:45.0559220Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T02:01:45.0559890Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T02:01:45.0560450Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T02:01:45.0561164Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T02:01:45.0561853Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T02:01:45.0563077Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T02:01:45.0563932Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T02:01:45.0564464Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T02:01:45.0565008Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T02:01:45.0565590Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T02:01:45.0566131Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T02:01:45.0566661Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T02:01:45.0567206Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T02:01:45.0567941Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T02:01:45.0568457Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T02:01:45.0569028Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:01:45.0569580Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T02:01:45.0570145Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T02:01:45.0570695Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T02:01:45.0571250Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T02:01:45.0571787Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T02:01:45.0572315Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T02:01:45.0572841Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T02:01:45.0573574Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T02:01:45.0574134Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T02:01:45.0574656Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T02:01:45.0575219Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T02:01:45.0575953Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T02:01:45.0576535Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T02:01:45.0577125Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T02:01:45.0577752Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T02:01:45.0578694Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T02:01:45.0840522Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T02:01:45.0841266Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T02:01:45.0842052Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T02:01:45.0842746Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T02:01:45.0843371Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T02:01:45.0843918Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T02:01:45.0844477Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T02:01:45.6475634Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T02:01:46.0727994Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T02:01:46.5275737Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T02:01:47.0859180Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T02:01:47.6372573Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T02:01:52.3282495Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T02:02:03.0479445Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T02:02:03.7087387Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T02:02:04.6596268Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T02:02:07.2904682Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T02:02:09.3305978Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T02:02:12.0393095Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T02:02:19.8417924Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T02:02:22.2639867Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T02:02:24.6345187Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T02:02:27.1515868Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T02:02:27.6625551Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T02:02:28.9563952Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T02:02:29.6294629Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T02:02:32.0388854Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T02:02:32.9646053Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T02:02:33.8373804Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T02:02:35.2439835Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T02:02:42.0790556Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T02:02:44.2135478Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T02:02:45.7517325Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T02:02:55.4325142Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T02:02:58.8400572Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T02:02:59.8564266Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T02:03:00.4014714Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T02:03:10.9579908Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T02:03:12.3089901Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T02:03:13.0148634Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T02:03:15.2873158Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T02:03:15.8558895Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T02:03:16.6812387Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T02:03:17.5846707Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T02:03:19.4320076Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T02:03:23.3097188Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T02:03:24.1829636Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T02:03:28.3003975Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T02:03:28.7116504Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T02:03:29.0129829Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T02:03:29.1677477Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T02:03:31.1846100Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T02:03:33.8415484Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T02:03:35.4149982Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T02:04:00.7906893Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T02:04:01.5318946Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T02:04:03.3871942Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T02:04:03.9136681Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T02:04:11.4768841Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T02:04:19.3747280Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T02:04:23.2415779Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T02:04:24.1712655Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T02:04:24.2425856Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:04:24.2427072Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:04:24.2428247Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:04:24.2429451Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:04:26.3677597Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T02:04:27.4058563Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T02:04:30.5015892Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T02:04:31.1059978Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T02:04:31.5602472Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T02:04:33.0619953Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T02:04:33.6841385Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T02:04:33.8866376Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T02:04:35.8443246Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T02:04:36.5481944Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T02:04:36.7253403Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T02:04:37.1739632Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T02:04:37.8599291Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T02:04:38.5028019Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T02:04:38.7318899Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T02:04:38.7517948Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T02:04:52.4403435Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T02:04:54.8521312Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T02:04:54.8740753Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:05:08.6371619Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T02:05:14.2252397Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T02:05:14.4332047Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T02:05:14.7589670Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T02:05:15.4928307Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T02:05:15.5165953Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:05:15.5166665Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:05:17.5798602Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T02:05:19.6329085Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T02:05:19.9306435Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T02:05:20.3500633Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T02:05:20.8385681Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T02:05:20.9798337Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T02:05:22.3531023Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T02:05:28.2729677Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T02:05:28.2988452Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T02:05:28.2989657Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T02:05:29.0835105Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T02:05:30.6854088Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T02:05:30.9859949Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T02:05:31.4590019Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T02:05:31.6185323Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T02:05:31.6400051Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:05:34.6781393Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T02:05:36.9943080Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T02:05:37.0215493Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:05:37.0216263Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:05:37.8512496Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T02:05:39.3524475Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T02:05:39.5467245Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T02:05:40.0499858Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T02:05:40.0717624Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:05:40.5949538Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T02:05:40.6946844Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T02:05:40.8212667Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T02:05:45.4342228Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T02:05:45.4634760Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:05:45.4635474Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T02:05:46.3040339Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T02:05:48.3728923Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T02:05:48.5666292Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T02:05:49.3776981Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T02:05:49.4846267Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T02:05:49.6267082Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T02:05:50.1729548Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T02:05:50.3287792Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T02:05:50.7723858Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T02:05:50.8960140Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T02:05:51.7380231Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T02:05:54.0863809Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T02:05:54.5756167Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T02:05:54.6108079Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:05:54.6109298Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:05:54.6110430Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:05:54.6111412Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:05:56.6590017Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T02:05:57.1896648Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T02:05:59.5608255Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T02:06:01.0440617Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T02:06:01.8172006Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T02:06:02.0452735Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T02:06:02.8419508Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T02:06:03.2579607Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T02:06:03.2821919Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:06:03.7867633Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T02:06:03.8892104Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T02:06:04.7351214Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T02:06:04.7660983Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T02:06:05.5357540Z Entering 'android/libs/fbjni' 2022-11-23T02:06:05.6022595Z Entering 'third_party/FP16' 2022-11-23T02:06:05.6653150Z Entering 'third_party/FXdiv' 2022-11-23T02:06:05.7343440Z Entering 'third_party/NNPACK' 2022-11-23T02:06:05.7990850Z Entering 'third_party/QNNPACK' 2022-11-23T02:06:05.8678332Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:06:05.9399966Z Entering 'third_party/XNNPACK' 2022-11-23T02:06:06.0090239Z Entering 'third_party/benchmark' 2022-11-23T02:06:06.0767446Z Entering 'third_party/cpuinfo' 2022-11-23T02:06:06.1432524Z Entering 'third_party/cub' 2022-11-23T02:06:06.2094372Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:06:06.2754051Z Entering 'third_party/cutlass' 2022-11-23T02:06:06.3468521Z Entering 'third_party/eigen' 2022-11-23T02:06:06.4301738Z Entering 'third_party/fbgemm' 2022-11-23T02:06:06.5013378Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:06:06.5734807Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:06:06.6416783Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:06:06.7092007Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:06:06.7770854Z Entering 'third_party/flatbuffers' 2022-11-23T02:06:06.8531084Z Entering 'third_party/fmt' 2022-11-23T02:06:06.9237798Z Entering 'third_party/foxi' 2022-11-23T02:06:06.9897294Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:06:07.0556708Z Entering 'third_party/gloo' 2022-11-23T02:06:07.1213736Z Entering 'third_party/googletest' 2022-11-23T02:06:07.1905741Z Entering 'third_party/ideep' 2022-11-23T02:06:07.2521567Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:06:07.3213416Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:06:07.3930436Z Entering 'third_party/ios-cmake' 2022-11-23T02:06:07.4582519Z Entering 'third_party/ittapi' 2022-11-23T02:06:07.5243488Z Entering 'third_party/kineto' 2022-11-23T02:06:07.5880774Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:06:07.6524480Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:06:07.7197989Z Entering 'third_party/nccl/nccl' 2022-11-23T02:06:07.8082161Z Entering 'third_party/neon2sse' 2022-11-23T02:06:07.8762035Z Entering 'third_party/nlohmann' 2022-11-23T02:06:07.9453725Z Entering 'third_party/onnx' 2022-11-23T02:06:08.0138004Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:06:08.0818985Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:06:08.1486315Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:06:08.2154936Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:06:08.2846879Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:06:08.3558301Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:06:08.4202689Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:06:08.4935734Z Entering 'third_party/pocketfft' 2022-11-23T02:06:08.5621625Z Entering 'third_party/protobuf' 2022-11-23T02:06:08.6301220Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:06:08.6940453Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:06:08.7623224Z Entering 'third_party/psimd' 2022-11-23T02:06:08.8297931Z Entering 'third_party/pthreadpool' 2022-11-23T02:06:08.8982842Z Entering 'third_party/pybind11' 2022-11-23T02:06:08.9653735Z Entering 'third_party/python-enum' 2022-11-23T02:06:09.0362989Z Entering 'third_party/python-peachpy' 2022-11-23T02:06:09.1022217Z Entering 'third_party/python-six' 2022-11-23T02:06:09.1696425Z Entering 'third_party/sleef' 2022-11-23T02:06:09.2358613Z Entering 'third_party/tbb' 2022-11-23T02:06:09.3076253Z Entering 'third_party/tensorpipe' 2022-11-23T02:06:09.3747316Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:06:09.4406991Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:06:09.5070050Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:06:09.5717447Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:06:09.6454382Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:06:09.7181402Z Entering 'third_party/zstd' 2022-11-23T02:06:09.7919063Z ##[endgroup] 2022-11-23T02:06:09.7921294Z ##[group]Persisting credentials for submodules 2022-11-23T02:06:09.7932344Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2022-11-23T02:06:10.4031076Z Entering 'android/libs/fbjni' 2022-11-23T02:06:10.4820125Z Entering 'third_party/FP16' 2022-11-23T02:06:10.5581047Z Entering 'third_party/FXdiv' 2022-11-23T02:06:10.6329275Z Entering 'third_party/NNPACK' 2022-11-23T02:06:10.7154895Z Entering 'third_party/QNNPACK' 2022-11-23T02:06:10.7952742Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:06:10.8728285Z Entering 'third_party/XNNPACK' 2022-11-23T02:06:10.9527789Z Entering 'third_party/benchmark' 2022-11-23T02:06:11.0365445Z Entering 'third_party/cpuinfo' 2022-11-23T02:06:11.1124385Z Entering 'third_party/cub' 2022-11-23T02:06:11.1902803Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:06:11.2682168Z Entering 'third_party/cutlass' 2022-11-23T02:06:11.3467740Z Entering 'third_party/eigen' 2022-11-23T02:06:11.4309173Z Entering 'third_party/fbgemm' 2022-11-23T02:06:11.5111070Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:06:11.5875181Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:06:11.6624817Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:06:11.7447963Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:06:11.8198244Z Entering 'third_party/flatbuffers' 2022-11-23T02:06:11.9019919Z Entering 'third_party/fmt' 2022-11-23T02:06:11.9789727Z Entering 'third_party/foxi' 2022-11-23T02:06:12.0762461Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:06:12.1571754Z Entering 'third_party/gloo' 2022-11-23T02:06:12.2318896Z Entering 'third_party/googletest' 2022-11-23T02:06:12.3091339Z Entering 'third_party/ideep' 2022-11-23T02:06:12.3859425Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:06:12.4593106Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:06:12.5445004Z Entering 'third_party/ios-cmake' 2022-11-23T02:06:12.6223552Z Entering 'third_party/ittapi' 2022-11-23T02:06:12.7036582Z Entering 'third_party/kineto' 2022-11-23T02:06:12.7801870Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:06:12.8578052Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:06:12.9361827Z Entering 'third_party/nccl/nccl' 2022-11-23T02:06:13.0123236Z Entering 'third_party/neon2sse' 2022-11-23T02:06:13.0934456Z Entering 'third_party/nlohmann' 2022-11-23T02:06:13.1737892Z Entering 'third_party/onnx' 2022-11-23T02:06:13.2491669Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:06:13.3291797Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:06:13.4093711Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:06:13.5121291Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:06:13.5918766Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:06:13.6710971Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:06:13.7488926Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:06:13.8350961Z Entering 'third_party/pocketfft' 2022-11-23T02:06:13.9157735Z Entering 'third_party/protobuf' 2022-11-23T02:06:13.9921727Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:06:14.0752751Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:06:14.1552389Z Entering 'third_party/psimd' 2022-11-23T02:06:14.2376346Z Entering 'third_party/pthreadpool' 2022-11-23T02:06:14.3158123Z Entering 'third_party/pybind11' 2022-11-23T02:06:14.3922685Z Entering 'third_party/python-enum' 2022-11-23T02:06:14.4709060Z Entering 'third_party/python-peachpy' 2022-11-23T02:06:14.5514597Z Entering 'third_party/python-six' 2022-11-23T02:06:14.6307054Z Entering 'third_party/sleef' 2022-11-23T02:06:14.7117800Z Entering 'third_party/tbb' 2022-11-23T02:06:14.7850095Z Entering 'third_party/tensorpipe' 2022-11-23T02:06:14.8640292Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:06:14.9405256Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:06:15.0216380Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:06:15.1005497Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:06:15.1824822Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:06:15.2681065Z Entering 'third_party/zstd' 2022-11-23T02:06:15.3589238Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2022-11-23T02:06:15.9708617Z Entering 'android/libs/fbjni' 2022-11-23T02:06:16.0668073Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T02:06:16.0902944Z Entering 'third_party/FP16' 2022-11-23T02:06:16.1754456Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T02:06:16.2045048Z Entering 'third_party/FXdiv' 2022-11-23T02:06:16.2972399Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T02:06:16.3192209Z Entering 'third_party/NNPACK' 2022-11-23T02:06:16.4035037Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T02:06:16.4279170Z Entering 'third_party/QNNPACK' 2022-11-23T02:06:16.5203364Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T02:06:16.5420955Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:06:16.6262277Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T02:06:16.6478793Z Entering 'third_party/XNNPACK' 2022-11-23T02:06:16.7399078Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T02:06:16.7677941Z Entering 'third_party/benchmark' 2022-11-23T02:06:16.8576403Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:06:16.8800565Z Entering 'third_party/cpuinfo' 2022-11-23T02:06:16.9645277Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T02:06:16.9861664Z Entering 'third_party/cub' 2022-11-23T02:06:17.0807029Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T02:06:17.1018273Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:06:17.1877230Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T02:06:17.2096921Z Entering 'third_party/cutlass' 2022-11-23T02:06:17.3021921Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T02:06:17.3244135Z Entering 'third_party/eigen' 2022-11-23T02:06:17.4079176Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T02:06:17.4339314Z Entering 'third_party/fbgemm' 2022-11-23T02:06:17.5225028Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T02:06:17.5435970Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:06:17.6349061Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T02:06:17.6574447Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:06:17.7451192Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T02:06:17.7680347Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:06:17.8560588Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:06:17.8799166Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:06:17.9706403Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T02:06:17.9933939Z Entering 'third_party/flatbuffers' 2022-11-23T02:06:18.0836006Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T02:06:18.1062236Z Entering 'third_party/fmt' 2022-11-23T02:06:18.1930403Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T02:06:18.2170449Z Entering 'third_party/foxi' 2022-11-23T02:06:18.3046447Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T02:06:18.3260147Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:06:18.4135644Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T02:06:18.4364413Z Entering 'third_party/gloo' 2022-11-23T02:06:18.5249833Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T02:06:18.5477976Z Entering 'third_party/googletest' 2022-11-23T02:06:18.6370350Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:06:18.6612484Z Entering 'third_party/ideep' 2022-11-23T02:06:18.7535345Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T02:06:18.7727498Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:06:18.8593011Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T02:06:18.8804532Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:06:18.9724764Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T02:06:18.9989354Z Entering 'third_party/ios-cmake' 2022-11-23T02:06:19.0900586Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T02:06:19.1112405Z Entering 'third_party/ittapi' 2022-11-23T02:06:19.2015925Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T02:06:19.2247204Z Entering 'third_party/kineto' 2022-11-23T02:06:19.3146454Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T02:06:19.3358644Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:06:19.4229266Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T02:06:19.4465174Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:06:19.5366494Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T02:06:19.5608863Z Entering 'third_party/nccl/nccl' 2022-11-23T02:06:19.6488281Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T02:06:19.6733407Z Entering 'third_party/neon2sse' 2022-11-23T02:06:19.7626641Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T02:06:19.7902849Z Entering 'third_party/nlohmann' 2022-11-23T02:06:19.8765830Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T02:06:19.9005993Z Entering 'third_party/onnx' 2022-11-23T02:06:19.9916943Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T02:06:20.0153252Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:06:20.1040340Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:06:20.1282439Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:06:20.2138961Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:06:20.2386114Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:06:20.3285785Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T02:06:20.3490348Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:06:20.4383211Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T02:06:20.4605976Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:06:20.5551881Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:06:20.5784222Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:06:20.6659690Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:06:20.6890893Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:06:20.7814347Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T02:06:20.8097459Z Entering 'third_party/pocketfft' 2022-11-23T02:06:20.9002892Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T02:06:20.9229203Z Entering 'third_party/protobuf' 2022-11-23T02:06:21.0115337Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T02:06:21.0337045Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:06:21.1219509Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T02:06:21.1457755Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:06:21.2327341Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:06:21.2571166Z Entering 'third_party/psimd' 2022-11-23T02:06:21.3458145Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T02:06:21.3708970Z Entering 'third_party/pthreadpool' 2022-11-23T02:06:21.4582105Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T02:06:21.4819670Z Entering 'third_party/pybind11' 2022-11-23T02:06:21.5737209Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:06:21.5970420Z Entering 'third_party/python-enum' 2022-11-23T02:06:21.6867492Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T02:06:21.7126365Z Entering 'third_party/python-peachpy' 2022-11-23T02:06:21.8004882Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T02:06:21.8223894Z Entering 'third_party/python-six' 2022-11-23T02:06:21.9118664Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T02:06:21.9334657Z Entering 'third_party/sleef' 2022-11-23T02:06:22.0201571Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T02:06:22.0446365Z Entering 'third_party/tbb' 2022-11-23T02:06:22.1281138Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T02:06:22.1506153Z Entering 'third_party/tensorpipe' 2022-11-23T02:06:22.2389184Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T02:06:22.2592798Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:06:22.3448095Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T02:06:22.3718294Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:06:22.4594698Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T02:06:22.4824329Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:06:22.5712205Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T02:06:22.5948096Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:06:22.6810187Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T02:06:22.7000560Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:06:22.8007702Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T02:06:22.8271224Z Entering 'third_party/zstd' 2022-11-23T02:06:22.9159001Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T02:06:23.3516036Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-11-23T02:06:23.9650064Z Entering 'android/libs/fbjni' 2022-11-23T02:06:24.0329237Z Entering 'third_party/FP16' 2022-11-23T02:06:24.0999862Z Entering 'third_party/FXdiv' 2022-11-23T02:06:24.1781570Z Entering 'third_party/NNPACK' 2022-11-23T02:06:24.2495347Z Entering 'third_party/QNNPACK' 2022-11-23T02:06:24.3190881Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:06:24.3925072Z Entering 'third_party/XNNPACK' 2022-11-23T02:06:24.4639108Z Entering 'third_party/benchmark' 2022-11-23T02:06:24.5324719Z Entering 'third_party/cpuinfo' 2022-11-23T02:06:24.6032482Z Entering 'third_party/cub' 2022-11-23T02:06:24.6682273Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:06:24.7334798Z Entering 'third_party/cutlass' 2022-11-23T02:06:24.8041666Z Entering 'third_party/eigen' 2022-11-23T02:06:24.8745952Z Entering 'third_party/fbgemm' 2022-11-23T02:06:24.9418430Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:06:25.0125309Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:06:25.0811346Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:06:25.1481472Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:06:25.2161337Z Entering 'third_party/flatbuffers' 2022-11-23T02:06:25.2824242Z Entering 'third_party/fmt' 2022-11-23T02:06:25.3488544Z Entering 'third_party/foxi' 2022-11-23T02:06:25.4184573Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:06:25.4875948Z Entering 'third_party/gloo' 2022-11-23T02:06:25.5603176Z Entering 'third_party/googletest' 2022-11-23T02:06:25.6332465Z Entering 'third_party/ideep' 2022-11-23T02:06:25.7010013Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:06:25.7725333Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:06:25.8424375Z Entering 'third_party/ios-cmake' 2022-11-23T02:06:25.9084036Z Entering 'third_party/ittapi' 2022-11-23T02:06:25.9744556Z Entering 'third_party/kineto' 2022-11-23T02:06:26.0371531Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:06:26.1047757Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:06:26.1726168Z Entering 'third_party/nccl/nccl' 2022-11-23T02:06:26.2419757Z Entering 'third_party/neon2sse' 2022-11-23T02:06:26.3129191Z Entering 'third_party/nlohmann' 2022-11-23T02:06:26.3823329Z Entering 'third_party/onnx' 2022-11-23T02:06:26.4476434Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:06:26.5230733Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:06:26.5950900Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:06:26.6607765Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:06:26.7314906Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:06:26.7991103Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:06:26.8603541Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:06:26.9366593Z Entering 'third_party/pocketfft' 2022-11-23T02:06:27.0021864Z Entering 'third_party/protobuf' 2022-11-23T02:06:27.0677386Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:06:27.1372480Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:06:27.2094522Z Entering 'third_party/psimd' 2022-11-23T02:06:27.2753375Z Entering 'third_party/pthreadpool' 2022-11-23T02:06:27.3427646Z Entering 'third_party/pybind11' 2022-11-23T02:06:27.4087396Z Entering 'third_party/python-enum' 2022-11-23T02:06:27.4839261Z Entering 'third_party/python-peachpy' 2022-11-23T02:06:27.5480654Z Entering 'third_party/python-six' 2022-11-23T02:06:27.6158675Z Entering 'third_party/sleef' 2022-11-23T02:06:27.6856039Z Entering 'third_party/tbb' 2022-11-23T02:06:27.7510180Z Entering 'third_party/tensorpipe' 2022-11-23T02:06:27.8145345Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:06:27.8796834Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:06:27.9481639Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:06:28.0128098Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:06:28.0786827Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:06:28.1483134Z Entering 'third_party/zstd' 2022-11-23T02:06:28.2260447Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2022-11-23T02:06:28.8345706Z Entering 'android/libs/fbjni' 2022-11-23T02:06:28.8985585Z Entering 'third_party/FP16' 2022-11-23T02:06:28.9711260Z Entering 'third_party/FXdiv' 2022-11-23T02:06:29.0363989Z Entering 'third_party/NNPACK' 2022-11-23T02:06:29.1024986Z Entering 'third_party/QNNPACK' 2022-11-23T02:06:29.1798888Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T02:06:29.2473546Z Entering 'third_party/XNNPACK' 2022-11-23T02:06:29.3176049Z Entering 'third_party/benchmark' 2022-11-23T02:06:29.3859023Z Entering 'third_party/cpuinfo' 2022-11-23T02:06:29.4526963Z Entering 'third_party/cub' 2022-11-23T02:06:29.5179492Z Entering 'third_party/cudnn_frontend' 2022-11-23T02:06:29.5805225Z Entering 'third_party/cutlass' 2022-11-23T02:06:29.6429975Z Entering 'third_party/eigen' 2022-11-23T02:06:29.7078806Z Entering 'third_party/fbgemm' 2022-11-23T02:06:29.7726415Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T02:06:29.8427300Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T02:06:29.9156578Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T02:06:29.9851912Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T02:06:30.0523010Z Entering 'third_party/flatbuffers' 2022-11-23T02:06:30.1302223Z Entering 'third_party/fmt' 2022-11-23T02:06:30.1949734Z Entering 'third_party/foxi' 2022-11-23T02:06:30.2649313Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T02:06:30.3335105Z Entering 'third_party/gloo' 2022-11-23T02:06:30.4036451Z Entering 'third_party/googletest' 2022-11-23T02:06:30.4714518Z Entering 'third_party/ideep' 2022-11-23T02:06:30.5377501Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T02:06:30.6039642Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T02:06:30.6754710Z Entering 'third_party/ios-cmake' 2022-11-23T02:06:30.7405186Z Entering 'third_party/ittapi' 2022-11-23T02:06:30.8114983Z Entering 'third_party/kineto' 2022-11-23T02:06:30.8790086Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T02:06:30.9451648Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T02:06:31.0149135Z Entering 'third_party/nccl/nccl' 2022-11-23T02:06:31.0792324Z Entering 'third_party/neon2sse' 2022-11-23T02:06:31.1471304Z Entering 'third_party/nlohmann' 2022-11-23T02:06:31.2133039Z Entering 'third_party/onnx' 2022-11-23T02:06:31.2829822Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T02:06:31.3547178Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T02:06:31.4246478Z Entering 'third_party/onnx-tensorrt' 2022-11-23T02:06:31.4863035Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T02:06:31.5528699Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T02:06:31.6361930Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T02:06:31.7052984Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T02:06:31.7791618Z Entering 'third_party/pocketfft' 2022-11-23T02:06:31.8445518Z Entering 'third_party/protobuf' 2022-11-23T02:06:31.9119908Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T02:06:31.9792715Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T02:06:32.0509403Z Entering 'third_party/psimd' 2022-11-23T02:06:32.1188289Z Entering 'third_party/pthreadpool' 2022-11-23T02:06:32.1866971Z Entering 'third_party/pybind11' 2022-11-23T02:06:32.2531317Z Entering 'third_party/python-enum' 2022-11-23T02:06:32.3174290Z Entering 'third_party/python-peachpy' 2022-11-23T02:06:32.3855355Z Entering 'third_party/python-six' 2022-11-23T02:06:32.4523685Z Entering 'third_party/sleef' 2022-11-23T02:06:32.5199132Z Entering 'third_party/tbb' 2022-11-23T02:06:32.5874195Z Entering 'third_party/tensorpipe' 2022-11-23T02:06:32.6501343Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T02:06:32.7149234Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T02:06:32.7806810Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T02:06:32.8453554Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T02:06:32.9120312Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T02:06:32.9871604Z Entering 'third_party/zstd' 2022-11-23T02:06:33.0617417Z ##[endgroup] 2022-11-23T02:06:33.1007771Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T02:06:33.1318852Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T02:06:33.2690997Z Prepare all required actions 2022-11-23T02:06:33.2691537Z Getting action download info 2022-11-23T02:06:33.7052680Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T02:06:34.9038542Z ##[group]Run ./.github/actions/setup-win 2022-11-23T02:06:34.9039039Z with: 2022-11-23T02:06:34.9039405Z cuda-version: 11.7 2022-11-23T02:06:34.9039824Z env: 2022-11-23T02:06:34.9040241Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:06:34.9040659Z ##[endgroup] 2022-11-23T02:06:34.9314002Z ##[group]Run set -euo pipefail 2022-11-23T02:06:34.9314537Z set -euo pipefail 2022-11-23T02:06:34.9315036Z function get_ec2_metadata() { 2022-11-23T02:06:34.9315630Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T02:06:34.9316521Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T02:06:34.9317439Z  category=$1 2022-11-23T02:06:34.9318233Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T02:06:34.9318827Z } 2022-11-23T02:06:34.9319287Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T02:06:34.9319922Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T02:06:34.9320597Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T02:06:34.9321206Z echo "system info $(uname -a)" 2022-11-23T02:06:34.9372976Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:06:34.9373320Z env: 2022-11-23T02:06:34.9373526Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:06:34.9373768Z ##[endgroup] 2022-11-23T02:06:35.0110347Z ami-id: ami-0bac16a0d43e93376 2022-11-23T02:06:35.0378502Z instance-id: i-0f9b51ad5b0b80fd9 2022-11-23T02:06:35.0680518Z instance-type: p3.2xlarge 2022-11-23T02:06:35.1065019Z system info MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys 2022-11-23T02:06:35.1290195Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T02:06:35.1290844Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T02:06:35.1319201Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:06:35.1319556Z env: 2022-11-23T02:06:35.1319783Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:06:35.1320025Z ##[endgroup] 2022-11-23T02:06:36.5083480Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:06:36.6756247Z Finished 2022-11-23T02:06:36.7556418Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T02:06:36.7556931Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T02:06:36.7585103Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:06:36.7585455Z env: 2022-11-23T02:06:36.7585682Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:06:36.7586045Z ##[endgroup] 2022-11-23T02:06:37.2711524Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:06:37.4609302Z Finished 2022-11-23T02:06:38.3279778Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T02:06:38.3280135Z .\.circleci\scripts\vs_install.ps1 2022-11-23T02:06:38.3308653Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:06:38.3308983Z env: 2022-11-23T02:06:38.3309195Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:06:38.3309417Z VS_VERSION: 16.8.6 2022-11-23T02:06:38.3309648Z INSTALL_WINDOWS_SDK: 1 2022-11-23T02:06:38.3309870Z ##[endgroup] 2022-11-23T02:06:38.9347844Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:06:39.0957200Z Finished 2022-11-23T02:06:39.4506513Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T02:06:39.5458672Z ##[group]Run .circleci/scripts/windows_cuda_install.sh 2022-11-23T02:06:39.5459040Z .circleci/scripts/windows_cuda_install.sh 2022-11-23T02:06:39.5459352Z .circleci/scripts/windows_cudnn_install.sh 2022-11-23T02:06:39.5494250Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:06:39.5494592Z env: 2022-11-23T02:06:39.5494792Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:06:39.5495033Z CUDA_VERSION: 11.7 2022-11-23T02:06:39.5495254Z ##[endgroup] 2022-11-23T02:06:39.6601702Z + case ${CUDA_VERSION} in 2022-11-23T02:06:39.6602305Z + cuda_installer_name=cuda_11.7.0_516.01_windows 2022-11-23T02:06:39.6602975Z + cuda_install_packages='thrust_11.7 nvcc_11.7 cuobjdump_11.7 nvprune_11.7 nvprof_11.7 cupti_11.7 cublas_11.7 cublas_dev_11.7 cudart_11.7 cufft_11.7 cufft_dev_11.7 curand_11.7 curand_dev_11.7 cusolver_11.7 cusolver_dev_11.7 cusparse_11.7 cusparse_dev_11.7 npp_11.7 npp_dev_11.7 nvrtc_11.7 nvrtc_dev_11.7 nvml_dev_11.7' 2022-11-23T02:06:39.6603622Z + [[ -f /c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe ]] 2022-11-23T02:06:39.6604332Z + echo 'Existing CUDA v11.7 installation found, skipping install' 2022-11-23T02:06:39.6604713Z Existing CUDA v11.7 installation found, skipping install 2022-11-23T02:06:39.6605513Z + [[ -f /c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64/nvToolsExt64_1.dll ]] 2022-11-23T02:06:39.6913894Z + echo 'Existing nvtools installation found, skipping install' 2022-11-23T02:06:39.6914988Z Existing nvtools installation found, skipping install 2022-11-23T02:06:39.7240596Z + windows_s3_link=https://ossci-windows.s3.amazonaws.com 2022-11-23T02:06:39.7241596Z + case ${CUDA_VERSION} in 2022-11-23T02:06:39.7242250Z + cudnn_file_name=cudnn-windows-x86_64-8.5.0.96_cuda11-archive 2022-11-23T02:06:39.7243134Z + cudnn_installer_name=cudnn_installer.zip 2022-11-23T02:06:39.7243617Z + cudnn_installer_link=https://ossci-windows.s3.amazonaws.com/cudnn-windows-x86_64-8.5.0.96_cuda11-archive.zip 2022-11-23T02:06:39.7244348Z + cudnn_install_folder='C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/' 2022-11-23T02:06:39.7244832Z + [[ -f C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7//include/cudnn.h ]] 2022-11-23T02:06:39.7324701Z + echo 'Existing cudnn installation found, skipping install...' 2022-11-23T02:06:39.7326733Z Existing cudnn installation found, skipping install... 2022-11-23T02:06:39.7642206Z ##[group]Run actions/setup-python@v4 2022-11-23T02:06:39.7642459Z with: 2022-11-23T02:06:39.7642657Z python-version: 3.x 2022-11-23T02:06:39.7642904Z check-latest: false 2022-11-23T02:06:39.7643127Z cache: pip 2022-11-23T02:06:39.7643542Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T02:06:39.7644147Z token: *** 2022-11-23T02:06:39.7644393Z update-environment: true 2022-11-23T02:06:39.7644627Z env: 2022-11-23T02:06:39.7644821Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:06:39.7645061Z ##[endgroup] 2022-11-23T02:06:40.4257757Z Version 3.x was not found in the local cache 2022-11-23T02:06:40.7180421Z Version 3.x is available for downloading 2022-11-23T02:06:40.7182088Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-11-23T02:06:41.1066215Z Extract downloaded archive 2022-11-23T02:06:41.1234497Z [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\616cc245-4001-4ab5-b246-8ad0702fdba5', 'C:\actions-runner\_work\_temp\0fee2acd-06d7-4b69-8553-f876a0b8789b')" 2022-11-23T02:06:42.2920845Z Execute installation script 2022-11-23T02:06:43.0045939Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:06:43.1911419Z Finished 2022-11-23T02:06:43.2457888Z Check if Python hostedtoolcache folder exist... 2022-11-23T02:06:43.2458547Z 2022-11-23T02:06:43.2477417Z Create Python toolcache folder 2022-11-23T02:06:43.2477987Z 2022-11-23T02:06:43.2516470Z Check if current Python version is installed... 2022-11-23T02:06:43.2517006Z 2022-11-23T02:06:43.2548657Z No Python3.11.* found 2022-11-23T02:06:43.2550423Z 2022-11-23T02:06:43.2557983Z Remove registry entries for Python 3.11(x64)... 2022-11-23T02:06:43.2559451Z 2022-11-23T02:06:43.7059220Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T02:06:43.7059672Z 2022-11-23T02:06:43.7083261Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:06:43.7084096Z 2022-11-23T02:06:43.7376031Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T02:06:43.7378881Z 2022-11-23T02:07:31.0673452Z Create python3 symlink 2022-11-23T02:07:31.0675501Z 2022-11-23T02:07:31.1200009Z 2022-11-23T02:07:31.1205728Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:07:31.1206347Z 2022-11-23T02:07:31.1212435Z Mode LastWriteTime Length Name 2022-11-23T02:07:31.1216774Z ---- ------------- ------ ---- 2022-11-23T02:07:31.1222774Z -a---l 11/23/2022 2:07 AM 0 python3.exe 2022-11-23T02:07:31.1230924Z Install and upgrade Pip 2022-11-23T02:07:31.1231914Z 2022-11-23T02:07:34.1300499Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmple474b9x 2022-11-23T02:07:34.1330559Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T02:07:34.1345575Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T02:07:35.1706123Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T02:07:35.3083880Z Collecting pip 2022-11-23T02:07:35.3543969Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T02:07:35.4710544Z 2022-11-23T02:07:35.4712799Z ---------------------------------------- 2.1/2.1 MB 2022-11-23T02:07:35.4713510Z 18.7 MB/s eta 0:00:00 2022-11-23T02:07:35.4715437Z 2022-11-23T02:07:35.5668955Z Installing collected packages: pip 2022-11-23T02:07:35.5671065Z Attempting uninstall: pip 2022-11-23T02:07:35.5712960Z Found existing installation: pip 22.3 2022-11-23T02:07:36.2518308Z Uninstalling pip-22.3: 2022-11-23T02:07:36.2864889Z Successfully uninstalled pip-22.3 2022-11-23T02:07:42.0579682Z Successfully installed pip-22.3.1 2022-11-23T02:07:42.2559761Z Create complete file 2022-11-23T02:07:42.2560493Z 2022-11-23T02:07:42.2577384Z 2022-11-23T02:07:42.2577491Z 2022-11-23T02:07:42.3005239Z Successfully set up CPython (3.11.0) 2022-11-23T02:08:08.5959105Z Received 11658366 of 11658366 (100.0%), 59.1 MBs/sec 2022-11-23T02:08:08.5962109Z Cache Size: ~11 MB (11658366 B) 2022-11-23T02:08:08.6019845Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/5add46b6-1171-4516-9b6b-f36f98623872/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T02:08:08.7622814Z Cache restored successfully 2022-11-23T02:08:08.7657622Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T02:08:08.8544545Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T02:08:08.8544937Z with: 2022-11-23T02:08:08.8545620Z github-secret: *** 2022-11-23T02:08:08.8546209Z activate-with-label: false 2022-11-23T02:08:08.8546703Z label: with-ssh 2022-11-23T02:08:08.8547221Z remove-existing-keys: true 2022-11-23T02:08:08.8547753Z env: 2022-11-23T02:08:08.8548106Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:08:08.8548457Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:08.8548905Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:08:08.8549358Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:08.8549771Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:08.8550171Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:08.8550473Z ##[endgroup] 2022-11-23T02:08:09.0785818Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T02:08:09.1100991Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T02:08:09.1101514Z python3 -m pip install psutil==5.9.1 2022-11-23T02:08:09.1101881Z python3 -m pip install pynvml==11.4.1 2022-11-23T02:08:09.1102288Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T02:08:09.1102665Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T02:08:09.1142278Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:08:09.1142667Z env: 2022-11-23T02:08:09.1142879Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:08:09.1143275Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:09.1143751Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:08:09.1144204Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:09.1144699Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:09.1145140Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:09.1145424Z ##[endgroup] 2022-11-23T02:08:10.2194752Z Collecting psutil==5.9.1 2022-11-23T02:08:10.2664411Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T02:08:10.3002260Z ------------------------------------- 479.1/479.1 kB 31.3 MB/s eta 0:00:00 2022-11-23T02:08:10.5871869Z Installing build dependencies: started 2022-11-23T02:08:15.7396861Z Installing build dependencies: finished with status 'done' 2022-11-23T02:08:15.7423376Z Getting requirements to build wheel: started 2022-11-23T02:08:16.9071258Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T02:08:16.9193919Z Preparing metadata (pyproject.toml): started 2022-11-23T02:08:17.8615794Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T02:08:17.8997405Z Building wheels for collected packages: psutil 2022-11-23T02:08:17.9030758Z Building wheel for psutil (pyproject.toml): started 2022-11-23T02:08:36.6316333Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T02:08:36.6482256Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246140 sha256=6f2b376c142c0c7b8d4755b5a8741f15f2dee7bdf357d9f2b1e7044b29ec740c 2022-11-23T02:08:36.6484801Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T02:08:36.6601096Z Successfully built psutil 2022-11-23T02:08:36.7350816Z Installing collected packages: psutil 2022-11-23T02:08:37.4816622Z Successfully installed psutil-5.9.1 2022-11-23T02:08:38.8769815Z Collecting pynvml==11.4.1 2022-11-23T02:08:38.9133108Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T02:08:38.9284301Z ---------------------------------------- 47.0/47.0 kB 2.3 MB/s eta 0:00:00 2022-11-23T02:08:39.0247556Z Installing collected packages: pynvml 2022-11-23T02:08:39.1743021Z Successfully installed pynvml-11.4.1 2022-11-23T02:08:39.3361273Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T02:08:39.3361685Z with: 2022-11-23T02:08:39.3361936Z name: win-vs2019-cuda11.7-py3 2022-11-23T02:08:39.3362350Z path: C:\3528394938\build-results 2022-11-23T02:08:39.3362751Z s3-bucket: gha-artifacts 2022-11-23T02:08:39.3362983Z region: us-east-1 2022-11-23T02:08:39.3363202Z env: 2022-11-23T02:08:39.3363428Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:08:39.3363769Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:39.3364198Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:08:39.3364619Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:39.3364984Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:39.3365371Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:39.3365676Z ##[endgroup] 2022-11-23T02:08:40.8483582Z Found 3 objects with prefix pytorch/pytorch/3528394938/win-vs2019-cuda11.7-py3/ 2022-11-23T02:08:40.8492578Z Starting download (1/3): C:\3528394938\build-results\.ninja_log 2022-11-23T02:08:40.9789072Z Finished download (1/3): C:\3528394938\build-results\.ninja_log 2022-11-23T02:08:40.9790976Z Starting download (2/3): C:\3528394938\build-results\.pytorch-test-times.json 2022-11-23T02:08:41.0773054Z Finished download (2/3): C:\3528394938\build-results\.pytorch-test-times.json 2022-11-23T02:08:41.0776830Z Starting download (3/3): C:\3528394938\build-results\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:08:42.9389654Z Finished download (3/3): C:\3528394938\build-results\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:08:42.9390052Z 2022-11-23T02:08:42.9413831Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-11-23T02:08:42.9425711Z Artifact download has finished successfully 2022-11-23T02:08:42.9973655Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T02:08:42.9974263Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T02:08:43.0026883Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:08:43.0027242Z env: 2022-11-23T02:08:43.0027474Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:08:43.0027957Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:43.0028425Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:08:43.0028816Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:43.0029338Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:43.0029844Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:43.0030149Z ##[endgroup] 2022-11-23T02:08:43.5571341Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:08:43.7108893Z Finished 2022-11-23T02:08:44.1152609Z Folder PATH listing 2022-11-23T02:08:44.1153055Z Volume serial number is 000001D3 0241:89EB 2022-11-23T02:08:44.1153331Z C:\3528394938\BUILD-RESULTS 2022-11-23T02:08:44.1164108Z .ninja_log 2022-11-23T02:08:44.1164859Z .pytorch-test-times.json 2022-11-23T02:08:44.1169033Z win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:08:44.1169832Z 2022-11-23T02:08:44.1170226Z No subfolders exist 2022-11-23T02:08:44.1170487Z 2022-11-23T02:08:44.1649585Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T02:08:44.1651963Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T02:08:44.1652308Z  2022-11-23T02:08:44.1652621Z # sanitize the input commit message and PR body here: 2022-11-23T02:08:44.1652941Z # 2022-11-23T02:08:44.1653285Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T02:08:44.1653793Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T02:08:44.1654246Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T02:08:44.1654590Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T02:08:44.1654859Z  2022-11-23T02:08:44.1655242Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T02:08:44.1655688Z # wreak havoc internally 2022-11-23T02:08:44.1656009Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T02:08:44.1658038Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T02:08:44.1658341Z  2022-11-23T02:08:44.1658618Z .jenkins/pytorch/win-test.sh 2022-11-23T02:08:44.1706696Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:08:44.1707087Z env: 2022-11-23T02:08:44.1707361Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:08:44.1709543Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:44.1710058Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:08:44.1710478Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:44.1710908Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:44.1711338Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:08:44.1711676Z USE_CUDA: 1 2022-11-23T02:08:44.1711928Z INSTALL_WINDOWS_SDK: 1 2022-11-23T02:08:44.1712178Z PYTHON_VERSION: 3.8 2022-11-23T02:08:44.1712472Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T02:08:44.1712783Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T02:08:44.1713090Z VC_PRODUCT: BuildTools 2022-11-23T02:08:44.1713368Z VC_VERSION: 2022-11-23T02:08:44.1713591Z VS_VERSION: 16.8.6 2022-11-23T02:08:44.1713854Z VC_YEAR: 2019 2022-11-23T02:08:44.1714135Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T02:08:44.1716316Z PR_NUMBER: 2022-11-23T02:08:44.1716621Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:08:44.1716928Z CUDA_VERSION: 11.7 2022-11-23T02:08:44.1717220Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528394938/build-results/ 2022-11-23T02:08:44.1717635Z BUILD_ENVIRONMENT: win-vs2019-cuda11.7-py3 2022-11-23T02:08:44.1718052Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T02:08:44.1718411Z SHARD_NUMBER: 2 2022-11-23T02:08:44.1718680Z NUM_TEST_SHARDS: 3 2022-11-23T02:08:44.1718912Z TEST_CONFIG: default 2022-11-23T02:08:44.1719162Z PR_BODY: 2022-11-23T02:08:44.1719423Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T02:08:44.1719736Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 1 2022-11-23T02:08:44.1720056Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T02:08:44.1720300Z ##[endgroup] 2022-11-23T02:08:44.3140927Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T02:08:44.3929958Z ++ cd .jenkins/pytorch 2022-11-23T02:08:44.3942006Z ++ pwd 2022-11-23T02:08:44.3951365Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T02:08:44.3952578Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T02:08:44.4085166Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T02:08:44.4245406Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T02:08:44.4260213Z +++ declare -f -t trap_add 2022-11-23T02:08:44.4271599Z ++ set -ex 2022-11-23T02:08:44.4272368Z ++ [[ win-vs2019-cuda11.7-py3 == *rocm* ]] 2022-11-23T02:08:44.4272960Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T02:08:44.4387782Z ++ git rev-parse HEAD 2022-11-23T02:08:44.4819606Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:08:44.4820347Z + export IMAGE_COMMIT_ID 2022-11-23T02:08:44.4821240Z + export IMAGE_COMMIT_TAG=win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:08:44.4822332Z + IMAGE_COMMIT_TAG=win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:08:44.4823267Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T02:08:44.4823968Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T02:08:44.4825165Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T02:08:44.4931684Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T02:08:44.5476703Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T02:08:44.5477445Z + export TMP_DIR_WIN 2022-11-23T02:08:44.5478068Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T02:08:44.5478750Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T02:08:44.5578182Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T02:08:44.5774847Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T02:08:44.5776832Z + export PROJECT_DIR_WIN 2022-11-23T02:08:44.5777613Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T02:08:44.5778324Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T02:08:44.5900420Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T02:08:44.6080445Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T02:08:44.6081126Z + export TEST_DIR_WIN 2022-11-23T02:08:44.6081775Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528394938/build-results/ 2022-11-23T02:08:44.6082479Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528394938/build-results/ 2022-11-23T02:08:44.6192699Z ++ cygpath -w /c/3528394938/build-results/ 2022-11-23T02:08:44.6383024Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528394938\build-results\' 2022-11-23T02:08:44.6383879Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T02:08:44.6384659Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T02:08:44.6830952Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T02:08:44.6832191Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T02:08:44.7183262Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T02:08:44.7593499Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T02:08:44.7597947Z + '[' -n '' ']' 2022-11-23T02:08:44.7599116Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T02:08:44.7600210Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T02:08:44.7601113Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T02:08:44.7601998Z + [[ win-vs2019-cuda11.7-py3 == *cuda* ]] 2022-11-23T02:08:44.7602722Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T02:08:44.7603421Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T02:08:44.7604016Z + run_tests 2022-11-23T02:08:44.7604871Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T02:08:44.7605896Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T02:08:44.7608906Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T02:08:46.9515226Z Wed Nov 23 02:08:45 2022 2022-11-23T02:08:46.9516151Z +-----------------------------------------------------------------------------+ 2022-11-23T02:08:46.9517939Z | NVIDIA-SMI 462.31 Driver Version: 462.31 CUDA Version: 11.2 | 2022-11-23T02:08:46.9518675Z |-------------------------------+----------------------+----------------------+ 2022-11-23T02:08:46.9519153Z | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-11-23T02:08:46.9519616Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-11-23T02:08:46.9520031Z | | | MIG M. | 2022-11-23T02:08:46.9520382Z |===============================+======================+======================| 2022-11-23T02:08:46.9808065Z | 0 Tesla V100-SXM2... TCC | 00000000:00:1E.0 Off | 0 | 2022-11-23T02:08:46.9808984Z | N/A 17C P0 21W / 300W | 0MiB / 16258MiB | 0% Default | 2022-11-23T02:08:46.9809348Z | | | N/A | 2022-11-23T02:08:46.9809867Z +-------------------------------+----------------------+----------------------+ 2022-11-23T02:08:46.9810293Z 2022-11-23T02:08:46.9810698Z +-----------------------------------------------------------------------------+ 2022-11-23T02:08:46.9811194Z | Processes: | 2022-11-23T02:08:46.9811877Z | GPU GI CI PID Type Process name GPU Memory | 2022-11-23T02:08:46.9812277Z | ID ID Usage | 2022-11-23T02:08:46.9812620Z |=============================================================================| 2022-11-23T02:08:46.9812990Z | No running processes found | 2022-11-23T02:08:46.9813422Z +-----------------------------------------------------------------------------+ 2022-11-23T02:08:47.0270447Z + break 2022-11-23T02:08:47.0271075Z + [[ default == *functorch* ]] 2022-11-23T02:08:47.0271636Z + [[ 3 -eq 1 ]] 2022-11-23T02:08:47.0272406Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-11-23T02:08:47.0580459Z 2022-11-23T02:08:47.0581356Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T02:08:47.0600489Z 2022-11-23T02:08:47.0601348Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T02:08:47.0602251Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T02:08:47.0602663Z exit /b 0 2022-11-23T02:08:47.0603029Z ) 2022-11-23T02:08:47.0604796Z 2022-11-23T02:08:47.0606733Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T02:08:47.0609722Z 2022-11-23T02:08:47.0610442Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-11-23T02:08:47.0616627Z 2022-11-23T02:08:47.0617446Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-11-23T02:08:47.0635964Z 2022-11-23T02:08:47.0637067Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cuda11.7-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-11-23T02:08:47.0643788Z 2022-11-23T02:08:47.0644337Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T02:08:47.0648502Z 2022-11-23T02:08:47.0649100Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T02:08:47.0650309Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2022-11-23T02:08:47.0650972Z if errorlevel 1 exit /b 2022-11-23T02:08:47.0651251Z if not errorlevel 0 exit /b 2022-11-23T02:08:47.0651857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2022-11-23T02:08:47.0652444Z if errorlevel 1 exit /b 2022-11-23T02:08:47.0653017Z if not errorlevel 0 exit /b 2022-11-23T02:08:47.0653391Z ) 2022-11-23T02:08:47.0653545Z 2022-11-23T02:08:47.0653866Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T02:08:51.3009058Z 2022-11-23T02:08:51.3010032Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T02:08:51.3010879Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T02:08:51.3011264Z if errorlevel 1 exit /b 2022-11-23T02:08:51.3011554Z if not errorlevel 0 exit /b 2022-11-23T02:08:51.3011906Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T02:08:51.3012250Z if errorlevel 1 exit /b 2022-11-23T02:08:51.3012518Z if not errorlevel 0 exit /b 2022-11-23T02:08:51.3012778Z ) 2022-11-23T02:08:51.3013071Z 2022-11-23T02:08:51.3013720Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T02:08:51.3017029Z 2022-11-23T02:08:51.3017527Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T02:08:51.3021912Z 2022-11-23T02:08:51.3023250Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.7-py3" == "" ( 2022-11-23T02:08:51.3023818Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T02:08:51.3024484Z if errorlevel 1 exit /b 2022-11-23T02:08:51.3024791Z if not errorlevel 0 exit /b 2022-11-23T02:08:51.3025027Z ) 2022-11-23T02:08:59.2534865Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T02:09:01.0933095Z Solving environment: ...working... done 2022-11-23T02:09:01.3647715Z 2022-11-23T02:09:01.3648348Z # All requested packages already installed. 2022-11-23T02:09:01.3648621Z 2022-11-23T02:09:01.4299523Z Retrieving notices: ...working... done 2022-11-23T02:09:02.8181160Z 2022-11-23T02:09:02.8181951Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T02:09:02.8189054Z 2022-11-23T02:09:02.8189972Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 ) else (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver= ) 2022-11-23T02:09:03.0149941Z ********************************************************************** 2022-11-23T02:09:03.0150542Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T02:09:03.0150934Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T02:09:03.0151283Z ********************************************************************** 2022-11-23T02:09:03.7949080Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T02:09:03.8007762Z 2022-11-23T02:09:03.8008862Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T02:09:03.8015918Z 2022-11-23T02:09:03.8017323Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install "ninja==1.10.0.post1" future "hypothesis==5.35.1" "expecttest==0.1.3" "librosa>=0.6.2" "scipy==1.6.3" psutil pillow "unittest-xml-reporting<=3.2.0,>=2.0.0" pytest pytest-xdist pytest-shard pytest-rerunfailures sympy "xdoctest==1.0.2" "pygments==2.12.0" "opt-einsum>=3.3" 2022-11-23T02:09:05.3257018Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T02:09:05.3277406Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T02:09:05.3288927Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T02:09:05.3300241Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T02:09:05.3313758Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T02:09:05.3325140Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T02:09:05.3337689Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T02:09:05.3345529Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T02:09:05.3372522Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-11-23T02:09:05.3375476Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T02:09:05.3388317Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T02:09:05.3400155Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T02:09:05.3408782Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T02:09:05.3419413Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T02:09:05.3429979Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T02:09:05.3440358Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T02:09:05.3453471Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T02:09:05.4130519Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-11-23T02:09:05.4141619Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (2.4.0) 2022-11-23T02:09:05.4309599Z Requirement already satisfied: numpy<1.23.0,>=1.16.5 in c:\jenkins\miniconda3\lib\site-packages (from scipy==1.6.3) (1.21.5) 2022-11-23T02:09:05.8894367Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T02:09:05.9490045Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-11-23T02:09:05.9499473Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-11-23T02:09:05.9509247Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-11-23T02:09:05.9522179Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.3) 2022-11-23T02:09:05.9531965Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-11-23T02:09:05.9546341Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-11-23T02:09:05.9556522Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-11-23T02:09:05.9574540Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-11-23T02:09:05.9589831Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T02:09:06.0318624Z Requirement already satisfied: lxml in c:\jenkins\miniconda3\lib\site-packages (from unittest-xml-reporting<=3.2.0,>=2.0.0) (4.9.1) 2022-11-23T02:09:06.0567760Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T02:09:06.0578212Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T02:09:06.0601120Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T02:09:06.0620189Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T02:09:06.0631033Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T02:09:06.0815847Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T02:09:06.0833427Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T02:09:06.1065223Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T02:09:06.1189395Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T02:09:06.2556740Z Requirement already satisfied: llvmlite<0.40,>=0.39.0dev0 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.39.1) 2022-11-23T02:09:06.2845547Z Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\jenkins\miniconda3\lib\site-packages (from packaging>=20.0->librosa>=0.6.2) (3.0.9) 2022-11-23T02:09:06.3206514Z Requirement already satisfied: appdirs>=1.3.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (1.4.4) 2022-11-23T02:09:06.3224320Z Requirement already satisfied: requests>=2.19.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (2.28.1) 2022-11-23T02:09:06.3832837Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2022.9.24) 2022-11-23T02:09:06.3844212Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (1.26.8) 2022-11-23T02:09:06.3858703Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (3.3) 2022-11-23T02:09:06.3870683Z Requirement already satisfied: charset-normalizer<3,>=2 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2.0.4) 2022-11-23T02:09:06.5173486Z Requirement already satisfied: threadpoolctl>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from scikit-learn>=0.19.1->librosa>=0.6.2) (3.1.0) 2022-11-23T02:09:06.5466456Z Requirement already satisfied: cffi>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from soundfile>=0.10.2->librosa>=0.6.2) (1.15.1) 2022-11-23T02:09:06.5598314Z Requirement already satisfied: pycparser in c:\jenkins\miniconda3\lib\site-packages (from cffi>=1.0->soundfile>=0.10.2->librosa>=0.6.2) (2.21) 2022-11-23T02:09:07.1166414Z 2022-11-23T02:09:07.1167475Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T02:09:07.1168778Z 2022-11-23T02:09:07.1170166Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T02:09:07.1171472Z 2022-11-23T02:09:07.1172132Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T02:09:07.1176016Z 2022-11-23T02:09:07.1176493Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" goto cuda_build_end 2022-11-23T02:09:07.1178528Z 2022-11-23T02:09:07.1179399Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7 2022-11-23T02:09:07.1182886Z 2022-11-23T02:09:07.1183493Z (base) C:\actions-runner\_work\pytorch\pytorch>rem version transformer, for example 10.1 to 10_1. 2022-11-23T02:09:07.1185199Z 2022-11-23T02:09:07.1186105Z (base) C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=11_7 2022-11-23T02:09:07.1189589Z 2022-11-23T02:09:07.1189993Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH_V11_7=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7 2022-11-23T02:09:07.1194216Z 2022-11-23T02:09:07.1194943Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64 2022-11-23T02:09:07.1198191Z 2022-11-23T02:09:07.1198612Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7 2022-11-23T02:09:07.1203006Z 2022-11-23T02:09:07.1203777Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7 2022-11-23T02:09:07.1207078Z 2022-11-23T02:09:07.1208046Z (base) C:\actions-runner\_work\pytorch\pytorch>set NVTOOLSEXT_PATH=C:\Program Files\NVIDIA Corporation\NvToolsExt 2022-11-23T02:09:07.1211498Z 2022-11-23T02:09:07.1215996Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\libnvvp;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T02:09:07.1220203Z 2022-11-23T02:09:07.1220683Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_CUDALIB=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\bin 2022-11-23T02:09:07.1222548Z 2022-11-23T02:09:07.1223608Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_LIBDEVICE=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\nvvm\libdevice 2022-11-23T02:09:07.1226837Z 2022-11-23T02:09:07.1227702Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_NVVM=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\nvvm\bin\nvvm64_32_0.dll 2022-11-23T02:09:07.1233440Z 2022-11-23T02:09:07.1234477Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T02:09:07.1239084Z 2022-11-23T02:09:07.1239833Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.7-py3" == "" ( 2022-11-23T02:09:07.1240409Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T02:09:07.1241074Z copy /Y C:\3528394938\build-results\\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-11-23T02:09:07.1241834Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T02:09:07.1242535Z popd 2022-11-23T02:09:07.1242999Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-11-23T02:09:07.2524536Z 1 file(s) copied. 2022-11-23T02:09:07.4236478Z 2022-11-23T02:09:07.4237166Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:09:07.4237439Z 2022-11-23T02:09:07.4237665Z Scanning the drive for archives: 2022-11-23T02:09:07.4238364Z 1 file, 183785431 bytes (176 MiB) 2022-11-23T02:09:07.4238704Z 2022-11-23T02:09:07.4239494Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:09:26.3394210Z -- 2022-11-23T02:09:26.3395372Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.7-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T02:09:26.3396332Z Type = 7z 2022-11-23T02:09:26.3396867Z Physical Size = 183785431 2022-11-23T02:09:26.3398370Z Headers Size = 131623 2022-11-23T02:09:26.3399071Z Method = LZMA2:24 BCJ 2022-11-23T02:09:26.3399801Z Solid = + 2022-11-23T02:09:26.3400197Z Blocks = 2 2022-11-23T02:09:26.3400490Z 2022-11-23T02:09:26.3401537Z Everything is Ok 2022-11-23T02:09:26.3401902Z 2022-11-23T02:09:26.3402460Z Folders: 604 2022-11-23T02:09:26.3402915Z Files: 11127 2022-11-23T02:09:26.3403649Z Size: 1183693778 2022-11-23T02:09:26.3404357Z Compressed: 183785431 2022-11-23T02:09:26.4481823Z 2022-11-23T02:09:26.4482917Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.7-py3" == "" ( 2022-11-23T02:09:26.4483557Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T02:09:26.4484361Z echo call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore.bat" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T02:09:26.4485187Z echo cd /D "C:\actions-runner\_work\pytorch\pytorch" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T02:09:26.4485911Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T02:09:26.4486357Z ) 2022-11-23T02:09:28.3033071Z Completed 2.3 KiB/2.3 KiB (35.8 KiB/s) with 1 file(s) remaining 2022-11-23T02:09:28.3035463Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T02:09:28.4193909Z 2022-11-23T02:09:28.4194936Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T02:09:28.4195792Z echo "setup pytorch env failed" 2022-11-23T02:09:28.4196107Z echo 0 2022-11-23T02:09:28.4196374Z exit /b 2022-11-23T02:09:28.4196622Z ) 2022-11-23T02:09:28.4197078Z 2022-11-23T02:09:28.4197804Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T02:09:28.4207175Z 2022-11-23T02:09:28.4208258Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-11-23T02:09:28.4211201Z 2022-11-23T02:09:28.4212112Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "2" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2022-11-23T02:09:28.4212946Z echo Some smoke tests 2022-11-23T02:09:28.4213705Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-11-23T02:09:28.4214338Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-11-23T02:09:28.4214807Z if ERRORLEVEL 1 goto fail 2022-11-23T02:09:28.4215290Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-11-23T02:09:28.4215706Z if ERRORLEVEL 1 goto fail 2022-11-23T02:09:28.4215942Z ) ) 2022-11-23T02:09:28.4216364Z 2022-11-23T02:09:28.4216947Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-11-23T02:09:28.4218074Z Copying over test times file 2022-11-23T02:09:28.4220458Z 2022-11-23T02:09:28.4221420Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3528394938\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-11-23T02:09:28.4256380Z 1 file(s) copied. 2022-11-23T02:09:28.4260597Z 2022-11-23T02:09:28.4261146Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-11-23T02:09:28.4262354Z Run nn tests 2022-11-23T02:09:28.4264846Z 2022-11-23T02:09:28.4266020Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "2" "3" --verbose 2022-11-23T02:09:47.0560740Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1134: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:09:47.0561620Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-11-23T02:09:47.0639863Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1152: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:09:47.0640729Z LooseVersion(torch.version.cuda) >= "11.5" and 2022-11-23T02:09:47.0641331Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1153: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T02:09:47.0641887Z LooseVersion(torch.version.cuda) <= "11.6" 2022-11-23T02:09:47.0725986Z Selected tests: 2022-11-23T02:09:47.0726454Z test_modules 2022-11-23T02:09:47.0726936Z test_nn 2022-11-23T02:09:47.0727180Z test_sparse_csr 2022-11-23T02:09:47.0727462Z test_reductions 2022-11-23T02:09:47.0727946Z test_cpp_api_parity 2022-11-23T02:09:47.0728268Z test_multiprocessing_spawn 2022-11-23T02:09:47.0728529Z test_prims 2022-11-23T02:09:47.0728882Z test_cuda_trace 2022-11-23T02:09:47.0729276Z test_indexing 2022-11-23T02:09:47.0729554Z test_ops_fwd_gradients 2022-11-23T02:09:47.0729835Z test_jit_disabled 2022-11-23T02:09:47.0730101Z test_overrides 2022-11-23T02:09:47.0730324Z test_ops_jit 2022-11-23T02:09:47.0730588Z test_fake_tensor 2022-11-23T02:09:47.0730873Z test_mobile_optimizer 2022-11-23T02:09:47.0731139Z nn/test_pooling 2022-11-23T02:09:47.0731412Z test_show_pickle 2022-11-23T02:09:47.0731667Z dynamo/test_aot_cudagraphs 2022-11-23T02:09:47.0731987Z dynamo/test_export_mutations 2022-11-23T02:09:47.0732309Z dynamo/test_global_declaration 2022-11-23T02:09:47.0732625Z dynamo/test_model_output 2022-11-23T02:09:47.0732907Z dynamo/test_nops 2022-11-23T02:09:47.0733835Z dynamo/test_python_autograd 2022-11-23T02:09:47.0734221Z dynamo/test_repros 2022-11-23T02:09:47.0734524Z dynamo/test_torchxla_integration 2022-11-23T02:09:47.0734842Z inductor/test_minifier 2022-11-23T02:09:47.0735147Z inductor/test_torchinductor 2022-11-23T02:09:47.0735407Z lazy/test_debug_util 2022-11-23T02:09:47.0735696Z test_comparison_utils 2022-11-23T02:09:47.0736038Z test_pruning_op 2022-11-23T02:09:47.0736483Z test_decomp 2022-11-23T02:09:47.0736921Z test_mkldnn 2022-11-23T02:09:47.0737336Z test_spectral_ops 2022-11-23T02:09:47.0737795Z test_vmap 2022-11-23T02:09:47.0738229Z test_mkldnn_verbose 2022-11-23T02:09:47.0738730Z test_python_dispatch 2022-11-23T02:09:47.0739217Z test_autocast 2022-11-23T02:09:47.0739449Z test_dlpack 2022-11-23T02:09:47.0739718Z test_model_dump 2022-11-23T02:09:47.0739981Z test_monitor 2022-11-23T02:09:47.0740247Z test_jit_autocast 2022-11-23T02:09:47.0740523Z test_maskedtensor 2022-11-23T02:09:47.0740750Z test_package 2022-11-23T02:09:47.0741019Z test_subclass 2022-11-23T02:09:47.0741281Z test_native_functions 2022-11-23T02:09:47.0741559Z test_functional_optim 2022-11-23T02:09:47.0741834Z test_pytree 2022-11-23T02:09:47.0742067Z test_function_schema 2022-11-23T02:09:47.0742315Z test_logging 2022-11-23T02:09:47.0742575Z nn/test_embedding 2022-11-23T02:09:47.0742841Z test_masked 2022-11-23T02:09:47.0743109Z test_tensorboard 2022-11-23T02:09:47.0743338Z test_stateless 2022-11-23T02:09:47.0743610Z test_type_hints 2022-11-23T02:09:47.1926702Z parallel (file granularity) tests: 2022-11-23T02:09:47.1927242Z dynamo/test_aot_cudagraphs 2022-11-23T02:09:47.1927572Z dynamo/test_export_mutations 2022-11-23T02:09:47.1927929Z dynamo/test_global_declaration 2022-11-23T02:09:47.1928268Z dynamo/test_model_output 2022-11-23T02:09:47.1928527Z dynamo/test_nops 2022-11-23T02:09:47.1928926Z dynamo/test_python_autograd 2022-11-23T02:09:47.1929528Z dynamo/test_repros 2022-11-23T02:09:47.1930095Z dynamo/test_torchxla_integration 2022-11-23T02:09:47.1930667Z inductor/test_minifier 2022-11-23T02:09:47.1931197Z inductor/test_torchinductor 2022-11-23T02:09:47.1931525Z lazy/test_debug_util 2022-11-23T02:09:47.1931878Z test_comparison_utils 2022-11-23T02:09:47.1932382Z test_pruning_op 2022-11-23T02:09:47.1932872Z test_decomp 2022-11-23T02:09:47.1933293Z test_mkldnn 2022-11-23T02:09:47.1933761Z test_spectral_ops 2022-11-23T02:09:47.1934118Z test_vmap 2022-11-23T02:09:47.1934381Z test_mkldnn_verbose 2022-11-23T02:09:47.1934915Z test_python_dispatch 2022-11-23T02:09:47.1935157Z test_autocast 2022-11-23T02:09:47.1935422Z test_dlpack 2022-11-23T02:09:47.1935689Z test_model_dump 2022-11-23T02:09:47.1936340Z test_monitor 2022-11-23T02:09:47.1936854Z test_jit_autocast 2022-11-23T02:09:47.1937359Z test_maskedtensor 2022-11-23T02:09:47.1937962Z test_package 2022-11-23T02:09:47.1938306Z test_subclass 2022-11-23T02:09:47.1938586Z test_native_functions 2022-11-23T02:09:47.1938870Z test_functional_optim 2022-11-23T02:09:47.1939113Z test_pytree 2022-11-23T02:09:47.1939364Z test_function_schema 2022-11-23T02:09:47.1939642Z test_logging 2022-11-23T02:09:47.1939894Z nn/test_embedding 2022-11-23T02:09:47.1940159Z test_masked 2022-11-23T02:09:47.1940381Z test_tensorboard 2022-11-23T02:09:47.1940652Z test_stateless 2022-11-23T02:09:47.1940919Z test_type_hints 2022-11-23T02:09:47.1941230Z serial (file granularity) tests: 2022-11-23T02:09:47.1941528Z test_modules 2022-11-23T02:09:47.1941744Z test_nn 2022-11-23T02:09:47.1942016Z test_sparse_csr 2022-11-23T02:09:47.1942271Z test_reductions 2022-11-23T02:09:47.1942555Z test_cpp_api_parity 2022-11-23T02:09:47.1943107Z test_multiprocessing_spawn 2022-11-23T02:09:47.1943604Z test_prims 2022-11-23T02:09:47.1944134Z test_cuda_trace 2022-11-23T02:09:47.1944671Z test_indexing 2022-11-23T02:09:47.1945105Z test_ops_fwd_gradients 2022-11-23T02:09:47.1945392Z test_jit_disabled 2022-11-23T02:09:47.1945621Z test_overrides 2022-11-23T02:09:47.1946014Z test_ops_jit 2022-11-23T02:09:47.1946306Z test_fake_tensor 2022-11-23T02:09:47.1946540Z test_mobile_optimizer 2022-11-23T02:09:47.1946799Z nn/test_pooling 2022-11-23T02:09:47.1947002Z test_show_pickle 2022-11-23T02:09:51.2538115Z Running dynamo/test_aot_cudagraphs ... [2022-11-23 02:09:51.253000] 2022-11-23T02:09:51.2546659Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_aot_cudagraphs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:51.254387] 2022-11-23T02:09:51.2549463Z Ignoring disabled issues: [] 2022-11-23T02:09:55.3754713Z 2022-11-23T02:09:55.3755897Z Expand the folded group to see the log file of dynamo/test_aot_cudagraphs 2022-11-23T02:09:55.3758287Z ##[group]PRINTING LOG FILE of dynamo/test_aot_cudagraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_cudagraphs_si61xe8i) 2022-11-23T02:09:55.3759063Z 2022-11-23T02:09:55.3759696Z ##[endgroup] 2022-11-23T02:09:55.3760757Z FINISHED PRINTING LOG FILE of dynamo/test_aot_cudagraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_cudagraphs_si61xe8i) 2022-11-23T02:09:55.3761529Z 2022-11-23T02:09:59.9238692Z Running dynamo/test_export_mutations ... [2022-11-23 02:09:59.923253] 2022-11-23T02:09:59.9248409Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export_mutations.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:59.924573] 2022-11-23T02:09:59.9251008Z Ignoring disabled issues: [] 2022-11-23T02:10:03.9478800Z 2022-11-23T02:10:03.9479897Z Expand the folded group to see the log file of dynamo/test_export_mutations 2022-11-23T02:10:03.9481740Z ##[group]PRINTING LOG FILE of dynamo/test_export_mutations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_mutations_rq99nt_s) 2022-11-23T02:10:03.9482506Z 2022-11-23T02:10:03.9483151Z ##[endgroup] 2022-11-23T02:10:03.9484217Z FINISHED PRINTING LOG FILE of dynamo/test_export_mutations (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_mutations_rq99nt_s) 2022-11-23T02:10:03.9484999Z 2022-11-23T02:10:08.3169538Z Running dynamo/test_global_declaration ... [2022-11-23 02:10:08.316522] 2022-11-23T02:10:08.3177783Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_global_declaration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:08.317177] 2022-11-23T02:10:08.3180414Z Ignoring disabled issues: [] 2022-11-23T02:10:11.3746962Z 2022-11-23T02:10:11.3747965Z Expand the folded group to see the log file of dynamo/test_global_declaration 2022-11-23T02:10:11.3750017Z ##[group]PRINTING LOG FILE of dynamo/test_global_declaration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_declaration__7l4t9lx) 2022-11-23T02:10:11.3750763Z 2022-11-23T02:10:11.3751413Z ##[endgroup] 2022-11-23T02:10:11.3752376Z FINISHED PRINTING LOG FILE of dynamo/test_global_declaration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_declaration__7l4t9lx) 2022-11-23T02:10:11.3753075Z 2022-11-23T02:10:15.7280664Z Running dynamo/test_model_output ... [2022-11-23 02:10:15.720115] 2022-11-23T02:10:15.7287824Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_model_output.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:15.720115] 2022-11-23T02:10:15.7290036Z Ignoring disabled issues: [] 2022-11-23T02:10:19.7701793Z 2022-11-23T02:10:19.7702988Z Expand the folded group to see the log file of dynamo/test_model_output 2022-11-23T02:10:19.7704381Z ##[group]PRINTING LOG FILE of dynamo/test_model_output (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_model_output_xo8vvnc_) 2022-11-23T02:10:19.7704795Z 2022-11-23T02:10:19.7705096Z ##[endgroup] 2022-11-23T02:10:19.7705860Z FINISHED PRINTING LOG FILE of dynamo/test_model_output (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_model_output_xo8vvnc_) 2022-11-23T02:10:19.7706287Z 2022-11-23T02:10:24.1922792Z Running dynamo/test_nops ... [2022-11-23 02:10:24.191380] 2022-11-23T02:10:24.1929797Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_nops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:24.192644] 2022-11-23T02:10:24.1931480Z Ignoring disabled issues: [] 2022-11-23T02:10:28.3239558Z 2022-11-23T02:10:28.3240344Z Expand the folded group to see the log file of dynamo/test_nops 2022-11-23T02:10:28.3241745Z ##[group]PRINTING LOG FILE of dynamo/test_nops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_nops_jcii0_fy) 2022-11-23T02:10:28.3242404Z 2022-11-23T02:10:28.3242978Z ##[endgroup] 2022-11-23T02:10:28.3243799Z FINISHED PRINTING LOG FILE of dynamo/test_nops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_nops_jcii0_fy) 2022-11-23T02:10:28.3244234Z 2022-11-23T02:10:32.6588577Z Running dynamo/test_python_autograd ... [2022-11-23 02:10:32.658157] 2022-11-23T02:10:32.6600090Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_python_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:32.659516] 2022-11-23T02:10:32.6604054Z Ignoring disabled issues: [] 2022-11-23T02:10:36.5938953Z 2022-11-23T02:10:36.5939997Z Expand the folded group to see the log file of dynamo/test_python_autograd 2022-11-23T02:10:36.5941735Z ##[group]PRINTING LOG FILE of dynamo/test_python_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_python_autograd_i9h5uv92) 2022-11-23T02:10:36.5942480Z 2022-11-23T02:10:36.5943074Z ##[endgroup] 2022-11-23T02:10:36.5943933Z FINISHED PRINTING LOG FILE of dynamo/test_python_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_python_autograd_i9h5uv92) 2022-11-23T02:10:36.5944631Z 2022-11-23T02:10:41.0117472Z Running dynamo/test_repros ... [2022-11-23 02:10:41.011374] 2022-11-23T02:10:41.0126489Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_repros.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:41.012229] 2022-11-23T02:10:41.0130255Z Ignoring disabled issues: [] 2022-11-23T02:10:45.0296897Z 2022-11-23T02:10:45.0298097Z Expand the folded group to see the log file of dynamo/test_repros 2022-11-23T02:10:45.0300282Z ##[group]PRINTING LOG FILE of dynamo/test_repros (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_repros_kewgaprl) 2022-11-23T02:10:45.0302174Z 2022-11-23T02:10:45.0302755Z ##[endgroup] 2022-11-23T02:10:45.0303601Z FINISHED PRINTING LOG FILE of dynamo/test_repros (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_repros_kewgaprl) 2022-11-23T02:10:45.0304246Z 2022-11-23T02:10:49.7129632Z Running dynamo/test_torchxla_integration ... [2022-11-23 02:10:49.709115] 2022-11-23T02:10:49.7137538Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_torchxla_integration.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:49.709115] 2022-11-23T02:10:49.7140047Z Ignoring disabled issues: [] 2022-11-23T02:10:53.0460628Z 2022-11-23T02:10:53.0461614Z Expand the folded group to see the log file of dynamo/test_torchxla_integration 2022-11-23T02:10:53.0463393Z ##[group]PRINTING LOG FILE of dynamo/test_torchxla_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_torchxla_integration_isbelzaa) 2022-11-23T02:10:53.0464689Z 2022-11-23T02:10:53.0466572Z ##[endgroup] 2022-11-23T02:10:53.0467706Z FINISHED PRINTING LOG FILE of dynamo/test_torchxla_integration (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_torchxla_integration_isbelzaa) 2022-11-23T02:10:53.0468522Z 2022-11-23T02:10:57.6811705Z Running inductor/test_minifier ... [2022-11-23 02:10:57.680530] 2022-11-23T02:10:57.6820219Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:57.681735] 2022-11-23T02:10:57.6823494Z Ignoring disabled issues: [] 2022-11-23T02:11:01.8284017Z 2022-11-23T02:11:01.8285056Z Expand the folded group to see the log file of inductor/test_minifier 2022-11-23T02:11:01.8286360Z ##[group]PRINTING LOG FILE of inductor/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_minifier_4asxqb3m) 2022-11-23T02:11:01.8286981Z 2022-11-23T02:11:01.8287519Z ##[endgroup] 2022-11-23T02:11:01.8288433Z FINISHED PRINTING LOG FILE of inductor/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_minifier_4asxqb3m) 2022-11-23T02:11:01.8289101Z 2022-11-23T02:11:06.4193736Z Running inductor/test_torchinductor ... [2022-11-23 02:11:06.419067] 2022-11-23T02:11:06.4202194Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:06.419750] 2022-11-23T02:11:06.4204552Z Ignoring disabled issues: [] 2022-11-23T02:11:10.4960255Z 2022-11-23T02:11:10.4961415Z Expand the folded group to see the log file of inductor/test_torchinductor 2022-11-23T02:11:10.4963150Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_fbc1hfzf) 2022-11-23T02:11:10.4964308Z : No module named 'filelock' 2022-11-23T02:11:10.4965304Z 2022-11-23T02:11:10.4965972Z ##[endgroup] 2022-11-23T02:11:10.4966908Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_fbc1hfzf) 2022-11-23T02:11:10.4967588Z 2022-11-23T02:11:14.8820968Z Running lazy/test_debug_util ... [2022-11-23 02:11:14.881821] 2022-11-23T02:11:14.8842428Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_debug_util.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:14.883920] 2022-11-23T02:11:14.8846527Z Ignoring disabled issues: [] 2022-11-23T02:11:18.5626045Z 2022-11-23T02:11:18.5626942Z Expand the folded group to see the log file of lazy/test_debug_util 2022-11-23T02:11:18.5629964Z ##[group]PRINTING LOG FILE of lazy/test_debug_util (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_debug_util_7j6n9078) 2022-11-23T02:11:18.5630651Z 2022-11-23T02:11:18.5630846Z Running tests... 2022-11-23T02:11:18.5631450Z ---------------------------------------------------------------------- 2022-11-23T02:11:18.5634387Z test_get_python_frames (__main__.DebugUtilTest) ... Test results will be stored in test-reports\python-unittest\lazy.test_debug_util 2022-11-23T02:11:18.5635254Z skip: To be fixed (0.001s) 2022-11-23T02:11:18.5635596Z 2022-11-23T02:11:18.5635976Z ---------------------------------------------------------------------- 2022-11-23T02:11:18.5636626Z Ran 1 test in 0.000s 2022-11-23T02:11:18.5636925Z 2022-11-23T02:11:18.5637132Z OK (skipped=1) 2022-11-23T02:11:18.5637423Z 2022-11-23T02:11:18.5637659Z Generating XML reports... 2022-11-23T02:11:18.5638556Z Generated XML report: test-reports\python-unittest\lazy.test_debug_util\TEST-DebugUtilTest-20221123021118.xml 2022-11-23T02:11:18.5639187Z 2022-11-23T02:11:18.5639886Z ##[endgroup] 2022-11-23T02:11:18.5640771Z FINISHED PRINTING LOG FILE of lazy/test_debug_util (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_debug_util_7j6n9078) 2022-11-23T02:11:18.5641449Z 2022-11-23T02:11:23.0169215Z Running test_comparison_utils ... [2022-11-23 02:11:23.016283] 2022-11-23T02:11:23.0177456Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:23.017511] 2022-11-23T02:11:23.0179740Z Ignoring disabled issues: [] 2022-11-23T02:11:26.8381510Z 2022-11-23T02:11:26.8382390Z Expand the folded group to see the log file of test_comparison_utils 2022-11-23T02:11:26.8383992Z ##[group]PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_qcv70c69) 2022-11-23T02:11:26.8384397Z 2022-11-23T02:11:26.8384709Z ##[endgroup] 2022-11-23T02:11:26.8385190Z FINISHED PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_qcv70c69) 2022-11-23T02:11:26.8385544Z 2022-11-23T02:11:31.3472434Z Running test_pruning_op ... [2022-11-23 02:11:31.345447] 2022-11-23T02:11:31.3480033Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:31.347128] 2022-11-23T02:11:31.3482413Z Ignoring disabled issues: [] 2022-11-23T02:11:35.4341195Z 2022-11-23T02:11:35.4341947Z Expand the folded group to see the log file of test_pruning_op 2022-11-23T02:11:35.4343032Z ##[group]PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_tf2vsiee) 2022-11-23T02:11:35.4343384Z 2022-11-23T02:11:35.4343679Z ##[endgroup] 2022-11-23T02:11:35.4344316Z FINISHED PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_tf2vsiee) 2022-11-23T02:11:35.4344659Z 2022-11-23T02:11:39.9323994Z Running test_decomp ... [2022-11-23 02:11:39.932037] 2022-11-23T02:11:39.9331661Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:11:39.932809] 2022-11-23T02:11:39.9334221Z Ignoring disabled issues: [] 2022-11-23T03:45:03.3355866Z 2022-11-23T03:45:03.3356756Z Expand the folded group to see the log file of test_decomp 2022-11-23T03:45:03.3358263Z ##[group]PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_bctzs34z) 2022-11-23T03:45:03.3449201Z 2022-11-23T03:45:03.3449736Z Running tests... 2022-11-23T03:45:03.3450413Z ---------------------------------------------------------------------- 2022-11-23T03:45:03.3451126Z Test results will be stored in test-reports\python-unittest\test_decomp 2022-11-23T03:45:03.3451872Z test_contiguous_log_softmax_cuda (__main__.DecompContiguousTestsCUDA) ... ok (1.930s) 2022-11-23T03:45:03.3452634Z test_contiguous_softmax_cuda (__main__.DecompContiguousTestsCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3453361Z test_comprehensive_H_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.3455001Z test_comprehensive_H_cuda_bool (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.3455686Z test_comprehensive_H_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.940s) 2022-11-23T03:45:03.3456391Z test_comprehensive_H_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:45:03.3457059Z test_comprehensive_H_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-11-23T03:45:03.3457768Z test_comprehensive_H_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.3458456Z test_comprehensive_H_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:45:03.3459134Z test_comprehensive_H_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:45:03.3459807Z test_comprehensive_H_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.3460483Z test_comprehensive_H_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.3463259Z test_comprehensive_H_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.3463990Z test_comprehensive_H_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.3464671Z test_comprehensive_H_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.3465365Z test_comprehensive_T_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.3466044Z test_comprehensive_T_cuda_bool (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.3467720Z test_comprehensive_T_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-11-23T03:45:03.3468630Z test_comprehensive_T_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:45:03.3469407Z test_comprehensive_T_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-11-23T03:45:03.3470322Z test_comprehensive_T_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3471009Z test_comprehensive_T_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:45:03.3471694Z test_comprehensive_T_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:45:03.3472503Z test_comprehensive_T_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.3473278Z test_comprehensive_T_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.3473959Z test_comprehensive_T_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.3474713Z test_comprehensive_T_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.3475464Z test_comprehensive_T_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.3476253Z test_comprehensive___getitem___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-11-23T03:45:03.3477018Z test_comprehensive___getitem___cuda_bool (__main__.TestDecompCUDA) ... ok (0.477s) 2022-11-23T03:45:03.3477738Z test_comprehensive___getitem___cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.673s) 2022-11-23T03:45:03.3478478Z test_comprehensive___getitem___cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.965s) 2022-11-23T03:45:03.3479204Z test_comprehensive___getitem___cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.722s) 2022-11-23T03:45:03.3479932Z test_comprehensive___getitem___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:45:03.3480651Z test_comprehensive___getitem___cuda_float32 (__main__.TestDecompCUDA) ... ok (1.121s) 2022-11-23T03:45:03.3481364Z test_comprehensive___getitem___cuda_float64 (__main__.TestDecompCUDA) ... ok (1.006s) 2022-11-23T03:45:03.3482072Z test_comprehensive___getitem___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.453s) 2022-11-23T03:45:03.3482776Z test_comprehensive___getitem___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.421s) 2022-11-23T03:45:03.3483481Z test_comprehensive___getitem___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.470s) 2022-11-23T03:45:03.3484154Z test_comprehensive___getitem___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.455s) 2022-11-23T03:45:03.3485093Z test_comprehensive___getitem___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.452s) 2022-11-23T03:45:03.3485843Z test_comprehensive___radd___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.3486560Z test_comprehensive___radd___cuda_bool (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.3487283Z test_comprehensive___radd___cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.327s) 2022-11-23T03:45:03.3488031Z test_comprehensive___radd___cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.391s) 2022-11-23T03:45:03.3488748Z test_comprehensive___radd___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.3489445Z test_comprehensive___radd___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.765s) 2022-11-23T03:45:03.3490176Z test_comprehensive___radd___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.772s) 2022-11-23T03:45:03.3490943Z test_comprehensive___radd___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.3491668Z test_comprehensive___radd___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.3492366Z test_comprehensive___radd___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-11-23T03:45:03.3493069Z test_comprehensive___radd___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.3493771Z test_comprehensive___radd___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.3494591Z test_comprehensive___rand___cuda_bool (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:45:03.3495326Z test_comprehensive___rand___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.3496022Z test_comprehensive___rand___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.3496716Z test_comprehensive___rand___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.3497408Z test_comprehensive___rand___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.3501154Z test_comprehensive___rand___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-11-23T03:45:03.3501882Z test_comprehensive___rdiv___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-11-23T03:45:03.3502594Z test_comprehensive___rdiv___cuda_bool (__main__.TestDecompCUDA) ... ok (0.484s) 2022-11-23T03:45:03.3503315Z test_comprehensive___rdiv___cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.627s) 2022-11-23T03:45:03.3504063Z test_comprehensive___rdiv___cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.773s) 2022-11-23T03:45:03.3504799Z test_comprehensive___rdiv___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-11-23T03:45:03.3505529Z test_comprehensive___rdiv___cuda_float32 (__main__.TestDecompCUDA) ... ok (2.779s) 2022-11-23T03:45:03.3506219Z test_comprehensive___rdiv___cuda_float64 (__main__.TestDecompCUDA) ... ok (2.815s) 2022-11-23T03:45:03.3506928Z test_comprehensive___rdiv___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.376s) 2022-11-23T03:45:03.3507636Z test_comprehensive___rdiv___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.356s) 2022-11-23T03:45:03.3508341Z test_comprehensive___rdiv___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.376s) 2022-11-23T03:45:03.3509028Z test_comprehensive___rdiv___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.344s) 2022-11-23T03:45:03.3509733Z test_comprehensive___rdiv___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.384s) 2022-11-23T03:45:03.3510436Z test_comprehensive___rmatmul___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (27.550s) 2022-11-23T03:45:03.3511192Z test_comprehensive___rmatmul___cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.092s) 2022-11-23T03:45:03.3511947Z test_comprehensive___rmatmul___cuda_complex64 (__main__.TestDecompCUDA) ... ok (8.356s) 2022-11-23T03:45:03.3512704Z test_comprehensive___rmatmul___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:45:03.3513417Z test_comprehensive___rmatmul___cuda_float32 (__main__.TestDecompCUDA) ... ok (4.666s) 2022-11-23T03:45:03.3514319Z test_comprehensive___rmatmul___cuda_float64 (__main__.TestDecompCUDA) ... ok (4.625s) 2022-11-23T03:45:03.3515033Z test_comprehensive___rmod___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-11-23T03:45:03.3515735Z test_comprehensive___rmod___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-11-23T03:45:03.3516449Z test_comprehensive___rmod___cuda_float32 (__main__.TestDecompCUDA) ... ok (2.324s) 2022-11-23T03:45:03.3517153Z test_comprehensive___rmod___cuda_float64 (__main__.TestDecompCUDA) ... ok (2.272s) 2022-11-23T03:45:03.3517871Z test_comprehensive___rmod___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-11-23T03:45:03.3518579Z test_comprehensive___rmod___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.3519186Z test_comprehensive___rmod___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.3519597Z test_comprehensive___rmod___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:45:03.3519988Z test_comprehensive___rmod___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:45:03.3520400Z test_comprehensive___rmul___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:45:03.3520810Z test_comprehensive___rmul___cuda_bool (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.3521318Z test_comprehensive___rmul___cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.505s) 2022-11-23T03:45:03.3521773Z test_comprehensive___rmul___cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.544s) 2022-11-23T03:45:03.3522197Z test_comprehensive___rmul___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:45:03.3522599Z test_comprehensive___rmul___cuda_float32 (__main__.TestDecompCUDA) ... ok (1.793s) 2022-11-23T03:45:03.3523017Z test_comprehensive___rmul___cuda_float64 (__main__.TestDecompCUDA) ... ok (1.791s) 2022-11-23T03:45:03.3523431Z test_comprehensive___rmul___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:45:03.3523841Z test_comprehensive___rmul___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.3524242Z test_comprehensive___rmul___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:45:03.3524645Z test_comprehensive___rmul___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:45:03.3525052Z test_comprehensive___rmul___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.3525506Z test_comprehensive___ror___cuda_bool (__main__.TestDecompCUDA) ... ok (0.208s) 2022-11-23T03:45:03.3525912Z test_comprehensive___ror___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:45:03.3526314Z test_comprehensive___ror___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.3526709Z test_comprehensive___ror___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.3527109Z test_comprehensive___ror___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:45:03.3527511Z test_comprehensive___ror___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.3527908Z test_comprehensive___rpow___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.363s) 2022-11-23T03:45:03.3528333Z test_comprehensive___rpow___cuda_complex128 (__main__.TestDecompCUDA) ... ok (6.066s) 2022-11-23T03:45:03.3528767Z test_comprehensive___rpow___cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.935s) 2022-11-23T03:45:03.3529190Z test_comprehensive___rpow___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.356s) 2022-11-23T03:45:03.3529604Z test_comprehensive___rpow___cuda_float32 (__main__.TestDecompCUDA) ... ok (2.512s) 2022-11-23T03:45:03.3530019Z test_comprehensive___rpow___cuda_float64 (__main__.TestDecompCUDA) ... ok (2.523s) 2022-11-23T03:45:03.3530428Z test_comprehensive___rpow___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.248s) 2022-11-23T03:45:03.3530818Z test_comprehensive___rpow___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-11-23T03:45:03.3531362Z test_comprehensive___rpow___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:45:03.3531774Z test_comprehensive___rpow___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.314s) 2022-11-23T03:45:03.3532181Z test_comprehensive___rpow___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.248s) 2022-11-23T03:45:03.3532596Z test_comprehensive___rsub___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.3533021Z test_comprehensive___rsub___cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.973s) 2022-11-23T03:45:03.3533430Z test_comprehensive___rsub___cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.997s) 2022-11-23T03:45:03.3533850Z test_comprehensive___rsub___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.3534263Z test_comprehensive___rsub___cuda_float32 (__main__.TestDecompCUDA) ... ok (1.142s) 2022-11-23T03:45:03.3534677Z test_comprehensive___rsub___cuda_float64 (__main__.TestDecompCUDA) ... ok (1.124s) 2022-11-23T03:45:03.3535085Z test_comprehensive___rsub___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.3535490Z test_comprehensive___rsub___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.3535894Z test_comprehensive___rsub___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.3536862Z test_comprehensive___rsub___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.3537334Z test_comprehensive___rsub___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.3537750Z test_comprehensive___rxor___cuda_bool (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.3538143Z test_comprehensive___rxor___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.3538552Z test_comprehensive___rxor___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.3538954Z test_comprehensive___rxor___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:45:03.3539361Z test_comprehensive___rxor___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.3539764Z test_comprehensive___rxor___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.3540205Z test_comprehensive__softmax_backward_data_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.3540682Z test_comprehensive__softmax_backward_data_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.3541132Z test_comprehensive__softmax_backward_data_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.279s) 2022-11-23T03:45:03.3541596Z test_comprehensive__softmax_backward_data_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:45:03.3542035Z test_comprehensive_abs_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3542443Z test_comprehensive_abs_cuda_bool (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.3542859Z test_comprehensive_abs_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.746s) 2022-11-23T03:45:03.3543276Z test_comprehensive_abs_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.662s) 2022-11-23T03:45:03.3543674Z test_comprehensive_abs_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.769s) 2022-11-23T03:45:03.3544086Z test_comprehensive_abs_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.3544493Z test_comprehensive_abs_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.316s) 2022-11-23T03:45:03.3544900Z test_comprehensive_abs_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.315s) 2022-11-23T03:45:03.3545301Z test_comprehensive_abs_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.3545699Z test_comprehensive_abs_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.3546094Z test_comprehensive_abs_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.3546473Z test_comprehensive_abs_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.3546993Z test_comprehensive_abs_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.3547405Z test_comprehensive_acos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.3547811Z test_comprehensive_acos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.3548228Z test_comprehensive_acos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.393s) 2022-11-23T03:45:03.3548650Z test_comprehensive_acos_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.3549055Z test_comprehensive_acos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.267s) 2022-11-23T03:45:03.3549468Z test_comprehensive_acos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.3549876Z test_comprehensive_acos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:45:03.3550280Z test_comprehensive_acos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-11-23T03:45:03.3550688Z test_comprehensive_acos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.3551087Z test_comprehensive_acos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.3551467Z test_comprehensive_acos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.3551867Z test_comprehensive_acos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.3552342Z test_comprehensive_acos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3552780Z test_comprehensive_acosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.3553194Z test_comprehensive_acosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3553612Z test_comprehensive_acosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.233s) 2022-11-23T03:45:03.3554037Z test_comprehensive_acosh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.3554451Z test_comprehensive_acosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.222s) 2022-11-23T03:45:03.3554867Z test_comprehensive_acosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.3555275Z test_comprehensive_acosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:45:03.3555683Z test_comprehensive_acosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:45:03.3556092Z test_comprehensive_acosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.3556494Z test_comprehensive_acosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.3556874Z test_comprehensive_acosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.3557279Z test_comprehensive_acosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.3557674Z test_comprehensive_acosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.3558086Z test_comprehensive_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.3558490Z test_comprehensive_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.3558903Z test_comprehensive_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.522s) 2022-11-23T03:45:03.3559301Z test_comprehensive_add_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.604s) 2022-11-23T03:45:03.3559714Z test_comprehensive_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.448s) 2022-11-23T03:45:03.3560121Z test_comprehensive_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.3560522Z test_comprehensive_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.840s) 2022-11-23T03:45:03.3560919Z test_comprehensive_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.836s) 2022-11-23T03:45:03.3561316Z test_comprehensive_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.3561712Z test_comprehensive_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.3562200Z test_comprehensive_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:45:03.3562602Z test_comprehensive_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-11-23T03:45:03.3563004Z test_comprehensive_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:45:03.3563419Z test_comprehensive_addbmm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:45:03.3564030Z test_comprehensive_addbmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.709s) 2022-11-23T03:45:03.3564575Z test_comprehensive_addbmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.412s) 2022-11-23T03:45:03.3565100Z test_comprehensive_addbmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:45:03.3565639Z test_comprehensive_addbmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.081s) 2022-11-23T03:45:03.3566057Z test_comprehensive_addbmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.051s) 2022-11-23T03:45:03.3566484Z test_comprehensive_addcdiv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.211s) 2022-11-23T03:45:03.3566918Z test_comprehensive_addcdiv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.825s) 2022-11-23T03:45:03.3567349Z test_comprehensive_addcdiv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.686s) 2022-11-23T03:45:03.3567869Z test_comprehensive_addcdiv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:45:03.3568302Z test_comprehensive_addcdiv_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.973s) 2022-11-23T03:45:03.3568725Z test_comprehensive_addcdiv_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.920s) 2022-11-23T03:45:03.3569153Z test_comprehensive_addcmul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.3569583Z test_comprehensive_addcmul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.276s) 2022-11-23T03:45:03.3570017Z test_comprehensive_addcmul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.144s) 2022-11-23T03:45:03.3570448Z test_comprehensive_addcmul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.160s) 2022-11-23T03:45:03.3570850Z test_comprehensive_addcmul_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.339s) 2022-11-23T03:45:03.3571268Z test_comprehensive_addcmul_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.380s) 2022-11-23T03:45:03.3571685Z test_comprehensive_addcmul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:45:03.3572093Z test_comprehensive_addcmul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:45:03.3572498Z test_comprehensive_addcmul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.3572909Z test_comprehensive_addcmul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:45:03.3573316Z test_comprehensive_addcmul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-11-23T03:45:03.3573713Z test_comprehensive_addmm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.3574139Z test_comprehensive_addmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.440s) 2022-11-23T03:45:03.3574562Z test_comprehensive_addmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.446s) 2022-11-23T03:45:03.3574977Z test_comprehensive_addmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.3575384Z test_comprehensive_addmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-11-23T03:45:03.3575788Z test_comprehensive_addmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-11-23T03:45:03.3576204Z test_comprehensive_addmm_decomposed_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.3576667Z test_comprehensive_addmm_decomposed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.295s) 2022-11-23T03:45:03.3577133Z test_comprehensive_addmm_decomposed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.313s) 2022-11-23T03:45:03.3577585Z test_comprehensive_addmm_decomposed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.3578140Z test_comprehensive_addmm_decomposed_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-11-23T03:45:03.3578589Z test_comprehensive_addmm_decomposed_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:45:03.3579015Z test_comprehensive_addmv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.3579423Z test_comprehensive_addmv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.906s) 2022-11-23T03:45:03.3579845Z test_comprehensive_addmv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.854s) 2022-11-23T03:45:03.3580264Z test_comprehensive_addmv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.3580672Z test_comprehensive_addmv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.393s) 2022-11-23T03:45:03.3581080Z test_comprehensive_addmv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.365s) 2022-11-23T03:45:03.3581493Z test_comprehensive_addr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.3581885Z test_comprehensive_addr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.3582300Z test_comprehensive_addr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.657s) 2022-11-23T03:45:03.3582717Z test_comprehensive_addr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.707s) 2022-11-23T03:45:03.3583212Z test_comprehensive_addr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.3583646Z test_comprehensive_addr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.319s) 2022-11-23T03:45:03.3584055Z test_comprehensive_addr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.337s) 2022-11-23T03:45:03.3584465Z test_comprehensive_addr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.3584853Z test_comprehensive_addr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.3585245Z test_comprehensive_addr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.3585648Z test_comprehensive_addr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.3586048Z test_comprehensive_addr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.3586453Z test_comprehensive_all_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.3586860Z test_comprehensive_all_cuda_bool (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.3587254Z test_comprehensive_all_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.3587672Z test_comprehensive_all_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-11-23T03:45:03.3588079Z test_comprehensive_all_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.3588477Z test_comprehensive_all_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:45:03.3588875Z test_comprehensive_all_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-11-23T03:45:03.3589284Z test_comprehensive_all_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.3589665Z test_comprehensive_all_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.3590062Z test_comprehensive_all_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.3590516Z test_comprehensive_all_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.3590919Z test_comprehensive_all_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.3591336Z test_comprehensive_allclose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.3591767Z test_comprehensive_allclose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.3592203Z test_comprehensive_allclose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.3592615Z test_comprehensive_allclose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.3593152Z test_comprehensive_allclose_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.3593581Z test_comprehensive_allclose_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.3594000Z test_comprehensive_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.317s) 2022-11-23T03:45:03.3594408Z test_comprehensive_amax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:45:03.3594819Z test_comprehensive_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.309s) 2022-11-23T03:45:03.3595210Z test_comprehensive_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.820s) 2022-11-23T03:45:03.3595612Z test_comprehensive_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.791s) 2022-11-23T03:45:03.3596012Z test_comprehensive_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:45:03.3596408Z test_comprehensive_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:45:03.3596808Z test_comprehensive_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.3597206Z test_comprehensive_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.3597588Z test_comprehensive_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-11-23T03:45:03.3597994Z test_comprehensive_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.328s) 2022-11-23T03:45:03.3598474Z test_comprehensive_amin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.3598905Z test_comprehensive_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.303s) 2022-11-23T03:45:03.3599315Z test_comprehensive_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.813s) 2022-11-23T03:45:03.3599726Z test_comprehensive_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.816s) 2022-11-23T03:45:03.3600130Z test_comprehensive_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:45:03.3600509Z test_comprehensive_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:45:03.3600902Z test_comprehensive_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.3601297Z test_comprehensive_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:45:03.3601693Z test_comprehensive_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:45:03.3602104Z test_comprehensive_aminmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.3602520Z test_comprehensive_aminmax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3602919Z test_comprehensive_aminmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3603341Z test_comprehensive_aminmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3603757Z test_comprehensive_aminmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3604173Z test_comprehensive_aminmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.3604583Z test_comprehensive_aminmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.3604985Z test_comprehensive_aminmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.3605394Z test_comprehensive_aminmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3605788Z test_comprehensive_aminmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3606197Z test_comprehensive_angle_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.3606614Z test_comprehensive_angle_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.348s) 2022-11-23T03:45:03.3607033Z test_comprehensive_angle_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.313s) 2022-11-23T03:45:03.3607455Z test_comprehensive_angle_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.299s) 2022-11-23T03:45:03.3607869Z test_comprehensive_angle_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3608363Z test_comprehensive_angle_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3608770Z test_comprehensive_angle_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.3609174Z test_comprehensive_angle_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.3609571Z test_comprehensive_angle_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.3609977Z test_comprehensive_angle_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3610373Z test_comprehensive_angle_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.3610762Z test_comprehensive_any_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.3611163Z test_comprehensive_any_cuda_bool (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.3611573Z test_comprehensive_any_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.3611994Z test_comprehensive_any_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-11-23T03:45:03.3612401Z test_comprehensive_any_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.3612800Z test_comprehensive_any_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:45:03.3613195Z test_comprehensive_any_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:45:03.3613654Z test_comprehensive_any_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.3614075Z test_comprehensive_any_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.3614474Z test_comprehensive_any_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.3614870Z test_comprehensive_any_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.3615267Z test_comprehensive_any_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.3615676Z test_comprehensive_arange_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.3616088Z test_comprehensive_arange_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.3616503Z test_comprehensive_arange_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.3616921Z test_comprehensive_arange_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.3617334Z test_comprehensive_arange_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.3617738Z test_comprehensive_arange_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.3618139Z test_comprehensive_arange_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.3618528Z test_comprehensive_arange_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.3618932Z test_comprehensive_arange_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.3619346Z test_comprehensive_argmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.3619767Z test_comprehensive_argmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3620180Z test_comprehensive_argmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.3620590Z test_comprehensive_argmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.3620999Z test_comprehensive_argmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.3621386Z test_comprehensive_argmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.3621780Z test_comprehensive_argmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.3622183Z test_comprehensive_argmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.3622585Z test_comprehensive_argmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.3622997Z test_comprehensive_argmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3623519Z test_comprehensive_argmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.3623915Z test_comprehensive_argmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3624331Z test_comprehensive_argmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3624742Z test_comprehensive_argmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3625145Z test_comprehensive_argmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.3625543Z test_comprehensive_argmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.3625947Z test_comprehensive_argmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3626348Z test_comprehensive_argmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.3626743Z test_comprehensive_argsort_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.3627168Z test_comprehensive_argsort_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.3627585Z test_comprehensive_argsort_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.3628003Z test_comprehensive_argsort_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.3628414Z test_comprehensive_argsort_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.3628896Z test_comprehensive_argsort_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.3629309Z test_comprehensive_argsort_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3629722Z test_comprehensive_argsort_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3630128Z test_comprehensive_argsort_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.3630545Z test_comprehensive_argwhere_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.3630970Z test_comprehensive_argwhere_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.3631396Z test_comprehensive_argwhere_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3631816Z test_comprehensive_argwhere_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.3632246Z test_comprehensive_argwhere_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.3632671Z test_comprehensive_argwhere_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.3633092Z test_comprehensive_argwhere_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3633507Z test_comprehensive_argwhere_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3633924Z test_comprehensive_argwhere_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3634339Z test_comprehensive_argwhere_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3634738Z test_comprehensive_argwhere_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3635150Z test_comprehensive_argwhere_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3635570Z test_comprehensive_as_strided_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.3635998Z test_comprehensive_as_strided_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.3636435Z test_comprehensive_as_strided_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:45:03.3636877Z test_comprehensive_as_strided_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3637297Z test_comprehensive_as_strided_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.3637731Z test_comprehensive_as_strided_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.3638156Z test_comprehensive_as_strided_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:45:03.3638684Z test_comprehensive_as_strided_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:45:03.3639112Z test_comprehensive_as_strided_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.3639536Z test_comprehensive_as_strided_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3639959Z test_comprehensive_as_strided_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3640361Z test_comprehensive_as_strided_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3640779Z test_comprehensive_as_strided_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3641293Z test_comprehensive_as_strided_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.3641878Z test_comprehensive_as_strided_scatter_cuda_bool (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.3642475Z test_comprehensive_as_strided_scatter_cuda_complex128 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.3643071Z test_comprehensive_as_strided_scatter_cuda_complex32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.3643739Z test_comprehensive_as_strided_scatter_cuda_complex64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.3644351Z test_comprehensive_as_strided_scatter_cuda_float16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.3644912Z test_comprehensive_as_strided_scatter_cuda_float32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.3645530Z test_comprehensive_as_strided_scatter_cuda_float64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.3646118Z test_comprehensive_as_strided_scatter_cuda_int16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.3646699Z test_comprehensive_as_strided_scatter_cuda_int32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.3647281Z test_comprehensive_as_strided_scatter_cuda_int64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.3647857Z test_comprehensive_as_strided_scatter_cuda_int8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.3648436Z test_comprehensive_as_strided_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.3648929Z test_comprehensive_asin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.3649345Z test_comprehensive_asin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.3649750Z test_comprehensive_asin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.097s) 2022-11-23T03:45:03.3650177Z test_comprehensive_asin_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:45:03.3650601Z test_comprehensive_asin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.141s) 2022-11-23T03:45:03.3651018Z test_comprehensive_asin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.3651428Z test_comprehensive_asin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.473s) 2022-11-23T03:45:03.3651836Z test_comprehensive_asin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.506s) 2022-11-23T03:45:03.3652226Z test_comprehensive_asin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.3652635Z test_comprehensive_asin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.3653135Z test_comprehensive_asin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.3653543Z test_comprehensive_asin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.3653948Z test_comprehensive_asin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.3654359Z test_comprehensive_asinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.3654771Z test_comprehensive_asinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.3655169Z test_comprehensive_asinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.833s) 2022-11-23T03:45:03.3655596Z test_comprehensive_asinh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:45:03.3656019Z test_comprehensive_asinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.865s) 2022-11-23T03:45:03.3656436Z test_comprehensive_asinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.3656849Z test_comprehensive_asinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.400s) 2022-11-23T03:45:03.3657259Z test_comprehensive_asinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.405s) 2022-11-23T03:45:03.3657647Z test_comprehensive_asinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.3658049Z test_comprehensive_asinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.3658530Z test_comprehensive_asinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.3658960Z test_comprehensive_asinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.3659361Z test_comprehensive_asinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.3659775Z test_comprehensive_atan2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.3660171Z test_comprehensive_atan2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.3660582Z test_comprehensive_atan2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.3660992Z test_comprehensive_atan2_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.384s) 2022-11-23T03:45:03.3661396Z test_comprehensive_atan2_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.438s) 2022-11-23T03:45:03.3661803Z test_comprehensive_atan2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:45:03.3662208Z test_comprehensive_atan2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:45:03.3662609Z test_comprehensive_atan2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.3662997Z test_comprehensive_atan2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.3663393Z test_comprehensive_atan2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.3663797Z test_comprehensive_atan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3664209Z test_comprehensive_atan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.3664627Z test_comprehensive_atan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.860s) 2022-11-23T03:45:03.3665048Z test_comprehensive_atan_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.3665456Z test_comprehensive_atan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.831s) 2022-11-23T03:45:03.3666073Z test_comprehensive_atan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3666724Z test_comprehensive_atan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.407s) 2022-11-23T03:45:03.3667262Z test_comprehensive_atan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.408s) 2022-11-23T03:45:03.3667771Z test_comprehensive_atan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.3668181Z test_comprehensive_atan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.3668675Z test_comprehensive_atan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.3669196Z test_comprehensive_atan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.3669598Z test_comprehensive_atan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.3670011Z test_comprehensive_atanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.3670420Z test_comprehensive_atanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.3670843Z test_comprehensive_atanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.963s) 2022-11-23T03:45:03.3671269Z test_comprehensive_atanh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:45:03.3671681Z test_comprehensive_atanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.020s) 2022-11-23T03:45:03.3672105Z test_comprehensive_atanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.3672520Z test_comprehensive_atanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.467s) 2022-11-23T03:45:03.3672936Z test_comprehensive_atanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.438s) 2022-11-23T03:45:03.3673343Z test_comprehensive_atanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.3673886Z test_comprehensive_atanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.3674272Z test_comprehensive_atanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.3674972Z test_comprehensive_atanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.3675624Z test_comprehensive_atanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.3676159Z test_comprehensive_atleast_1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.3676702Z test_comprehensive_atleast_1d_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.3677246Z test_comprehensive_atleast_1d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.3677809Z test_comprehensive_atleast_1d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.3678344Z test_comprehensive_atleast_1d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.3679003Z test_comprehensive_atleast_1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.3679552Z test_comprehensive_atleast_1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.3680089Z test_comprehensive_atleast_1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.3680628Z test_comprehensive_atleast_1d_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3681156Z test_comprehensive_atleast_1d_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3681671Z test_comprehensive_atleast_1d_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3682288Z test_comprehensive_atleast_1d_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3682814Z test_comprehensive_atleast_1d_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3683363Z test_comprehensive_atleast_2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.3683898Z test_comprehensive_atleast_2d_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3684436Z test_comprehensive_atleast_2d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:45:03.3684996Z test_comprehensive_atleast_2d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.3685616Z test_comprehensive_atleast_2d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:45:03.3686177Z test_comprehensive_atleast_2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.3686704Z test_comprehensive_atleast_2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.3687232Z test_comprehensive_atleast_2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.3687900Z test_comprehensive_atleast_2d_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.3688513Z test_comprehensive_atleast_2d_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.3689056Z test_comprehensive_atleast_2d_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.3689575Z test_comprehensive_atleast_2d_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.3690110Z test_comprehensive_atleast_2d_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.3690680Z test_comprehensive_atleast_3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.3691207Z test_comprehensive_atleast_3d_cuda_bool (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.3691744Z test_comprehensive_atleast_3d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.3692376Z test_comprehensive_atleast_3d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-11-23T03:45:03.3692922Z test_comprehensive_atleast_3d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:45:03.3693461Z test_comprehensive_atleast_3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.3693985Z test_comprehensive_atleast_3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-11-23T03:45:03.3694606Z test_comprehensive_atleast_3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:45:03.3695287Z test_comprehensive_atleast_3d_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.3695815Z test_comprehensive_atleast_3d_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.3696351Z test_comprehensive_atleast_3d_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.3696887Z test_comprehensive_atleast_3d_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.3697421Z test_comprehensive_atleast_3d_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.3697955Z test_comprehensive_baddbmm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.3698488Z test_comprehensive_baddbmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.715s) 2022-11-23T03:45:03.3699134Z test_comprehensive_baddbmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.756s) 2022-11-23T03:45:03.3699685Z test_comprehensive_baddbmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.3700197Z test_comprehensive_baddbmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.099s) 2022-11-23T03:45:03.3700720Z test_comprehensive_baddbmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.090s) 2022-11-23T03:45:03.3701260Z test_comprehensive_bernoulli_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.3701798Z test_comprehensive_bernoulli_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.3702340Z test_comprehensive_bernoulli_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.3702952Z test_comprehensive_bernoulli_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.3703460Z test_comprehensive_bfloat16_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.3703981Z test_comprehensive_bfloat16_cuda_bool (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.3704527Z test_comprehensive_bfloat16_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.3705072Z test_comprehensive_bfloat16_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.3705641Z test_comprehensive_bfloat16_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:45:03.3706072Z test_comprehensive_bfloat16_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.3706496Z test_comprehensive_bfloat16_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:45:03.3707517Z test_comprehensive_bfloat16_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:45:03.3707944Z test_comprehensive_bfloat16_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.3708363Z test_comprehensive_bfloat16_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.3708779Z test_comprehensive_bfloat16_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.3709195Z test_comprehensive_bfloat16_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.3709614Z test_comprehensive_bfloat16_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3710012Z test_comprehensive_bincount_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.3710431Z test_comprehensive_bincount_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.3711032Z test_comprehensive_bincount_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3711613Z test_comprehensive_bincount_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.3712256Z test_comprehensive_bincount_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.3712705Z test_comprehensive_bitwise_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.206s) 2022-11-23T03:45:03.3713133Z test_comprehensive_bitwise_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:45:03.3713647Z test_comprehensive_bitwise_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:45:03.3714099Z test_comprehensive_bitwise_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.3714520Z test_comprehensive_bitwise_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.3714945Z test_comprehensive_bitwise_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:45:03.3715383Z test_comprehensive_bitwise_left_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.3715836Z test_comprehensive_bitwise_left_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.3716255Z test_comprehensive_bitwise_left_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.3716686Z test_comprehensive_bitwise_left_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.3717261Z test_comprehensive_bitwise_left_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.3717703Z test_comprehensive_bitwise_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.3718478Z test_comprehensive_bitwise_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.3718926Z test_comprehensive_bitwise_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.3719344Z test_comprehensive_bitwise_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.3719736Z test_comprehensive_bitwise_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.3720164Z test_comprehensive_bitwise_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3720586Z test_comprehensive_bitwise_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.3721010Z test_comprehensive_bitwise_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.3721430Z test_comprehensive_bitwise_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.3721851Z test_comprehensive_bitwise_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:45:03.3722265Z test_comprehensive_bitwise_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:45:03.3722666Z test_comprehensive_bitwise_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.3723106Z test_comprehensive_bitwise_right_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:45:03.3723665Z test_comprehensive_bitwise_right_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.3724408Z test_comprehensive_bitwise_right_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.3725035Z test_comprehensive_bitwise_right_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.3725479Z test_comprehensive_bitwise_right_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.3725897Z test_comprehensive_bitwise_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.3726321Z test_comprehensive_bitwise_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:45:03.3726745Z test_comprehensive_bitwise_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.3727162Z test_comprehensive_bitwise_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-11-23T03:45:03.3727577Z test_comprehensive_bitwise_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.202s) 2022-11-23T03:45:03.3727997Z test_comprehensive_bitwise_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:45:03.3728428Z test_comprehensive_block_diag_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.3728836Z test_comprehensive_block_diag_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3729267Z test_comprehensive_block_diag_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.509s) 2022-11-23T03:45:03.3729796Z test_comprehensive_block_diag_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.3730404Z test_comprehensive_block_diag_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.976s) 2022-11-23T03:45:03.3731002Z test_comprehensive_block_diag_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.3731555Z test_comprehensive_block_diag_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.319s) 2022-11-23T03:45:03.3731963Z test_comprehensive_block_diag_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.357s) 2022-11-23T03:45:03.3732395Z test_comprehensive_block_diag_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.3732820Z test_comprehensive_block_diag_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3733241Z test_comprehensive_block_diag_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3733661Z test_comprehensive_block_diag_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3734084Z test_comprehensive_block_diag_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3734495Z test_comprehensive_bmm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.3734894Z test_comprehensive_bmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.370s) 2022-11-23T03:45:03.3735315Z test_comprehensive_bmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.326s) 2022-11-23T03:45:03.3735727Z test_comprehensive_bmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.3736136Z test_comprehensive_bmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.3736663Z test_comprehensive_bmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.3737075Z test_comprehensive_bool_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.3737736Z test_comprehensive_bool_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3738163Z test_comprehensive_bool_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.3738585Z test_comprehensive_bool_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.3739004Z test_comprehensive_bool_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.3739418Z test_comprehensive_bool_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.3739829Z test_comprehensive_bool_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.3740359Z test_comprehensive_bool_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.3740750Z test_comprehensive_bool_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.3741153Z test_comprehensive_bool_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.3741547Z test_comprehensive_bool_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.3741953Z test_comprehensive_bool_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.3742354Z test_comprehensive_bool_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.3742897Z test_comprehensive_broadcast_shapes_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.3743355Z test_comprehensive_broadcast_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.3744086Z test_comprehensive_broadcast_tensors_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.3744557Z test_comprehensive_broadcast_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:45:03.3745029Z test_comprehensive_broadcast_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:45:03.3745489Z test_comprehensive_broadcast_tensors_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.3746041Z test_comprehensive_broadcast_tensors_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:45:03.3746516Z test_comprehensive_broadcast_tensors_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:45:03.3746941Z test_comprehensive_broadcast_tensors_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.3747383Z test_comprehensive_broadcast_tensors_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.3747823Z test_comprehensive_broadcast_tensors_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.3748264Z test_comprehensive_broadcast_tensors_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.3748706Z test_comprehensive_broadcast_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.3749142Z test_comprehensive_broadcast_to_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.3749720Z test_comprehensive_broadcast_to_cuda_bool (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.3750175Z test_comprehensive_broadcast_to_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.362s) 2022-11-23T03:45:03.3751118Z test_comprehensive_broadcast_to_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.321s) 2022-11-23T03:45:03.3751984Z test_comprehensive_broadcast_to_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.3752830Z test_comprehensive_broadcast_to_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:45:03.3753653Z test_comprehensive_broadcast_to_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.211s) 2022-11-23T03:45:03.3754530Z test_comprehensive_broadcast_to_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.3755339Z test_comprehensive_broadcast_to_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.3756185Z test_comprehensive_broadcast_to_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.3757223Z test_comprehensive_broadcast_to_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.3758144Z test_comprehensive_broadcast_to_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.3758997Z test_comprehensive_bucketize_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:45:03.3759835Z test_comprehensive_bucketize_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.366s) 2022-11-23T03:45:03.3760674Z test_comprehensive_bucketize_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.378s) 2022-11-23T03:45:03.3761480Z test_comprehensive_bucketize_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:45:03.3762502Z test_comprehensive_bucketize_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.211s) 2022-11-23T03:45:03.3763425Z test_comprehensive_bucketize_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:45:03.3764408Z test_comprehensive_bucketize_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-11-23T03:45:03.3765247Z test_comprehensive_bucketize_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-11-23T03:45:03.3766064Z test_comprehensive_byte_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.3766844Z test_comprehensive_byte_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.3767650Z test_comprehensive_byte_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.3768499Z test_comprehensive_byte_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.3769414Z test_comprehensive_byte_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.3770391Z test_comprehensive_byte_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.3771218Z test_comprehensive_byte_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.3771996Z test_comprehensive_byte_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.3772802Z test_comprehensive_byte_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.3773746Z test_comprehensive_byte_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.3774560Z test_comprehensive_byte_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.3775350Z test_comprehensive_byte_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.3776291Z test_comprehensive_cartesian_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.3777306Z test_comprehensive_cartesian_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.3778175Z test_comprehensive_cartesian_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:45:03.3779089Z test_comprehensive_cartesian_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-11-23T03:45:03.3779972Z test_comprehensive_cartesian_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.3780865Z test_comprehensive_cartesian_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:45:03.3781716Z test_comprehensive_cartesian_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.3782661Z test_comprehensive_cartesian_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.3783676Z test_comprehensive_cartesian_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.3784525Z test_comprehensive_cartesian_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.3785390Z test_comprehensive_cartesian_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.3786252Z test_comprehensive_cartesian_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.3787086Z test_comprehensive_cat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.3787888Z test_comprehensive_cat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.3789346Z test_comprehensive_cat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.433s) 2022-11-23T03:45:03.3790278Z test_comprehensive_cat_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.3791159Z test_comprehensive_cat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.459s) 2022-11-23T03:45:03.3791964Z test_comprehensive_cat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.3792780Z test_comprehensive_cat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.276s) 2022-11-23T03:45:03.3793569Z test_comprehensive_cat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:45:03.3794569Z test_comprehensive_cat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.3795414Z test_comprehensive_cat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.3796312Z test_comprehensive_cat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.3797171Z test_comprehensive_cat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.3797949Z test_comprehensive_cat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.3798759Z test_comprehensive_cdist_cuda_float32 (__main__.TestDecompCUDA) ... ok (12.420s) 2022-11-23T03:45:03.3799578Z test_comprehensive_cdist_cuda_float64 (__main__.TestDecompCUDA) ... ok (12.249s) 2022-11-23T03:45:03.3800395Z test_comprehensive_cdouble_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.3801219Z test_comprehensive_cdouble_cuda_bool (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.3802156Z test_comprehensive_cdouble_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.3803164Z test_comprehensive_cdouble_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.3803993Z test_comprehensive_cdouble_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.3805003Z test_comprehensive_cdouble_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.3805874Z test_comprehensive_cdouble_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:45:03.3806700Z test_comprehensive_cdouble_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.3807494Z test_comprehensive_cdouble_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.3808386Z test_comprehensive_cdouble_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.3809258Z test_comprehensive_cdouble_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.3810142Z test_comprehensive_cdouble_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.3810936Z test_comprehensive_cdouble_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.3811727Z test_comprehensive_ceil_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3812508Z test_comprehensive_ceil_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.3813308Z test_comprehensive_ceil_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.3814097Z test_comprehensive_ceil_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.3814957Z test_comprehensive_ceil_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.3815841Z test_comprehensive_ceil_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.3816614Z test_comprehensive_ceil_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.3817366Z test_comprehensive_ceil_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.3818140Z test_comprehensive_ceil_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.3818929Z test_comprehensive_cfloat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.3819737Z test_comprehensive_cfloat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.3820551Z test_comprehensive_cfloat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:45:03.3821462Z test_comprehensive_cfloat_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.3822395Z test_comprehensive_cfloat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.3823213Z test_comprehensive_cfloat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.3824031Z test_comprehensive_cfloat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.3825032Z test_comprehensive_cfloat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.3825907Z test_comprehensive_cfloat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.3826696Z test_comprehensive_cfloat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.3827470Z test_comprehensive_cfloat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.3828376Z test_comprehensive_cfloat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.3829244Z test_comprehensive_cfloat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.3830055Z test_comprehensive_chalf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.3830846Z test_comprehensive_chalf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.3831611Z test_comprehensive_chalf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:45:03.3832414Z test_comprehensive_chalf_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.3833218Z test_comprehensive_chalf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.3834099Z test_comprehensive_chalf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.3834954Z test_comprehensive_chalf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.3836529Z test_comprehensive_chalf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:45:03.3837384Z test_comprehensive_chalf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.3838164Z test_comprehensive_chalf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.3838953Z test_comprehensive_chalf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.3839718Z test_comprehensive_chalf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.3840591Z test_comprehensive_chalf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.3841471Z test_comprehensive_char_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.3842361Z test_comprehensive_char_cuda_bool (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.3843169Z test_comprehensive_char_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.3844006Z test_comprehensive_char_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.3844809Z test_comprehensive_char_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.3845627Z test_comprehensive_char_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.3846426Z test_comprehensive_char_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.3847218Z test_comprehensive_char_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.3847996Z test_comprehensive_char_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.3848770Z test_comprehensive_char_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.3849538Z test_comprehensive_char_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.3850313Z test_comprehensive_char_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.3851110Z test_comprehensive_char_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.3852051Z test_comprehensive_cholesky_cuda_complex128 (__main__.TestDecompCUDA) ... ok (28.191s) 2022-11-23T03:45:03.3853051Z test_comprehensive_cholesky_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.578s) 2022-11-23T03:45:03.3853914Z test_comprehensive_cholesky_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.923s) 2022-11-23T03:45:03.3854756Z test_comprehensive_cholesky_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.933s) 2022-11-23T03:45:03.3855611Z test_comprehensive_cholesky_inverse_cuda_complex128 (__main__.TestDecompCUDA) ... ok (18.535s) 2022-11-23T03:45:03.3856710Z test_comprehensive_cholesky_inverse_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.874s) 2022-11-23T03:45:03.3857603Z test_comprehensive_cholesky_inverse_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.029s) 2022-11-23T03:45:03.3858474Z test_comprehensive_cholesky_inverse_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.041s) 2022-11-23T03:45:03.3859365Z test_comprehensive_cholesky_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.487s) 2022-11-23T03:45:03.3860250Z test_comprehensive_cholesky_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.558s) 2022-11-23T03:45:03.3861137Z test_comprehensive_cholesky_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.908s) 2022-11-23T03:45:03.3861972Z test_comprehensive_cholesky_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.878s) 2022-11-23T03:45:03.3862821Z test_comprehensive_chunk_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.3863633Z test_comprehensive_chunk_cuda_bool (__main__.TestDecompCUDA) ... ok (0.282s) 2022-11-23T03:45:03.3864464Z test_comprehensive_chunk_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.823s) 2022-11-23T03:45:03.3865294Z test_comprehensive_chunk_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.627s) 2022-11-23T03:45:03.3866145Z test_comprehensive_chunk_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.811s) 2022-11-23T03:45:03.3867106Z test_comprehensive_chunk_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.3867958Z test_comprehensive_chunk_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.489s) 2022-11-23T03:45:03.3868873Z test_comprehensive_chunk_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.486s) 2022-11-23T03:45:03.3869876Z test_comprehensive_chunk_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-11-23T03:45:03.3870676Z test_comprehensive_chunk_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:45:03.3871474Z test_comprehensive_chunk_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-11-23T03:45:03.3872258Z test_comprehensive_chunk_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.290s) 2022-11-23T03:45:03.3873054Z test_comprehensive_chunk_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-11-23T03:45:03.3873877Z test_comprehensive_clamp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.000s) 2022-11-23T03:45:03.3874716Z test_comprehensive_clamp_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.046s) 2022-11-23T03:45:03.3875540Z test_comprehensive_clamp_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.647s) 2022-11-23T03:45:03.3876337Z test_comprehensive_clamp_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.467s) 2022-11-23T03:45:03.3877152Z test_comprehensive_clamp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.386s) 2022-11-23T03:45:03.3877924Z test_comprehensive_clamp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.381s) 2022-11-23T03:45:03.3878723Z test_comprehensive_clamp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.369s) 2022-11-23T03:45:03.3879536Z test_comprehensive_clamp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.372s) 2022-11-23T03:45:03.3880335Z test_comprehensive_clamp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.404s) 2022-11-23T03:45:03.3881158Z test_comprehensive_clamp_max_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.325s) 2022-11-23T03:45:03.3882000Z test_comprehensive_clamp_max_cuda_bool (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:45:03.3882818Z test_comprehensive_clamp_max_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.333s) 2022-11-23T03:45:03.3883650Z test_comprehensive_clamp_max_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.434s) 2022-11-23T03:45:03.3884490Z test_comprehensive_clamp_max_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.266s) 2022-11-23T03:45:03.3885300Z test_comprehensive_clamp_max_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.3886134Z test_comprehensive_clamp_max_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.3887144Z test_comprehensive_clamp_max_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:45:03.3887976Z test_comprehensive_clamp_max_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.3888768Z test_comprehensive_clamp_max_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.3889622Z test_comprehensive_clamp_min_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.340s) 2022-11-23T03:45:03.3890515Z test_comprehensive_clamp_min_cuda_bool (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.3891356Z test_comprehensive_clamp_min_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.387s) 2022-11-23T03:45:03.3892186Z test_comprehensive_clamp_min_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.352s) 2022-11-23T03:45:03.3893014Z test_comprehensive_clamp_min_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.394s) 2022-11-23T03:45:03.3893802Z test_comprehensive_clamp_min_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.3894633Z test_comprehensive_clamp_min_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.3895466Z test_comprehensive_clamp_min_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.208s) 2022-11-23T03:45:03.3896293Z test_comprehensive_clamp_min_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.3897272Z test_comprehensive_clamp_min_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.3898118Z test_comprehensive_clone_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3898933Z test_comprehensive_clone_cuda_bool (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.3899812Z test_comprehensive_clone_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:45:03.3955601Z test_comprehensive_clone_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-11-23T03:45:03.3956723Z test_comprehensive_clone_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:45:03.3957667Z test_comprehensive_clone_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3958563Z test_comprehensive_clone_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.3959406Z test_comprehensive_clone_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.3960248Z test_comprehensive_clone_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.3961075Z test_comprehensive_clone_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.3961897Z test_comprehensive_clone_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.3962720Z test_comprehensive_clone_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.3963532Z test_comprehensive_clone_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.3964384Z test_comprehensive_column_stack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.3965283Z test_comprehensive_column_stack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.3966171Z test_comprehensive_column_stack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.3967071Z test_comprehensive_column_stack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:45:03.3967966Z test_comprehensive_column_stack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:45:03.3968817Z test_comprehensive_column_stack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.3969697Z test_comprehensive_column_stack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:45:03.3970568Z test_comprehensive_column_stack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:45:03.3971426Z test_comprehensive_column_stack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.3972506Z test_comprehensive_column_stack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.3973361Z test_comprehensive_column_stack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.3974242Z test_comprehensive_column_stack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.3975076Z test_comprehensive_column_stack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.3975972Z test_comprehensive_combinations_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.194s) 2022-11-23T03:45:03.3976854Z test_comprehensive_combinations_cuda_bool (__main__.TestDecompCUDA) ... ok (1.870s) 2022-11-23T03:45:03.3977734Z test_comprehensive_combinations_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.383s) 2022-11-23T03:45:03.3978627Z test_comprehensive_combinations_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.526s) 2022-11-23T03:45:03.3979514Z test_comprehensive_combinations_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.201s) 2022-11-23T03:45:03.3980412Z test_comprehensive_combinations_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.032s) 2022-11-23T03:45:03.3981283Z test_comprehensive_combinations_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.895s) 2022-11-23T03:45:03.3982155Z test_comprehensive_combinations_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.906s) 2022-11-23T03:45:03.3983201Z test_comprehensive_combinations_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.980s) 2022-11-23T03:45:03.3984094Z test_comprehensive_combinations_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.850s) 2022-11-23T03:45:03.3984961Z test_comprehensive_combinations_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.880s) 2022-11-23T03:45:03.3985806Z test_comprehensive_combinations_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.859s) 2022-11-23T03:45:03.3986650Z test_comprehensive_complex_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.3987505Z test_comprehensive_complex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.921s) 2022-11-23T03:45:03.3988560Z test_comprehensive_complex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.973s) 2022-11-23T03:45:03.3994455Z test_comprehensive_conj_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.3995306Z test_comprehensive_conj_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.3996129Z test_comprehensive_conj_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.3996969Z test_comprehensive_conj_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.3997761Z test_comprehensive_conj_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.3998557Z test_comprehensive_conj_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.3999338Z test_comprehensive_conj_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4000133Z test_comprehensive_conj_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4000932Z test_comprehensive_conj_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4001702Z test_comprehensive_conj_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4002484Z test_comprehensive_conj_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4003254Z test_comprehensive_conj_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4004057Z test_comprehensive_conj_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4004883Z test_comprehensive_conj_physical_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4005747Z test_comprehensive_conj_physical_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4006602Z test_comprehensive_conj_physical_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4007509Z test_comprehensive_conj_physical_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.288s) 2022-11-23T03:45:03.4008574Z test_comprehensive_conj_physical_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4009426Z test_comprehensive_conj_physical_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4010274Z test_comprehensive_conj_physical_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4011122Z test_comprehensive_conj_physical_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4011960Z test_comprehensive_conj_physical_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4012795Z test_comprehensive_conj_physical_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4013621Z test_comprehensive_conj_physical_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4014457Z test_comprehensive_conj_physical_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4015286Z test_comprehensive_conj_physical_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4016148Z test_comprehensive_constant_pad_nd_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.4017021Z test_comprehensive_constant_pad_nd_cuda_bool (__main__.TestDecompCUDA) ... ok (0.542s) 2022-11-23T03:45:03.4017883Z test_comprehensive_constant_pad_nd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.621s) 2022-11-23T03:45:03.4018920Z test_comprehensive_constant_pad_nd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.474s) 2022-11-23T03:45:03.4019807Z test_comprehensive_constant_pad_nd_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-11-23T03:45:03.4020667Z test_comprehensive_constant_pad_nd_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.030s) 2022-11-23T03:45:03.4021503Z test_comprehensive_constant_pad_nd_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.007s) 2022-11-23T03:45:03.4022357Z test_comprehensive_constant_pad_nd_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.529s) 2022-11-23T03:45:03.4023213Z test_comprehensive_constant_pad_nd_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.510s) 2022-11-23T03:45:03.4024049Z test_comprehensive_constant_pad_nd_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.603s) 2022-11-23T03:45:03.4024892Z test_comprehensive_constant_pad_nd_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.522s) 2022-11-23T03:45:03.4025751Z test_comprehensive_constant_pad_nd_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.521s) 2022-11-23T03:45:03.4026583Z test_comprehensive_contiguous_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4027413Z test_comprehensive_contiguous_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4028253Z test_comprehensive_contiguous_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4029107Z test_comprehensive_contiguous_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4029971Z test_comprehensive_contiguous_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4030842Z test_comprehensive_contiguous_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4031689Z test_comprehensive_contiguous_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4032519Z test_comprehensive_contiguous_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4033372Z test_comprehensive_contiguous_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4034217Z test_comprehensive_contiguous_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4035052Z test_comprehensive_contiguous_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4035900Z test_comprehensive_contiguous_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4036737Z test_comprehensive_contiguous_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4037786Z test_comprehensive_copysign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-11-23T03:45:03.4038595Z test_comprehensive_copysign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.4039433Z test_comprehensive_copysign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.4040267Z test_comprehensive_copysign_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.145s) 2022-11-23T03:45:03.4041109Z test_comprehensive_copysign_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.123s) 2022-11-23T03:45:03.4041934Z test_comprehensive_copysign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.212s) 2022-11-23T03:45:03.4042753Z test_comprehensive_copysign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:45:03.4043547Z test_comprehensive_copysign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-11-23T03:45:03.4044361Z test_comprehensive_copysign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:45:03.4045200Z test_comprehensive_copysign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-11-23T03:45:03.4046032Z test_comprehensive_corrcoef_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-11-23T03:45:03.4046881Z test_comprehensive_corrcoef_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.766s) 2022-11-23T03:45:03.4047731Z test_comprehensive_corrcoef_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.833s) 2022-11-23T03:45:03.4048746Z test_comprehensive_corrcoef_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:45:03.4049583Z test_comprehensive_corrcoef_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.019s) 2022-11-23T03:45:03.4050419Z test_comprehensive_corrcoef_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.985s) 2022-11-23T03:45:03.4051243Z test_comprehensive_corrcoef_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:45:03.4052064Z test_comprehensive_corrcoef_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.300s) 2022-11-23T03:45:03.4052892Z test_comprehensive_corrcoef_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-11-23T03:45:03.4053710Z test_comprehensive_corrcoef_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-11-23T03:45:03.4054509Z test_comprehensive_corrcoef_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.297s) 2022-11-23T03:45:03.4055330Z test_comprehensive_cos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4056136Z test_comprehensive_cos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4056947Z test_comprehensive_cos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:45:03.4057772Z test_comprehensive_cos_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4058747Z test_comprehensive_cos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:45:03.4059636Z test_comprehensive_cos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4060555Z test_comprehensive_cos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.4061346Z test_comprehensive_cos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.4062138Z test_comprehensive_cos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4062921Z test_comprehensive_cos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4063713Z test_comprehensive_cos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4064571Z test_comprehensive_cos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4065341Z test_comprehensive_cos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4066140Z test_comprehensive_cosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4066956Z test_comprehensive_cosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4067769Z test_comprehensive_cosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:45:03.4068794Z test_comprehensive_cosh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.4069614Z test_comprehensive_cosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:45:03.4070406Z test_comprehensive_cosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4071215Z test_comprehensive_cosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4072028Z test_comprehensive_cosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4072838Z test_comprehensive_cosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4073627Z test_comprehensive_cosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4074424Z test_comprehensive_cosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4075206Z test_comprehensive_cosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4076003Z test_comprehensive_cosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4076830Z test_comprehensive_count_nonzero_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4077694Z test_comprehensive_count_nonzero_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4078562Z test_comprehensive_count_nonzero_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4079608Z test_comprehensive_count_nonzero_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4080489Z test_comprehensive_count_nonzero_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4081327Z test_comprehensive_count_nonzero_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4082183Z test_comprehensive_count_nonzero_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4083031Z test_comprehensive_count_nonzero_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4083869Z test_comprehensive_count_nonzero_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4084717Z test_comprehensive_count_nonzero_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4085559Z test_comprehensive_count_nonzero_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4086412Z test_comprehensive_count_nonzero_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4087210Z test_comprehensive_cov_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.810s) 2022-11-23T03:45:03.4088033Z test_comprehensive_cov_cuda_complex128 (__main__.TestDecompCUDA) ... ok (10.783s) 2022-11-23T03:45:03.4088872Z test_comprehensive_cov_cuda_complex64 (__main__.TestDecompCUDA) ... ok (11.476s) 2022-11-23T03:45:03.4089764Z test_comprehensive_cov_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.762s) 2022-11-23T03:45:03.4090580Z test_comprehensive_cov_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.175s) 2022-11-23T03:45:03.4091386Z test_comprehensive_cov_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.967s) 2022-11-23T03:45:03.4092156Z test_comprehensive_cov_cuda_int16 (__main__.TestDecompCUDA) ... ok (3.064s) 2022-11-23T03:45:03.4092939Z test_comprehensive_cov_cuda_int32 (__main__.TestDecompCUDA) ... ok (3.058s) 2022-11-23T03:45:03.4093744Z test_comprehensive_cov_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.990s) 2022-11-23T03:45:03.4094525Z test_comprehensive_cov_cuda_int8 (__main__.TestDecompCUDA) ... ok (3.012s) 2022-11-23T03:45:03.4095302Z test_comprehensive_cov_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.998s) 2022-11-23T03:45:03.4096119Z test_comprehensive_cross_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.158s) 2022-11-23T03:45:03.4096940Z test_comprehensive_cross_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:45:03.4097750Z test_comprehensive_cross_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4098744Z test_comprehensive_cross_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4099570Z test_comprehensive_cross_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4100366Z test_comprehensive_cross_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4101173Z test_comprehensive_cross_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4101981Z test_comprehensive_cross_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4102761Z test_comprehensive_cross_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4103546Z test_comprehensive_cross_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4104356Z test_comprehensive_cummax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4105181Z test_comprehensive_cummax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4106007Z test_comprehensive_cummax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4106824Z test_comprehensive_cummax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4107621Z test_comprehensive_cummax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4108445Z test_comprehensive_cummax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4109411Z test_comprehensive_cummax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4110253Z test_comprehensive_cummax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4111064Z test_comprehensive_cummax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4111873Z test_comprehensive_cummax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4112685Z test_comprehensive_cummin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4113494Z test_comprehensive_cummin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4114318Z test_comprehensive_cummin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4115138Z test_comprehensive_cummin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4115953Z test_comprehensive_cummin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4116768Z test_comprehensive_cummin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4117591Z test_comprehensive_cummin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4118376Z test_comprehensive_cummin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4119184Z test_comprehensive_cummin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4119987Z test_comprehensive_cummin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4120817Z test_comprehensive_cumprod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.482s) 2022-11-23T03:45:03.4121684Z test_comprehensive_cumprod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (14.123s) 2022-11-23T03:45:03.4122537Z test_comprehensive_cumprod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (14.192s) 2022-11-23T03:45:03.4123376Z test_comprehensive_cumprod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.541s) 2022-11-23T03:45:03.4124186Z test_comprehensive_cumprod_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.578s) 2022-11-23T03:45:03.4125026Z test_comprehensive_cumprod_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.773s) 2022-11-23T03:45:03.4125850Z test_comprehensive_cumprod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4126677Z test_comprehensive_cumprod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4127490Z test_comprehensive_cumprod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4128300Z test_comprehensive_cumprod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4129280Z test_comprehensive_cumprod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4130124Z test_comprehensive_cumsum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.4130941Z test_comprehensive_cumsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.644s) 2022-11-23T03:45:03.4131809Z test_comprehensive_cumsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.622s) 2022-11-23T03:45:03.4132635Z test_comprehensive_cumsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4133467Z test_comprehensive_cumsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.329s) 2022-11-23T03:45:03.4134263Z test_comprehensive_cumsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.367s) 2022-11-23T03:45:03.4135077Z test_comprehensive_cumsum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:45:03.4135889Z test_comprehensive_cumsum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:45:03.4136708Z test_comprehensive_cumsum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.4137509Z test_comprehensive_cumsum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:45:03.4138313Z test_comprehensive_cumsum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.4139345Z test_comprehensive_cumulative_trapezoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.272s) 2022-11-23T03:45:03.4140312Z test_comprehensive_cumulative_trapezoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.069s) 2022-11-23T03:45:03.4141247Z test_comprehensive_cumulative_trapezoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.121s) 2022-11-23T03:45:03.4142184Z test_comprehensive_cumulative_trapezoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.285s) 2022-11-23T03:45:03.4143113Z test_comprehensive_cumulative_trapezoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.182s) 2022-11-23T03:45:03.4144042Z test_comprehensive_cumulative_trapezoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.112s) 2022-11-23T03:45:03.4144943Z test_comprehensive_cumulative_trapezoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.211s) 2022-11-23T03:45:03.4145846Z test_comprehensive_cumulative_trapezoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.211s) 2022-11-23T03:45:03.4146732Z test_comprehensive_cumulative_trapezoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:45:03.4147637Z test_comprehensive_cumulative_trapezoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.238s) 2022-11-23T03:45:03.4148521Z test_comprehensive_cumulative_trapezoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-11-23T03:45:03.4149394Z test_comprehensive_deg2rad_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4150213Z test_comprehensive_deg2rad_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4151047Z test_comprehensive_deg2rad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4151876Z test_comprehensive_deg2rad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:45:03.4152671Z test_comprehensive_deg2rad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:45:03.4153499Z test_comprehensive_deg2rad_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4154323Z test_comprehensive_deg2rad_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4155135Z test_comprehensive_deg2rad_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4155933Z test_comprehensive_deg2rad_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4156754Z test_comprehensive_deg2rad_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4157660Z test_comprehensive_diag_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: diag in torch.bfloat16 not supported (0.001s) 2022-11-23T03:45:03.4158859Z test_comprehensive_diag_cuda_bool (__main__.TestDecompCUDA) ... skip: diag in torch.bool not supported (0.001s) 2022-11-23T03:45:03.4159894Z test_comprehensive_diag_cuda_complex128 (__main__.TestDecompCUDA) ... skip: diag in torch.complex128 not supported (0.001s) 2022-11-23T03:45:03.4161091Z test_comprehensive_diag_cuda_complex32 (__main__.TestDecompCUDA) ... skip: diag in torch.complex32 not supported (0.001s) 2022-11-23T03:45:03.4162352Z test_comprehensive_diag_cuda_complex64 (__main__.TestDecompCUDA) ... skip: diag in torch.complex64 not supported (0.001s) 2022-11-23T03:45:03.4163391Z test_comprehensive_diag_cuda_float16 (__main__.TestDecompCUDA) ... skip: diag in torch.float16 not supported (0.002s) 2022-11-23T03:45:03.4164426Z test_comprehensive_diag_cuda_float32 (__main__.TestDecompCUDA) ... skip: diag in torch.float32 not supported (0.001s) 2022-11-23T03:45:03.4165432Z test_comprehensive_diag_cuda_float64 (__main__.TestDecompCUDA) ... skip: diag in torch.float64 not supported (0.001s) 2022-11-23T03:45:03.4166433Z test_comprehensive_diag_cuda_int16 (__main__.TestDecompCUDA) ... skip: diag in torch.int16 not supported (0.001s) 2022-11-23T03:45:03.4167419Z test_comprehensive_diag_cuda_int32 (__main__.TestDecompCUDA) ... skip: diag in torch.int32 not supported (0.001s) 2022-11-23T03:45:03.4168413Z test_comprehensive_diag_cuda_int64 (__main__.TestDecompCUDA) ... skip: diag in torch.int64 not supported (0.002s) 2022-11-23T03:45:03.4169553Z test_comprehensive_diag_cuda_int8 (__main__.TestDecompCUDA) ... skip: diag in torch.int8 not supported (0.000s) 2022-11-23T03:45:03.4170566Z test_comprehensive_diag_cuda_uint8 (__main__.TestDecompCUDA) ... skip: diag in torch.uint8 not supported (0.002s) 2022-11-23T03:45:03.4171494Z test_comprehensive_diag_embed_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.4172340Z test_comprehensive_diag_embed_cuda_bool (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:45:03.4173195Z test_comprehensive_diag_embed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.082s) 2022-11-23T03:45:03.4174062Z test_comprehensive_diag_embed_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.329s) 2022-11-23T03:45:03.4174474Z test_comprehensive_diag_embed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.909s) 2022-11-23T03:45:03.4174881Z test_comprehensive_diag_embed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.4175287Z test_comprehensive_diag_embed_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.067s) 2022-11-23T03:45:03.4175690Z test_comprehensive_diag_embed_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.151s) 2022-11-23T03:45:03.4176085Z test_comprehensive_diag_embed_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:45:03.4176470Z test_comprehensive_diag_embed_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:45:03.4176856Z test_comprehensive_diag_embed_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:45:03.4177256Z test_comprehensive_diag_embed_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:45:03.4177634Z test_comprehensive_diag_embed_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:45:03.4178032Z test_comprehensive_diagflat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.4178425Z test_comprehensive_diagflat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4178838Z test_comprehensive_diagflat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.4179245Z test_comprehensive_diagflat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.4179639Z test_comprehensive_diagflat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.4180028Z test_comprehensive_diagflat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.4180393Z test_comprehensive_diagflat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:45:03.4180951Z test_comprehensive_diagflat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4181339Z test_comprehensive_diagflat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4181718Z test_comprehensive_diagflat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4182106Z test_comprehensive_diagflat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.4182502Z test_comprehensive_diagflat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4182912Z test_comprehensive_diagonal_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.4183313Z test_comprehensive_diagonal_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.4183743Z test_comprehensive_diagonal_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.482s) 2022-11-23T03:45:03.4184160Z test_comprehensive_diagonal_copy_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.301s) 2022-11-23T03:45:03.4184588Z test_comprehensive_diagonal_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.479s) 2022-11-23T03:45:03.4184998Z test_comprehensive_diagonal_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.4185397Z test_comprehensive_diagonal_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.302s) 2022-11-23T03:45:03.4185948Z test_comprehensive_diagonal_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.287s) 2022-11-23T03:45:03.4186379Z test_comprehensive_diagonal_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:45:03.4186787Z test_comprehensive_diagonal_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:45:03.4187189Z test_comprehensive_diagonal_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:45:03.4187585Z test_comprehensive_diagonal_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:45:03.4187985Z test_comprehensive_diagonal_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:45:03.4188367Z test_comprehensive_diagonal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.4188755Z test_comprehensive_diagonal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:45:03.4189163Z test_comprehensive_diagonal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.480s) 2022-11-23T03:45:03.4189573Z test_comprehensive_diagonal_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.339s) 2022-11-23T03:45:03.4190039Z test_comprehensive_diagonal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.530s) 2022-11-23T03:45:03.4190439Z test_comprehensive_diagonal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4190825Z test_comprehensive_diagonal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.299s) 2022-11-23T03:45:03.4191219Z test_comprehensive_diagonal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.278s) 2022-11-23T03:45:03.4191611Z test_comprehensive_diagonal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:45:03.4191985Z test_comprehensive_diagonal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:45:03.4192353Z test_comprehensive_diagonal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:45:03.4192736Z test_comprehensive_diagonal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:45:03.4193117Z test_comprehensive_diagonal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:45:03.4193540Z test_comprehensive_diagonal_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:45:03.4193939Z test_comprehensive_diagonal_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.488s) 2022-11-23T03:45:03.4194352Z test_comprehensive_diagonal_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:45:03.4194762Z test_comprehensive_diagonal_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.239s) 2022-11-23T03:45:03.4196156Z test_comprehensive_diagonal_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.210s) 2022-11-23T03:45:03.4196573Z test_comprehensive_diagonal_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.560s) 2022-11-23T03:45:03.4196969Z test_comprehensive_diagonal_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.563s) 2022-11-23T03:45:03.4197389Z test_comprehensive_diagonal_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.533s) 2022-11-23T03:45:03.4197805Z test_comprehensive_diagonal_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.577s) 2022-11-23T03:45:03.4198216Z test_comprehensive_diagonal_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.564s) 2022-11-23T03:45:03.4198608Z test_comprehensive_diff_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.830s) 2022-11-23T03:45:03.4198986Z test_comprehensive_diff_cuda_bool (__main__.TestDecompCUDA) ... ok (4.466s) 2022-11-23T03:45:03.4199386Z test_comprehensive_diff_cuda_complex128 (__main__.TestDecompCUDA) ... ok (27.043s) 2022-11-23T03:45:03.4199779Z test_comprehensive_diff_cuda_complex64 (__main__.TestDecompCUDA) ... ok (26.820s) 2022-11-23T03:45:03.4200160Z test_comprehensive_diff_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.707s) 2022-11-23T03:45:03.4200548Z test_comprehensive_diff_cuda_float32 (__main__.TestDecompCUDA) ... ok (15.694s) 2022-11-23T03:45:03.4201090Z test_comprehensive_diff_cuda_float64 (__main__.TestDecompCUDA) ... ok (15.385s) 2022-11-23T03:45:03.4201490Z test_comprehensive_diff_cuda_int16 (__main__.TestDecompCUDA) ... ok (4.178s) 2022-11-23T03:45:03.4201868Z test_comprehensive_diff_cuda_int32 (__main__.TestDecompCUDA) ... ok (4.145s) 2022-11-23T03:45:03.4202239Z test_comprehensive_diff_cuda_int64 (__main__.TestDecompCUDA) ... ok (4.118s) 2022-11-23T03:45:03.4202615Z test_comprehensive_diff_cuda_int8 (__main__.TestDecompCUDA) ... ok (3.975s) 2022-11-23T03:45:03.4202980Z test_comprehensive_diff_cuda_uint8 (__main__.TestDecompCUDA) ... ok (4.091s) 2022-11-23T03:45:03.4203374Z test_comprehensive_digamma_cuda_bool (__main__.TestDecompCUDA) ... ok (1.047s) 2022-11-23T03:45:03.4203761Z test_comprehensive_digamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.544s) 2022-11-23T03:45:03.4204127Z test_comprehensive_digamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.573s) 2022-11-23T03:45:03.4204501Z test_comprehensive_digamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.520s) 2022-11-23T03:45:03.4204896Z test_comprehensive_digamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4205272Z test_comprehensive_digamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4205658Z test_comprehensive_digamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4206043Z test_comprehensive_digamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4206425Z test_comprehensive_digamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4206803Z test_comprehensive_dist_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.282s) 2022-11-23T03:45:03.4207202Z test_comprehensive_dist_cuda_complex128 (__main__.TestDecompCUDA) ... ok (16.431s) 2022-11-23T03:45:03.4207594Z test_comprehensive_dist_cuda_complex64 (__main__.TestDecompCUDA) ... ok (16.951s) 2022-11-23T03:45:03.4207990Z test_comprehensive_dist_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.314s) 2022-11-23T03:45:03.4208370Z test_comprehensive_dist_cuda_float32 (__main__.TestDecompCUDA) ... ok (10.915s) 2022-11-23T03:45:03.4208755Z test_comprehensive_dist_cuda_float64 (__main__.TestDecompCUDA) ... ok (11.855s) 2022-11-23T03:45:03.4209189Z test_comprehensive_div_floor_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:45:03.4209628Z test_comprehensive_div_floor_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:45:03.4210059Z test_comprehensive_div_floor_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.513s) 2022-11-23T03:45:03.4210651Z test_comprehensive_div_floor_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.542s) 2022-11-23T03:45:03.4211074Z test_comprehensive_div_floor_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.4211499Z test_comprehensive_div_floor_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.4211893Z test_comprehensive_div_floor_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.4212308Z test_comprehensive_div_floor_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4212726Z test_comprehensive_div_floor_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.4213165Z test_comprehensive_div_no_rounding_mode_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:45:03.4213588Z test_comprehensive_div_no_rounding_mode_cuda_bool (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.4214048Z test_comprehensive_div_no_rounding_mode_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.661s) 2022-11-23T03:45:03.4214483Z test_comprehensive_div_no_rounding_mode_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.901s) 2022-11-23T03:45:03.4214919Z test_comprehensive_div_no_rounding_mode_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.822s) 2022-11-23T03:45:03.4215489Z test_comprehensive_div_no_rounding_mode_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:45:03.4215940Z test_comprehensive_div_no_rounding_mode_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.896s) 2022-11-23T03:45:03.4216367Z test_comprehensive_div_no_rounding_mode_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.862s) 2022-11-23T03:45:03.4216788Z test_comprehensive_div_no_rounding_mode_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.4217218Z test_comprehensive_div_no_rounding_mode_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:45:03.4217645Z test_comprehensive_div_no_rounding_mode_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:45:03.4218065Z test_comprehensive_div_no_rounding_mode_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.4218481Z test_comprehensive_div_no_rounding_mode_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.4218923Z test_comprehensive_div_trunc_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.4219344Z test_comprehensive_div_trunc_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.4219761Z test_comprehensive_div_trunc_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.485s) 2022-11-23T03:45:03.4220184Z test_comprehensive_div_trunc_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.457s) 2022-11-23T03:45:03.4220582Z test_comprehensive_div_trunc_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:45:03.4221005Z test_comprehensive_div_trunc_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:45:03.4221418Z test_comprehensive_div_trunc_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:45:03.4221832Z test_comprehensive_div_trunc_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.4222246Z test_comprehensive_div_trunc_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4222633Z test_comprehensive_dot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4222995Z test_comprehensive_dot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.4223358Z test_comprehensive_dot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-11-23T03:45:03.4223720Z test_comprehensive_dot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4224095Z test_comprehensive_dot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.4224649Z test_comprehensive_dot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4225041Z test_comprehensive_double_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4225424Z test_comprehensive_double_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4225824Z test_comprehensive_double_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-11-23T03:45:03.4226222Z test_comprehensive_double_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:45:03.4226616Z test_comprehensive_double_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:45:03.4227003Z test_comprehensive_double_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4227383Z test_comprehensive_double_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:45:03.4227771Z test_comprehensive_double_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4228145Z test_comprehensive_double_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4228524Z test_comprehensive_double_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4228909Z test_comprehensive_double_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4229286Z test_comprehensive_double_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4229809Z test_comprehensive_double_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4230227Z test_comprehensive_dsplit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4230611Z test_comprehensive_dsplit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.4231015Z test_comprehensive_dsplit_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.659s) 2022-11-23T03:45:03.4231417Z test_comprehensive_dsplit_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.292s) 2022-11-23T03:45:03.4231812Z test_comprehensive_dsplit_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.680s) 2022-11-23T03:45:03.4232204Z test_comprehensive_dsplit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4232593Z test_comprehensive_dsplit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.434s) 2022-11-23T03:45:03.4232989Z test_comprehensive_dsplit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.409s) 2022-11-23T03:45:03.4233375Z test_comprehensive_dsplit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-11-23T03:45:03.4233760Z test_comprehensive_dsplit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:45:03.4234141Z test_comprehensive_dsplit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:45:03.4234523Z test_comprehensive_dsplit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:45:03.4234874Z test_comprehensive_dsplit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:45:03.4235271Z test_comprehensive_dstack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.4235651Z test_comprehensive_dstack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.4236051Z test_comprehensive_dstack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.460s) 2022-11-23T03:45:03.4236458Z test_comprehensive_dstack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.4236858Z test_comprehensive_dstack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.448s) 2022-11-23T03:45:03.4237246Z test_comprehensive_dstack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4237630Z test_comprehensive_dstack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:45:03.4238011Z test_comprehensive_dstack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.276s) 2022-11-23T03:45:03.4238395Z test_comprehensive_dstack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.4238771Z test_comprehensive_dstack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.4239327Z test_comprehensive_dstack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.4239710Z test_comprehensive_dstack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.4240098Z test_comprehensive_dstack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.4240498Z test_comprehensive_einsum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-11-23T03:45:03.4240886Z test_comprehensive_einsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.069s) 2022-11-23T03:45:03.4241280Z test_comprehensive_einsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.182s) 2022-11-23T03:45:03.4241667Z test_comprehensive_einsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:45:03.4242059Z test_comprehensive_einsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.375s) 2022-11-23T03:45:03.4242414Z test_comprehensive_einsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.302s) 2022-11-23T03:45:03.4242924Z test_comprehensive_empty_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-11-23T03:45:03.4243410Z test_comprehensive_empty_cuda_bool (__main__.TestDecompCUDA) ... skip: empty in torch.bool not supported (0.001s) 2022-11-23T03:45:03.4244083Z test_comprehensive_empty_cuda_complex128 (__main__.TestDecompCUDA) ... skip: empty in torch.complex128 not supported (0.001s) 2022-11-23T03:45:03.4244630Z test_comprehensive_empty_cuda_complex32 (__main__.TestDecompCUDA) ... skip: empty in torch.complex32 not supported (0.001s) 2022-11-23T03:45:03.4245065Z test_comprehensive_empty_cuda_complex64 (__main__.TestDecompCUDA) ... skip: empty in torch.complex64 not supported (0.001s) 2022-11-23T03:45:03.4245466Z test_comprehensive_empty_cuda_float16 (__main__.TestDecompCUDA) ... skip: empty in torch.float16 not supported (0.001s) 2022-11-23T03:45:03.4245904Z test_comprehensive_empty_cuda_float32 (__main__.TestDecompCUDA) ... skip: empty in torch.float32 not supported (0.001s) 2022-11-23T03:45:03.4246347Z test_comprehensive_empty_cuda_float64 (__main__.TestDecompCUDA) ... skip: empty in torch.float64 not supported (0.001s) 2022-11-23T03:45:03.4246817Z test_comprehensive_empty_cuda_int16 (__main__.TestDecompCUDA) ... skip: empty in torch.int16 not supported (0.001s) 2022-11-23T03:45:03.4247645Z test_comprehensive_empty_cuda_int32 (__main__.TestDecompCUDA) ... skip: empty in torch.int32 not supported (0.001s) 2022-11-23T03:45:03.4248120Z test_comprehensive_empty_cuda_int64 (__main__.TestDecompCUDA) ... skip: empty in torch.int64 not supported (0.001s) 2022-11-23T03:45:03.4248605Z test_comprehensive_empty_cuda_int8 (__main__.TestDecompCUDA) ... skip: empty in torch.int8 not supported (0.002s) 2022-11-23T03:45:03.4249097Z test_comprehensive_empty_cuda_uint8 (__main__.TestDecompCUDA) ... skip: empty in torch.uint8 not supported (0.001s) 2022-11-23T03:45:03.4249640Z test_comprehensive_empty_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.bfloat16 not supported (0.001s) 2022-11-23T03:45:03.4250150Z test_comprehensive_empty_like_cuda_bool (__main__.TestDecompCUDA) ... skip: empty_like in torch.bool not supported (0.001s) 2022-11-23T03:45:03.4250720Z test_comprehensive_empty_like_cuda_complex128 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex128 not supported (0.001s) 2022-11-23T03:45:03.4251295Z test_comprehensive_empty_like_cuda_complex32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex32 not supported (0.001s) 2022-11-23T03:45:03.4251844Z test_comprehensive_empty_like_cuda_complex64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex64 not supported (0.001s) 2022-11-23T03:45:03.4252382Z test_comprehensive_empty_like_cuda_float16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float16 not supported (0.001s) 2022-11-23T03:45:03.4252912Z test_comprehensive_empty_like_cuda_float32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-11-23T03:45:03.4253627Z test_comprehensive_empty_like_cuda_float64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float64 not supported (0.001s) 2022-11-23T03:45:03.4254138Z test_comprehensive_empty_like_cuda_int16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-11-23T03:45:03.4254667Z test_comprehensive_empty_like_cuda_int32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int32 not supported (0.001s) 2022-11-23T03:45:03.4255186Z test_comprehensive_empty_like_cuda_int64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-11-23T03:45:03.4255694Z test_comprehensive_empty_like_cuda_int8 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-11-23T03:45:03.4256211Z test_comprehensive_empty_like_cuda_uint8 (__main__.TestDecompCUDA) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-11-23T03:45:03.4256614Z test_comprehensive_eq_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:45:03.4256967Z test_comprehensive_eq_cuda_bool (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.4257348Z test_comprehensive_eq_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.496s) 2022-11-23T03:45:03.4257737Z test_comprehensive_eq_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.458s) 2022-11-23T03:45:03.4258273Z test_comprehensive_eq_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.473s) 2022-11-23T03:45:03.4258688Z test_comprehensive_eq_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:45:03.4259057Z test_comprehensive_eq_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.280s) 2022-11-23T03:45:03.4259426Z test_comprehensive_eq_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.288s) 2022-11-23T03:45:03.4259791Z test_comprehensive_eq_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.4260174Z test_comprehensive_eq_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:45:03.4260544Z test_comprehensive_eq_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:45:03.4260907Z test_comprehensive_eq_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.4261259Z test_comprehensive_eq_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4261656Z test_comprehensive_equal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4262033Z test_comprehensive_equal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4262540Z test_comprehensive_equal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4262931Z test_comprehensive_equal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4263415Z test_comprehensive_equal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4263843Z test_comprehensive_equal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4264232Z test_comprehensive_equal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4264605Z test_comprehensive_equal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4264985Z test_comprehensive_equal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4265364Z test_comprehensive_equal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4265732Z test_comprehensive_equal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4266103Z test_comprehensive_equal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4266485Z test_comprehensive_erf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4266858Z test_comprehensive_erf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.4267231Z test_comprehensive_erf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4267774Z test_comprehensive_erf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.425s) 2022-11-23T03:45:03.4268142Z test_comprehensive_erf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.422s) 2022-11-23T03:45:03.4268514Z test_comprehensive_erf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.4269036Z test_comprehensive_erf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.4269418Z test_comprehensive_erf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4269912Z test_comprehensive_erf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.4270335Z test_comprehensive_erf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4270587Z test_comprehensive_erfc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.962s) 2022-11-23T03:45:03.4270760Z test_comprehensive_erfc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.380s) 2022-11-23T03:45:03.4270962Z test_comprehensive_erfc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.286s) 2022-11-23T03:45:03.4271157Z test_comprehensive_erfc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-11-23T03:45:03.4271350Z test_comprehensive_erfc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-11-23T03:45:03.4271541Z test_comprehensive_erfc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4272343Z test_comprehensive_erfc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4272585Z test_comprehensive_erfc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4272776Z test_comprehensive_erfc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4272959Z test_comprehensive_erfc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4273152Z test_comprehensive_erfinv_cuda_bool (__main__.TestDecompCUDA) ... ok (0.676s) 2022-11-23T03:45:03.4273353Z test_comprehensive_erfinv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.636s) 2022-11-23T03:45:03.4273549Z test_comprehensive_erfinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-11-23T03:45:03.4273736Z test_comprehensive_erfinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.431s) 2022-11-23T03:45:03.4273929Z test_comprehensive_erfinv_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.4274125Z test_comprehensive_erfinv_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4274316Z test_comprehensive_erfinv_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4274507Z test_comprehensive_erfinv_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4274697Z test_comprehensive_erfinv_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4274877Z test_comprehensive_exp2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.747s) 2022-11-23T03:45:03.4275066Z test_comprehensive_exp2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.362s) 2022-11-23T03:45:03.4275263Z test_comprehensive_exp2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:45:03.4275638Z test_comprehensive_exp2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.4275838Z test_comprehensive_exp2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4276025Z test_comprehensive_exp2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4276317Z test_comprehensive_exp2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4276691Z test_comprehensive_exp2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4276888Z test_comprehensive_exp2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4277082Z test_comprehensive_exp2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4277275Z test_comprehensive_exp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4277596Z test_comprehensive_exp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4277800Z test_comprehensive_exp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.631s) 2022-11-23T03:45:03.4277997Z test_comprehensive_exp_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.162s) 2022-11-23T03:45:03.4278193Z test_comprehensive_exp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-11-23T03:45:03.4278388Z test_comprehensive_exp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4278580Z test_comprehensive_exp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.4278752Z test_comprehensive_exp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4278939Z test_comprehensive_exp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4279124Z test_comprehensive_exp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4279311Z test_comprehensive_exp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4279502Z test_comprehensive_exp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4279686Z test_comprehensive_exp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4279891Z test_comprehensive_expand_as_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4280165Z test_comprehensive_expand_as_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4280393Z test_comprehensive_expand_as_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:45:03.4280606Z test_comprehensive_expand_as_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-11-23T03:45:03.4280809Z test_comprehensive_expand_as_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4281007Z test_comprehensive_expand_as_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.4281199Z test_comprehensive_expand_as_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4281401Z test_comprehensive_expand_as_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4281593Z test_comprehensive_expand_as_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4281785Z test_comprehensive_expand_as_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4282178Z test_comprehensive_expand_as_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4282373Z test_comprehensive_expand_as_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4282564Z test_comprehensive_expand_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.4282986Z test_comprehensive_expand_cuda_bool (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4283279Z test_comprehensive_expand_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.429s) 2022-11-23T03:45:03.4283484Z test_comprehensive_expand_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.433s) 2022-11-23T03:45:03.4283686Z test_comprehensive_expand_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.4283878Z test_comprehensive_expand_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.268s) 2022-11-23T03:45:03.4284066Z test_comprehensive_expand_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-11-23T03:45:03.4284267Z test_comprehensive_expand_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.4284465Z test_comprehensive_expand_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.4284656Z test_comprehensive_expand_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.4284847Z test_comprehensive_expand_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.4285038Z test_comprehensive_expand_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4285236Z test_comprehensive_expm1_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4285538Z test_comprehensive_expm1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4285733Z test_comprehensive_expm1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4285925Z test_comprehensive_expm1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:45:03.4286124Z test_comprehensive_expm1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:45:03.4286314Z test_comprehensive_expm1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4286501Z test_comprehensive_expm1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.4286673Z test_comprehensive_expm1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.4286859Z test_comprehensive_expm1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.4287043Z test_comprehensive_expm1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4287238Z test_comprehensive_eye_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:45:03.4287424Z test_comprehensive_eye_cuda_bool (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.4287620Z test_comprehensive_eye_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:45:03.4287813Z test_comprehensive_eye_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:45:03.4288077Z test_comprehensive_eye_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-11-23T03:45:03.4288448Z test_comprehensive_eye_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-11-23T03:45:03.4288644Z test_comprehensive_eye_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:45:03.4288827Z test_comprehensive_eye_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:45:03.4289013Z test_comprehensive_eye_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:45:03.4289309Z test_comprehensive_eye_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:45:03.4289605Z test_comprehensive_eye_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:45:03.4289844Z test_comprehensive_eye_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:45:03.4290042Z test_comprehensive_fft_fft2_cuda_bool (__main__.TestDecompCUDA) ... ok (1.693s) 2022-11-23T03:45:03.4290250Z test_comprehensive_fft_fft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.741s) 2022-11-23T03:45:03.4290438Z test_comprehensive_fft_fft2_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.757s) 2022-11-23T03:45:03.4290633Z test_comprehensive_fft_fft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-11-23T03:45:03.4290833Z test_comprehensive_fft_fft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.287s) 2022-11-23T03:45:03.4291025Z test_comprehensive_fft_fft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.528s) 2022-11-23T03:45:03.4291216Z test_comprehensive_fft_fft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.533s) 2022-11-23T03:45:03.4291411Z test_comprehensive_fft_fft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.411s) 2022-11-23T03:45:03.4291596Z test_comprehensive_fft_fft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.372s) 2022-11-23T03:45:03.4291786Z test_comprehensive_fft_fft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.406s) 2022-11-23T03:45:03.4291979Z test_comprehensive_fft_fft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.363s) 2022-11-23T03:45:03.4292171Z test_comprehensive_fft_fft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.370s) 2022-11-23T03:45:03.4292362Z test_comprehensive_fft_fft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.931s) 2022-11-23T03:45:03.4292563Z test_comprehensive_fft_fft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.350s) 2022-11-23T03:45:03.4292764Z test_comprehensive_fft_fft_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:45:03.4293082Z test_comprehensive_fft_fft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.451s) 2022-11-23T03:45:03.4293278Z test_comprehensive_fft_fft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.647s) 2022-11-23T03:45:03.4293468Z test_comprehensive_fft_fft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.4293655Z test_comprehensive_fft_fft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.280s) 2022-11-23T03:45:03.4293900Z test_comprehensive_fft_fft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.282s) 2022-11-23T03:45:03.4294094Z test_comprehensive_fft_fft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-11-23T03:45:03.4294268Z test_comprehensive_fft_fft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.320s) 2022-11-23T03:45:03.4294460Z test_comprehensive_fft_fft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.287s) 2022-11-23T03:45:03.4294648Z test_comprehensive_fft_fft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-11-23T03:45:03.4294970Z test_comprehensive_fft_fftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.338s) 2022-11-23T03:45:03.4295182Z test_comprehensive_fft_fftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.354s) 2022-11-23T03:45:03.4295382Z test_comprehensive_fft_fftn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.4295691Z test_comprehensive_fft_fftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.350s) 2022-11-23T03:45:03.4296093Z test_comprehensive_fft_fftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.279s) 2022-11-23T03:45:03.4296316Z test_comprehensive_fft_fftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.592s) 2022-11-23T03:45:03.4296503Z test_comprehensive_fft_fftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.581s) 2022-11-23T03:45:03.4296697Z test_comprehensive_fft_fftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.412s) 2022-11-23T03:45:03.4296887Z test_comprehensive_fft_fftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.442s) 2022-11-23T03:45:03.4297083Z test_comprehensive_fft_fftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.434s) 2022-11-23T03:45:03.4297274Z test_comprehensive_fft_fftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.409s) 2022-11-23T03:45:03.4297466Z test_comprehensive_fft_fftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.392s) 2022-11-23T03:45:03.4297671Z test_comprehensive_fft_fftshift_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.4297873Z test_comprehensive_fft_fftshift_cuda_bool (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4298087Z test_comprehensive_fft_fftshift_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:45:03.4298283Z test_comprehensive_fft_fftshift_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:45:03.4298490Z test_comprehensive_fft_fftshift_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:45:03.4298694Z test_comprehensive_fft_fftshift_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4298902Z test_comprehensive_fft_fftshift_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-11-23T03:45:03.4299103Z test_comprehensive_fft_fftshift_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.158s) 2022-11-23T03:45:03.4299302Z test_comprehensive_fft_fftshift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.4299503Z test_comprehensive_fft_fftshift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.4299701Z test_comprehensive_fft_fftshift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4299901Z test_comprehensive_fft_fftshift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4300100Z test_comprehensive_fft_fftshift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4300297Z test_comprehensive_fft_hfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (1.653s) 2022-11-23T03:45:03.4300500Z test_comprehensive_fft_hfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.340s) 2022-11-23T03:45:03.4300805Z test_comprehensive_fft_hfft2_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.821s) 2022-11-23T03:45:03.4301007Z test_comprehensive_fft_hfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.259s) 2022-11-23T03:45:03.4301345Z test_comprehensive_fft_hfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.182s) 2022-11-23T03:45:03.4301569Z test_comprehensive_fft_hfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.738s) 2022-11-23T03:45:03.4301762Z test_comprehensive_fft_hfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.742s) 2022-11-23T03:45:03.4301955Z test_comprehensive_fft_hfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.771s) 2022-11-23T03:45:03.4302262Z test_comprehensive_fft_hfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.804s) 2022-11-23T03:45:03.4302570Z test_comprehensive_fft_hfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.792s) 2022-11-23T03:45:03.4302772Z test_comprehensive_fft_hfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.777s) 2022-11-23T03:45:03.4302971Z test_comprehensive_fft_hfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.777s) 2022-11-23T03:45:03.4303163Z test_comprehensive_fft_hfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.550s) 2022-11-23T03:45:03.4303368Z test_comprehensive_fft_hfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.337s) 2022-11-23T03:45:03.4303652Z test_comprehensive_fft_hfft_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.995s) 2022-11-23T03:45:03.4303873Z test_comprehensive_fft_hfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.338s) 2022-11-23T03:45:03.4304071Z test_comprehensive_fft_hfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.136s) 2022-11-23T03:45:03.4304263Z test_comprehensive_fft_hfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.353s) 2022-11-23T03:45:03.4304451Z test_comprehensive_fft_hfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.366s) 2022-11-23T03:45:03.4304642Z test_comprehensive_fft_hfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.715s) 2022-11-23T03:45:03.4304833Z test_comprehensive_fft_hfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.725s) 2022-11-23T03:45:03.4305017Z test_comprehensive_fft_hfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.715s) 2022-11-23T03:45:03.4305207Z test_comprehensive_fft_hfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.739s) 2022-11-23T03:45:03.4305403Z test_comprehensive_fft_hfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.732s) 2022-11-23T03:45:03.4305596Z test_comprehensive_fft_hfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.738s) 2022-11-23T03:45:03.4305801Z test_comprehensive_fft_hfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.725s) 2022-11-23T03:45:03.4306003Z test_comprehensive_fft_hfftn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.384s) 2022-11-23T03:45:03.4306191Z test_comprehensive_fft_hfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.730s) 2022-11-23T03:45:03.4306392Z test_comprehensive_fft_hfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.508s) 2022-11-23T03:45:03.4306583Z test_comprehensive_fft_hfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.897s) 2022-11-23T03:45:03.4306771Z test_comprehensive_fft_hfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.860s) 2022-11-23T03:45:03.4306964Z test_comprehensive_fft_hfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.938s) 2022-11-23T03:45:03.4307155Z test_comprehensive_fft_hfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.938s) 2022-11-23T03:45:03.4307341Z test_comprehensive_fft_hfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.907s) 2022-11-23T03:45:03.4307533Z test_comprehensive_fft_hfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.931s) 2022-11-23T03:45:03.4307859Z test_comprehensive_fft_hfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.930s) 2022-11-23T03:45:03.4308057Z test_comprehensive_fft_ifft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.305s) 2022-11-23T03:45:03.4308361Z test_comprehensive_fft_ifft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.350s) 2022-11-23T03:45:03.4308685Z test_comprehensive_fft_ifft2_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-11-23T03:45:03.4308989Z test_comprehensive_fft_ifft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.354s) 2022-11-23T03:45:03.4309195Z test_comprehensive_fft_ifft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.273s) 2022-11-23T03:45:03.4309389Z test_comprehensive_fft_ifft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.535s) 2022-11-23T03:45:03.4309575Z test_comprehensive_fft_ifft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.511s) 2022-11-23T03:45:03.4309770Z test_comprehensive_fft_ifft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.404s) 2022-11-23T03:45:03.4309956Z test_comprehensive_fft_ifft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.409s) 2022-11-23T03:45:03.4310143Z test_comprehensive_fft_ifft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.393s) 2022-11-23T03:45:03.4310323Z test_comprehensive_fft_ifft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.378s) 2022-11-23T03:45:03.4310511Z test_comprehensive_fft_ifft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.395s) 2022-11-23T03:45:03.4310704Z test_comprehensive_fft_ifft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.231s) 2022-11-23T03:45:03.4310905Z test_comprehensive_fft_ifft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:45:03.4311182Z test_comprehensive_fft_ifft_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.4311396Z test_comprehensive_fft_ifft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-11-23T03:45:03.4311594Z test_comprehensive_fft_ifft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.444s) 2022-11-23T03:45:03.4311786Z test_comprehensive_fft_ifft_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.167s) 2022-11-23T03:45:03.4311973Z test_comprehensive_fft_ifft_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.124s) 2022-11-23T03:45:03.4312172Z test_comprehensive_fft_ifft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.309s) 2022-11-23T03:45:03.4312359Z test_comprehensive_fft_ifft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:45:03.4312551Z test_comprehensive_fft_ifft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.301s) 2022-11-23T03:45:03.4312746Z test_comprehensive_fft_ifft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-11-23T03:45:03.4312942Z test_comprehensive_fft_ifft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-11-23T03:45:03.4313132Z test_comprehensive_fft_ifftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.335s) 2022-11-23T03:45:03.4313334Z test_comprehensive_fft_ifftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.350s) 2022-11-23T03:45:03.4313537Z test_comprehensive_fft_ifftn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-11-23T03:45:03.4313733Z test_comprehensive_fft_ifftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.360s) 2022-11-23T03:45:03.4313918Z test_comprehensive_fft_ifftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.277s) 2022-11-23T03:45:03.4314231Z test_comprehensive_fft_ifftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.596s) 2022-11-23T03:45:03.4314433Z test_comprehensive_fft_ifftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.569s) 2022-11-23T03:45:03.4314629Z test_comprehensive_fft_ifftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-11-23T03:45:03.4314821Z test_comprehensive_fft_ifftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.416s) 2022-11-23T03:45:03.4315131Z test_comprehensive_fft_ifftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.428s) 2022-11-23T03:45:03.4315441Z test_comprehensive_fft_ifftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.416s) 2022-11-23T03:45:03.4315635Z test_comprehensive_fft_ifftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.401s) 2022-11-23T03:45:03.4315843Z test_comprehensive_fft_ifftshift_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4316143Z test_comprehensive_fft_ifftshift_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4316358Z test_comprehensive_fft_ifftshift_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-11-23T03:45:03.4316568Z test_comprehensive_fft_ifftshift_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:45:03.4316784Z test_comprehensive_fft_ifftshift_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:45:03.4316989Z test_comprehensive_fft_ifftshift_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4317193Z test_comprehensive_fft_ifftshift_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:45:03.4317392Z test_comprehensive_fft_ifftshift_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-11-23T03:45:03.4317596Z test_comprehensive_fft_ifftshift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.4317801Z test_comprehensive_fft_ifftshift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.4317998Z test_comprehensive_fft_ifftshift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4318182Z test_comprehensive_fft_ifftshift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4318382Z test_comprehensive_fft_ifftshift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.4318648Z test_comprehensive_fft_ihfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.290s) 2022-11-23T03:45:03.4318869Z test_comprehensive_fft_ihfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.222s) 2022-11-23T03:45:03.4319067Z test_comprehensive_fft_ihfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.687s) 2022-11-23T03:45:03.4319265Z test_comprehensive_fft_ihfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.685s) 2022-11-23T03:45:03.4319460Z test_comprehensive_fft_ihfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.372s) 2022-11-23T03:45:03.4319655Z test_comprehensive_fft_ihfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.377s) 2022-11-23T03:45:03.4319840Z test_comprehensive_fft_ihfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.365s) 2022-11-23T03:45:03.4320033Z test_comprehensive_fft_ihfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.383s) 2022-11-23T03:45:03.4320222Z test_comprehensive_fft_ihfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.376s) 2022-11-23T03:45:03.4320422Z test_comprehensive_fft_ihfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.238s) 2022-11-23T03:45:03.4320745Z test_comprehensive_fft_ihfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.508s) 2022-11-23T03:45:03.4320943Z test_comprehensive_fft_ihfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.204s) 2022-11-23T03:45:03.4321133Z test_comprehensive_fft_ihfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.180s) 2022-11-23T03:45:03.4321438Z test_comprehensive_fft_ihfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-11-23T03:45:03.4321739Z test_comprehensive_fft_ihfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.297s) 2022-11-23T03:45:03.4321935Z test_comprehensive_fft_ihfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.555s) 2022-11-23T03:45:03.4322130Z test_comprehensive_fft_ihfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.583s) 2022-11-23T03:45:03.4322308Z test_comprehensive_fft_ihfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:45:03.4322501Z test_comprehensive_fft_ihfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.322s) 2022-11-23T03:45:03.4322701Z test_comprehensive_fft_ihfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.414s) 2022-11-23T03:45:03.4322899Z test_comprehensive_fft_ihfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.128s) 2022-11-23T03:45:03.4323095Z test_comprehensive_fft_ihfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.072s) 2022-11-23T03:45:03.4323290Z test_comprehensive_fft_ihfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.427s) 2022-11-23T03:45:03.4323585Z test_comprehensive_fft_ihfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.415s) 2022-11-23T03:45:03.4323779Z test_comprehensive_fft_ihfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.410s) 2022-11-23T03:45:03.4323973Z test_comprehensive_fft_ihfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.425s) 2022-11-23T03:45:03.4324163Z test_comprehensive_fft_ihfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.399s) 2022-11-23T03:45:03.4324360Z test_comprehensive_fft_irfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.302s) 2022-11-23T03:45:03.4324567Z test_comprehensive_fft_irfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.933s) 2022-11-23T03:45:03.4324774Z test_comprehensive_fft_irfft2_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.4324978Z test_comprehensive_fft_irfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.961s) 2022-11-23T03:45:03.4325177Z test_comprehensive_fft_irfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.725s) 2022-11-23T03:45:03.4325376Z test_comprehensive_fft_irfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.157s) 2022-11-23T03:45:03.4325573Z test_comprehensive_fft_irfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.117s) 2022-11-23T03:45:03.4325767Z test_comprehensive_fft_irfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.379s) 2022-11-23T03:45:03.4326010Z test_comprehensive_fft_irfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.408s) 2022-11-23T03:45:03.4326215Z test_comprehensive_fft_irfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.375s) 2022-11-23T03:45:03.4326408Z test_comprehensive_fft_irfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.381s) 2022-11-23T03:45:03.4326603Z test_comprehensive_fft_irfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.409s) 2022-11-23T03:45:03.4326795Z test_comprehensive_fft_irfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.263s) 2022-11-23T03:45:03.4327130Z test_comprehensive_fft_irfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.809s) 2022-11-23T03:45:03.4327348Z test_comprehensive_fft_irfft_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:45:03.4327545Z test_comprehensive_fft_irfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.812s) 2022-11-23T03:45:03.4327872Z test_comprehensive_fft_irfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.428s) 2022-11-23T03:45:03.4328178Z test_comprehensive_fft_irfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.080s) 2022-11-23T03:45:03.4328376Z test_comprehensive_fft_irfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.053s) 2022-11-23T03:45:03.4328572Z test_comprehensive_fft_irfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.278s) 2022-11-23T03:45:03.4328761Z test_comprehensive_fft_irfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:45:03.4328954Z test_comprehensive_fft_irfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.264s) 2022-11-23T03:45:03.4329149Z test_comprehensive_fft_irfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.265s) 2022-11-23T03:45:03.4329341Z test_comprehensive_fft_irfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-11-23T03:45:03.4329530Z test_comprehensive_fft_irfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.338s) 2022-11-23T03:45:03.4329736Z test_comprehensive_fft_irfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.068s) 2022-11-23T03:45:03.4329942Z test_comprehensive_fft_irfftn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-11-23T03:45:03.4330126Z test_comprehensive_fft_irfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.096s) 2022-11-23T03:45:03.4330325Z test_comprehensive_fft_irfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.345s) 2022-11-23T03:45:03.4330526Z test_comprehensive_fft_irfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.301s) 2022-11-23T03:45:03.4330726Z test_comprehensive_fft_irfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.321s) 2022-11-23T03:45:03.4331027Z test_comprehensive_fft_irfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.418s) 2022-11-23T03:45:03.4331224Z test_comprehensive_fft_irfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.414s) 2022-11-23T03:45:03.4331415Z test_comprehensive_fft_irfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.457s) 2022-11-23T03:45:03.4331607Z test_comprehensive_fft_irfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-11-23T03:45:03.4331799Z test_comprehensive_fft_irfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.404s) 2022-11-23T03:45:03.4331995Z test_comprehensive_fft_rfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.295s) 2022-11-23T03:45:03.4332192Z test_comprehensive_fft_rfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:45:03.4332390Z test_comprehensive_fft_rfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.565s) 2022-11-23T03:45:03.4332581Z test_comprehensive_fft_rfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.565s) 2022-11-23T03:45:03.4332779Z test_comprehensive_fft_rfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.371s) 2022-11-23T03:45:03.4332966Z test_comprehensive_fft_rfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-11-23T03:45:03.4333152Z test_comprehensive_fft_rfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.370s) 2022-11-23T03:45:03.4333471Z test_comprehensive_fft_rfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.371s) 2022-11-23T03:45:03.4333761Z test_comprehensive_fft_rfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.360s) 2022-11-23T03:45:03.4333974Z test_comprehensive_fft_rfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:45:03.4334318Z test_comprehensive_fft_rfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4334636Z test_comprehensive_fft_rfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.553s) 2022-11-23T03:45:03.4334837Z test_comprehensive_fft_rfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.528s) 2022-11-23T03:45:03.4335032Z test_comprehensive_fft_rfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.277s) 2022-11-23T03:45:03.4335220Z test_comprehensive_fft_rfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:45:03.4335403Z test_comprehensive_fft_rfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-11-23T03:45:03.4335594Z test_comprehensive_fft_rfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:45:03.4335792Z test_comprehensive_fft_rfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-11-23T03:45:03.4335982Z test_comprehensive_fft_rfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.332s) 2022-11-23T03:45:03.4336181Z test_comprehensive_fft_rfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.4336374Z test_comprehensive_fft_rfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.663s) 2022-11-23T03:45:03.4336564Z test_comprehensive_fft_rfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.681s) 2022-11-23T03:45:03.4336763Z test_comprehensive_fft_rfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.407s) 2022-11-23T03:45:03.4336958Z test_comprehensive_fft_rfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.415s) 2022-11-23T03:45:03.4337143Z test_comprehensive_fft_rfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.408s) 2022-11-23T03:45:03.4337336Z test_comprehensive_fft_rfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.404s) 2022-11-23T03:45:03.4337534Z test_comprehensive_fft_rfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.431s) 2022-11-23T03:45:03.4337729Z test_comprehensive_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4337901Z test_comprehensive_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4338095Z test_comprehensive_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4338291Z test_comprehensive_fill_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4338595Z test_comprehensive_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.4338792Z test_comprehensive_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4338987Z test_comprehensive_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.4339178Z test_comprehensive_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.4339368Z test_comprehensive_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4339554Z test_comprehensive_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4339859Z test_comprehensive_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4340057Z test_comprehensive_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4340243Z test_comprehensive_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4340446Z test_comprehensive_flatten_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4340748Z test_comprehensive_flatten_cuda_bool (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.4341080Z test_comprehensive_flatten_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:45:03.4341287Z test_comprehensive_flatten_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:45:03.4341563Z test_comprehensive_flatten_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:45:03.4341780Z test_comprehensive_flatten_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4341956Z test_comprehensive_flatten_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:45:03.4342143Z test_comprehensive_flatten_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:45:03.4342339Z test_comprehensive_flatten_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4342531Z test_comprehensive_flatten_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4342726Z test_comprehensive_flatten_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4342919Z test_comprehensive_flatten_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4343112Z test_comprehensive_flatten_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.4343305Z test_comprehensive_flip_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4343492Z test_comprehensive_flip_cuda_bool (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.4343693Z test_comprehensive_flip_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.847s) 2022-11-23T03:45:03.4343890Z test_comprehensive_flip_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.929s) 2022-11-23T03:45:03.4344081Z test_comprehensive_flip_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.4344274Z test_comprehensive_flip_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.538s) 2022-11-23T03:45:03.4344467Z test_comprehensive_flip_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.554s) 2022-11-23T03:45:03.4344655Z test_comprehensive_flip_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:45:03.4344842Z test_comprehensive_flip_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:45:03.4345031Z test_comprehensive_flip_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.4345219Z test_comprehensive_flip_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.4345389Z test_comprehensive_flip_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.4345590Z test_comprehensive_fliplr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4345781Z test_comprehensive_fliplr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.4345986Z test_comprehensive_fliplr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.4346417Z test_comprehensive_fliplr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.4346613Z test_comprehensive_fliplr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4346802Z test_comprehensive_fliplr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:45:03.4347098Z test_comprehensive_fliplr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-11-23T03:45:03.4347401Z test_comprehensive_fliplr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.4347601Z test_comprehensive_fliplr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4347793Z test_comprehensive_fliplr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4347986Z test_comprehensive_fliplr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4348175Z test_comprehensive_fliplr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4348381Z test_comprehensive_flipud_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4348575Z test_comprehensive_flipud_cuda_bool (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4348777Z test_comprehensive_flipud_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-11-23T03:45:03.4348976Z test_comprehensive_flipud_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:45:03.4349257Z test_comprehensive_flipud_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4349456Z test_comprehensive_flipud_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-11-23T03:45:03.4349643Z test_comprehensive_flipud_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:45:03.4349837Z test_comprehensive_flipud_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.4350029Z test_comprehensive_flipud_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4350221Z test_comprehensive_flipud_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4350412Z test_comprehensive_flipud_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.4350600Z test_comprehensive_flipud_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.4350795Z test_comprehensive_float_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4350988Z test_comprehensive_float_cuda_bool (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.4351187Z test_comprehensive_float_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-11-23T03:45:03.4351385Z test_comprehensive_float_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.4351577Z test_comprehensive_float_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:45:03.4351772Z test_comprehensive_float_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4351968Z test_comprehensive_float_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4352160Z test_comprehensive_float_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:45:03.4352345Z test_comprehensive_float_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4352661Z test_comprehensive_float_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4352865Z test_comprehensive_float_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4353039Z test_comprehensive_float_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4353226Z test_comprehensive_float_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4353557Z test_comprehensive_float_power_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.434s) 2022-11-23T03:45:03.4353870Z test_comprehensive_float_power_cuda_bool (__main__.TestDecompCUDA) ... ok (0.463s) 2022-11-23T03:45:03.4354641Z test_comprehensive_float_power_cuda_complex128 (__main__.TestDecompCUDA) ... ok (9.493s) 2022-11-23T03:45:03.4354852Z test_comprehensive_float_power_cuda_complex64 (__main__.TestDecompCUDA) ... ok (10.437s) 2022-11-23T03:45:03.4355055Z test_comprehensive_float_power_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.429s) 2022-11-23T03:45:03.4355258Z test_comprehensive_float_power_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.545s) 2022-11-23T03:45:03.4355458Z test_comprehensive_float_power_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.952s) 2022-11-23T03:45:03.4355657Z test_comprehensive_float_power_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.626s) 2022-11-23T03:45:03.4355848Z test_comprehensive_float_power_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.596s) 2022-11-23T03:45:03.4356036Z test_comprehensive_float_power_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.623s) 2022-11-23T03:45:03.4356234Z test_comprehensive_float_power_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.635s) 2022-11-23T03:45:03.4356431Z test_comprehensive_float_power_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.609s) 2022-11-23T03:45:03.4356626Z test_comprehensive_floor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4356819Z test_comprehensive_floor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4357012Z test_comprehensive_floor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.4357291Z test_comprehensive_floor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.4357485Z test_comprehensive_floor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4357675Z test_comprehensive_floor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4357862Z test_comprehensive_floor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.4358049Z test_comprehensive_floor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4358239Z test_comprehensive_floor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4358446Z test_comprehensive_floor_divide_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.4358651Z test_comprehensive_floor_divide_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.4358855Z test_comprehensive_floor_divide_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.322s) 2022-11-23T03:45:03.4359196Z test_comprehensive_floor_divide_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.315s) 2022-11-23T03:45:03.4359407Z test_comprehensive_floor_divide_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.4359606Z test_comprehensive_floor_divide_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.4359919Z test_comprehensive_floor_divide_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.4360226Z test_comprehensive_floor_divide_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.4360435Z test_comprehensive_floor_divide_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.4360631Z test_comprehensive_fmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.735s) 2022-11-23T03:45:03.4360820Z test_comprehensive_fmax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:45:03.4361011Z test_comprehensive_fmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.742s) 2022-11-23T03:45:03.4361204Z test_comprehensive_fmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.038s) 2022-11-23T03:45:03.4361396Z test_comprehensive_fmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.016s) 2022-11-23T03:45:03.4361568Z test_comprehensive_fmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:45:03.4361755Z test_comprehensive_fmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.4361941Z test_comprehensive_fmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.4362241Z test_comprehensive_fmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.4362426Z test_comprehensive_fmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.4362620Z test_comprehensive_fmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.786s) 2022-11-23T03:45:03.4362807Z test_comprehensive_fmin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.4363001Z test_comprehensive_fmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.790s) 2022-11-23T03:45:03.4363191Z test_comprehensive_fmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.065s) 2022-11-23T03:45:03.4363379Z test_comprehensive_fmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.075s) 2022-11-23T03:45:03.4363561Z test_comprehensive_fmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.4363747Z test_comprehensive_fmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.4363933Z test_comprehensive_fmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.4364122Z test_comprehensive_fmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.4364307Z test_comprehensive_fmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:45:03.4364499Z test_comprehensive_fmod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:45:03.4364756Z test_comprehensive_fmod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:45:03.4364950Z test_comprehensive_fmod_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.947s) 2022-11-23T03:45:03.4365139Z test_comprehensive_fmod_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.934s) 2022-11-23T03:45:03.4365430Z test_comprehensive_fmod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.4365647Z test_comprehensive_fmod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4365833Z test_comprehensive_fmod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.4366022Z test_comprehensive_fmod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.4366315Z test_comprehensive_fmod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.4366620Z test_comprehensive_frac_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4366819Z test_comprehensive_frac_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4367012Z test_comprehensive_frac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.4367201Z test_comprehensive_frac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.4367393Z test_comprehensive_frexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4367588Z test_comprehensive_frexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4367781Z test_comprehensive_frexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4367972Z test_comprehensive_full_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4368160Z test_comprehensive_full_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4368359Z test_comprehensive_full_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4368554Z test_comprehensive_full_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4368737Z test_comprehensive_full_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4368925Z test_comprehensive_full_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4369114Z test_comprehensive_full_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4369305Z test_comprehensive_full_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4369492Z test_comprehensive_full_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4369786Z test_comprehensive_full_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4369972Z test_comprehensive_full_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4370157Z test_comprehensive_full_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4370343Z test_comprehensive_full_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4370545Z test_comprehensive_full_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4370739Z test_comprehensive_full_like_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4370944Z test_comprehensive_full_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4371150Z test_comprehensive_full_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4371350Z test_comprehensive_full_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4371546Z test_comprehensive_full_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4371834Z test_comprehensive_full_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4372064Z test_comprehensive_full_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4372253Z test_comprehensive_full_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4372513Z test_comprehensive_full_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4372976Z test_comprehensive_full_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4373180Z test_comprehensive_full_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4373372Z test_comprehensive_gather_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4373563Z test_comprehensive_gather_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4373772Z test_comprehensive_gather_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.4373975Z test_comprehensive_gather_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.4374171Z test_comprehensive_gather_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4374363Z test_comprehensive_gather_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.4374554Z test_comprehensive_gather_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4374747Z test_comprehensive_gather_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4374941Z test_comprehensive_gather_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4375133Z test_comprehensive_gather_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4375324Z test_comprehensive_gather_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4375512Z test_comprehensive_gather_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4375703Z test_comprehensive_gcd_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.099s) 2022-11-23T03:45:03.4375890Z test_comprehensive_gcd_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.058s) 2022-11-23T03:45:03.4376071Z test_comprehensive_gcd_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.121s) 2022-11-23T03:45:03.4376244Z test_comprehensive_gcd_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.104s) 2022-11-23T03:45:03.4376431Z test_comprehensive_gcd_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.037s) 2022-11-23T03:45:03.4376622Z test_comprehensive_ge_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:45:03.4376806Z test_comprehensive_ge_cuda_bool (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.4376995Z test_comprehensive_ge_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:45:03.4377182Z test_comprehensive_ge_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:45:03.4377479Z test_comprehensive_ge_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-11-23T03:45:03.4377666Z test_comprehensive_ge_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:45:03.4377850Z test_comprehensive_ge_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:45:03.4378030Z test_comprehensive_ge_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:45:03.4378349Z test_comprehensive_ge_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.4378535Z test_comprehensive_ge_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4378736Z test_comprehensive_geqrf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.4379029Z test_comprehensive_geqrf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.4379254Z test_comprehensive_geqrf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.4379454Z test_comprehensive_geqrf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4379657Z test_comprehensive_gradient_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.094s) 2022-11-23T03:45:03.4379966Z test_comprehensive_gradient_cuda_complex128 (__main__.TestDecompCUDA) ... ok (11.486s) 2022-11-23T03:45:03.4380158Z test_comprehensive_gradient_cuda_complex64 (__main__.TestDecompCUDA) ... ok (11.690s) 2022-11-23T03:45:03.4380440Z test_comprehensive_gradient_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.095s) 2022-11-23T03:45:03.4380657Z test_comprehensive_gradient_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.121s) 2022-11-23T03:45:03.4380850Z test_comprehensive_gradient_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.825s) 2022-11-23T03:45:03.4381047Z test_comprehensive_gradient_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.158s) 2022-11-23T03:45:03.4381237Z test_comprehensive_gradient_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.190s) 2022-11-23T03:45:03.4381436Z test_comprehensive_gradient_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.177s) 2022-11-23T03:45:03.4381627Z test_comprehensive_gradient_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.203s) 2022-11-23T03:45:03.4381841Z test_comprehensive_grid_sampler_2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.315s) 2022-11-23T03:45:03.4382050Z test_comprehensive_grid_sampler_2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.568s) 2022-11-23T03:45:03.4382255Z test_comprehensive_grid_sampler_2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.492s) 2022-11-23T03:45:03.4382445Z test_comprehensive_gt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:45:03.4382629Z test_comprehensive_gt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:45:03.4382821Z test_comprehensive_gt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-11-23T03:45:03.4383008Z test_comprehensive_gt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:45:03.4383200Z test_comprehensive_gt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:45:03.4383385Z test_comprehensive_gt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.4383569Z test_comprehensive_gt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:45:03.4383737Z test_comprehensive_gt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.4383922Z test_comprehensive_gt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.4384108Z test_comprehensive_gt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.4384304Z test_comprehensive_half_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4384492Z test_comprehensive_half_cuda_bool (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4384691Z test_comprehensive_half_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:45:03.4384890Z test_comprehensive_half_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-11-23T03:45:03.4385302Z test_comprehensive_half_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4385496Z test_comprehensive_half_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-11-23T03:45:03.4385686Z test_comprehensive_half_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:45:03.4385982Z test_comprehensive_half_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4386283Z test_comprehensive_half_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4386473Z test_comprehensive_half_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.4386660Z test_comprehensive_half_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4386843Z test_comprehensive_half_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4387047Z test_comprehensive_heaviside_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.4387249Z test_comprehensive_heaviside_cuda_bool (__main__.TestDecompCUDA) ... ok (0.202s) 2022-11-23T03:45:03.4387449Z test_comprehensive_heaviside_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4387628Z test_comprehensive_heaviside_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.290s) 2022-11-23T03:45:03.4387900Z test_comprehensive_heaviside_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.276s) 2022-11-23T03:45:03.4388123Z test_comprehensive_heaviside_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.4388317Z test_comprehensive_heaviside_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.4388514Z test_comprehensive_heaviside_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.4388710Z test_comprehensive_heaviside_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.4388904Z test_comprehensive_heaviside_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:45:03.4389100Z test_comprehensive_histc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4389292Z test_comprehensive_histc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4389483Z test_comprehensive_histc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.4389674Z test_comprehensive_histc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.4389910Z test_comprehensive_histc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4390105Z test_comprehensive_histc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4390302Z test_comprehensive_hsplit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4390491Z test_comprehensive_hsplit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.086s) 2022-11-23T03:45:03.4390694Z test_comprehensive_hsplit_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.461s) 2022-11-23T03:45:03.4390899Z test_comprehensive_hsplit_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:45:03.4391095Z test_comprehensive_hsplit_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.453s) 2022-11-23T03:45:03.4391276Z test_comprehensive_hsplit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.4391593Z test_comprehensive_hsplit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.284s) 2022-11-23T03:45:03.4391793Z test_comprehensive_hsplit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.275s) 2022-11-23T03:45:03.4391987Z test_comprehensive_hsplit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-11-23T03:45:03.4392258Z test_comprehensive_hsplit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:45:03.4392474Z test_comprehensive_hsplit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-11-23T03:45:03.4392774Z test_comprehensive_hsplit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:45:03.4393077Z test_comprehensive_hsplit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:45:03.4393273Z test_comprehensive_hstack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4393462Z test_comprehensive_hstack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4393663Z test_comprehensive_hstack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.4393866Z test_comprehensive_hstack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:45:03.4394062Z test_comprehensive_hstack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.4394257Z test_comprehensive_hstack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4394444Z test_comprehensive_hstack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-11-23T03:45:03.4394628Z test_comprehensive_hstack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.4394822Z test_comprehensive_hstack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4395015Z test_comprehensive_hstack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4395188Z test_comprehensive_hstack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4395377Z test_comprehensive_hstack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.4396018Z test_comprehensive_hstack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4396270Z test_comprehensive_hypot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.4396471Z test_comprehensive_hypot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:45:03.4396666Z test_comprehensive_hypot_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.907s) 2022-11-23T03:45:03.4396860Z test_comprehensive_hypot_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.921s) 2022-11-23T03:45:03.4397054Z test_comprehensive_i0_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.398s) 2022-11-23T03:45:03.4397239Z test_comprehensive_i0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.448s) 2022-11-23T03:45:03.4397426Z test_comprehensive_i0_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.374s) 2022-11-23T03:45:03.4397611Z test_comprehensive_i0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.836s) 2022-11-23T03:45:03.4397938Z test_comprehensive_i0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.905s) 2022-11-23T03:45:03.4398156Z test_comprehensive_i0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4398340Z test_comprehensive_i0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4398518Z test_comprehensive_i0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4398924Z test_comprehensive_i0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4399215Z test_comprehensive_i0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4399404Z test_comprehensive_igamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-11-23T03:45:03.4399594Z test_comprehensive_igamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:45:03.4399793Z test_comprehensive_igammac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:45:03.4399987Z test_comprehensive_igammac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-11-23T03:45:03.4400182Z test_comprehensive_imag_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4400380Z test_comprehensive_imag_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4400571Z test_comprehensive_imag_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4400773Z test_comprehensive_index_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.4400967Z test_comprehensive_index_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.4401297Z test_comprehensive_index_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.436s) 2022-11-23T03:45:03.4401503Z test_comprehensive_index_add_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4401709Z test_comprehensive_index_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.441s) 2022-11-23T03:45:03.4401913Z test_comprehensive_index_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.4402108Z test_comprehensive_index_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.264s) 2022-11-23T03:45:03.4402299Z test_comprehensive_index_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:45:03.4402494Z test_comprehensive_index_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4402682Z test_comprehensive_index_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.4402866Z test_comprehensive_index_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.4403063Z test_comprehensive_index_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4403235Z test_comprehensive_index_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.4403438Z test_comprehensive_index_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4403702Z test_comprehensive_index_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4403937Z test_comprehensive_index_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.4404145Z test_comprehensive_index_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:45:03.4404472Z test_comprehensive_index_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4404679Z test_comprehensive_index_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:45:03.4404872Z test_comprehensive_index_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-11-23T03:45:03.4405165Z test_comprehensive_index_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4405535Z test_comprehensive_index_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4405734Z test_comprehensive_index_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4405938Z test_comprehensive_index_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4406137Z test_comprehensive_index_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4406339Z test_comprehensive_index_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4406532Z test_comprehensive_index_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4406736Z test_comprehensive_index_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:45:03.4406944Z test_comprehensive_index_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:45:03.4407145Z test_comprehensive_index_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4407345Z test_comprehensive_index_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.4407530Z test_comprehensive_index_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4407729Z test_comprehensive_index_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4407921Z test_comprehensive_index_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4408118Z test_comprehensive_index_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4408313Z test_comprehensive_index_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4408504Z test_comprehensive_index_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4408816Z test_comprehensive_index_put_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4409015Z test_comprehensive_index_put_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4409219Z test_comprehensive_index_put_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.4409422Z test_comprehensive_index_put_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4409630Z test_comprehensive_index_put_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.4409828Z test_comprehensive_index_put_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4410022Z test_comprehensive_index_put_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.4410211Z test_comprehensive_index_put_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4410407Z test_comprehensive_index_put_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4410600Z test_comprehensive_index_put_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4410906Z test_comprehensive_index_put_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4411106Z test_comprehensive_index_put_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4411277Z test_comprehensive_index_put_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4411704Z test_comprehensive_index_reduce_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.374s) 2022-11-23T03:45:03.4412051Z test_comprehensive_index_reduce_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.315s) 2022-11-23T03:45:03.4412261Z test_comprehensive_index_reduce_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.817s) 2022-11-23T03:45:03.4412465Z test_comprehensive_index_reduce_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.871s) 2022-11-23T03:45:03.4412665Z test_comprehensive_index_reduce_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4412868Z test_comprehensive_index_reduce_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4413061Z test_comprehensive_index_reduce_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4413257Z test_comprehensive_index_reduce_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4413455Z test_comprehensive_index_reduce_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4413661Z test_comprehensive_index_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.4413860Z test_comprehensive_index_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4414071Z test_comprehensive_index_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-11-23T03:45:03.4414280Z test_comprehensive_index_select_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4414490Z test_comprehensive_index_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:45:03.4414693Z test_comprehensive_index_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4414894Z test_comprehensive_index_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.4415090Z test_comprehensive_index_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.4415291Z test_comprehensive_index_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4415474Z test_comprehensive_index_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4415672Z test_comprehensive_index_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4415869Z test_comprehensive_index_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4416064Z test_comprehensive_index_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4416376Z test_comprehensive_inner_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4416578Z test_comprehensive_inner_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:45:03.4416775Z test_comprehensive_inner_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:45:03.4416967Z test_comprehensive_inner_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4417288Z test_comprehensive_inner_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.4417489Z test_comprehensive_inner_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:45:03.4417679Z test_comprehensive_int_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4417949Z test_comprehensive_int_cuda_bool (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4418327Z test_comprehensive_int_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.4418553Z test_comprehensive_int_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.4418743Z test_comprehensive_int_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4418935Z test_comprehensive_int_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.4419125Z test_comprehensive_int_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.4419399Z test_comprehensive_int_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4419589Z test_comprehensive_int_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4419773Z test_comprehensive_int_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4419960Z test_comprehensive_int_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4420146Z test_comprehensive_int_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4420349Z test_comprehensive_isclose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.508s) 2022-11-23T03:45:03.4420546Z test_comprehensive_isclose_cuda_bool (__main__.TestDecompCUDA) ... ok (4.524s) 2022-11-23T03:45:03.4420750Z test_comprehensive_isclose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.242s) 2022-11-23T03:45:03.4420951Z test_comprehensive_isclose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.301s) 2022-11-23T03:45:03.4421150Z test_comprehensive_isclose_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.558s) 2022-11-23T03:45:03.4421345Z test_comprehensive_isclose_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.208s) 2022-11-23T03:45:03.4421534Z test_comprehensive_isclose_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.168s) 2022-11-23T03:45:03.4421724Z test_comprehensive_isclose_cuda_int16 (__main__.TestDecompCUDA) ... ok (5.884s) 2022-11-23T03:45:03.4421918Z test_comprehensive_isclose_cuda_int32 (__main__.TestDecompCUDA) ... ok (7.330s) 2022-11-23T03:45:03.4422112Z test_comprehensive_isclose_cuda_int64 (__main__.TestDecompCUDA) ... ok (5.960s) 2022-11-23T03:45:03.4422306Z test_comprehensive_isclose_cuda_int8 (__main__.TestDecompCUDA) ... ok (5.877s) 2022-11-23T03:45:03.4422496Z test_comprehensive_isclose_cuda_uint8 (__main__.TestDecompCUDA) ... ok (5.790s) 2022-11-23T03:45:03.4422697Z test_comprehensive_isfinite_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.4422889Z test_comprehensive_isfinite_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4423079Z test_comprehensive_isfinite_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:45:03.4423281Z test_comprehensive_isfinite_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.148s) 2022-11-23T03:45:03.4423491Z test_comprehensive_isfinite_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:45:03.4423805Z test_comprehensive_isfinite_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4424005Z test_comprehensive_isfinite_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.4424413Z test_comprehensive_isfinite_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.4424793Z test_comprehensive_isfinite_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4424994Z test_comprehensive_isfinite_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4425184Z test_comprehensive_isfinite_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4425378Z test_comprehensive_isfinite_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4425574Z test_comprehensive_isfinite_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4425767Z test_comprehensive_isin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4425961Z test_comprehensive_isin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4426152Z test_comprehensive_isin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4426344Z test_comprehensive_isin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4426530Z test_comprehensive_isin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4426717Z test_comprehensive_isin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4426990Z test_comprehensive_isin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4427181Z test_comprehensive_isin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4427379Z test_comprehensive_isinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.4427567Z test_comprehensive_isinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4427767Z test_comprehensive_isinf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.4427964Z test_comprehensive_isinf_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:45:03.4428160Z test_comprehensive_isinf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.4428352Z test_comprehensive_isinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4428546Z test_comprehensive_isinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.4428740Z test_comprehensive_isinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.4428929Z test_comprehensive_isinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4429118Z test_comprehensive_isinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4429307Z test_comprehensive_isinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4429494Z test_comprehensive_isinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.4429678Z test_comprehensive_isinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.4429960Z test_comprehensive_isnan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4430184Z test_comprehensive_isnan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.4430388Z test_comprehensive_isnan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-11-23T03:45:03.4430585Z test_comprehensive_isnan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:45:03.4430918Z test_comprehensive_isnan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.4431244Z test_comprehensive_isnan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.4431442Z test_comprehensive_isnan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.4431630Z test_comprehensive_isnan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.4431816Z test_comprehensive_isnan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4432116Z test_comprehensive_isnan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4432307Z test_comprehensive_isnan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4432494Z test_comprehensive_isnan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.4432698Z test_comprehensive_isneginf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.4432895Z test_comprehensive_isneginf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4433096Z test_comprehensive_isneginf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.4433294Z test_comprehensive_isneginf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.4433486Z test_comprehensive_isneginf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:45:03.4433683Z test_comprehensive_isneginf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4433881Z test_comprehensive_isneginf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:45:03.4434073Z test_comprehensive_isneginf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.4434265Z test_comprehensive_isneginf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4434459Z test_comprehensive_isneginf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4434736Z test_comprehensive_isposinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.4434934Z test_comprehensive_isposinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.4435133Z test_comprehensive_isposinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.4435327Z test_comprehensive_isposinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:45:03.4435519Z test_comprehensive_isposinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:45:03.4435716Z test_comprehensive_isposinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4435905Z test_comprehensive_isposinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.4436090Z test_comprehensive_isposinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4436391Z test_comprehensive_isposinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.4436616Z test_comprehensive_isposinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4436814Z test_comprehensive_isreal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4437002Z test_comprehensive_isreal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4437380Z test_comprehensive_isreal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4437673Z test_comprehensive_isreal_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4437879Z test_comprehensive_isreal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4438071Z test_comprehensive_isreal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4438258Z test_comprehensive_isreal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4438447Z test_comprehensive_isreal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4438643Z test_comprehensive_isreal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4438821Z test_comprehensive_isreal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4439010Z test_comprehensive_isreal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4439202Z test_comprehensive_isreal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4439391Z test_comprehensive_isreal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4439591Z test_comprehensive_istft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.856s) 2022-11-23T03:45:03.4439897Z test_comprehensive_istft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (8.840s) 2022-11-23T03:45:03.4440134Z test_comprehensive_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.990s) 2022-11-23T03:45:03.4440359Z test_comprehensive_jiterator_2inputs_2outputs_cuda_bool (__main__.TestDecompCUDA) ... ok (0.900s) 2022-11-23T03:45:03.4440599Z test_comprehensive_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.945s) 2022-11-23T03:45:03.4440836Z test_comprehensive_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.962s) 2022-11-23T03:45:03.4441066Z test_comprehensive_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.932s) 2022-11-23T03:45:03.4441295Z test_comprehensive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.862s) 2022-11-23T03:45:03.4441525Z test_comprehensive_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.875s) 2022-11-23T03:45:03.4441753Z test_comprehensive_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.870s) 2022-11-23T03:45:03.4441972Z test_comprehensive_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.896s) 2022-11-23T03:45:03.4442264Z test_comprehensive_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.904s) 2022-11-23T03:45:03.4442508Z test_comprehensive_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.887s) 2022-11-23T03:45:03.4442855Z test_comprehensive_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.906s) 2022-11-23T03:45:03.4443107Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.002s) 2022-11-23T03:45:03.4443344Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestDecompCUDA) ... ok (1.012s) 2022-11-23T03:45:03.4443758Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.595s) 2022-11-23T03:45:03.4444110Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.441s) 2022-11-23T03:45:03.4444353Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.999s) 2022-11-23T03:45:03.4444595Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.989s) 2022-11-23T03:45:03.4444825Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.961s) 2022-11-23T03:45:03.4445060Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.013s) 2022-11-23T03:45:03.4445291Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.940s) 2022-11-23T03:45:03.4445526Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.003s) 2022-11-23T03:45:03.4445763Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.945s) 2022-11-23T03:45:03.4445992Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.982s) 2022-11-23T03:45:03.4446211Z test_comprehensive_jiterator_binary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.902s) 2022-11-23T03:45:03.4446423Z test_comprehensive_jiterator_binary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.837s) 2022-11-23T03:45:03.4446646Z test_comprehensive_jiterator_binary_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.226s) 2022-11-23T03:45:03.4446865Z test_comprehensive_jiterator_binary_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.058s) 2022-11-23T03:45:03.4447077Z test_comprehensive_jiterator_binary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.829s) 2022-11-23T03:45:03.4447402Z test_comprehensive_jiterator_binary_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.806s) 2022-11-23T03:45:03.4447608Z test_comprehensive_jiterator_binary_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.819s) 2022-11-23T03:45:03.4447815Z test_comprehensive_jiterator_binary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.843s) 2022-11-23T03:45:03.4448024Z test_comprehensive_jiterator_binary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.818s) 2022-11-23T03:45:03.4448228Z test_comprehensive_jiterator_binary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.840s) 2022-11-23T03:45:03.4448434Z test_comprehensive_jiterator_binary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.831s) 2022-11-23T03:45:03.4448642Z test_comprehensive_jiterator_binary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.809s) 2022-11-23T03:45:03.4448865Z test_comprehensive_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.863s) 2022-11-23T03:45:03.4449222Z test_comprehensive_jiterator_binary_return_by_ref_cuda_bool (__main__.TestDecompCUDA) ... ok (0.816s) 2022-11-23T03:45:03.4449480Z test_comprehensive_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.892s) 2022-11-23T03:45:03.4449720Z test_comprehensive_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.891s) 2022-11-23T03:45:03.4450166Z test_comprehensive_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.807s) 2022-11-23T03:45:03.4450550Z test_comprehensive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.814s) 2022-11-23T03:45:03.4450793Z test_comprehensive_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.806s) 2022-11-23T03:45:03.4451022Z test_comprehensive_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.817s) 2022-11-23T03:45:03.4451253Z test_comprehensive_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.809s) 2022-11-23T03:45:03.4451487Z test_comprehensive_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.842s) 2022-11-23T03:45:03.4451714Z test_comprehensive_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.802s) 2022-11-23T03:45:03.4451941Z test_comprehensive_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.808s) 2022-11-23T03:45:03.4452160Z test_comprehensive_jiterator_unary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:45:03.4452367Z test_comprehensive_jiterator_unary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.236s) 2022-11-23T03:45:03.4452587Z test_comprehensive_jiterator_unary_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.418s) 2022-11-23T03:45:03.4452806Z test_comprehensive_jiterator_unary_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.367s) 2022-11-23T03:45:03.4453015Z test_comprehensive_jiterator_unary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-11-23T03:45:03.4453229Z test_comprehensive_jiterator_unary_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-11-23T03:45:03.4453432Z test_comprehensive_jiterator_unary_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.221s) 2022-11-23T03:45:03.4453636Z test_comprehensive_jiterator_unary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-11-23T03:45:03.4453835Z test_comprehensive_jiterator_unary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.235s) 2022-11-23T03:45:03.4454023Z test_comprehensive_jiterator_unary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-11-23T03:45:03.4454228Z test_comprehensive_jiterator_unary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.238s) 2022-11-23T03:45:03.4454433Z test_comprehensive_jiterator_unary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-11-23T03:45:03.4454627Z test_comprehensive_kron_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4454815Z test_comprehensive_kron_cuda_bool (__main__.TestDecompCUDA) ... ok (0.287s) 2022-11-23T03:45:03.4455128Z test_comprehensive_kron_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.526s) 2022-11-23T03:45:03.4455327Z test_comprehensive_kron_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.454s) 2022-11-23T03:45:03.4455608Z test_comprehensive_kron_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4455870Z test_comprehensive_kron_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.409s) 2022-11-23T03:45:03.4456064Z test_comprehensive_kron_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.436s) 2022-11-23T03:45:03.4456253Z test_comprehensive_kron_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:45:03.4456611Z test_comprehensive_kron_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-11-23T03:45:03.4457051Z test_comprehensive_kron_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-11-23T03:45:03.4457249Z test_comprehensive_kron_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-11-23T03:45:03.4457440Z test_comprehensive_kron_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.293s) 2022-11-23T03:45:03.4457640Z test_comprehensive_kthvalue_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.4457839Z test_comprehensive_kthvalue_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:45:03.4458031Z test_comprehensive_kthvalue_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.4458301Z test_comprehensive_kthvalue_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4458516Z test_comprehensive_kthvalue_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4458705Z test_comprehensive_kthvalue_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4458897Z test_comprehensive_kthvalue_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4459093Z test_comprehensive_kthvalue_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4459288Z test_comprehensive_lcm_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.134s) 2022-11-23T03:45:03.4459475Z test_comprehensive_lcm_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.077s) 2022-11-23T03:45:03.4459656Z test_comprehensive_lcm_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.166s) 2022-11-23T03:45:03.4459841Z test_comprehensive_lcm_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.132s) 2022-11-23T03:45:03.4460028Z test_comprehensive_lcm_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.119s) 2022-11-23T03:45:03.4460223Z test_comprehensive_ldexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.4460412Z test_comprehensive_ldexp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.380s) 2022-11-23T03:45:03.4460612Z test_comprehensive_ldexp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.288s) 2022-11-23T03:45:03.4460811Z test_comprehensive_ldexp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.216s) 2022-11-23T03:45:03.4461008Z test_comprehensive_ldexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:45:03.4461203Z test_comprehensive_ldexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.123s) 2022-11-23T03:45:03.4461395Z test_comprehensive_ldexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.081s) 2022-11-23T03:45:03.4461585Z test_comprehensive_ldexp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.315s) 2022-11-23T03:45:03.4461764Z test_comprehensive_ldexp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-11-23T03:45:03.4462041Z test_comprehensive_ldexp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.355s) 2022-11-23T03:45:03.4462272Z test_comprehensive_ldexp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.295s) 2022-11-23T03:45:03.4462462Z test_comprehensive_ldexp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.367s) 2022-11-23T03:45:03.4462649Z test_comprehensive_le_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:45:03.4462932Z test_comprehensive_le_cuda_bool (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.4463399Z test_comprehensive_le_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-11-23T03:45:03.4463593Z test_comprehensive_le_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:45:03.4463779Z test_comprehensive_le_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-11-23T03:45:03.4463962Z test_comprehensive_le_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:45:03.4464150Z test_comprehensive_le_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.4464332Z test_comprehensive_le_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.4464512Z test_comprehensive_le_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.4464691Z test_comprehensive_le_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-11-23T03:45:03.4464886Z test_comprehensive_lerp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-11-23T03:45:03.4465090Z test_comprehensive_lerp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.097s) 2022-11-23T03:45:03.4465287Z test_comprehensive_lerp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.217s) 2022-11-23T03:45:03.4465479Z test_comprehensive_lerp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-11-23T03:45:03.4465658Z test_comprehensive_lerp_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.367s) 2022-11-23T03:45:03.4465934Z test_comprehensive_lerp_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.357s) 2022-11-23T03:45:03.4466149Z test_comprehensive_lgamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.855s) 2022-11-23T03:45:03.4466346Z test_comprehensive_lgamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.858s) 2022-11-23T03:45:03.4466542Z test_comprehensive_lgamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.4466732Z test_comprehensive_lgamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.4466925Z test_comprehensive_lgamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4467117Z test_comprehensive_lgamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4467308Z test_comprehensive_lgamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4467497Z test_comprehensive_lgamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4467691Z test_comprehensive_lgamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4467911Z test_comprehensive_linalg_cholesky_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.496s) 2022-11-23T03:45:03.4468130Z test_comprehensive_linalg_cholesky_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.517s) 2022-11-23T03:45:03.4468341Z test_comprehensive_linalg_cholesky_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.919s) 2022-11-23T03:45:03.4468679Z test_comprehensive_linalg_cholesky_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.883s) 2022-11-23T03:45:03.4468914Z test_comprehensive_linalg_cholesky_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.432s) 2022-11-23T03:45:03.4469135Z test_comprehensive_linalg_cholesky_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.550s) 2022-11-23T03:45:03.4469494Z test_comprehensive_linalg_cholesky_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.895s) 2022-11-23T03:45:03.4469838Z test_comprehensive_linalg_cholesky_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.884s) 2022-11-23T03:45:03.4470055Z test_comprehensive_linalg_cond_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.644s) 2022-11-23T03:45:03.4470262Z test_comprehensive_linalg_cond_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.642s) 2022-11-23T03:45:03.4470464Z test_comprehensive_linalg_cond_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.457s) 2022-11-23T03:45:03.4470666Z test_comprehensive_linalg_cond_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.452s) 2022-11-23T03:45:03.4470874Z test_comprehensive_linalg_cross_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:45:03.4471195Z test_comprehensive_linalg_cross_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-11-23T03:45:03.4471401Z test_comprehensive_linalg_cross_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4471606Z test_comprehensive_linalg_cross_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4471810Z test_comprehensive_linalg_cross_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4472010Z test_comprehensive_linalg_cross_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4472207Z test_comprehensive_linalg_cross_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4472400Z test_comprehensive_linalg_cross_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4472599Z test_comprehensive_linalg_cross_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4472801Z test_comprehensive_linalg_cross_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4473009Z test_comprehensive_linalg_det_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.469s) 2022-11-23T03:45:03.4473215Z test_comprehensive_linalg_det_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.469s) 2022-11-23T03:45:03.4473413Z test_comprehensive_linalg_det_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.282s) 2022-11-23T03:45:03.4473681Z test_comprehensive_linalg_det_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.297s) 2022-11-23T03:45:03.4473910Z test_comprehensive_linalg_det_singular_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.639s) 2022-11-23T03:45:03.4474133Z test_comprehensive_linalg_det_singular_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.689s) 2022-11-23T03:45:03.4474352Z test_comprehensive_linalg_det_singular_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.562s) 2022-11-23T03:45:03.4474571Z test_comprehensive_linalg_det_singular_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.550s) 2022-11-23T03:45:03.4474782Z test_comprehensive_linalg_eig_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.891s) 2022-11-23T03:45:03.4475107Z test_comprehensive_linalg_eig_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.942s) 2022-11-23T03:45:03.4475313Z test_comprehensive_linalg_eig_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.800s) 2022-11-23T03:45:03.4475514Z test_comprehensive_linalg_eig_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.784s) 2022-11-23T03:45:03.4475884Z test_comprehensive_linalg_eigh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.626s) 2022-11-23T03:45:03.4476239Z test_comprehensive_linalg_eigh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.664s) 2022-11-23T03:45:03.4476452Z test_comprehensive_linalg_eigh_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.113s) 2022-11-23T03:45:03.4476653Z test_comprehensive_linalg_eigh_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.063s) 2022-11-23T03:45:03.4476873Z test_comprehensive_linalg_eigvals_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.380s) 2022-11-23T03:45:03.4477087Z test_comprehensive_linalg_eigvals_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.396s) 2022-11-23T03:45:03.4477292Z test_comprehensive_linalg_eigvals_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.369s) 2022-11-23T03:45:03.4477500Z test_comprehensive_linalg_eigvals_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.372s) 2022-11-23T03:45:03.4477715Z test_comprehensive_linalg_eigvalsh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.391s) 2022-11-23T03:45:03.4477931Z test_comprehensive_linalg_eigvalsh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.401s) 2022-11-23T03:45:03.4478138Z test_comprehensive_linalg_eigvalsh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.275s) 2022-11-23T03:45:03.4478345Z test_comprehensive_linalg_eigvalsh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:45:03.4478571Z test_comprehensive_linalg_householder_product_cuda_complex128 (__main__.TestDecompCUDA) ... ok (18.488s) 2022-11-23T03:45:03.4479344Z test_comprehensive_linalg_householder_product_cuda_complex64 (__main__.TestDecompCUDA) ... ok (19.399s) 2022-11-23T03:45:03.4479584Z test_comprehensive_linalg_householder_product_cuda_float32 (__main__.TestDecompCUDA) ... ok (10.735s) 2022-11-23T03:45:03.4479816Z test_comprehensive_linalg_householder_product_cuda_float64 (__main__.TestDecompCUDA) ... ok (10.354s) 2022-11-23T03:45:03.4480023Z test_comprehensive_linalg_inv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.636s) 2022-11-23T03:45:03.4480232Z test_comprehensive_linalg_inv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.645s) 2022-11-23T03:45:03.4480438Z test_comprehensive_linalg_inv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.461s) 2022-11-23T03:45:03.4480641Z test_comprehensive_linalg_inv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.398s) 2022-11-23T03:45:03.4480852Z test_comprehensive_linalg_inv_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.622s) 2022-11-23T03:45:03.4481065Z test_comprehensive_linalg_inv_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.626s) 2022-11-23T03:45:03.4481370Z test_comprehensive_linalg_inv_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.414s) 2022-11-23T03:45:03.4481612Z test_comprehensive_linalg_inv_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.402s) 2022-11-23T03:45:03.4481930Z test_comprehensive_linalg_ldl_factor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4482334Z test_comprehensive_linalg_ldl_factor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4482691Z test_comprehensive_linalg_ldl_factor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4482910Z test_comprehensive_linalg_ldl_factor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4483137Z test_comprehensive_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4483364Z test_comprehensive_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4483582Z test_comprehensive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4483800Z test_comprehensive_linalg_ldl_factor_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4484017Z test_comprehensive_linalg_ldl_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4484216Z test_comprehensive_linalg_ldl_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4484426Z test_comprehensive_linalg_ldl_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4484636Z test_comprehensive_linalg_ldl_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4484846Z test_comprehensive_linalg_lstsq_cuda_complex128 (__main__.TestDecompCUDA) ... ok (11.340s) 2022-11-23T03:45:03.4485060Z test_comprehensive_linalg_lstsq_cuda_complex64 (__main__.TestDecompCUDA) ... ok (11.529s) 2022-11-23T03:45:03.4485261Z test_comprehensive_linalg_lstsq_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.078s) 2022-11-23T03:45:03.4485462Z test_comprehensive_linalg_lstsq_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.860s) 2022-11-23T03:45:03.4485701Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestDecompCUDA) ... ok (11.352s) 2022-11-23T03:45:03.4485936Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestDecompCUDA) ... ok (11.368s) 2022-11-23T03:45:03.4486163Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.966s) 2022-11-23T03:45:03.4486390Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.914s) 2022-11-23T03:45:03.4486596Z test_comprehensive_linalg_lu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (24.414s) 2022-11-23T03:45:03.4486909Z test_comprehensive_linalg_lu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (24.557s) 2022-11-23T03:45:03.4487114Z test_comprehensive_linalg_lu_cuda_float32 (__main__.TestDecompCUDA) ... ok (15.804s) 2022-11-23T03:45:03.4487315Z test_comprehensive_linalg_lu_cuda_float64 (__main__.TestDecompCUDA) ... ok (15.525s) 2022-11-23T03:45:03.4487537Z test_comprehensive_linalg_lu_factor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (28.160s) 2022-11-23T03:45:03.4487873Z test_comprehensive_linalg_lu_factor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (28.400s) 2022-11-23T03:45:03.4488102Z test_comprehensive_linalg_lu_factor_cuda_float32 (__main__.TestDecompCUDA) ... ok (18.109s) 2022-11-23T03:45:03.4488310Z test_comprehensive_linalg_lu_factor_cuda_float64 (__main__.TestDecompCUDA) ... ok (17.993s) 2022-11-23T03:45:03.4488537Z test_comprehensive_linalg_lu_factor_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (28.133s) 2022-11-23T03:45:03.4488991Z test_comprehensive_linalg_lu_factor_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (28.218s) 2022-11-23T03:45:03.4489241Z test_comprehensive_linalg_lu_factor_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (18.152s) 2022-11-23T03:45:03.4489456Z test_comprehensive_linalg_lu_factor_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (17.946s) 2022-11-23T03:45:03.4489762Z test_comprehensive_linalg_lu_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (17.333s) 2022-11-23T03:45:03.4490052Z test_comprehensive_linalg_lu_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (18.739s) 2022-11-23T03:45:03.4490264Z test_comprehensive_linalg_lu_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (12.627s) 2022-11-23T03:45:03.4490472Z test_comprehensive_linalg_lu_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (12.045s) 2022-11-23T03:45:03.4490688Z test_comprehensive_linalg_matrix_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.742s) 2022-11-23T03:45:03.4490909Z test_comprehensive_linalg_matrix_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.468s) 2022-11-23T03:45:03.4491130Z test_comprehensive_linalg_matrix_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.626s) 2022-11-23T03:45:03.4491346Z test_comprehensive_linalg_matrix_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.722s) 2022-11-23T03:45:03.4491557Z test_comprehensive_linalg_matrix_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.425s) 2022-11-23T03:45:03.4491772Z test_comprehensive_linalg_matrix_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.283s) 2022-11-23T03:45:03.4491998Z test_comprehensive_linalg_matrix_power_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.960s) 2022-11-23T03:45:03.4492217Z test_comprehensive_linalg_matrix_power_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.093s) 2022-11-23T03:45:03.4492435Z test_comprehensive_linalg_matrix_power_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.363s) 2022-11-23T03:45:03.4492648Z test_comprehensive_linalg_matrix_power_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.282s) 2022-11-23T03:45:03.4492865Z test_comprehensive_linalg_matrix_rank_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.344s) 2022-11-23T03:45:03.4493083Z test_comprehensive_linalg_matrix_rank_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.324s) 2022-11-23T03:45:03.4493292Z test_comprehensive_linalg_matrix_rank_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.306s) 2022-11-23T03:45:03.4493490Z test_comprehensive_linalg_matrix_rank_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.308s) 2022-11-23T03:45:03.4493730Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-11-23T03:45:03.4493969Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:45:03.4494307Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:45:03.4494678Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:45:03.4494891Z test_comprehensive_linalg_multi_dot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.4495308Z test_comprehensive_linalg_multi_dot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.308s) 2022-11-23T03:45:03.4495639Z test_comprehensive_linalg_multi_dot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.349s) 2022-11-23T03:45:03.4495858Z test_comprehensive_linalg_multi_dot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.4496066Z test_comprehensive_linalg_multi_dot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:45:03.4496271Z test_comprehensive_linalg_multi_dot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:45:03.4496481Z test_comprehensive_linalg_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.952s) 2022-11-23T03:45:03.4496687Z test_comprehensive_linalg_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.785s) 2022-11-23T03:45:03.4496893Z test_comprehensive_linalg_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.927s) 2022-11-23T03:45:03.4497096Z test_comprehensive_linalg_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.935s) 2022-11-23T03:45:03.4497298Z test_comprehensive_linalg_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.792s) 2022-11-23T03:45:03.4497590Z test_comprehensive_linalg_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.645s) 2022-11-23T03:45:03.4497855Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.729s) 2022-11-23T03:45:03.4498103Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.469s) 2022-11-23T03:45:03.4498347Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.545s) 2022-11-23T03:45:03.4498588Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.734s) 2022-11-23T03:45:03.4498813Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.204s) 2022-11-23T03:45:03.4499051Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.125s) 2022-11-23T03:45:03.4499261Z test_comprehensive_linalg_pinv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.559s) 2022-11-23T03:45:03.4499473Z test_comprehensive_linalg_pinv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.608s) 2022-11-23T03:45:03.4499675Z test_comprehensive_linalg_pinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.603s) 2022-11-23T03:45:03.4499874Z test_comprehensive_linalg_pinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.492s) 2022-11-23T03:45:03.4500104Z test_comprehensive_linalg_pinv_hermitian_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.583s) 2022-11-23T03:45:03.4500328Z test_comprehensive_linalg_pinv_hermitian_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.630s) 2022-11-23T03:45:03.4500551Z test_comprehensive_linalg_pinv_hermitian_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.561s) 2022-11-23T03:45:03.4500896Z test_comprehensive_linalg_pinv_hermitian_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.559s) 2022-11-23T03:45:03.4501225Z test_comprehensive_linalg_pinv_singular_cuda_complex128 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:45:03.4501682Z test_comprehensive_linalg_pinv_singular_cuda_complex64 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:45:03.4502110Z test_comprehensive_linalg_pinv_singular_cuda_float32 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:45:03.4502421Z test_comprehensive_linalg_pinv_singular_cuda_float64 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:45:03.4502738Z test_comprehensive_linalg_qr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.485s) 2022-11-23T03:45:03.4502943Z test_comprehensive_linalg_qr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.559s) 2022-11-23T03:45:03.4503144Z test_comprehensive_linalg_qr_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.929s) 2022-11-23T03:45:03.4503344Z test_comprehensive_linalg_qr_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.792s) 2022-11-23T03:45:03.4503560Z test_comprehensive_linalg_slogdet_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.093s) 2022-11-23T03:45:03.4503773Z test_comprehensive_linalg_slogdet_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.057s) 2022-11-23T03:45:03.4503981Z test_comprehensive_linalg_slogdet_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-11-23T03:45:03.4504189Z test_comprehensive_linalg_slogdet_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-11-23T03:45:03.4504406Z test_comprehensive_linalg_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.677s) 2022-11-23T03:45:03.4504599Z test_comprehensive_linalg_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.684s) 2022-11-23T03:45:03.4504804Z test_comprehensive_linalg_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.496s) 2022-11-23T03:45:03.4505005Z test_comprehensive_linalg_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.444s) 2022-11-23T03:45:03.4505296Z test_comprehensive_linalg_solve_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.644s) 2022-11-23T03:45:03.4505531Z test_comprehensive_linalg_solve_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.688s) 2022-11-23T03:45:03.4505738Z test_comprehensive_linalg_solve_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.458s) 2022-11-23T03:45:03.4505945Z test_comprehensive_linalg_solve_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.432s) 2022-11-23T03:45:03.4506180Z test_comprehensive_linalg_solve_triangular_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.885s) 2022-11-23T03:45:03.4506414Z test_comprehensive_linalg_solve_triangular_cuda_complex64 (__main__.TestDecompCUDA) ... ok (9.124s) 2022-11-23T03:45:03.4506639Z test_comprehensive_linalg_solve_triangular_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.539s) 2022-11-23T03:45:03.4506861Z test_comprehensive_linalg_solve_triangular_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.271s) 2022-11-23T03:45:03.4507191Z test_comprehensive_linalg_svd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (44.942s) 2022-11-23T03:45:03.4507412Z test_comprehensive_linalg_svd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (46.000s) 2022-11-23T03:45:03.4507616Z test_comprehensive_linalg_svd_cuda_float32 (__main__.TestDecompCUDA) ... ok (28.733s) 2022-11-23T03:45:03.4507819Z test_comprehensive_linalg_svd_cuda_float64 (__main__.TestDecompCUDA) ... ok (27.903s) 2022-11-23T03:45:03.4508282Z test_comprehensive_linalg_svdvals_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.109s) 2022-11-23T03:45:03.4508523Z test_comprehensive_linalg_svdvals_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.137s) 2022-11-23T03:45:03.4508731Z test_comprehensive_linalg_svdvals_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.742s) 2022-11-23T03:45:03.4508938Z test_comprehensive_linalg_svdvals_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.733s) 2022-11-23T03:45:03.4509161Z test_comprehensive_linalg_tensorinv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.808s) 2022-11-23T03:45:03.4509361Z test_comprehensive_linalg_tensorinv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.797s) 2022-11-23T03:45:03.4509572Z test_comprehensive_linalg_tensorinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.495s) 2022-11-23T03:45:03.4509783Z test_comprehensive_linalg_tensorinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.486s) 2022-11-23T03:45:03.4510007Z test_comprehensive_linalg_tensorsolve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.185s) 2022-11-23T03:45:03.4510341Z test_comprehensive_linalg_tensorsolve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.177s) 2022-11-23T03:45:03.4510556Z test_comprehensive_linalg_tensorsolve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.693s) 2022-11-23T03:45:03.4510772Z test_comprehensive_linalg_tensorsolve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.677s) 2022-11-23T03:45:03.4510990Z test_comprehensive_linalg_vander_cuda_complex128 (__main__.TestDecompCUDA) ... ok (6.763s) 2022-11-23T03:45:03.4511199Z test_comprehensive_linalg_vander_cuda_complex64 (__main__.TestDecompCUDA) ... ok (8.401s) 2022-11-23T03:45:03.4511404Z test_comprehensive_linalg_vander_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.877s) 2022-11-23T03:45:03.4511609Z test_comprehensive_linalg_vander_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.754s) 2022-11-23T03:45:03.4511813Z test_comprehensive_linalg_vander_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.217s) 2022-11-23T03:45:03.4512018Z test_comprehensive_linalg_vander_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-11-23T03:45:03.4512223Z test_comprehensive_linalg_vander_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:45:03.4512426Z test_comprehensive_linalg_vander_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-11-23T03:45:03.4512627Z test_comprehensive_linalg_vander_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:45:03.4512906Z test_comprehensive_linalg_vecdot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.323s) 2022-11-23T03:45:03.4513139Z test_comprehensive_linalg_vecdot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.520s) 2022-11-23T03:45:03.4513350Z test_comprehensive_linalg_vecdot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.533s) 2022-11-23T03:45:03.4513684Z test_comprehensive_linalg_vecdot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.310s) 2022-11-23T03:45:03.4513875Z test_comprehensive_linalg_vecdot_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.259s) 2022-11-23T03:45:03.4514082Z test_comprehensive_linalg_vecdot_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.186s) 2022-11-23T03:45:03.4514401Z test_comprehensive_linalg_vector_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.889s) 2022-11-23T03:45:03.4514790Z test_comprehensive_linalg_vector_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (12.946s) 2022-11-23T03:45:03.4515055Z test_comprehensive_linalg_vector_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (13.723s) 2022-11-23T03:45:03.4515274Z test_comprehensive_linalg_vector_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.873s) 2022-11-23T03:45:03.4515603Z test_comprehensive_linalg_vector_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (10.339s) 2022-11-23T03:45:03.4515824Z test_comprehensive_linalg_vector_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (10.026s) 2022-11-23T03:45:03.4516028Z test_comprehensive_linspace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.4516237Z test_comprehensive_linspace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.4516439Z test_comprehensive_linspace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-11-23T03:45:03.4516640Z test_comprehensive_linspace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.4516836Z test_comprehensive_linspace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.4517031Z test_comprehensive_linspace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:45:03.4517229Z test_comprehensive_linspace_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:45:03.4517423Z test_comprehensive_linspace_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.4517620Z test_comprehensive_linspace_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:45:03.4517815Z test_comprehensive_linspace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.4518127Z test_comprehensive_linspace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.4518305Z test_comprehensive_log10_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4518495Z test_comprehensive_log10_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4518697Z test_comprehensive_log10_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.566s) 2022-11-23T03:45:03.4518897Z test_comprehensive_log10_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.528s) 2022-11-23T03:45:03.4519093Z test_comprehensive_log10_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4519287Z test_comprehensive_log10_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.4519479Z test_comprehensive_log10_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.4519667Z test_comprehensive_log10_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4519860Z test_comprehensive_log10_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4520048Z test_comprehensive_log10_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4520236Z test_comprehensive_log10_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4520420Z test_comprehensive_log10_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4521198Z test_comprehensive_log1p_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4521591Z test_comprehensive_log1p_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4521901Z test_comprehensive_log1p_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4522102Z test_comprehensive_log1p_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.275s) 2022-11-23T03:45:03.4522295Z test_comprehensive_log1p_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:45:03.4522491Z test_comprehensive_log1p_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.4522664Z test_comprehensive_log1p_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.4522851Z test_comprehensive_log1p_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.4523040Z test_comprehensive_log1p_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.4523229Z test_comprehensive_log1p_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.4523425Z test_comprehensive_log2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4523610Z test_comprehensive_log2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4523809Z test_comprehensive_log2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.551s) 2022-11-23T03:45:03.4524005Z test_comprehensive_log2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.539s) 2022-11-23T03:45:03.4524196Z test_comprehensive_log2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4524391Z test_comprehensive_log2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.4524582Z test_comprehensive_log2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.4524766Z test_comprehensive_log2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4524956Z test_comprehensive_log2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4525138Z test_comprehensive_log2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4525326Z test_comprehensive_log2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4525507Z test_comprehensive_log2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4525698Z test_comprehensive_log_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4525884Z test_comprehensive_log_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4526186Z test_comprehensive_log_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:45:03.4526382Z test_comprehensive_log_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.399s) 2022-11-23T03:45:03.4526576Z test_comprehensive_log_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-11-23T03:45:03.4526770Z test_comprehensive_log_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4526962Z test_comprehensive_log_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.4527267Z test_comprehensive_log_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4527461Z test_comprehensive_log_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4527644Z test_comprehensive_log_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4527913Z test_comprehensive_log_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4528143Z test_comprehensive_log_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4528441Z test_comprehensive_log_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4528652Z test_comprehensive_log_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.4528854Z test_comprehensive_log_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4529141Z test_comprehensive_log_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.275s) 2022-11-23T03:45:03.4529359Z test_comprehensive_log_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-11-23T03:45:03.4529589Z test_comprehensive_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4529809Z test_comprehensive_log_softmax_with_dtype_cuda_bool (__main__.TestDecompCUDA) ... ok (0.160s) 2022-11-23T03:45:03.4530040Z test_comprehensive_log_softmax_with_dtype_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.475s) 2022-11-23T03:45:03.4530254Z test_comprehensive_log_softmax_with_dtype_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-11-23T03:45:03.4530471Z test_comprehensive_log_softmax_with_dtype_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.506s) 2022-11-23T03:45:03.4530693Z test_comprehensive_log_softmax_with_dtype_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.4530911Z test_comprehensive_log_softmax_with_dtype_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.450s) 2022-11-23T03:45:03.4531119Z test_comprehensive_log_softmax_with_dtype_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-11-23T03:45:03.4531337Z test_comprehensive_log_softmax_with_dtype_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:45:03.4531554Z test_comprehensive_log_softmax_with_dtype_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:45:03.4531769Z test_comprehensive_log_softmax_with_dtype_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:45:03.4531986Z test_comprehensive_log_softmax_with_dtype_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-11-23T03:45:03.4532199Z test_comprehensive_log_softmax_with_dtype_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-11-23T03:45:03.4532405Z test_comprehensive_logaddexp2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4532613Z test_comprehensive_logaddexp2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:45:03.4532811Z test_comprehensive_logaddexp2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.4533015Z test_comprehensive_logaddexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4533220Z test_comprehensive_logaddexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.4533418Z test_comprehensive_logaddexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:45:03.4533745Z test_comprehensive_logcumsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-11-23T03:45:03.4534059Z test_comprehensive_logcumsumexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4534367Z test_comprehensive_logcumsumexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.029s) 2022-11-23T03:45:03.4534619Z test_comprehensive_logcumsumexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.017s) 2022-11-23T03:45:03.4534926Z test_comprehensive_logdet_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.672s) 2022-11-23T03:45:03.4535135Z test_comprehensive_logdet_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.728s) 2022-11-23T03:45:03.4535332Z test_comprehensive_logdet_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.268s) 2022-11-23T03:45:03.4535521Z test_comprehensive_logdet_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-11-23T03:45:03.4535725Z test_comprehensive_logical_and_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:45:03.4535923Z test_comprehensive_logical_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.4536132Z test_comprehensive_logical_and_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.849s) 2022-11-23T03:45:03.4536341Z test_comprehensive_logical_and_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.822s) 2022-11-23T03:45:03.4536542Z test_comprehensive_logical_and_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:45:03.4536824Z test_comprehensive_logical_and_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:45:03.4537045Z test_comprehensive_logical_and_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:45:03.4537243Z test_comprehensive_logical_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.4537440Z test_comprehensive_logical_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.4537630Z test_comprehensive_logical_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.4537830Z test_comprehensive_logical_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.4538021Z test_comprehensive_logical_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.4538224Z test_comprehensive_logical_not_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4538422Z test_comprehensive_logical_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4538630Z test_comprehensive_logical_not_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.4538821Z test_comprehensive_logical_not_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4539021Z test_comprehensive_logical_not_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4539220Z test_comprehensive_logical_not_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4539419Z test_comprehensive_logical_not_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4539619Z test_comprehensive_logical_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4539810Z test_comprehensive_logical_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4540121Z test_comprehensive_logical_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4540330Z test_comprehensive_logical_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4540520Z test_comprehensive_logical_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4540721Z test_comprehensive_logical_or_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-11-23T03:45:03.4541019Z test_comprehensive_logical_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:45:03.4541330Z test_comprehensive_logical_or_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.880s) 2022-11-23T03:45:03.4541648Z test_comprehensive_logical_or_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.881s) 2022-11-23T03:45:03.4541849Z test_comprehensive_logical_or_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-11-23T03:45:03.4542051Z test_comprehensive_logical_or_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-11-23T03:45:03.4542247Z test_comprehensive_logical_or_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.264s) 2022-11-23T03:45:03.4542446Z test_comprehensive_logical_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.4542637Z test_comprehensive_logical_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.4542823Z test_comprehensive_logical_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.4543004Z test_comprehensive_logical_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4543193Z test_comprehensive_logical_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4543399Z test_comprehensive_logical_xor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:45:03.4543590Z test_comprehensive_logical_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.4543800Z test_comprehensive_logical_xor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.845s) 2022-11-23T03:45:03.4544008Z test_comprehensive_logical_xor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.872s) 2022-11-23T03:45:03.4544280Z test_comprehensive_logical_xor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:45:03.4544497Z test_comprehensive_logical_xor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-11-23T03:45:03.4544696Z test_comprehensive_logical_xor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:45:03.4544895Z test_comprehensive_logical_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.4545089Z test_comprehensive_logical_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4545283Z test_comprehensive_logical_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4545477Z test_comprehensive_logical_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:45:03.4545672Z test_comprehensive_logical_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4545871Z test_comprehensive_logit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4546059Z test_comprehensive_logit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4546254Z test_comprehensive_logit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4546574Z test_comprehensive_logit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.4546757Z test_comprehensive_logit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4546947Z test_comprehensive_logit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.4547291Z test_comprehensive_logit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4547490Z test_comprehensive_logit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4547675Z test_comprehensive_logit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4547860Z test_comprehensive_logit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.4548065Z test_comprehensive_logspace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.445s) 2022-11-23T03:45:03.4548271Z test_comprehensive_logspace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.678s) 2022-11-23T03:45:03.4548474Z test_comprehensive_logspace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.724s) 2022-11-23T03:45:03.4548674Z test_comprehensive_logspace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.406s) 2022-11-23T03:45:03.4548868Z test_comprehensive_logspace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.675s) 2022-11-23T03:45:03.4549171Z test_comprehensive_logspace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.579s) 2022-11-23T03:45:03.4549396Z test_comprehensive_logspace_cuda_int16 (__main__.TestDecompCUDA) ... expected failure (0.062s) 2022-11-23T03:45:03.4549622Z test_comprehensive_logspace_cuda_int32 (__main__.TestDecompCUDA) ... expected failure (0.058s) 2022-11-23T03:45:03.4549846Z test_comprehensive_logspace_cuda_int64 (__main__.TestDecompCUDA) ... expected failure (0.057s) 2022-11-23T03:45:03.4550042Z test_comprehensive_logspace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.4550241Z test_comprehensive_logspace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:45:03.4550445Z test_comprehensive_logsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.4550643Z test_comprehensive_logsumexp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4550829Z test_comprehensive_logsumexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.4551027Z test_comprehensive_logsumexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.699s) 2022-11-23T03:45:03.4551220Z test_comprehensive_logsumexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.678s) 2022-11-23T03:45:03.4551417Z test_comprehensive_logsumexp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4551680Z test_comprehensive_logsumexp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4551889Z test_comprehensive_logsumexp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.4552084Z test_comprehensive_logsumexp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4552274Z test_comprehensive_logsumexp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.4552590Z test_comprehensive_long_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4552786Z test_comprehensive_long_cuda_bool (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4552982Z test_comprehensive_long_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4553294Z test_comprehensive_long_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.4553631Z test_comprehensive_long_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.4553835Z test_comprehensive_long_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4554029Z test_comprehensive_long_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.4554222Z test_comprehensive_long_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.4554410Z test_comprehensive_long_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4554597Z test_comprehensive_long_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4554768Z test_comprehensive_long_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4554961Z test_comprehensive_long_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4555145Z test_comprehensive_long_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4555341Z test_comprehensive_lt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:45:03.4555527Z test_comprehensive_lt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.4555718Z test_comprehensive_lt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-11-23T03:45:03.4555905Z test_comprehensive_lt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:45:03.4556091Z test_comprehensive_lt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-11-23T03:45:03.4556274Z test_comprehensive_lt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.4556457Z test_comprehensive_lt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.4556746Z test_comprehensive_lt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4556930Z test_comprehensive_lt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.4557111Z test_comprehensive_lt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4557307Z test_comprehensive_lu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (30.129s) 2022-11-23T03:45:03.4557503Z test_comprehensive_lu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (30.416s) 2022-11-23T03:45:03.4557690Z test_comprehensive_lu_cuda_float32 (__main__.TestDecompCUDA) ... ok (19.561s) 2022-11-23T03:45:03.4557877Z test_comprehensive_lu_cuda_float64 (__main__.TestDecompCUDA) ... ok (19.633s) 2022-11-23T03:45:03.4558064Z test_comprehensive_lu_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.532s) 2022-11-23T03:45:03.4558268Z test_comprehensive_lu_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.729s) 2022-11-23T03:45:03.4558464Z test_comprehensive_lu_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.556s) 2022-11-23T03:45:03.4558660Z test_comprehensive_lu_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.422s) 2022-11-23T03:45:03.4558992Z test_comprehensive_lu_unpack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (6.755s) 2022-11-23T03:45:03.4559204Z test_comprehensive_lu_unpack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (6.669s) 2022-11-23T03:45:03.4559489Z test_comprehensive_lu_unpack_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.042s) 2022-11-23T03:45:03.4559816Z test_comprehensive_lu_unpack_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.059s) 2022-11-23T03:45:03.4560127Z test_comprehensive_mH_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4560315Z test_comprehensive_mH_cuda_bool (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:45:03.4560511Z test_comprehensive_mH_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.893s) 2022-11-23T03:45:03.4560704Z test_comprehensive_mH_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.493s) 2022-11-23T03:45:03.4560901Z test_comprehensive_mH_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.890s) 2022-11-23T03:45:03.4561087Z test_comprehensive_mH_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4561272Z test_comprehensive_mH_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.752s) 2022-11-23T03:45:03.4561461Z test_comprehensive_mH_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.703s) 2022-11-23T03:45:03.4561647Z test_comprehensive_mH_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-11-23T03:45:03.4561829Z test_comprehensive_mH_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-11-23T03:45:03.4561994Z test_comprehensive_mH_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-11-23T03:45:03.4562174Z test_comprehensive_mH_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:45:03.4562354Z test_comprehensive_mH_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.248s) 2022-11-23T03:45:03.4562547Z test_comprehensive_mT_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4562729Z test_comprehensive_mT_cuda_bool (__main__.TestDecompCUDA) ... ok (0.232s) 2022-11-23T03:45:03.4562922Z test_comprehensive_mT_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.203s) 2022-11-23T03:45:03.4563117Z test_comprehensive_mT_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.514s) 2022-11-23T03:45:03.4563314Z test_comprehensive_mT_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.173s) 2022-11-23T03:45:03.4563500Z test_comprehensive_mT_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4563687Z test_comprehensive_mT_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.718s) 2022-11-23T03:45:03.4563872Z test_comprehensive_mT_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.700s) 2022-11-23T03:45:03.4564056Z test_comprehensive_mT_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:45:03.4564346Z test_comprehensive_mT_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-11-23T03:45:03.4564527Z test_comprehensive_mT_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-11-23T03:45:03.4564711Z test_comprehensive_mT_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.221s) 2022-11-23T03:45:03.4564889Z test_comprehensive_mT_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:45:03.4565099Z test_comprehensive_masked_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.510s) 2022-11-23T03:45:03.4565428Z test_comprehensive_masked_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.499s) 2022-11-23T03:45:03.4565624Z test_comprehensive_masked_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.975s) 2022-11-23T03:45:03.4565827Z test_comprehensive_masked_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.777s) 2022-11-23T03:45:03.4566127Z test_comprehensive_masked_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.988s) 2022-11-23T03:45:03.4566433Z test_comprehensive_masked_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.030s) 2022-11-23T03:45:03.4566646Z test_comprehensive_masked_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.008s) 2022-11-23T03:45:03.4566846Z test_comprehensive_masked_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.985s) 2022-11-23T03:45:03.4567038Z test_comprehensive_masked_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.984s) 2022-11-23T03:45:03.4567328Z test_comprehensive_masked_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.533s) 2022-11-23T03:45:03.4567552Z test_comprehensive_masked_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.569s) 2022-11-23T03:45:03.4567749Z test_comprehensive_masked_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.932s) 2022-11-23T03:45:03.4567950Z test_comprehensive_masked_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.897s) 2022-11-23T03:45:03.4568150Z test_comprehensive_masked_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.013s) 2022-11-23T03:45:03.4568347Z test_comprehensive_masked_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.007s) 2022-11-23T03:45:03.4568539Z test_comprehensive_masked_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.993s) 2022-11-23T03:45:03.4568737Z test_comprehensive_masked_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.989s) 2022-11-23T03:45:03.4568935Z test_comprehensive_masked_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.010s) 2022-11-23T03:45:03.4569149Z test_comprehensive_masked_argmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-11-23T03:45:03.4569356Z test_comprehensive_masked_argmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:45:03.4569563Z test_comprehensive_masked_argmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.884s) 2022-11-23T03:45:03.4569748Z test_comprehensive_masked_argmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.883s) 2022-11-23T03:45:03.4569951Z test_comprehensive_masked_argmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.543s) 2022-11-23T03:45:03.4570157Z test_comprehensive_masked_argmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.551s) 2022-11-23T03:45:03.4570361Z test_comprehensive_masked_argmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.411s) 2022-11-23T03:45:03.4570564Z test_comprehensive_masked_argmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.517s) 2022-11-23T03:45:03.4570769Z test_comprehensive_masked_argmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.522s) 2022-11-23T03:45:03.4570976Z test_comprehensive_masked_argmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:45:03.4571180Z test_comprehensive_masked_argmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:45:03.4571383Z test_comprehensive_masked_argmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.890s) 2022-11-23T03:45:03.4571697Z test_comprehensive_masked_argmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.868s) 2022-11-23T03:45:03.4571926Z test_comprehensive_masked_argmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.525s) 2022-11-23T03:45:03.4572232Z test_comprehensive_masked_argmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.520s) 2022-11-23T03:45:03.4572537Z test_comprehensive_masked_argmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.430s) 2022-11-23T03:45:03.4572915Z test_comprehensive_masked_argmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.548s) 2022-11-23T03:45:03.4573255Z test_comprehensive_masked_argmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.557s) 2022-11-23T03:45:03.4573613Z test_comprehensive_masked_cumprod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.788s) 2022-11-23T03:45:03.4574004Z test_comprehensive_masked_cumprod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (25.982s) 2022-11-23T03:45:03.4574238Z test_comprehensive_masked_cumprod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (26.244s) 2022-11-23T03:45:03.4574450Z test_comprehensive_masked_cumprod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.776s) 2022-11-23T03:45:03.4574652Z test_comprehensive_masked_cumprod_cuda_float32 (__main__.TestDecompCUDA) ... ok (15.478s) 2022-11-23T03:45:03.4574862Z test_comprehensive_masked_cumprod_cuda_float64 (__main__.TestDecompCUDA) ... ok (15.337s) 2022-11-23T03:45:03.4575068Z test_comprehensive_masked_cumprod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.594s) 2022-11-23T03:45:03.4575597Z test_comprehensive_masked_cumprod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.612s) 2022-11-23T03:45:03.4576031Z test_comprehensive_masked_cumprod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.614s) 2022-11-23T03:45:03.4576258Z test_comprehensive_masked_cumprod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.632s) 2022-11-23T03:45:03.4576463Z test_comprehensive_masked_cumprod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.602s) 2022-11-23T03:45:03.4576673Z test_comprehensive_masked_cumsum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-11-23T03:45:03.4576887Z test_comprehensive_masked_cumsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.071s) 2022-11-23T03:45:03.4577107Z test_comprehensive_masked_cumsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.030s) 2022-11-23T03:45:03.4577311Z test_comprehensive_masked_cumsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-11-23T03:45:03.4577509Z test_comprehensive_masked_cumsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.570s) 2022-11-23T03:45:03.4577718Z test_comprehensive_masked_cumsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.613s) 2022-11-23T03:45:03.4577920Z test_comprehensive_masked_cumsum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.847s) 2022-11-23T03:45:03.4578256Z test_comprehensive_masked_cumsum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.887s) 2022-11-23T03:45:03.4578470Z test_comprehensive_masked_cumsum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.863s) 2022-11-23T03:45:03.4578669Z test_comprehensive_masked_cumsum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.847s) 2022-11-23T03:45:03.4578888Z test_comprehensive_masked_cumsum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.853s) 2022-11-23T03:45:03.4579191Z test_comprehensive_masked_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.4579490Z test_comprehensive_masked_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.4579706Z test_comprehensive_masked_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.407s) 2022-11-23T03:45:03.4579919Z test_comprehensive_masked_fill_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.4580125Z test_comprehensive_masked_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.428s) 2022-11-23T03:45:03.4580325Z test_comprehensive_masked_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4580526Z test_comprehensive_masked_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.277s) 2022-11-23T03:45:03.4580726Z test_comprehensive_masked_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.276s) 2022-11-23T03:45:03.4581051Z test_comprehensive_masked_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.4581245Z test_comprehensive_masked_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:45:03.4581433Z test_comprehensive_masked_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:45:03.4581633Z test_comprehensive_masked_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:45:03.4581825Z test_comprehensive_masked_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.4582046Z test_comprehensive_masked_log_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-11-23T03:45:03.4582262Z test_comprehensive_masked_log_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.156s) 2022-11-23T03:45:03.4582478Z test_comprehensive_masked_log_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.379s) 2022-11-23T03:45:03.4582697Z test_comprehensive_masked_log_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.326s) 2022-11-23T03:45:03.4582915Z test_comprehensive_masked_logaddexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.313s) 2022-11-23T03:45:03.4583129Z test_comprehensive_masked_logaddexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.725s) 2022-11-23T03:45:03.4583342Z test_comprehensive_masked_logaddexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.698s) 2022-11-23T03:45:03.4583659Z test_comprehensive_masked_logsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:45:03.4583906Z test_comprehensive_masked_logsumexp_cuda_float16 (__main__.TestDecompCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:45:03.4584145Z test_comprehensive_masked_logsumexp_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:45:03.4584380Z test_comprehensive_masked_logsumexp_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:45:03.4584743Z test_comprehensive_masked_logsumexp_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:45:03.4584984Z test_comprehensive_masked_logsumexp_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:45:03.4585215Z test_comprehensive_masked_logsumexp_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:45:03.4585555Z test_comprehensive_masked_logsumexp_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:45:03.4585897Z test_comprehensive_masked_logsumexp_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:45:03.4586111Z test_comprehensive_masked_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.534s) 2022-11-23T03:45:03.4586312Z test_comprehensive_masked_mean_cuda_bool (__main__.TestDecompCUDA) ... ok (2.408s) 2022-11-23T03:45:03.4586521Z test_comprehensive_masked_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (7.043s) 2022-11-23T03:45:03.4586737Z test_comprehensive_masked_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (7.187s) 2022-11-23T03:45:03.4586941Z test_comprehensive_masked_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.549s) 2022-11-23T03:45:03.4587138Z test_comprehensive_masked_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.119s) 2022-11-23T03:45:03.4587340Z test_comprehensive_masked_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.078s) 2022-11-23T03:45:03.4587541Z test_comprehensive_masked_mean_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.374s) 2022-11-23T03:45:03.4587734Z test_comprehensive_masked_mean_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.412s) 2022-11-23T03:45:03.4587922Z test_comprehensive_masked_mean_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.320s) 2022-11-23T03:45:03.4588120Z test_comprehensive_masked_mean_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.444s) 2022-11-23T03:45:03.4588318Z test_comprehensive_masked_mean_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.451s) 2022-11-23T03:45:03.4588620Z test_comprehensive_masked_median_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.4588827Z test_comprehensive_masked_median_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.441s) 2022-11-23T03:45:03.4589030Z test_comprehensive_masked_median_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.420s) 2022-11-23T03:45:03.4589238Z test_comprehensive_masked_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (7.969s) 2022-11-23T03:45:03.4589439Z test_comprehensive_masked_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (7.931s) 2022-11-23T03:45:03.4589643Z test_comprehensive_masked_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (29.435s) 2022-11-23T03:45:03.4589895Z test_comprehensive_masked_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (27.704s) 2022-11-23T03:45:03.4590116Z test_comprehensive_masked_normalize_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.588s) 2022-11-23T03:45:03.4590339Z test_comprehensive_masked_normalize_cuda_complex128 (__main__.TestDecompCUDA) ... ok (13.903s) 2022-11-23T03:45:03.4590564Z test_comprehensive_masked_normalize_cuda_complex64 (__main__.TestDecompCUDA) ... ok (14.245s) 2022-11-23T03:45:03.4590776Z test_comprehensive_masked_normalize_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.566s) 2022-11-23T03:45:03.4591081Z test_comprehensive_masked_normalize_cuda_float32 (__main__.TestDecompCUDA) ... ok (10.689s) 2022-11-23T03:45:03.4591409Z test_comprehensive_masked_normalize_cuda_float64 (__main__.TestDecompCUDA) ... ok (9.775s) 2022-11-23T03:45:03.4591639Z test_comprehensive_masked_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.165s) 2022-11-23T03:45:03.4591954Z test_comprehensive_masked_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (1.489s) 2022-11-23T03:45:03.4592279Z test_comprehensive_masked_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (18.505s) 2022-11-23T03:45:03.4592504Z test_comprehensive_masked_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (18.978s) 2022-11-23T03:45:03.4592714Z test_comprehensive_masked_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.160s) 2022-11-23T03:45:03.4592915Z test_comprehensive_masked_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (12.394s) 2022-11-23T03:45:03.4593102Z test_comprehensive_masked_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (11.770s) 2022-11-23T03:45:03.4593305Z test_comprehensive_masked_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.487s) 2022-11-23T03:45:03.4593500Z test_comprehensive_masked_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.441s) 2022-11-23T03:45:03.4593692Z test_comprehensive_masked_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.139s) 2022-11-23T03:45:03.4593931Z test_comprehensive_masked_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.464s) 2022-11-23T03:45:03.4594134Z test_comprehensive_masked_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.432s) 2022-11-23T03:45:03.4594344Z test_comprehensive_masked_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4594551Z test_comprehensive_masked_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4594769Z test_comprehensive_masked_scatter_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:45:03.4594982Z test_comprehensive_masked_scatter_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:45:03.4595192Z test_comprehensive_masked_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.4595398Z test_comprehensive_masked_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-11-23T03:45:03.4595601Z test_comprehensive_masked_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:45:03.4595803Z test_comprehensive_masked_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4595998Z test_comprehensive_masked_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4596327Z test_comprehensive_masked_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4596531Z test_comprehensive_masked_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4596734Z test_comprehensive_masked_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4596940Z test_comprehensive_masked_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4597147Z test_comprehensive_masked_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4597345Z test_comprehensive_masked_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-11-23T03:45:03.4597673Z test_comprehensive_masked_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.398s) 2022-11-23T03:45:03.4597886Z test_comprehensive_masked_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4598092Z test_comprehensive_masked_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-11-23T03:45:03.4598399Z test_comprehensive_masked_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-11-23T03:45:03.4598717Z test_comprehensive_masked_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4598930Z test_comprehensive_masked_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4599214Z test_comprehensive_masked_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4599435Z test_comprehensive_masked_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4599638Z test_comprehensive_masked_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4599845Z test_comprehensive_masked_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:45:03.4600053Z test_comprehensive_masked_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:45:03.4600262Z test_comprehensive_masked_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.268s) 2022-11-23T03:45:03.4600464Z test_comprehensive_masked_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.261s) 2022-11-23T03:45:03.4600673Z test_comprehensive_masked_softmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:45:03.4600878Z test_comprehensive_masked_softmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:45:03.4601092Z test_comprehensive_masked_softmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.912s) 2022-11-23T03:45:03.4601297Z test_comprehensive_masked_softmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.890s) 2022-11-23T03:45:03.4601498Z test_comprehensive_masked_std_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (3.459s) 2022-11-23T03:45:03.4601683Z test_comprehensive_masked_std_cuda_complex128 (__main__.TestDecompCUDA) ... ok (26.648s) 2022-11-23T03:45:03.4601889Z test_comprehensive_masked_std_cuda_complex64 (__main__.TestDecompCUDA) ... ok (27.308s) 2022-11-23T03:45:03.4602094Z test_comprehensive_masked_std_cuda_float16 (__main__.TestDecompCUDA) ... ok (3.481s) 2022-11-23T03:45:03.4602292Z test_comprehensive_masked_std_cuda_float32 (__main__.TestDecompCUDA) ... ok (15.498s) 2022-11-23T03:45:03.4602492Z test_comprehensive_masked_std_cuda_float64 (__main__.TestDecompCUDA) ... ok (14.851s) 2022-11-23T03:45:03.4602692Z test_comprehensive_masked_std_cuda_int16 (__main__.TestDecompCUDA) ... ok (13.312s) 2022-11-23T03:45:03.4602882Z test_comprehensive_masked_std_cuda_int32 (__main__.TestDecompCUDA) ... ok (13.200s) 2022-11-23T03:45:03.4603068Z test_comprehensive_masked_std_cuda_int64 (__main__.TestDecompCUDA) ... ok (13.125s) 2022-11-23T03:45:03.4603264Z test_comprehensive_masked_std_cuda_int8 (__main__.TestDecompCUDA) ... ok (13.314s) 2022-11-23T03:45:03.4603451Z test_comprehensive_masked_std_cuda_uint8 (__main__.TestDecompCUDA) ... ok (13.191s) 2022-11-23T03:45:03.4603653Z test_comprehensive_masked_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.663s) 2022-11-23T03:45:03.4604600Z test_comprehensive_masked_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (1.036s) 2022-11-23T03:45:03.4604933Z test_comprehensive_masked_sum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.586s) 2022-11-23T03:45:03.4605255Z test_comprehensive_masked_sum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.713s) 2022-11-23T03:45:03.4605467Z test_comprehensive_masked_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.681s) 2022-11-23T03:45:03.4605667Z test_comprehensive_masked_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.155s) 2022-11-23T03:45:03.4605859Z test_comprehensive_masked_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.084s) 2022-11-23T03:45:03.4606057Z test_comprehensive_masked_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.998s) 2022-11-23T03:45:03.4606247Z test_comprehensive_masked_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.998s) 2022-11-23T03:45:03.4606425Z test_comprehensive_masked_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.001s) 2022-11-23T03:45:03.4606617Z test_comprehensive_masked_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.998s) 2022-11-23T03:45:03.4606809Z test_comprehensive_masked_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.025s) 2022-11-23T03:45:03.4607010Z test_comprehensive_masked_var_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (3.192s) 2022-11-23T03:45:03.4607316Z test_comprehensive_masked_var_cuda_complex128 (__main__.TestDecompCUDA) ... ok (23.191s) 2022-11-23T03:45:03.4607545Z test_comprehensive_masked_var_cuda_complex64 (__main__.TestDecompCUDA) ... ok (24.009s) 2022-11-23T03:45:03.4607742Z test_comprehensive_masked_var_cuda_float16 (__main__.TestDecompCUDA) ... ok (3.165s) 2022-11-23T03:45:03.4607942Z test_comprehensive_masked_var_cuda_float32 (__main__.TestDecompCUDA) ... ok (14.120s) 2022-11-23T03:45:03.4608137Z test_comprehensive_masked_var_cuda_float64 (__main__.TestDecompCUDA) ... ok (13.724s) 2022-11-23T03:45:03.4608341Z test_comprehensive_masked_var_cuda_int16 (__main__.TestDecompCUDA) ... ok (12.404s) 2022-11-23T03:45:03.4608534Z test_comprehensive_masked_var_cuda_int32 (__main__.TestDecompCUDA) ... ok (12.442s) 2022-11-23T03:45:03.4608724Z test_comprehensive_masked_var_cuda_int64 (__main__.TestDecompCUDA) ... ok (12.546s) 2022-11-23T03:45:03.4608926Z test_comprehensive_masked_var_cuda_int8 (__main__.TestDecompCUDA) ... ok (12.770s) 2022-11-23T03:45:03.4609120Z test_comprehensive_masked_var_cuda_uint8 (__main__.TestDecompCUDA) ... ok (12.434s) 2022-11-23T03:45:03.4609317Z test_comprehensive_matmul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.4609516Z test_comprehensive_matmul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (7.759s) 2022-11-23T03:45:03.4609718Z test_comprehensive_matmul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (7.874s) 2022-11-23T03:45:03.4609913Z test_comprehensive_matmul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:45:03.4610091Z test_comprehensive_matmul_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.341s) 2022-11-23T03:45:03.4610276Z test_comprehensive_matmul_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.468s) 2022-11-23T03:45:03.4610597Z test_comprehensive_matrix_exp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.4610821Z test_comprehensive_matrix_exp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.889s) 2022-11-23T03:45:03.4611029Z test_comprehensive_matrix_exp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.912s) 2022-11-23T03:45:03.4611329Z test_comprehensive_matrix_exp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.4611633Z test_comprehensive_matrix_exp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.443s) 2022-11-23T03:45:03.4611837Z test_comprehensive_matrix_exp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.428s) 2022-11-23T03:45:03.4612041Z test_comprehensive_max_binary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.620s) 2022-11-23T03:45:03.4612342Z test_comprehensive_max_binary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4612541Z test_comprehensive_max_binary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.620s) 2022-11-23T03:45:03.4612739Z test_comprehensive_max_binary_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.053s) 2022-11-23T03:45:03.4612934Z test_comprehensive_max_binary_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.962s) 2022-11-23T03:45:03.4613133Z test_comprehensive_max_binary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4613325Z test_comprehensive_max_binary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.4613513Z test_comprehensive_max_binary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4613709Z test_comprehensive_max_binary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:45:03.4613900Z test_comprehensive_max_binary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.4614148Z test_comprehensive_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (3.195s) 2022-11-23T03:45:03.4614373Z test_comprehensive_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestDecompCUDA) ... ok (3.192s) 2022-11-23T03:45:03.4614681Z test_comprehensive_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.536s) 2022-11-23T03:45:03.4614934Z test_comprehensive_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.410s) 2022-11-23T03:45:03.4615158Z test_comprehensive_max_reduction_no_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:45:03.4615371Z test_comprehensive_max_reduction_no_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4615591Z test_comprehensive_max_reduction_no_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.4615812Z test_comprehensive_max_reduction_no_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.4616028Z test_comprehensive_max_reduction_no_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.4616242Z test_comprehensive_max_reduction_no_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4616456Z test_comprehensive_max_reduction_no_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4616666Z test_comprehensive_max_reduction_no_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4617037Z test_comprehensive_max_reduction_no_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4617252Z test_comprehensive_max_reduction_no_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4617480Z test_comprehensive_max_reduction_with_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4617813Z test_comprehensive_max_reduction_with_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4618174Z test_comprehensive_max_reduction_with_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4618400Z test_comprehensive_max_reduction_with_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4618612Z test_comprehensive_max_reduction_with_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4618831Z test_comprehensive_max_reduction_with_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4619046Z test_comprehensive_max_reduction_with_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4619258Z test_comprehensive_max_reduction_with_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4619458Z test_comprehensive_max_reduction_with_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4619673Z test_comprehensive_max_reduction_with_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4619985Z test_comprehensive_maximum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.622s) 2022-11-23T03:45:03.4620181Z test_comprehensive_maximum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4620379Z test_comprehensive_maximum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.610s) 2022-11-23T03:45:03.4620577Z test_comprehensive_maximum_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.005s) 2022-11-23T03:45:03.4620765Z test_comprehensive_maximum_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.038s) 2022-11-23T03:45:03.4620959Z test_comprehensive_maximum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4621157Z test_comprehensive_maximum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.4621350Z test_comprehensive_maximum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.4621547Z test_comprehensive_maximum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:45:03.4621737Z test_comprehensive_maximum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4621931Z test_comprehensive_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-11-23T03:45:03.4622127Z test_comprehensive_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.710s) 2022-11-23T03:45:03.4622398Z test_comprehensive_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.712s) 2022-11-23T03:45:03.4622610Z test_comprehensive_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:45:03.4622803Z test_comprehensive_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.444s) 2022-11-23T03:45:03.4622993Z test_comprehensive_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.418s) 2022-11-23T03:45:03.4623190Z test_comprehensive_median_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-11-23T03:45:03.4623364Z test_comprehensive_median_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:45:03.4623561Z test_comprehensive_median_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:45:03.4623750Z test_comprehensive_median_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4623939Z test_comprehensive_median_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4624130Z test_comprehensive_median_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4624320Z test_comprehensive_median_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4624506Z test_comprehensive_median_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4624805Z test_comprehensive_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-11-23T03:45:03.4625093Z test_comprehensive_meshgrid_list_of_tensors_cuda_bool (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-11-23T03:45:03.4625397Z test_comprehensive_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-11-23T03:45:03.4625697Z test_comprehensive_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-11-23T03:45:03.4625993Z test_comprehensive_meshgrid_list_of_tensors_cuda_float16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-11-23T03:45:03.4626283Z test_comprehensive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-11-23T03:45:03.4626573Z test_comprehensive_meshgrid_list_of_tensors_cuda_float64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-11-23T03:45:03.4626850Z test_comprehensive_meshgrid_list_of_tensors_cuda_int16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-11-23T03:45:03.4627227Z test_comprehensive_meshgrid_list_of_tensors_cuda_int32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int32 not supported (0.002s) 2022-11-23T03:45:03.4627506Z test_comprehensive_meshgrid_list_of_tensors_cuda_int64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-11-23T03:45:03.4627790Z test_comprehensive_meshgrid_list_of_tensors_cuda_int8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-11-23T03:45:03.4628073Z test_comprehensive_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.uint8 not supported (0.003s) 2022-11-23T03:45:03.4628503Z test_comprehensive_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-11-23T03:45:03.4628794Z test_comprehensive_meshgrid_variadic_tensors_cuda_bool (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-11-23T03:45:03.4629199Z test_comprehensive_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-11-23T03:45:03.4629510Z test_comprehensive_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex64 not supported (0.006s) 2022-11-23T03:45:03.4629885Z test_comprehensive_meshgrid_variadic_tensors_cuda_float16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-11-23T03:45:03.4630333Z test_comprehensive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-11-23T03:45:03.4630632Z test_comprehensive_meshgrid_variadic_tensors_cuda_float64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-11-23T03:45:03.4630916Z test_comprehensive_meshgrid_variadic_tensors_cuda_int16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int16 not supported (0.000s) 2022-11-23T03:45:03.4631203Z test_comprehensive_meshgrid_variadic_tensors_cuda_int32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-11-23T03:45:03.4631483Z test_comprehensive_meshgrid_variadic_tensors_cuda_int64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-11-23T03:45:03.4631769Z test_comprehensive_meshgrid_variadic_tensors_cuda_int8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-11-23T03:45:03.4632031Z test_comprehensive_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.uint8 not supported (0.011s) 2022-11-23T03:45:03.4632238Z test_comprehensive_min_binary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.626s) 2022-11-23T03:45:03.4632440Z test_comprehensive_min_binary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.4632644Z test_comprehensive_min_binary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.642s) 2022-11-23T03:45:03.4632845Z test_comprehensive_min_binary_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.999s) 2022-11-23T03:45:03.4633045Z test_comprehensive_min_binary_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.072s) 2022-11-23T03:45:03.4633243Z test_comprehensive_min_binary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.4633436Z test_comprehensive_min_binary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4633624Z test_comprehensive_min_binary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.4633819Z test_comprehensive_min_binary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:45:03.4634009Z test_comprehensive_min_binary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4634230Z test_comprehensive_min_reduction_no_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:45:03.4634552Z test_comprehensive_min_reduction_no_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4634772Z test_comprehensive_min_reduction_no_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:45:03.4634990Z test_comprehensive_min_reduction_no_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:45:03.4635213Z test_comprehensive_min_reduction_no_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.4635425Z test_comprehensive_min_reduction_no_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4635637Z test_comprehensive_min_reduction_no_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4635848Z test_comprehensive_min_reduction_no_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4636058Z test_comprehensive_min_reduction_no_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4636254Z test_comprehensive_min_reduction_no_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4636478Z test_comprehensive_min_reduction_with_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4636694Z test_comprehensive_min_reduction_with_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4636991Z test_comprehensive_min_reduction_with_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4637227Z test_comprehensive_min_reduction_with_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4637439Z test_comprehensive_min_reduction_with_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.4637655Z test_comprehensive_min_reduction_with_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4637868Z test_comprehensive_min_reduction_with_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4638087Z test_comprehensive_min_reduction_with_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4638302Z test_comprehensive_min_reduction_with_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4638519Z test_comprehensive_min_reduction_with_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4638724Z test_comprehensive_minimum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.606s) 2022-11-23T03:45:03.4638919Z test_comprehensive_minimum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.4639120Z test_comprehensive_minimum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.613s) 2022-11-23T03:45:03.4639311Z test_comprehensive_minimum_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.128s) 2022-11-23T03:45:03.4639501Z test_comprehensive_minimum_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.942s) 2022-11-23T03:45:03.4639693Z test_comprehensive_minimum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-11-23T03:45:03.4639889Z test_comprehensive_minimum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.4640080Z test_comprehensive_minimum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.4640256Z test_comprehensive_minimum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.4640449Z test_comprehensive_minimum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:45:03.4640641Z test_comprehensive_mm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4640834Z test_comprehensive_mm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-11-23T03:45:03.4641023Z test_comprehensive_mm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:45:03.4641216Z test_comprehensive_mm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4641403Z test_comprehensive_mm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.4641689Z test_comprehensive_mm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4641881Z test_comprehensive_mode_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.4642071Z test_comprehensive_mode_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4642265Z test_comprehensive_mode_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4642459Z test_comprehensive_mode_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.4642650Z test_comprehensive_mode_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.4642839Z test_comprehensive_mode_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4643030Z test_comprehensive_mode_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4643217Z test_comprehensive_mode_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4643409Z test_comprehensive_mode_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4643590Z test_comprehensive_mode_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4643776Z test_comprehensive_movedim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4643966Z test_comprehensive_movedim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.4644611Z test_comprehensive_movedim_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:45:03.4644872Z test_comprehensive_movedim_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4645072Z test_comprehensive_movedim_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:45:03.4645272Z test_comprehensive_movedim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4645605Z test_comprehensive_movedim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.4645803Z test_comprehensive_movedim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.4645996Z test_comprehensive_movedim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4646293Z test_comprehensive_movedim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4646499Z test_comprehensive_movedim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4646797Z test_comprehensive_movedim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.4646997Z test_comprehensive_movedim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4647196Z test_comprehensive_msort_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4647386Z test_comprehensive_msort_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4647576Z test_comprehensive_msort_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4647770Z test_comprehensive_msort_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4647959Z test_comprehensive_msort_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4648131Z test_comprehensive_msort_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4648320Z test_comprehensive_msort_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4648511Z test_comprehensive_msort_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4648699Z test_comprehensive_msort_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4648891Z test_comprehensive_mul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.4649079Z test_comprehensive_mul_cuda_bool (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:45:03.4649275Z test_comprehensive_mul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.384s) 2022-11-23T03:45:03.4649467Z test_comprehensive_mul_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.576s) 2022-11-23T03:45:03.4649782Z test_comprehensive_mul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.347s) 2022-11-23T03:45:03.4649972Z test_comprehensive_mul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:45:03.4650160Z test_comprehensive_mul_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.689s) 2022-11-23T03:45:03.4650351Z test_comprehensive_mul_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.716s) 2022-11-23T03:45:03.4650535Z test_comprehensive_mul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.4650720Z test_comprehensive_mul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.4650900Z test_comprehensive_mul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.4651086Z test_comprehensive_mul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.4651272Z test_comprehensive_mul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:45:03.4651479Z test_comprehensive_multinomial_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4651669Z test_comprehensive_multinomial_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4651872Z test_comprehensive_multinomial_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4652062Z test_comprehensive_mv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4652331Z test_comprehensive_mv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-11-23T03:45:03.4652547Z test_comprehensive_mv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-11-23T03:45:03.4652733Z test_comprehensive_mv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4652920Z test_comprehensive_mv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.4653107Z test_comprehensive_mv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.4653334Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:45:03.4653558Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.661s) 2022-11-23T03:45:03.4653779Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.665s) 2022-11-23T03:45:03.4654001Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4654218Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4654435Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4654649Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.4654861Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.4655085Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:45:03.4655304Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.652s) 2022-11-23T03:45:03.4655521Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.621s) 2022-11-23T03:45:03.4655719Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.4655933Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4656147Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.4656359Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4656573Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.4656888Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:45:03.4657108Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.654s) 2022-11-23T03:45:03.4657325Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.633s) 2022-11-23T03:45:03.4657544Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4657757Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4657968Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4658180Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.4658389Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4658590Z test_comprehensive_nan_to_num_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4658790Z test_comprehensive_nan_to_num_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4658991Z test_comprehensive_nan_to_num_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.4659186Z test_comprehensive_nan_to_num_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:45:03.4659454Z test_comprehensive_nan_to_num_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:45:03.4659671Z test_comprehensive_nan_to_num_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4659863Z test_comprehensive_nan_to_num_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4660032Z test_comprehensive_nan_to_num_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4660226Z test_comprehensive_nan_to_num_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4660424Z test_comprehensive_nan_to_num_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4660617Z test_comprehensive_nanmean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.742s) 2022-11-23T03:45:03.4660810Z test_comprehensive_nanmean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.721s) 2022-11-23T03:45:03.4661001Z test_comprehensive_nanmean_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.687s) 2022-11-23T03:45:03.4661193Z test_comprehensive_nanmean_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.681s) 2022-11-23T03:45:03.4661393Z test_comprehensive_nanmedian_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.4661588Z test_comprehensive_nanmedian_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-11-23T03:45:03.4661783Z test_comprehensive_nanmedian_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.4661978Z test_comprehensive_nanmedian_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4662172Z test_comprehensive_nanmedian_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4662362Z test_comprehensive_nanmedian_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4662563Z test_comprehensive_nanmedian_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4662760Z test_comprehensive_nanmedian_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4662966Z test_comprehensive_nanquantile_cuda_float32 (__main__.TestDecompCUDA) ... ok (9.642s) 2022-11-23T03:45:03.4663169Z test_comprehensive_nanquantile_cuda_float64 (__main__.TestDecompCUDA) ... ok (9.178s) 2022-11-23T03:45:03.4663361Z test_comprehensive_nansum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.320s) 2022-11-23T03:45:03.4663550Z test_comprehensive_nansum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4663730Z test_comprehensive_nansum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.311s) 2022-11-23T03:45:03.4664018Z test_comprehensive_nansum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.829s) 2022-11-23T03:45:03.4664206Z test_comprehensive_nansum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.833s) 2022-11-23T03:45:03.4664400Z test_comprehensive_nansum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4664591Z test_comprehensive_nansum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4664786Z test_comprehensive_nansum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4664975Z test_comprehensive_nansum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4665164Z test_comprehensive_nansum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4665371Z test_comprehensive_narrow_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4665570Z test_comprehensive_narrow_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.4665784Z test_comprehensive_narrow_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.235s) 2022-11-23T03:45:03.4665993Z test_comprehensive_narrow_copy_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.233s) 2022-11-23T03:45:03.4666201Z test_comprehensive_narrow_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-11-23T03:45:03.4666404Z test_comprehensive_narrow_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4666681Z test_comprehensive_narrow_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-11-23T03:45:03.4666903Z test_comprehensive_narrow_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:45:03.4667102Z test_comprehensive_narrow_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:45:03.4667294Z test_comprehensive_narrow_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:45:03.4667468Z test_comprehensive_narrow_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:45:03.4667669Z test_comprehensive_narrow_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:45:03.4667860Z test_comprehensive_narrow_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:45:03.4668057Z test_comprehensive_narrow_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.4668250Z test_comprehensive_narrow_cuda_bool (__main__.TestDecompCUDA) ... ok (0.215s) 2022-11-23T03:45:03.4668454Z test_comprehensive_narrow_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.634s) 2022-11-23T03:45:03.4668653Z test_comprehensive_narrow_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.460s) 2022-11-23T03:45:03.4668848Z test_comprehensive_narrow_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.646s) 2022-11-23T03:45:03.4669044Z test_comprehensive_narrow_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4669234Z test_comprehensive_narrow_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.395s) 2022-11-23T03:45:03.4669434Z test_comprehensive_narrow_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.378s) 2022-11-23T03:45:03.4669625Z test_comprehensive_narrow_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:45:03.4669817Z test_comprehensive_narrow_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.221s) 2022-11-23T03:45:03.4670008Z test_comprehensive_narrow_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-11-23T03:45:03.4670202Z test_comprehensive_narrow_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:45:03.4670390Z test_comprehensive_narrow_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:45:03.4670607Z test_comprehensive_native_batch_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:45:03.4670819Z test_comprehensive_native_batch_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:45:03.4671030Z test_comprehensive_native_batch_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.656s) 2022-11-23T03:45:03.4671315Z test_comprehensive_native_batch_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.634s) 2022-11-23T03:45:03.4671547Z test_comprehensive_native_dropout_backward_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.4671775Z test_comprehensive_native_dropout_backward_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.4672000Z test_comprehensive_native_dropout_backward_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.120s) 2022-11-23T03:45:03.4672215Z test_comprehensive_native_dropout_backward_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.113s) 2022-11-23T03:45:03.4672432Z test_comprehensive_native_layer_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.4672645Z test_comprehensive_native_layer_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:45:03.4672853Z test_comprehensive_native_layer_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.255s) 2022-11-23T03:45:03.4673065Z test_comprehensive_native_layer_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.154s) 2022-11-23T03:45:03.4673257Z test_comprehensive_ne_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.148s) 2022-11-23T03:45:03.4673442Z test_comprehensive_ne_cuda_bool (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:45:03.4673708Z test_comprehensive_ne_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.445s) 2022-11-23T03:45:03.4673919Z test_comprehensive_ne_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.471s) 2022-11-23T03:45:03.4674109Z test_comprehensive_ne_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-11-23T03:45:03.4674298Z test_comprehensive_ne_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.275s) 2022-11-23T03:45:03.4674484Z test_comprehensive_ne_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.300s) 2022-11-23T03:45:03.4674668Z test_comprehensive_ne_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.4674855Z test_comprehensive_ne_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.4675037Z test_comprehensive_ne_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.4675206Z test_comprehensive_ne_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.4675391Z test_comprehensive_ne_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4675583Z test_comprehensive_neg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4675782Z test_comprehensive_neg_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-11-23T03:45:03.4675978Z test_comprehensive_neg_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-11-23T03:45:03.4676174Z test_comprehensive_neg_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.238s) 2022-11-23T03:45:03.4676364Z test_comprehensive_neg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4676556Z test_comprehensive_neg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:45:03.4676744Z test_comprehensive_neg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.4677075Z test_comprehensive_neg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.4677268Z test_comprehensive_neg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4677518Z test_comprehensive_neg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4677769Z test_comprehensive_neg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.4678070Z test_comprehensive_neg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4678456Z test_comprehensive_new_empty_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.bfloat16 not supported (0.000s) 2022-11-23T03:45:03.4678721Z test_comprehensive_new_empty_cuda_bool (__main__.TestDecompCUDA) ... skip: new_empty in torch.bool not supported (0.000s) 2022-11-23T03:45:03.4679113Z test_comprehensive_new_empty_cuda_complex128 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex128 not supported (0.010s) 2022-11-23T03:45:03.4679391Z test_comprehensive_new_empty_cuda_complex32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex32 not supported (0.000s) 2022-11-23T03:45:03.4679656Z test_comprehensive_new_empty_cuda_complex64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex64 not supported (0.000s) 2022-11-23T03:45:03.4679923Z test_comprehensive_new_empty_cuda_float16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float16 not supported (0.000s) 2022-11-23T03:45:03.4680179Z test_comprehensive_new_empty_cuda_float32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float32 not supported (0.000s) 2022-11-23T03:45:03.4680443Z test_comprehensive_new_empty_cuda_float64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float64 not supported (0.000s) 2022-11-23T03:45:03.4680706Z test_comprehensive_new_empty_cuda_int16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int16 not supported (0.000s) 2022-11-23T03:45:03.4680964Z test_comprehensive_new_empty_cuda_int32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int32 not supported (0.000s) 2022-11-23T03:45:03.4681215Z test_comprehensive_new_empty_cuda_int64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int64 not supported (0.010s) 2022-11-23T03:45:03.4681546Z test_comprehensive_new_empty_cuda_int8 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int8 not supported (0.000s) 2022-11-23T03:45:03.4681830Z test_comprehensive_new_empty_cuda_uint8 (__main__.TestDecompCUDA) ... skip: new_empty in torch.uint8 not supported (0.000s) 2022-11-23T03:45:03.4682117Z test_comprehensive_new_empty_strided_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.4682401Z test_comprehensive_new_empty_strided_cuda_bool (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.4682695Z test_comprehensive_new_empty_strided_cuda_complex128 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.4682987Z test_comprehensive_new_empty_strided_cuda_complex32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.4683282Z test_comprehensive_new_empty_strided_cuda_complex64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.4683568Z test_comprehensive_new_empty_strided_cuda_float16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.4683851Z test_comprehensive_new_empty_strided_cuda_float32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.010s) 2022-11-23T03:45:03.4684134Z test_comprehensive_new_empty_strided_cuda_float64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4684419Z test_comprehensive_new_empty_strided_cuda_int16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4684696Z test_comprehensive_new_empty_strided_cuda_int32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4684979Z test_comprehensive_new_empty_strided_cuda_int64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4685259Z test_comprehensive_new_empty_strided_cuda_int8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4685537Z test_comprehensive_new_empty_strided_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4685741Z test_comprehensive_new_full_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4686031Z test_comprehensive_new_full_cuda_bool (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4686238Z test_comprehensive_new_full_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.4686443Z test_comprehensive_new_full_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.4686646Z test_comprehensive_new_full_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.4686843Z test_comprehensive_new_full_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4687040Z test_comprehensive_new_full_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4687231Z test_comprehensive_new_full_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.4687409Z test_comprehensive_new_full_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.4687597Z test_comprehensive_new_full_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4687786Z test_comprehensive_new_full_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4687977Z test_comprehensive_new_full_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.4688170Z test_comprehensive_new_full_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4688437Z test_comprehensive_new_ones_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4688647Z test_comprehensive_new_ones_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4688850Z test_comprehensive_new_ones_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.4689052Z test_comprehensive_new_ones_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:45:03.4689253Z test_comprehensive_new_ones_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.4689451Z test_comprehensive_new_ones_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4689650Z test_comprehensive_new_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4689840Z test_comprehensive_new_ones_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4690083Z test_comprehensive_new_ones_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4690276Z test_comprehensive_new_ones_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4690467Z test_comprehensive_new_ones_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4690660Z test_comprehensive_new_ones_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4690851Z test_comprehensive_new_ones_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4691035Z test_comprehensive_new_zeros_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4691228Z test_comprehensive_new_zeros_cuda_bool (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4691437Z test_comprehensive_new_zeros_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.4691640Z test_comprehensive_new_zeros_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.4691843Z test_comprehensive_new_zeros_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:45:03.4692047Z test_comprehensive_new_zeros_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4692240Z test_comprehensive_new_zeros_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4692433Z test_comprehensive_new_zeros_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.4692628Z test_comprehensive_new_zeros_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4692817Z test_comprehensive_new_zeros_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4693002Z test_comprehensive_new_zeros_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4693308Z test_comprehensive_new_zeros_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4693497Z test_comprehensive_new_zeros_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4693700Z test_comprehensive_nextafter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4693903Z test_comprehensive_nextafter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-11-23T03:45:03.4694097Z test_comprehensive_nextafter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:45:03.4694378Z test_comprehensive_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Skipped (0.001s) 2022-11-23T03:45:03.4694651Z test_comprehensive_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestDecompCUDA) ... skip: Skipped (0.001s) 2022-11-23T03:45:03.4694914Z test_comprehensive_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipped (0.001s) 2022-11-23T03:45:03.4695190Z test_comprehensive_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipped (0.001s) 2022-11-23T03:45:03.4695436Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.4695738Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.4695997Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.580s) 2022-11-23T03:45:03.4696238Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.608s) 2022-11-23T03:45:03.4696479Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4696714Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.4696954Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.547s) 2022-11-23T03:45:03.4697183Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.551s) 2022-11-23T03:45:03.4697420Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.4697649Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.4697879Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.549s) 2022-11-23T03:45:03.4698106Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.531s) 2022-11-23T03:45:03.4698346Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.4698577Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.4698807Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.345s) 2022-11-23T03:45:03.4699031Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.325s) 2022-11-23T03:45:03.4699273Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.4699512Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4699742Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4699968Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4700300Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4700537Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4700774Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4701006Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4701239Z test_comprehensive_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.4701456Z test_comprehensive_nn_functional_alpha_dropout_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.4701691Z test_comprehensive_nn_functional_alpha_dropout_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:45:03.4701922Z test_comprehensive_nn_functional_alpha_dropout_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-11-23T03:45:03.4702154Z test_comprehensive_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4702378Z test_comprehensive_nn_functional_avg_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.4702595Z test_comprehensive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:45:03.4702881Z test_comprehensive_nn_functional_avg_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:45:03.4703121Z test_comprehensive_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4703349Z test_comprehensive_nn_functional_avg_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4703566Z test_comprehensive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4703784Z test_comprehensive_nn_functional_avg_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4704009Z test_comprehensive_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4704228Z test_comprehensive_nn_functional_avg_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4704454Z test_comprehensive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4704674Z test_comprehensive_nn_functional_avg_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4704900Z test_comprehensive_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.4705120Z test_comprehensive_nn_functional_batch_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:45:03.4705337Z test_comprehensive_nn_functional_batch_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (13.939s) 2022-11-23T03:45:03.4705568Z test_comprehensive_nn_functional_batch_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.728s) 2022-11-23T03:45:03.4705816Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:45:03.4706058Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.4706293Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.666s) 2022-11-23T03:45:03.4706524Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.644s) 2022-11-23T03:45:03.4706843Z test_comprehensive_nn_functional_bilinear_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.bilinear in torch.bfloat16 not supported (0.000s) 2022-11-23T03:45:03.4707070Z test_comprehensive_nn_functional_bilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:45:03.4707392Z test_comprehensive_nn_functional_bilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.034s) 2022-11-23T03:45:03.4707616Z test_comprehensive_nn_functional_bilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.023s) 2022-11-23T03:45:03.4707859Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.158s) 2022-11-23T03:45:03.4708102Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:45:03.4708345Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.154s) 2022-11-23T03:45:03.4708581Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.154s) 2022-11-23T03:45:03.4708839Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.509s) 2022-11-23T03:45:03.4709095Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.498s) 2022-11-23T03:45:03.4709351Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.593s) 2022-11-23T03:45:03.4709605Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.395s) 2022-11-23T03:45:03.4709892Z test_comprehensive_nn_functional_celu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4710129Z test_comprehensive_nn_functional_celu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4710343Z test_comprehensive_nn_functional_celu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.4710555Z test_comprehensive_nn_functional_celu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4710773Z test_comprehensive_nn_functional_conv1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.4711003Z test_comprehensive_nn_functional_conv1d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (39.790s) 2022-11-23T03:45:03.4711224Z test_comprehensive_nn_functional_conv1d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.740s) 2022-11-23T03:45:03.4711442Z test_comprehensive_nn_functional_conv1d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.349s) 2022-11-23T03:45:03.4711661Z test_comprehensive_nn_functional_conv1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.094s) 2022-11-23T03:45:03.4711878Z test_comprehensive_nn_functional_conv1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-11-23T03:45:03.4712080Z test_comprehensive_nn_functional_conv1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-11-23T03:45:03.4712298Z test_comprehensive_nn_functional_conv2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.4712526Z test_comprehensive_nn_functional_conv2d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (29.824s) 2022-11-23T03:45:03.4712751Z test_comprehensive_nn_functional_conv2d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (9.459s) 2022-11-23T03:45:03.4712976Z test_comprehensive_nn_functional_conv2d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (30.116s) 2022-11-23T03:45:03.4713189Z test_comprehensive_nn_functional_conv2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:45:03.4713406Z test_comprehensive_nn_functional_conv2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.294s) 2022-11-23T03:45:03.4713621Z test_comprehensive_nn_functional_conv2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.266s) 2022-11-23T03:45:03.4713861Z test_comprehensive_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.4714105Z test_comprehensive_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.372s) 2022-11-23T03:45:03.4714346Z test_comprehensive_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.597s) 2022-11-23T03:45:03.4714679Z test_comprehensive_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.486s) 2022-11-23T03:45:03.4714917Z test_comprehensive_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4715153Z test_comprehensive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4715393Z test_comprehensive_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:45:03.4715629Z test_comprehensive_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.4715869Z test_comprehensive_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (12.971s) 2022-11-23T03:45:03.4716108Z test_comprehensive_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (5.077s) 2022-11-23T03:45:03.4716353Z test_comprehensive_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (13.424s) 2022-11-23T03:45:03.4716587Z test_comprehensive_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.4716819Z test_comprehensive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.530s) 2022-11-23T03:45:03.4717114Z test_comprehensive_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.529s) 2022-11-23T03:45:03.4717370Z test_comprehensive_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4717593Z test_comprehensive_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (58.008s) 2022-11-23T03:45:03.4717832Z test_comprehensive_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (23.096s) 2022-11-23T03:45:03.4718071Z test_comprehensive_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (58.033s) 2022-11-23T03:45:03.4718306Z test_comprehensive_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:45:03.4718535Z test_comprehensive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.240s) 2022-11-23T03:45:03.4718764Z test_comprehensive_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.302s) 2022-11-23T03:45:03.4719007Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.509s) 2022-11-23T03:45:03.4719244Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestDecompCUDA) ... ok (0.596s) 2022-11-23T03:45:03.4719483Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.496s) 2022-11-23T03:45:03.4719723Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.333s) 2022-11-23T03:45:03.4719968Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.457s) 2022-11-23T03:45:03.4720204Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.584s) 2022-11-23T03:45:03.4720440Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.593s) 2022-11-23T03:45:03.4720671Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.618s) 2022-11-23T03:45:03.4720903Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.601s) 2022-11-23T03:45:03.4721139Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.582s) 2022-11-23T03:45:03.4721377Z test_comprehensive_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.644s) 2022-11-23T03:45:03.4722152Z test_comprehensive_nn_functional_cosine_similarity_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.611s) 2022-11-23T03:45:03.4722389Z test_comprehensive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.338s) 2022-11-23T03:45:03.4722617Z test_comprehensive_nn_functional_cosine_similarity_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.149s) 2022-11-23T03:45:03.4722857Z test_comprehensive_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.278s) 2022-11-23T03:45:03.4723086Z test_comprehensive_nn_functional_cross_entropy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.4723314Z test_comprehensive_nn_functional_cross_entropy_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.433s) 2022-11-23T03:45:03.4723526Z test_comprehensive_nn_functional_cross_entropy_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.366s) 2022-11-23T03:45:03.4723747Z test_comprehensive_nn_functional_ctc_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:45:03.4723972Z test_comprehensive_nn_functional_ctc_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:45:03.4724201Z test_comprehensive_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.4724424Z test_comprehensive_nn_functional_dropout2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4724727Z test_comprehensive_nn_functional_dropout2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.036s) 2022-11-23T03:45:03.4724965Z test_comprehensive_nn_functional_dropout2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.003s) 2022-11-23T03:45:03.4725193Z test_comprehensive_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.4725416Z test_comprehensive_nn_functional_dropout3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.4725631Z test_comprehensive_nn_functional_dropout3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.274s) 2022-11-23T03:45:03.4725846Z test_comprehensive_nn_functional_dropout3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.339s) 2022-11-23T03:45:03.4726168Z test_comprehensive_nn_functional_dropout_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.bfloat16 not supported (0.000s) 2022-11-23T03:45:03.4726496Z test_comprehensive_nn_functional_dropout_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.float16 not supported (0.000s) 2022-11-23T03:45:03.4726810Z test_comprehensive_nn_functional_dropout_cuda_float32 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.float32 not supported (0.000s) 2022-11-23T03:45:03.4727110Z test_comprehensive_nn_functional_dropout_cuda_float64 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.float64 not supported (0.000s) 2022-11-23T03:45:03.4727328Z test_comprehensive_nn_functional_elu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4727546Z test_comprehensive_nn_functional_elu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4727757Z test_comprehensive_nn_functional_elu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.4727964Z test_comprehensive_nn_functional_elu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.4728202Z test_comprehensive_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.4728432Z test_comprehensive_nn_functional_embedding_bag_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-11-23T03:45:03.4728663Z test_comprehensive_nn_functional_embedding_bag_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:45:03.4728894Z test_comprehensive_nn_functional_embedding_bag_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:45:03.4729122Z test_comprehensive_nn_functional_embedding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4729428Z test_comprehensive_nn_functional_embedding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4729653Z test_comprehensive_nn_functional_embedding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:45:03.4729870Z test_comprehensive_nn_functional_embedding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:45:03.4730136Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4730398Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4730659Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.088s) 2022-11-23T03:45:03.4730917Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.282s) 2022-11-23T03:45:03.4731186Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4731444Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4731783Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4732071Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4732334Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4732592Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4732853Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4733118Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4733376Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4733786Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4734056Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4734314Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4734727Z test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.4735196Z test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4735611Z test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4735861Z test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:45:03.4736100Z test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.4736342Z test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.4736578Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (15.932s) 2022-11-23T03:45:03.4736799Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (16.132s) 2022-11-23T03:45:03.4737121Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:45:03.4737567Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_float64 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:45:03.4737794Z test_comprehensive_nn_functional_gelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.4738011Z test_comprehensive_nn_functional_gelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.4738226Z test_comprehensive_nn_functional_gelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.473s) 2022-11-23T03:45:03.4738441Z test_comprehensive_nn_functional_gelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.490s) 2022-11-23T03:45:03.4738654Z test_comprehensive_nn_functional_glu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.4738869Z test_comprehensive_nn_functional_glu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4739080Z test_comprehensive_nn_functional_glu_cuda_float32 (__main__.TestDecompCUDA) ... ok (8.113s) 2022-11-23T03:45:03.4739286Z test_comprehensive_nn_functional_glu_cuda_float64 (__main__.TestDecompCUDA) ... ok (8.064s) 2022-11-23T03:45:03.4739516Z test_comprehensive_nn_functional_grid_sample_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.331s) 2022-11-23T03:45:03.4739808Z test_comprehensive_nn_functional_grid_sample_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.318s) 2022-11-23T03:45:03.4740058Z test_comprehensive_nn_functional_grid_sample_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.331s) 2022-11-23T03:45:03.4740281Z test_comprehensive_nn_functional_group_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.4740508Z test_comprehensive_nn_functional_group_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.4740728Z test_comprehensive_nn_functional_group_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.844s) 2022-11-23T03:45:03.4740943Z test_comprehensive_nn_functional_group_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.754s) 2022-11-23T03:45:03.4741173Z test_comprehensive_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4741404Z test_comprehensive_nn_functional_hardshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4741627Z test_comprehensive_nn_functional_hardshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:45:03.4741845Z test_comprehensive_nn_functional_hardshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:45:03.4742077Z test_comprehensive_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4742289Z test_comprehensive_nn_functional_hardsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4742510Z test_comprehensive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4742725Z test_comprehensive_nn_functional_hardsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.4742947Z test_comprehensive_nn_functional_hardswish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4743172Z test_comprehensive_nn_functional_hardswish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4743397Z test_comprehensive_nn_functional_hardswish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-11-23T03:45:03.4743616Z test_comprehensive_nn_functional_hardswish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:45:03.4743835Z test_comprehensive_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4744055Z test_comprehensive_nn_functional_hardtanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4744360Z test_comprehensive_nn_functional_hardtanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:45:03.4744583Z test_comprehensive_nn_functional_hardtanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:45:03.4744803Z test_comprehensive_nn_functional_hardtanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4745024Z test_comprehensive_nn_functional_hardtanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4745241Z test_comprehensive_nn_functional_hardtanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4745461Z test_comprehensive_nn_functional_hardtanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4745706Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.477s) 2022-11-23T03:45:03.4745946Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.503s) 2022-11-23T03:45:03.4746186Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.815s) 2022-11-23T03:45:03.4746424Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.650s) 2022-11-23T03:45:03.4746647Z test_comprehensive_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.4746944Z test_comprehensive_nn_functional_huber_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.4747179Z test_comprehensive_nn_functional_huber_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.822s) 2022-11-23T03:45:03.4747377Z test_comprehensive_nn_functional_huber_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.821s) 2022-11-23T03:45:03.4747609Z test_comprehensive_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.4747837Z test_comprehensive_nn_functional_instance_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.4748070Z test_comprehensive_nn_functional_instance_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.208s) 2022-11-23T03:45:03.4748299Z test_comprehensive_nn_functional_instance_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.129s) 2022-11-23T03:45:03.4748540Z test_comprehensive_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4748775Z test_comprehensive_nn_functional_interpolate_area_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.4749012Z test_comprehensive_nn_functional_interpolate_area_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.312s) 2022-11-23T03:45:03.4749246Z test_comprehensive_nn_functional_interpolate_area_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.297s) 2022-11-23T03:45:03.4749488Z test_comprehensive_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:45:03.4749734Z test_comprehensive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.513s) 2022-11-23T03:45:03.4749970Z test_comprehensive_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.480s) 2022-11-23T03:45:03.4750217Z test_comprehensive_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.042s) 2022-11-23T03:45:03.4750462Z test_comprehensive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (13.479s) 2022-11-23T03:45:03.4750707Z test_comprehensive_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (13.529s) 2022-11-23T03:45:03.4750947Z test_comprehensive_nn_functional_interpolate_linear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4751188Z test_comprehensive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4751518Z test_comprehensive_nn_functional_interpolate_linear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4751765Z test_comprehensive_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4752003Z test_comprehensive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4752248Z test_comprehensive_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4752486Z test_comprehensive_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4752729Z test_comprehensive_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4752956Z test_comprehensive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4753199Z test_comprehensive_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4753420Z test_comprehensive_nn_functional_kl_div_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.382s) 2022-11-23T03:45:03.4753639Z test_comprehensive_nn_functional_kl_div_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.391s) 2022-11-23T03:45:03.4753856Z test_comprehensive_nn_functional_kl_div_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.659s) 2022-11-23T03:45:03.4754142Z test_comprehensive_nn_functional_kl_div_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.552s) 2022-11-23T03:45:03.4754380Z test_comprehensive_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:45:03.4754605Z test_comprehensive_nn_functional_l1_loss_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.878s) 2022-11-23T03:45:03.4754826Z test_comprehensive_nn_functional_l1_loss_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.863s) 2022-11-23T03:45:03.4755039Z test_comprehensive_nn_functional_l1_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:45:03.4755261Z test_comprehensive_nn_functional_l1_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.546s) 2022-11-23T03:45:03.4755475Z test_comprehensive_nn_functional_l1_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.516s) 2022-11-23T03:45:03.4755699Z test_comprehensive_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.4755922Z test_comprehensive_nn_functional_layer_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4756139Z test_comprehensive_nn_functional_layer_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.496s) 2022-11-23T03:45:03.4756351Z test_comprehensive_nn_functional_layer_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.480s) 2022-11-23T03:45:03.4756580Z test_comprehensive_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4756808Z test_comprehensive_nn_functional_leaky_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.4757023Z test_comprehensive_nn_functional_leaky_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.528s) 2022-11-23T03:45:03.4757235Z test_comprehensive_nn_functional_leaky_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.526s) 2022-11-23T03:45:03.4757457Z test_comprehensive_nn_functional_linear_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:45:03.4757683Z test_comprehensive_nn_functional_linear_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.164s) 2022-11-23T03:45:03.4757890Z test_comprehensive_nn_functional_linear_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.162s) 2022-11-23T03:45:03.4758108Z test_comprehensive_nn_functional_linear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:45:03.4758326Z test_comprehensive_nn_functional_linear_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.263s) 2022-11-23T03:45:03.4758646Z test_comprehensive_nn_functional_linear_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.258s) 2022-11-23T03:45:03.4758891Z test_comprehensive_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.379s) 2022-11-23T03:45:03.4759132Z test_comprehensive_nn_functional_local_response_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.385s) 2022-11-23T03:45:03.4759371Z test_comprehensive_nn_functional_local_response_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.813s) 2022-11-23T03:45:03.4759605Z test_comprehensive_nn_functional_local_response_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.770s) 2022-11-23T03:45:03.4759836Z test_comprehensive_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4760062Z test_comprehensive_nn_functional_logsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4760281Z test_comprehensive_nn_functional_logsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.4760500Z test_comprehensive_nn_functional_logsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4760740Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.519s) 2022-11-23T03:45:03.4760974Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.507s) 2022-11-23T03:45:03.4761640Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.771s) 2022-11-23T03:45:03.4761932Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.687s) 2022-11-23T03:45:03.4762168Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.535s) 2022-11-23T03:45:03.4762404Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.631s) 2022-11-23T03:45:03.4762636Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.596s) 2022-11-23T03:45:03.4762871Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.585s) 2022-11-23T03:45:03.4763108Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.837s) 2022-11-23T03:45:03.4763335Z test_comprehensive_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (5.586s) 2022-11-23T03:45:03.4763543Z test_comprehensive_nn_functional_max_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (7.107s) 2022-11-23T03:45:03.4763763Z test_comprehensive_nn_functional_max_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (24.227s) 2022-11-23T03:45:03.4763990Z test_comprehensive_nn_functional_max_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (23.258s) 2022-11-23T03:45:03.4764209Z test_comprehensive_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.573s) 2022-11-23T03:45:03.4764436Z test_comprehensive_nn_functional_max_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.578s) 2022-11-23T03:45:03.4764653Z test_comprehensive_nn_functional_max_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.273s) 2022-11-23T03:45:03.4764866Z test_comprehensive_nn_functional_max_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.267s) 2022-11-23T03:45:03.4765097Z test_comprehensive_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.700s) 2022-11-23T03:45:03.4765321Z test_comprehensive_nn_functional_max_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.702s) 2022-11-23T03:45:03.4765537Z test_comprehensive_nn_functional_max_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.571s) 2022-11-23T03:45:03.4765760Z test_comprehensive_nn_functional_max_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.587s) 2022-11-23T03:45:03.4765988Z test_comprehensive_nn_functional_max_unpool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.599s) 2022-11-23T03:45:03.4766318Z test_comprehensive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.614s) 2022-11-23T03:45:03.4766547Z test_comprehensive_nn_functional_max_unpool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.500s) 2022-11-23T03:45:03.4766784Z test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.4767023Z test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.513s) 2022-11-23T03:45:03.4767255Z test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.748s) 2022-11-23T03:45:03.4767485Z test_comprehensive_nn_functional_max_unpool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.227s) 2022-11-23T03:45:03.4767712Z test_comprehensive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (13.274s) 2022-11-23T03:45:03.4767946Z test_comprehensive_nn_functional_max_unpool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (13.103s) 2022-11-23T03:45:03.4768175Z test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:45:03.4768406Z test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.758s) 2022-11-23T03:45:03.4768696Z test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.774s) 2022-11-23T03:45:03.4768946Z test_comprehensive_nn_functional_max_unpool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.058s) 2022-11-23T03:45:03.4769174Z test_comprehensive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (10.393s) 2022-11-23T03:45:03.4769400Z test_comprehensive_nn_functional_max_unpool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (10.434s) 2022-11-23T03:45:03.4769629Z test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:45:03.4769871Z test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.719s) 2022-11-23T03:45:03.4770103Z test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.002s) 2022-11-23T03:45:03.4770322Z test_comprehensive_nn_functional_mish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4770542Z test_comprehensive_nn_functional_mish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4770757Z test_comprehensive_nn_functional_mish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4770969Z test_comprehensive_nn_functional_mish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4771188Z test_comprehensive_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4771409Z test_comprehensive_nn_functional_mse_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.4771622Z test_comprehensive_nn_functional_mse_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.364s) 2022-11-23T03:45:03.4771832Z test_comprehensive_nn_functional_mse_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.341s) 2022-11-23T03:45:03.4772070Z test_comprehensive_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4772305Z test_comprehensive_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4772536Z test_comprehensive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4772763Z test_comprehensive_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4773008Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4773348Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4773593Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4773836Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4774076Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.148s) 2022-11-23T03:45:03.4774326Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.4774567Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.874s) 2022-11-23T03:45:03.4774802Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.822s) 2022-11-23T03:45:03.4775028Z test_comprehensive_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-11-23T03:45:03.4775250Z test_comprehensive_nn_functional_nll_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-11-23T03:45:03.4775468Z test_comprehensive_nn_functional_nll_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.665s) 2022-11-23T03:45:03.4775752Z test_comprehensive_nn_functional_nll_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.590s) 2022-11-23T03:45:03.4775998Z test_comprehensive_nn_functional_normalize_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.308s) 2022-11-23T03:45:03.4776227Z test_comprehensive_nn_functional_normalize_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.354s) 2022-11-23T03:45:03.4776458Z test_comprehensive_nn_functional_normalize_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.496s) 2022-11-23T03:45:03.4776680Z test_comprehensive_nn_functional_normalize_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.280s) 2022-11-23T03:45:03.4776900Z test_comprehensive_nn_functional_normalize_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.038s) 2022-11-23T03:45:03.4777112Z test_comprehensive_nn_functional_normalize_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.007s) 2022-11-23T03:45:03.4777328Z test_comprehensive_nn_functional_one_hot_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.328s) 2022-11-23T03:45:03.4777637Z test_comprehensive_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4777935Z test_comprehensive_nn_functional_pad_circular_cuda_bool (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4778240Z test_comprehensive_nn_functional_pad_circular_cuda_complex128 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4778543Z test_comprehensive_nn_functional_pad_circular_cuda_complex64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4778848Z test_comprehensive_nn_functional_pad_circular_cuda_float16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4779147Z test_comprehensive_nn_functional_pad_circular_cuda_float32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4779438Z test_comprehensive_nn_functional_pad_circular_cuda_float64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4779731Z test_comprehensive_nn_functional_pad_circular_cuda_int16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.4780017Z test_comprehensive_nn_functional_pad_circular_cuda_int32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.4780398Z test_comprehensive_nn_functional_pad_circular_cuda_int64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.4780695Z test_comprehensive_nn_functional_pad_circular_cuda_int8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:45:03.4780990Z test_comprehensive_nn_functional_pad_circular_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.4781220Z test_comprehensive_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-11-23T03:45:03.4781447Z test_comprehensive_nn_functional_pad_constant_cuda_bool (__main__.TestDecompCUDA) ... ok (0.497s) 2022-11-23T03:45:03.4781668Z test_comprehensive_nn_functional_pad_constant_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.222s) 2022-11-23T03:45:03.4781904Z test_comprehensive_nn_functional_pad_constant_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.296s) 2022-11-23T03:45:03.4782138Z test_comprehensive_nn_functional_pad_constant_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.156s) 2022-11-23T03:45:03.4782368Z test_comprehensive_nn_functional_pad_constant_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.953s) 2022-11-23T03:45:03.4782592Z test_comprehensive_nn_functional_pad_constant_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.893s) 2022-11-23T03:45:03.4782892Z test_comprehensive_nn_functional_pad_constant_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.491s) 2022-11-23T03:45:03.4783129Z test_comprehensive_nn_functional_pad_constant_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.511s) 2022-11-23T03:45:03.4783344Z test_comprehensive_nn_functional_pad_constant_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.490s) 2022-11-23T03:45:03.4783566Z test_comprehensive_nn_functional_pad_constant_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.546s) 2022-11-23T03:45:03.4783792Z test_comprehensive_nn_functional_pad_constant_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.490s) 2022-11-23T03:45:03.4784022Z test_comprehensive_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4784254Z test_comprehensive_nn_functional_pad_reflect_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4784485Z test_comprehensive_nn_functional_pad_reflect_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4784713Z test_comprehensive_nn_functional_pad_reflect_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4784939Z test_comprehensive_nn_functional_pad_reflect_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4785158Z test_comprehensive_nn_functional_pad_reflect_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4785398Z test_comprehensive_nn_functional_pad_replicate_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4785638Z test_comprehensive_nn_functional_pad_replicate_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4785869Z test_comprehensive_nn_functional_pad_replicate_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4786094Z test_comprehensive_nn_functional_pad_replicate_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4786324Z test_comprehensive_nn_functional_pad_replicate_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4786565Z test_comprehensive_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:45:03.4786796Z test_comprehensive_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.574s) 2022-11-23T03:45:03.4787039Z test_comprehensive_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.594s) 2022-11-23T03:45:03.4787278Z test_comprehensive_nn_functional_pairwise_distance_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:45:03.4787610Z test_comprehensive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.421s) 2022-11-23T03:45:03.4787842Z test_comprehensive_nn_functional_pairwise_distance_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.407s) 2022-11-23T03:45:03.4788074Z test_comprehensive_nn_functional_pairwise_distance_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:45:03.4788312Z test_comprehensive_nn_functional_pairwise_distance_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:45:03.4788537Z test_comprehensive_nn_functional_pairwise_distance_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:45:03.4788770Z test_comprehensive_nn_functional_pairwise_distance_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:45:03.4789005Z test_comprehensive_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-11-23T03:45:03.4789225Z test_comprehensive_nn_functional_pdist_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4789444Z test_comprehensive_nn_functional_pdist_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4789677Z test_comprehensive_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4790034Z test_comprehensive_nn_functional_pixel_shuffle_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4790295Z test_comprehensive_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4790529Z test_comprehensive_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4790757Z test_comprehensive_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4790979Z test_comprehensive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4791213Z test_comprehensive_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4791438Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4791659Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4791876Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4792085Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4792310Z test_comprehensive_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4792544Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4792772Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4793016Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4793254Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4793485Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4805299Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4805568Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4805811Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4806044Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4806456Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4806690Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4806925Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4807171Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.701s) 2022-11-23T03:45:03.4807412Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.664s) 2022-11-23T03:45:03.4807650Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (32.280s) 2022-11-23T03:45:03.4807887Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (31.822s) 2022-11-23T03:45:03.4808121Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (11.170s) 2022-11-23T03:45:03.4808355Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (10.968s) 2022-11-23T03:45:03.4808579Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (11.025s) 2022-11-23T03:45:03.4808811Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (10.933s) 2022-11-23T03:45:03.4809130Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (10.926s) 2022-11-23T03:45:03.4809374Z test_comprehensive_nn_functional_prelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:45:03.4809599Z test_comprehensive_nn_functional_prelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.983s) 2022-11-23T03:45:03.4809821Z test_comprehensive_nn_functional_prelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.920s) 2022-11-23T03:45:03.4810134Z test_comprehensive_nn_functional_relu6_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.002s) 2022-11-23T03:45:03.4810445Z test_comprehensive_nn_functional_relu6_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float16 not supported (0.001s) 2022-11-23T03:45:03.4810741Z test_comprehensive_nn_functional_relu6_cuda_float32 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float32 not supported (0.002s) 2022-11-23T03:45:03.4811043Z test_comprehensive_nn_functional_relu6_cuda_float64 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float64 not supported (0.000s) 2022-11-23T03:45:03.4811318Z test_comprehensive_nn_functional_relu6_cuda_int16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int16 not supported (0.003s) 2022-11-23T03:45:03.4811614Z test_comprehensive_nn_functional_relu6_cuda_int32 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int32 not supported (0.000s) 2022-11-23T03:45:03.4811911Z test_comprehensive_nn_functional_relu6_cuda_int64 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int64 not supported (0.000s) 2022-11-23T03:45:03.4812205Z test_comprehensive_nn_functional_relu6_cuda_int8 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int8 not supported (0.000s) 2022-11-23T03:45:03.4812499Z test_comprehensive_nn_functional_relu6_cuda_uint8 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.000s) 2022-11-23T03:45:03.4812719Z test_comprehensive_nn_functional_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4812935Z test_comprehensive_nn_functional_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4813152Z test_comprehensive_nn_functional_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.4813365Z test_comprehensive_nn_functional_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4813673Z test_comprehensive_nn_functional_relu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.4813887Z test_comprehensive_nn_functional_relu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4814094Z test_comprehensive_nn_functional_relu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.4814308Z test_comprehensive_nn_functional_relu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4814522Z test_comprehensive_nn_functional_relu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.4814744Z test_comprehensive_nn_functional_rrelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4814963Z test_comprehensive_nn_functional_rrelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4815180Z test_comprehensive_nn_functional_rrelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4815400Z test_comprehensive_nn_functional_rrelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.4815614Z test_comprehensive_nn_functional_selu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4815828Z test_comprehensive_nn_functional_selu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4816043Z test_comprehensive_nn_functional_selu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4816337Z test_comprehensive_nn_functional_selu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.4816572Z test_comprehensive_nn_functional_silu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4816767Z test_comprehensive_nn_functional_silu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4816977Z test_comprehensive_nn_functional_silu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.4817195Z test_comprehensive_nn_functional_silu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.4817431Z test_comprehensive_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4817660Z test_comprehensive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4817894Z test_comprehensive_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4818136Z test_comprehensive_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4818372Z test_comprehensive_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.4818599Z test_comprehensive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.233s) 2022-11-23T03:45:03.4818832Z test_comprehensive_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:45:03.4819058Z test_comprehensive_nn_functional_softmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.4819277Z test_comprehensive_nn_functional_softmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.4819498Z test_comprehensive_nn_functional_softmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.425s) 2022-11-23T03:45:03.4819725Z test_comprehensive_nn_functional_softmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.428s) 2022-11-23T03:45:03.4819966Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4820212Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.739s) 2022-11-23T03:45:03.4820456Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.725s) 2022-11-23T03:45:03.4820694Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4821026Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.589s) 2022-11-23T03:45:03.4821270Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.434s) 2022-11-23T03:45:03.4821508Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-11-23T03:45:03.4821746Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.276s) 2022-11-23T03:45:03.4821957Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:45:03.4822192Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:45:03.4822422Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-11-23T03:45:03.4822654Z test_comprehensive_nn_functional_softplus_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4822879Z test_comprehensive_nn_functional_softplus_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4823097Z test_comprehensive_nn_functional_softplus_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4823389Z test_comprehensive_nn_functional_softplus_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.4823639Z test_comprehensive_nn_functional_softshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4823869Z test_comprehensive_nn_functional_softshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4824092Z test_comprehensive_nn_functional_softshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:45:03.4824310Z test_comprehensive_nn_functional_softshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-11-23T03:45:03.4824541Z test_comprehensive_nn_functional_softsign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.4824760Z test_comprehensive_nn_functional_softsign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4824992Z test_comprehensive_nn_functional_softsign_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.338s) 2022-11-23T03:45:03.4825224Z test_comprehensive_nn_functional_softsign_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.347s) 2022-11-23T03:45:03.4825446Z test_comprehensive_nn_functional_softsign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.4825666Z test_comprehensive_nn_functional_softsign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-11-23T03:45:03.4825883Z test_comprehensive_nn_functional_softsign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.4826103Z test_comprehensive_nn_functional_softsign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.4826326Z test_comprehensive_nn_functional_softsign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4826548Z test_comprehensive_nn_functional_softsign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.4826750Z test_comprehensive_nn_functional_softsign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4826970Z test_comprehensive_nn_functional_softsign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.4827204Z test_comprehensive_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.4827441Z test_comprehensive_nn_functional_tanhshrink_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.846s) 2022-11-23T03:45:03.4827675Z test_comprehensive_nn_functional_tanhshrink_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.636s) 2022-11-23T03:45:03.4827901Z test_comprehensive_nn_functional_tanhshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4828215Z test_comprehensive_nn_functional_tanhshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:45:03.4828434Z test_comprehensive_nn_functional_tanhshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-11-23T03:45:03.4828657Z test_comprehensive_nn_functional_tanhshrink_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.4828877Z test_comprehensive_nn_functional_tanhshrink_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.4829101Z test_comprehensive_nn_functional_tanhshrink_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4829327Z test_comprehensive_nn_functional_tanhshrink_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.4829551Z test_comprehensive_nn_functional_tanhshrink_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4829780Z test_comprehensive_nn_functional_threshold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4830007Z test_comprehensive_nn_functional_threshold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4830233Z test_comprehensive_nn_functional_threshold_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:45:03.4830452Z test_comprehensive_nn_functional_threshold_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:45:03.4830741Z test_comprehensive_nn_functional_threshold_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4830983Z test_comprehensive_nn_functional_threshold_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.4831204Z test_comprehensive_nn_functional_threshold_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.4831426Z test_comprehensive_nn_functional_threshold_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.4831646Z test_comprehensive_nn_functional_threshold_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.4831878Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.377s) 2022-11-23T03:45:03.4832126Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.298s) 2022-11-23T03:45:03.4832370Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.264s) 2022-11-23T03:45:03.4832615Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.370s) 2022-11-23T03:45:03.4832853Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.188s) 2022-11-23T03:45:03.4833088Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.155s) 2022-11-23T03:45:03.4833323Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.763s) 2022-11-23T03:45:03.4833563Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.690s) 2022-11-23T03:45:03.4833799Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.709s) 2022-11-23T03:45:03.4834034Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.703s) 2022-11-23T03:45:03.4834268Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.689s) 2022-11-23T03:45:03.4834531Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.401s) 2022-11-23T03:45:03.4834796Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.287s) 2022-11-23T03:45:03.4835061Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.264s) 2022-11-23T03:45:03.4835629Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.375s) 2022-11-23T03:45:03.4835894Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.187s) 2022-11-23T03:45:03.4836287Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.159s) 2022-11-23T03:45:03.4836682Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.736s) 2022-11-23T03:45:03.4836945Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.704s) 2022-11-23T03:45:03.4837205Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.750s) 2022-11-23T03:45:03.4837461Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.691s) 2022-11-23T03:45:03.4837715Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.704s) 2022-11-23T03:45:03.4837942Z test_comprehensive_nn_functional_unfold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.791s) 2022-11-23T03:45:03.4838174Z test_comprehensive_nn_functional_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (33.255s) 2022-11-23T03:45:03.4838488Z test_comprehensive_nn_functional_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (33.486s) 2022-11-23T03:45:03.4838712Z test_comprehensive_nn_functional_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.785s) 2022-11-23T03:45:03.4838936Z test_comprehensive_nn_functional_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (19.646s) 2022-11-23T03:45:03.4839153Z test_comprehensive_nn_functional_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (19.435s) 2022-11-23T03:45:03.4839393Z test_comprehensive_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.340s) 2022-11-23T03:45:03.4839637Z test_comprehensive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.282s) 2022-11-23T03:45:03.4839877Z test_comprehensive_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.182s) 2022-11-23T03:45:03.4840119Z test_comprehensive_nn_functional_upsample_nearest_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4840357Z test_comprehensive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4840589Z test_comprehensive_nn_functional_upsample_nearest_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4840826Z test_comprehensive_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4841030Z test_comprehensive_nonzero_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:45:03.4841232Z test_comprehensive_nonzero_cuda_bool (__main__.TestDecompCUDA) ... ok (0.161s) 2022-11-23T03:45:03.4841440Z test_comprehensive_nonzero_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:45:03.4841649Z test_comprehensive_nonzero_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-11-23T03:45:03.4841971Z test_comprehensive_nonzero_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.285s) 2022-11-23T03:45:03.4842167Z test_comprehensive_nonzero_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:45:03.4842363Z test_comprehensive_nonzero_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:45:03.4842676Z test_comprehensive_nonzero_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-11-23T03:45:03.4843002Z test_comprehensive_nonzero_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:45:03.4843205Z test_comprehensive_nonzero_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:45:03.4843487Z test_comprehensive_nonzero_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.238s) 2022-11-23T03:45:03.4843683Z test_comprehensive_nonzero_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:45:03.4843878Z test_comprehensive_nonzero_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:45:03.4844146Z test_comprehensive_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: norm in torch.bfloat16 not supported (0.002s) 2022-11-23T03:45:03.4844418Z test_comprehensive_norm_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.002s) 2022-11-23T03:45:03.4844684Z test_comprehensive_norm_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.002s) 2022-11-23T03:45:03.4844938Z test_comprehensive_norm_cuda_float16 (__main__.TestDecompCUDA) ... skip: norm in torch.float16 not supported (0.002s) 2022-11-23T03:45:03.4845191Z test_comprehensive_norm_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T03:45:03.4845445Z test_comprehensive_norm_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T03:45:03.4845707Z test_comprehensive_norm_fro_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: norm in torch.bfloat16 not supported (0.001s) 2022-11-23T03:45:03.4846049Z test_comprehensive_norm_fro_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.002s) 2022-11-23T03:45:03.4846343Z test_comprehensive_norm_fro_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T03:45:03.4846602Z test_comprehensive_norm_fro_cuda_float16 (__main__.TestDecompCUDA) ... skip: norm in torch.float16 not supported (0.003s) 2022-11-23T03:45:03.4846860Z test_comprehensive_norm_fro_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.000s) 2022-11-23T03:45:03.4847123Z test_comprehensive_norm_fro_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.000s) 2022-11-23T03:45:03.4847386Z test_comprehensive_norm_inf_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: norm in torch.bfloat16 not supported (0.000s) 2022-11-23T03:45:03.4847656Z test_comprehensive_norm_inf_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.006s) 2022-11-23T03:45:03.4847925Z test_comprehensive_norm_inf_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T03:45:03.4848324Z test_comprehensive_norm_inf_cuda_float16 (__main__.TestDecompCUDA) ... skip: norm in torch.float16 not supported (0.000s) 2022-11-23T03:45:03.4848592Z test_comprehensive_norm_inf_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.000s) 2022-11-23T03:45:03.4848948Z test_comprehensive_norm_inf_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.000s) 2022-11-23T03:45:03.4849337Z test_comprehensive_norm_nuc_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.000s) 2022-11-23T03:45:03.4849610Z test_comprehensive_norm_nuc_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T03:45:03.4849872Z test_comprehensive_norm_nuc_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.000s) 2022-11-23T03:45:03.4850129Z test_comprehensive_norm_nuc_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.011s) 2022-11-23T03:45:03.4850333Z test_comprehensive_normal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4850532Z test_comprehensive_normal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4850707Z test_comprehensive_normal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4851460Z test_comprehensive_normal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4851686Z test_comprehensive_normal_number_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4851904Z test_comprehensive_normal_number_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4852119Z test_comprehensive_normal_number_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4852336Z test_comprehensive_normal_number_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4852534Z test_comprehensive_ones_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4852726Z test_comprehensive_ones_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4852927Z test_comprehensive_ones_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4853125Z test_comprehensive_ones_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4853318Z test_comprehensive_ones_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4853512Z test_comprehensive_ones_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4853705Z test_comprehensive_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4853898Z test_comprehensive_ones_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4854178Z test_comprehensive_ones_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4854396Z test_comprehensive_ones_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4854759Z test_comprehensive_ones_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4854951Z test_comprehensive_ones_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4855120Z test_comprehensive_ones_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4855441Z test_comprehensive_ones_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4855647Z test_comprehensive_ones_like_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4855853Z test_comprehensive_ones_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4856164Z test_comprehensive_ones_like_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4856384Z test_comprehensive_ones_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4856586Z test_comprehensive_ones_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4856786Z test_comprehensive_ones_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4856977Z test_comprehensive_ones_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4857171Z test_comprehensive_ones_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4857370Z test_comprehensive_ones_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4857561Z test_comprehensive_ones_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4857755Z test_comprehensive_ones_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4857948Z test_comprehensive_ones_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4858251Z test_comprehensive_ormqr_cuda_complex128 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:45:03.4858542Z test_comprehensive_ormqr_cuda_complex64 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.001s) 2022-11-23T03:45:03.4858741Z test_comprehensive_ormqr_cuda_float32 (__main__.TestDecompCUDA) ... ok (56.862s) 2022-11-23T03:45:03.4858934Z test_comprehensive_ormqr_cuda_float64 (__main__.TestDecompCUDA) ... ok (55.233s) 2022-11-23T03:45:03.4859241Z test_comprehensive_outer_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4859416Z test_comprehensive_outer_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4859622Z test_comprehensive_outer_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:45:03.4859826Z test_comprehensive_outer_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.4860026Z test_comprehensive_outer_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4860222Z test_comprehensive_outer_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-11-23T03:45:03.4860418Z test_comprehensive_outer_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:45:03.4860609Z test_comprehensive_outer_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4860799Z test_comprehensive_outer_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4860993Z test_comprehensive_outer_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4861184Z test_comprehensive_outer_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4861479Z test_comprehensive_outer_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4861741Z test_comprehensive_pca_lowrank_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (2.050s) 2022-11-23T03:45:03.4862051Z test_comprehensive_pca_lowrank_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (1.933s) 2022-11-23T03:45:03.4862412Z test_comprehensive_permute_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4862742Z test_comprehensive_permute_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4862958Z test_comprehensive_permute_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:45:03.4863166Z test_comprehensive_permute_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.4863369Z test_comprehensive_permute_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:45:03.4863569Z test_comprehensive_permute_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4863747Z test_comprehensive_permute_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-11-23T03:45:03.4863952Z test_comprehensive_permute_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:45:03.4864147Z test_comprehensive_permute_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4864343Z test_comprehensive_permute_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4864539Z test_comprehensive_permute_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4864733Z test_comprehensive_permute_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4864925Z test_comprehensive_permute_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4865137Z test_comprehensive_pinverse_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.621s) 2022-11-23T03:45:03.4865343Z test_comprehensive_pinverse_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.757s) 2022-11-23T03:45:03.4865544Z test_comprehensive_pinverse_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.661s) 2022-11-23T03:45:03.4865742Z test_comprehensive_pinverse_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.642s) 2022-11-23T03:45:03.4865934Z test_comprehensive_polar_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.137s) 2022-11-23T03:45:03.4866130Z test_comprehensive_polar_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.767s) 2022-11-23T03:45:03.4866354Z test_comprehensive_polygamma_polygamma_n_0_cuda_bool (__main__.TestDecompCUDA) ... ok (1.582s) 2022-11-23T03:45:03.4866585Z test_comprehensive_polygamma_polygamma_n_0_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.598s) 2022-11-23T03:45:03.4866805Z test_comprehensive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.729s) 2022-11-23T03:45:03.4867127Z test_comprehensive_polygamma_polygamma_n_0_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.938s) 2022-11-23T03:45:03.4867349Z test_comprehensive_polygamma_polygamma_n_0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4867573Z test_comprehensive_polygamma_polygamma_n_0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4867781Z test_comprehensive_polygamma_polygamma_n_0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4868128Z test_comprehensive_polygamma_polygamma_n_0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4868366Z test_comprehensive_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4868588Z test_comprehensive_polygamma_polygamma_n_1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4868907Z test_comprehensive_polygamma_polygamma_n_1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.4869251Z test_comprehensive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.4869476Z test_comprehensive_polygamma_polygamma_n_1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:45:03.4869695Z test_comprehensive_polygamma_polygamma_n_1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4869994Z test_comprehensive_polygamma_polygamma_n_1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4870231Z test_comprehensive_polygamma_polygamma_n_1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4870450Z test_comprehensive_polygamma_polygamma_n_1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4870667Z test_comprehensive_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4870888Z test_comprehensive_polygamma_polygamma_n_2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4871124Z test_comprehensive_polygamma_polygamma_n_2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.4871343Z test_comprehensive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:45:03.4871557Z test_comprehensive_polygamma_polygamma_n_2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.4871773Z test_comprehensive_polygamma_polygamma_n_2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4871987Z test_comprehensive_polygamma_polygamma_n_2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4872205Z test_comprehensive_polygamma_polygamma_n_2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4872423Z test_comprehensive_polygamma_polygamma_n_2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4872638Z test_comprehensive_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4872841Z test_comprehensive_polygamma_polygamma_n_3_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4873063Z test_comprehensive_polygamma_polygamma_n_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4873282Z test_comprehensive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:45:03.4873499Z test_comprehensive_polygamma_polygamma_n_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:45:03.4873714Z test_comprehensive_polygamma_polygamma_n_3_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4873927Z test_comprehensive_polygamma_polygamma_n_3_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4874145Z test_comprehensive_polygamma_polygamma_n_3_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4874458Z test_comprehensive_polygamma_polygamma_n_3_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4874802Z test_comprehensive_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4875029Z test_comprehensive_polygamma_polygamma_n_4_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4875254Z test_comprehensive_polygamma_polygamma_n_4_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.4875598Z test_comprehensive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:45:03.4875946Z test_comprehensive_polygamma_polygamma_n_4_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.4876170Z test_comprehensive_polygamma_polygamma_n_4_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4876386Z test_comprehensive_polygamma_polygamma_n_4_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4876609Z test_comprehensive_polygamma_polygamma_n_4_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4876831Z test_comprehensive_polygamma_polygamma_n_4_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4877044Z test_comprehensive_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4877249Z test_comprehensive_positive_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4877538Z test_comprehensive_positive_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4877767Z test_comprehensive_positive_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4877956Z test_comprehensive_positive_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4878159Z test_comprehensive_positive_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4878364Z test_comprehensive_positive_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4878562Z test_comprehensive_positive_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4878761Z test_comprehensive_positive_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4878951Z test_comprehensive_positive_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4879141Z test_comprehensive_positive_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4879336Z test_comprehensive_positive_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4879536Z test_comprehensive_positive_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4879731Z test_comprehensive_pow_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.464s) 2022-11-23T03:45:03.4879928Z test_comprehensive_pow_cuda_complex128 (__main__.TestDecompCUDA) ... ok (9.731s) 2022-11-23T03:45:03.4880125Z test_comprehensive_pow_cuda_complex32 (__main__.TestDecompCUDA) ... ok (2.388s) 2022-11-23T03:45:03.4880322Z test_comprehensive_pow_cuda_complex64 (__main__.TestDecompCUDA) ... ok (9.808s) 2022-11-23T03:45:03.4880513Z test_comprehensive_pow_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.486s) 2022-11-23T03:45:03.4880706Z test_comprehensive_pow_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.164s) 2022-11-23T03:45:03.4880895Z test_comprehensive_pow_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.081s) 2022-11-23T03:45:03.4881194Z test_comprehensive_pow_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-11-23T03:45:03.4881410Z test_comprehensive_pow_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4881578Z test_comprehensive_pow_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4881767Z test_comprehensive_pow_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.4882074Z test_comprehensive_pow_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.4882505Z test_comprehensive_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.429s) 2022-11-23T03:45:03.4882700Z test_comprehensive_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (0.465s) 2022-11-23T03:45:03.4882906Z test_comprehensive_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (11.100s) 2022-11-23T03:45:03.4883107Z test_comprehensive_prod_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.136s) 2022-11-23T03:45:03.4883314Z test_comprehensive_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (11.183s) 2022-11-23T03:45:03.4883511Z test_comprehensive_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.428s) 2022-11-23T03:45:03.4883707Z test_comprehensive_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.336s) 2022-11-23T03:45:03.4883898Z test_comprehensive_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.312s) 2022-11-23T03:45:03.4884080Z test_comprehensive_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.466s) 2022-11-23T03:45:03.4884267Z test_comprehensive_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.454s) 2022-11-23T03:45:03.4884463Z test_comprehensive_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.453s) 2022-11-23T03:45:03.4884648Z test_comprehensive_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.476s) 2022-11-23T03:45:03.4884832Z test_comprehensive_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.495s) 2022-11-23T03:45:03.4885106Z test_comprehensive_put_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.4885314Z test_comprehensive_put_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4885511Z test_comprehensive_put_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.4885708Z test_comprehensive_put_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.4885899Z test_comprehensive_put_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.4886090Z test_comprehensive_put_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:45:03.4886269Z test_comprehensive_put_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-11-23T03:45:03.4886455Z test_comprehensive_put_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4886641Z test_comprehensive_put_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4886824Z test_comprehensive_put_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4887013Z test_comprehensive_put_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4887200Z test_comprehensive_put_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4887391Z test_comprehensive_qr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.430s) 2022-11-23T03:45:03.4887589Z test_comprehensive_qr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.630s) 2022-11-23T03:45:03.4887900Z test_comprehensive_qr_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.001s) 2022-11-23T03:45:03.4888096Z test_comprehensive_qr_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.895s) 2022-11-23T03:45:03.4888295Z test_comprehensive_quantile_cuda_float32 (__main__.TestDecompCUDA) ... ok (9.915s) 2022-11-23T03:45:03.4888615Z test_comprehensive_quantile_cuda_float64 (__main__.TestDecompCUDA) ... ok (9.547s) 2022-11-23T03:45:03.4888939Z test_comprehensive_rad2deg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4889142Z test_comprehensive_rad2deg_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4889343Z test_comprehensive_rad2deg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4889534Z test_comprehensive_rad2deg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.4889730Z test_comprehensive_rad2deg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.4889922Z test_comprehensive_rad2deg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4890250Z test_comprehensive_rad2deg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4890446Z test_comprehensive_rad2deg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4890641Z test_comprehensive_rad2deg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4890831Z test_comprehensive_rad2deg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4891037Z test_comprehensive_rand_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4891244Z test_comprehensive_rand_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4891450Z test_comprehensive_rand_like_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4891655Z test_comprehensive_rand_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4891855Z test_comprehensive_rand_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4892058Z test_comprehensive_rand_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4892249Z test_comprehensive_rand_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4892450Z test_comprehensive_randint_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4892647Z test_comprehensive_randint_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4893264Z test_comprehensive_randint_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4893501Z test_comprehensive_randint_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4893699Z test_comprehensive_randint_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4893945Z test_comprehensive_randint_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4894233Z test_comprehensive_randint_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4894453Z test_comprehensive_randint_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4894646Z test_comprehensive_randint_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4894851Z test_comprehensive_randint_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4895170Z test_comprehensive_randint_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4895490Z test_comprehensive_randint_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4895702Z test_comprehensive_randint_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4895905Z test_comprehensive_randint_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4896106Z test_comprehensive_randint_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4896298Z test_comprehensive_randint_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4896502Z test_comprehensive_randint_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4896702Z test_comprehensive_randint_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4896929Z test_comprehensive_randn_cuda_bfloat16 (__main__.TestDecompCUDA) ... expected failure (0.000s) 2022-11-23T03:45:03.4897162Z test_comprehensive_randn_cuda_complex128 (__main__.TestDecompCUDA) ... expected failure (0.006s) 2022-11-23T03:45:03.4897386Z test_comprehensive_randn_cuda_complex32 (__main__.TestDecompCUDA) ... expected failure (0.000s) 2022-11-23T03:45:03.4897612Z test_comprehensive_randn_cuda_complex64 (__main__.TestDecompCUDA) ... expected failure (0.010s) 2022-11-23T03:45:03.4897832Z test_comprehensive_randn_cuda_float16 (__main__.TestDecompCUDA) ... expected failure (0.000s) 2022-11-23T03:45:03.4898050Z test_comprehensive_randn_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (0.011s) 2022-11-23T03:45:03.4898395Z test_comprehensive_randn_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (0.004s) 2022-11-23T03:45:03.4898600Z test_comprehensive_randn_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4898808Z test_comprehensive_randn_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4899002Z test_comprehensive_randn_like_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4899208Z test_comprehensive_randn_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4899408Z test_comprehensive_randn_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4899601Z test_comprehensive_randn_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4899800Z test_comprehensive_randn_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4899998Z test_comprehensive_ravel_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4900192Z test_comprehensive_ravel_cuda_bool (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:45:03.4900392Z test_comprehensive_ravel_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:45:03.4900591Z test_comprehensive_ravel_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.4901007Z test_comprehensive_ravel_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-11-23T03:45:03.4901227Z test_comprehensive_ravel_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4901421Z test_comprehensive_ravel_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:45:03.4901744Z test_comprehensive_ravel_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-11-23T03:45:03.4902072Z test_comprehensive_ravel_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:45:03.4902267Z test_comprehensive_ravel_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:45:03.4902459Z test_comprehensive_ravel_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:45:03.4902647Z test_comprehensive_ravel_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:45:03.4902831Z test_comprehensive_ravel_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:45:03.4903009Z test_comprehensive_real_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4903202Z test_comprehensive_real_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4903402Z test_comprehensive_real_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4903600Z test_comprehensive_real_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4903791Z test_comprehensive_real_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4903985Z test_comprehensive_real_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4904184Z test_comprehensive_real_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4904375Z test_comprehensive_real_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4904564Z test_comprehensive_real_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4904750Z test_comprehensive_real_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4904940Z test_comprehensive_real_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4905127Z test_comprehensive_real_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4905309Z test_comprehensive_real_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4905519Z test_comprehensive_reciprocal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4905722Z test_comprehensive_reciprocal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4906041Z test_comprehensive_reciprocal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:45:03.4906256Z test_comprehensive_reciprocal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-11-23T03:45:03.4906459Z test_comprehensive_reciprocal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4906650Z test_comprehensive_reciprocal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:45:03.4906855Z test_comprehensive_reciprocal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.4907056Z test_comprehensive_reciprocal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4907371Z test_comprehensive_reciprocal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4907577Z test_comprehensive_reciprocal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4907775Z test_comprehensive_reciprocal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4907973Z test_comprehensive_reciprocal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.4908277Z test_comprehensive_remainder_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.4908584Z test_comprehensive_remainder_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.4908786Z test_comprehensive_remainder_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.283s) 2022-11-23T03:45:03.4909061Z test_comprehensive_remainder_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.210s) 2022-11-23T03:45:03.4909279Z test_comprehensive_remainder_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.4909472Z test_comprehensive_remainder_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.4909661Z test_comprehensive_remainder_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:45:03.4909860Z test_comprehensive_remainder_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.4910061Z test_comprehensive_remainder_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4910257Z test_comprehensive_renorm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:45:03.4910458Z test_comprehensive_renorm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.664s) 2022-11-23T03:45:03.4910658Z test_comprehensive_renorm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.665s) 2022-11-23T03:45:03.4910839Z test_comprehensive_renorm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:45:03.4911035Z test_comprehensive_renorm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.666s) 2022-11-23T03:45:03.4911225Z test_comprehensive_renorm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.685s) 2022-11-23T03:45:03.4911425Z test_comprehensive_repeat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:45:03.4911618Z test_comprehensive_repeat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.4911826Z test_comprehensive_repeat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.470s) 2022-11-23T03:45:03.4912028Z test_comprehensive_repeat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.531s) 2022-11-23T03:45:03.4912224Z test_comprehensive_repeat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.4912415Z test_comprehensive_repeat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.320s) 2022-11-23T03:45:03.4912606Z test_comprehensive_repeat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.308s) 2022-11-23T03:45:03.4912801Z test_comprehensive_repeat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.4912995Z test_comprehensive_repeat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.4913187Z test_comprehensive_repeat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.4913377Z test_comprehensive_repeat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.4913667Z test_comprehensive_repeat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:45:03.4914015Z test_comprehensive_repeat_interleave_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.4914236Z test_comprehensive_repeat_interleave_cuda_bool (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4914464Z test_comprehensive_repeat_interleave_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.277s) 2022-11-23T03:45:03.4914672Z test_comprehensive_repeat_interleave_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:45:03.4915016Z test_comprehensive_repeat_interleave_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-11-23T03:45:03.4915348Z test_comprehensive_repeat_interleave_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4915571Z test_comprehensive_repeat_interleave_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.4915778Z test_comprehensive_repeat_interleave_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4915994Z test_comprehensive_repeat_interleave_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4916204Z test_comprehensive_repeat_interleave_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.4916413Z test_comprehensive_repeat_interleave_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4916700Z test_comprehensive_repeat_interleave_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4916925Z test_comprehensive_repeat_interleave_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.4917131Z test_comprehensive_reshape_as_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4917332Z test_comprehensive_reshape_as_cuda_bool (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4917538Z test_comprehensive_reshape_as_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.223s) 2022-11-23T03:45:03.4917752Z test_comprehensive_reshape_as_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:45:03.4917959Z test_comprehensive_reshape_as_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-11-23T03:45:03.4918161Z test_comprehensive_reshape_as_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4918369Z test_comprehensive_reshape_as_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:45:03.4918571Z test_comprehensive_reshape_as_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:45:03.4918767Z test_comprehensive_reshape_as_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4918943Z test_comprehensive_reshape_as_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.4919141Z test_comprehensive_reshape_as_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4919336Z test_comprehensive_reshape_as_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.4919535Z test_comprehensive_reshape_as_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.4919728Z test_comprehensive_reshape_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4919923Z test_comprehensive_reshape_cuda_bool (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:45:03.4920130Z test_comprehensive_reshape_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.481s) 2022-11-23T03:45:03.4920350Z test_comprehensive_reshape_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-11-23T03:45:03.4920670Z test_comprehensive_reshape_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.529s) 2022-11-23T03:45:03.4920878Z test_comprehensive_reshape_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4921072Z test_comprehensive_reshape_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.302s) 2022-11-23T03:45:03.4921261Z test_comprehensive_reshape_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.290s) 2022-11-23T03:45:03.4921799Z test_comprehensive_reshape_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:45:03.4922005Z test_comprehensive_reshape_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.4922198Z test_comprehensive_reshape_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:45:03.4922394Z test_comprehensive_reshape_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:45:03.4922589Z test_comprehensive_reshape_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:45:03.4922788Z test_comprehensive_resize__cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4922978Z test_comprehensive_resize__cuda_bool (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.4923164Z test_comprehensive_resize__cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.4923365Z test_comprehensive_resize__cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.4923563Z test_comprehensive_resize__cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4923754Z test_comprehensive_resize__cuda_float32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4923942Z test_comprehensive_resize__cuda_float64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.4924215Z test_comprehensive_resize__cuda_int16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.4924428Z test_comprehensive_resize__cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4924616Z test_comprehensive_resize__cuda_int64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.4924807Z test_comprehensive_resize__cuda_int8 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.4924997Z test_comprehensive_resize__cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.4925201Z test_comprehensive_resize_as__cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4925396Z test_comprehensive_resize_as__cuda_bool (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4925604Z test_comprehensive_resize_as__cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:45:03.4925810Z test_comprehensive_resize_as__cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.4926016Z test_comprehensive_resize_as__cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4926216Z test_comprehensive_resize_as__cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4926413Z test_comprehensive_resize_as__cuda_float64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.4926610Z test_comprehensive_resize_as__cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.4926792Z test_comprehensive_resize_as__cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4926981Z test_comprehensive_resize_as__cuda_int64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.4927305Z test_comprehensive_resize_as__cuda_int8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.4927504Z test_comprehensive_resize_as__cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4927710Z test_comprehensive_resolve_conj_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4928031Z test_comprehensive_resolve_conj_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4928361Z test_comprehensive_resolve_conj_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4928578Z test_comprehensive_resolve_conj_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4928781Z test_comprehensive_resolve_conj_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4928984Z test_comprehensive_resolve_conj_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4929291Z test_comprehensive_resolve_conj_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4929491Z test_comprehensive_resolve_conj_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4929694Z test_comprehensive_resolve_conj_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4929890Z test_comprehensive_resolve_conj_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4930091Z test_comprehensive_resolve_conj_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4930289Z test_comprehensive_resolve_conj_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4930493Z test_comprehensive_resolve_neg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4930692Z test_comprehensive_resolve_neg_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4930897Z test_comprehensive_resolve_neg_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4931091Z test_comprehensive_resolve_neg_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4931295Z test_comprehensive_resolve_neg_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4931499Z test_comprehensive_resolve_neg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4931769Z test_comprehensive_resolve_neg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4931995Z test_comprehensive_resolve_neg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4932194Z test_comprehensive_resolve_neg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4932387Z test_comprehensive_resolve_neg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4932585Z test_comprehensive_resolve_neg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4932782Z test_comprehensive_resolve_neg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4932980Z test_comprehensive_resolve_neg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.4933174Z test_comprehensive_roll_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.4933363Z test_comprehensive_roll_cuda_bool (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:45:03.4933574Z test_comprehensive_roll_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.787s) 2022-11-23T03:45:03.4933890Z test_comprehensive_roll_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.389s) 2022-11-23T03:45:03.4934083Z test_comprehensive_roll_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.768s) 2022-11-23T03:45:03.4934273Z test_comprehensive_roll_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.4934582Z test_comprehensive_roll_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.473s) 2022-11-23T03:45:03.4934887Z test_comprehensive_roll_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.469s) 2022-11-23T03:45:03.4935076Z test_comprehensive_roll_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.4935263Z test_comprehensive_roll_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.4935447Z test_comprehensive_roll_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-11-23T03:45:03.4935632Z test_comprehensive_roll_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.4935823Z test_comprehensive_roll_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:45:03.4936019Z test_comprehensive_rot90_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:45:03.4936204Z test_comprehensive_rot90_cuda_bool (__main__.TestDecompCUDA) ... ok (0.689s) 2022-11-23T03:45:03.4936402Z test_comprehensive_rot90_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.311s) 2022-11-23T03:45:03.4936597Z test_comprehensive_rot90_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.339s) 2022-11-23T03:45:03.4936892Z test_comprehensive_rot90_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:45:03.4937090Z test_comprehensive_rot90_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.996s) 2022-11-23T03:45:03.4937281Z test_comprehensive_rot90_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.973s) 2022-11-23T03:45:03.4937469Z test_comprehensive_rot90_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.679s) 2022-11-23T03:45:03.4937659Z test_comprehensive_rot90_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.703s) 2022-11-23T03:45:03.4937845Z test_comprehensive_rot90_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.683s) 2022-11-23T03:45:03.4938030Z test_comprehensive_rot90_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.710s) 2022-11-23T03:45:03.4938213Z test_comprehensive_rot90_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.673s) 2022-11-23T03:45:03.4938411Z test_comprehensive_round_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4938591Z test_comprehensive_round_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4938783Z test_comprehensive_round_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4938973Z test_comprehensive_round_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4939163Z test_comprehensive_round_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4939423Z test_comprehensive_round_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4939633Z test_comprehensive_round_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4939820Z test_comprehensive_round_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4940005Z test_comprehensive_round_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4940354Z test_comprehensive_round_decimals_0_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4940580Z test_comprehensive_round_decimals_0_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4940791Z test_comprehensive_round_decimals_0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4941114Z test_comprehensive_round_decimals_0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4941449Z test_comprehensive_round_decimals_3_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4941667Z test_comprehensive_round_decimals_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.4941874Z test_comprehensive_round_decimals_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4942077Z test_comprehensive_round_decimals_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4942297Z test_comprehensive_round_decimals_neg_3_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4942515Z test_comprehensive_round_decimals_neg_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.4942736Z test_comprehensive_round_decimals_neg_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4942936Z test_comprehensive_round_decimals_neg_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4943133Z test_comprehensive_rsqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.4943328Z test_comprehensive_rsqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4943529Z test_comprehensive_rsqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-11-23T03:45:03.4943729Z test_comprehensive_rsqrt_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.047s) 2022-11-23T03:45:03.4943923Z test_comprehensive_rsqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.4944116Z test_comprehensive_rsqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.4944411Z test_comprehensive_rsqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.4944604Z test_comprehensive_rsqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:45:03.4944791Z test_comprehensive_rsqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4944981Z test_comprehensive_rsqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4945171Z test_comprehensive_rsqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4945358Z test_comprehensive_rsqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4945542Z test_comprehensive_rsqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4945738Z test_comprehensive_rsub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.4945937Z test_comprehensive_rsub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.988s) 2022-11-23T03:45:03.4946133Z test_comprehensive_rsub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.080s) 2022-11-23T03:45:03.4946328Z test_comprehensive_rsub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.4946506Z test_comprehensive_rsub_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.155s) 2022-11-23T03:45:03.4946806Z test_comprehensive_rsub_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.206s) 2022-11-23T03:45:03.4947092Z test_comprehensive_rsub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-11-23T03:45:03.4947301Z test_comprehensive_rsub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.4947568Z test_comprehensive_rsub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.4947901Z test_comprehensive_rsub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.4948450Z test_comprehensive_rsub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:45:03.4948996Z test_comprehensive_scalar_tensor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4949453Z test_comprehensive_scalar_tensor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4949909Z test_comprehensive_scalar_tensor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4950349Z test_comprehensive_scalar_tensor_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4950803Z test_comprehensive_scalar_tensor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4951248Z test_comprehensive_scalar_tensor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4951688Z test_comprehensive_scalar_tensor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4952131Z test_comprehensive_scalar_tensor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4952562Z test_comprehensive_scalar_tensor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4953001Z test_comprehensive_scalar_tensor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4953552Z test_comprehensive_scalar_tensor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4954000Z test_comprehensive_scalar_tensor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4954620Z test_comprehensive_scalar_tensor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.4955070Z test_comprehensive_scatter_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4955517Z test_comprehensive_scatter_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4955964Z test_comprehensive_scatter_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4956414Z test_comprehensive_scatter_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.4956838Z test_comprehensive_scatter_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.4957399Z test_comprehensive_scatter_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4957830Z test_comprehensive_scatter_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4958336Z test_comprehensive_scatter_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4958796Z test_comprehensive_scatter_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4959307Z test_comprehensive_scatter_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4959784Z test_comprehensive_scatter_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4960313Z test_comprehensive_scatter_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4960890Z test_comprehensive_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4961520Z test_comprehensive_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4961954Z test_comprehensive_scatter_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4962456Z test_comprehensive_scatter_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4962883Z test_comprehensive_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.4963393Z test_comprehensive_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.4963816Z test_comprehensive_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.4964239Z test_comprehensive_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4964654Z test_comprehensive_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4965066Z test_comprehensive_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4965480Z test_comprehensive_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.4965900Z test_comprehensive_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4966322Z test_comprehensive_scatter_reduce_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.068s) 2022-11-23T03:45:03.4966932Z test_comprehensive_scatter_reduce_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.044s) 2022-11-23T03:45:03.4967529Z test_comprehensive_scatter_reduce_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.205s) 2022-11-23T03:45:03.4968129Z test_comprehensive_scatter_reduce_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.204s) 2022-11-23T03:45:03.4968581Z test_comprehensive_scatter_reduce_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4969031Z test_comprehensive_scatter_reduce_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4969466Z test_comprehensive_scatter_reduce_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.4969913Z test_comprehensive_scatter_reduce_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4970352Z test_comprehensive_scatter_reduce_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4970780Z test_comprehensive_scatter_reduce_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.059s) 2022-11-23T03:45:03.4971236Z test_comprehensive_scatter_reduce_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.093s) 2022-11-23T03:45:03.4971688Z test_comprehensive_scatter_reduce_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.230s) 2022-11-23T03:45:03.4972135Z test_comprehensive_scatter_reduce_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.167s) 2022-11-23T03:45:03.4972578Z test_comprehensive_scatter_reduce_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.4973095Z test_comprehensive_scatter_reduce_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.4973683Z test_comprehensive_scatter_reduce_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4974227Z test_comprehensive_scatter_reduce_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4974779Z test_comprehensive_scatter_reduce_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4975229Z test_comprehensive_scatter_reduce_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.304s) 2022-11-23T03:45:03.4975686Z test_comprehensive_scatter_reduce_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.289s) 2022-11-23T03:45:03.4976135Z test_comprehensive_scatter_reduce_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.419s) 2022-11-23T03:45:03.4976582Z test_comprehensive_scatter_reduce_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.364s) 2022-11-23T03:45:03.4977020Z test_comprehensive_scatter_reduce_mean_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.4977441Z test_comprehensive_scatter_reduce_mean_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4977880Z test_comprehensive_scatter_reduce_mean_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4978333Z test_comprehensive_scatter_reduce_mean_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4978781Z test_comprehensive_scatter_reduce_mean_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4979321Z test_comprehensive_scatter_reduce_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.920s) 2022-11-23T03:45:03.4979906Z test_comprehensive_scatter_reduce_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.929s) 2022-11-23T03:45:03.4980366Z test_comprehensive_scatter_reduce_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.725s) 2022-11-23T03:45:03.4980944Z test_comprehensive_scatter_reduce_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.670s) 2022-11-23T03:45:03.4981509Z test_comprehensive_scatter_reduce_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.4981976Z test_comprehensive_scatter_reduce_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.4982415Z test_comprehensive_scatter_reduce_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4982854Z test_comprehensive_scatter_reduce_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.4983301Z test_comprehensive_scatter_reduce_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4983745Z test_comprehensive_scatter_reduce_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.4984188Z test_comprehensive_scatter_reduce_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4984619Z test_comprehensive_scatter_reduce_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.4985062Z test_comprehensive_scatter_reduce_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.4985515Z test_comprehensive_scatter_reduce_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.4985956Z test_comprehensive_scatter_reduce_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4986393Z test_comprehensive_scatter_reduce_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.4986949Z test_comprehensive_scatter_reduce_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.4987384Z test_comprehensive_scatter_reduce_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4988018Z test_comprehensive_scatter_reduce_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.4988469Z test_comprehensive_searchsorted_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.4988911Z test_comprehensive_searchsorted_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.4989350Z test_comprehensive_searchsorted_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.4989901Z test_comprehensive_searchsorted_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4990380Z test_comprehensive_searchsorted_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.4990801Z test_comprehensive_searchsorted_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.4991253Z test_comprehensive_searchsorted_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.4991703Z test_comprehensive_searchsorted_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.4992168Z test_comprehensive_segment_reduce_lengths_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:45:03.4992636Z test_comprehensive_segment_reduce_lengths_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:45:03.4993094Z test_comprehensive_segment_reduce_lengths_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:45:03.4993685Z test_comprehensive_segment_reduce_lengths_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.4994250Z test_comprehensive_segment_reduce_offsets_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-11-23T03:45:03.4994793Z test_comprehensive_segment_reduce_offsets_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:45:03.4995332Z test_comprehensive_segment_reduce_offsets_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:45:03.4995807Z test_comprehensive_segment_reduce_offsets_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:45:03.4996246Z test_comprehensive_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.4996660Z test_comprehensive_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4997081Z test_comprehensive_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:45:03.4997511Z test_comprehensive_select_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.4997918Z test_comprehensive_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.4998338Z test_comprehensive_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.4998753Z test_comprehensive_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.4999164Z test_comprehensive_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.4999571Z test_comprehensive_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5000113Z test_comprehensive_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5000550Z test_comprehensive_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5001216Z test_comprehensive_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5001651Z test_comprehensive_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5002093Z test_comprehensive_select_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5002533Z test_comprehensive_select_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5002980Z test_comprehensive_select_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5003423Z test_comprehensive_select_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5003857Z test_comprehensive_select_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5004288Z test_comprehensive_select_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5004717Z test_comprehensive_select_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5005149Z test_comprehensive_select_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5006095Z test_comprehensive_select_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5006665Z test_comprehensive_select_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5007097Z test_comprehensive_sgn_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5007629Z test_comprehensive_sgn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5008152Z test_comprehensive_sgn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.399s) 2022-11-23T03:45:03.5008581Z test_comprehensive_sgn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.458s) 2022-11-23T03:45:03.5009004Z test_comprehensive_sgn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.383s) 2022-11-23T03:45:03.5009423Z test_comprehensive_sgn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5009840Z test_comprehensive_sgn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.5010255Z test_comprehensive_sgn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.5010661Z test_comprehensive_sgn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.5011040Z test_comprehensive_sgn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5011440Z test_comprehensive_sgn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5011944Z test_comprehensive_sgn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.5012373Z test_comprehensive_sgn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5012782Z test_comprehensive_short_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.5013372Z test_comprehensive_short_cuda_bool (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5013773Z test_comprehensive_short_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.5014439Z test_comprehensive_short_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.5015075Z test_comprehensive_short_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5015495Z test_comprehensive_short_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.5015909Z test_comprehensive_short_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.5016422Z test_comprehensive_short_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5017052Z test_comprehensive_short_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5017449Z test_comprehensive_short_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5017849Z test_comprehensive_short_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5018256Z test_comprehensive_short_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5018676Z test_comprehensive_sigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5019104Z test_comprehensive_sigmoid_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5019531Z test_comprehensive_sigmoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.707s) 2022-11-23T03:45:03.5020107Z test_comprehensive_sigmoid_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.912s) 2022-11-23T03:45:03.5020700Z test_comprehensive_sigmoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.439s) 2022-11-23T03:45:03.5021233Z test_comprehensive_sigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5021949Z test_comprehensive_sigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.5022712Z test_comprehensive_sigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5023335Z test_comprehensive_sigmoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5023754Z test_comprehensive_sigmoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5024320Z test_comprehensive_sigmoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5024734Z test_comprehensive_sigmoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5025150Z test_comprehensive_sigmoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5025566Z test_comprehensive_sign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5025976Z test_comprehensive_sign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5026522Z test_comprehensive_sign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5026921Z test_comprehensive_sign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5027539Z test_comprehensive_sign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5027955Z test_comprehensive_sign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5028363Z test_comprehensive_sign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5028925Z test_comprehensive_sign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5029336Z test_comprehensive_sign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.5029720Z test_comprehensive_sign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5030259Z test_comprehensive_signal_windows_cosine_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5030753Z test_comprehensive_signal_windows_cosine_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5031219Z test_comprehensive_signal_windows_cosine_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5031682Z test_comprehensive_signal_windows_cosine_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:45:03.5032161Z test_comprehensive_signal_windows_exponential_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.5032647Z test_comprehensive_signal_windows_exponential_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5033261Z test_comprehensive_signal_windows_exponential_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:45:03.5033864Z test_comprehensive_signal_windows_exponential_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-11-23T03:45:03.5034461Z test_comprehensive_signal_windows_gaussian_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.5034936Z test_comprehensive_signal_windows_gaussian_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.5035400Z test_comprehensive_signal_windows_gaussian_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:45:03.5035859Z test_comprehensive_signal_windows_gaussian_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.5036325Z test_comprehensive_signal_windows_kaiser_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5036772Z test_comprehensive_signal_windows_kaiser_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5037232Z test_comprehensive_signal_windows_kaiser_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-11-23T03:45:03.5037690Z test_comprehensive_signal_windows_kaiser_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-11-23T03:45:03.5038136Z test_comprehensive_signbit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.5038558Z test_comprehensive_signbit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5038978Z test_comprehensive_signbit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.5039522Z test_comprehensive_signbit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:45:03.5039929Z test_comprehensive_signbit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5040842Z test_comprehensive_signbit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5041351Z test_comprehensive_signbit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.5041767Z test_comprehensive_signbit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5042192Z test_comprehensive_signbit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5042605Z test_comprehensive_signbit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5042999Z test_comprehensive_sin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5043404Z test_comprehensive_sin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5043818Z test_comprehensive_sin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.612s) 2022-11-23T03:45:03.5044237Z test_comprehensive_sin_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:45:03.5044660Z test_comprehensive_sin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.594s) 2022-11-23T03:45:03.5045069Z test_comprehensive_sin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5045473Z test_comprehensive_sin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.277s) 2022-11-23T03:45:03.5045864Z test_comprehensive_sin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-11-23T03:45:03.5046511Z test_comprehensive_sin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.5047043Z test_comprehensive_sin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5047562Z test_comprehensive_sin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5047958Z test_comprehensive_sin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5048358Z test_comprehensive_sin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5048752Z test_comprehensive_sinc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.860s) 2022-11-23T03:45:03.5049163Z test_comprehensive_sinc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.455s) 2022-11-23T03:45:03.5049576Z test_comprehensive_sinc_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.712s) 2022-11-23T03:45:03.5050001Z test_comprehensive_sinc_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.491s) 2022-11-23T03:45:03.5050426Z test_comprehensive_sinc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.491s) 2022-11-23T03:45:03.5050837Z test_comprehensive_sinc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.599s) 2022-11-23T03:45:03.5051230Z test_comprehensive_sinc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-11-23T03:45:03.5051636Z test_comprehensive_sinc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5052036Z test_comprehensive_sinc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5052444Z test_comprehensive_sinc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5052992Z test_comprehensive_sinc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5053504Z test_comprehensive_sinc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5054028Z test_comprehensive_sinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5054425Z test_comprehensive_sinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5054841Z test_comprehensive_sinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.629s) 2022-11-23T03:45:03.5055267Z test_comprehensive_sinh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.5055793Z test_comprehensive_sinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.584s) 2022-11-23T03:45:03.5056217Z test_comprehensive_sinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5056628Z test_comprehensive_sinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.288s) 2022-11-23T03:45:03.5057140Z test_comprehensive_sinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:45:03.5057545Z test_comprehensive_sinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5057944Z test_comprehensive_sinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.5058351Z test_comprehensive_sinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5058758Z test_comprehensive_sinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.5059273Z test_comprehensive_sinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.5059710Z test_comprehensive_slice_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5060267Z test_comprehensive_slice_cuda_bool (__main__.TestDecompCUDA) ... ok (0.159s) 2022-11-23T03:45:03.5060839Z test_comprehensive_slice_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.612s) 2022-11-23T03:45:03.5061271Z test_comprehensive_slice_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.358s) 2022-11-23T03:45:03.5061696Z test_comprehensive_slice_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.609s) 2022-11-23T03:45:03.5062116Z test_comprehensive_slice_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5062530Z test_comprehensive_slice_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.355s) 2022-11-23T03:45:03.5063021Z test_comprehensive_slice_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.354s) 2022-11-23T03:45:03.5063458Z test_comprehensive_slice_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.160s) 2022-11-23T03:45:03.5063866Z test_comprehensive_slice_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.160s) 2022-11-23T03:45:03.5064275Z test_comprehensive_slice_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-11-23T03:45:03.5064685Z test_comprehensive_slice_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-11-23T03:45:03.5065096Z test_comprehensive_slice_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-11-23T03:45:03.5065507Z test_comprehensive_slice_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.5066081Z test_comprehensive_slice_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5066520Z test_comprehensive_slice_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.5067195Z test_comprehensive_slice_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.576s) 2022-11-23T03:45:03.5067642Z test_comprehensive_slice_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.558s) 2022-11-23T03:45:03.5068077Z test_comprehensive_slice_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5068506Z test_comprehensive_slice_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5068917Z test_comprehensive_slice_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5069359Z test_comprehensive_slice_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5069790Z test_comprehensive_slice_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5070217Z test_comprehensive_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5070645Z test_comprehensive_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5071063Z test_comprehensive_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:45:03.5071477Z test_comprehensive_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:45:03.5071985Z test_comprehensive_softmax_with_dtype_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.5072854Z test_comprehensive_softmax_with_dtype_cuda_bool (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:45:03.5073558Z test_comprehensive_softmax_with_dtype_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.496s) 2022-11-23T03:45:03.5074512Z test_comprehensive_softmax_with_dtype_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.501s) 2022-11-23T03:45:03.5075147Z test_comprehensive_softmax_with_dtype_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.5075609Z test_comprehensive_softmax_with_dtype_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.441s) 2022-11-23T03:45:03.5076050Z test_comprehensive_softmax_with_dtype_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:45:03.5076507Z test_comprehensive_softmax_with_dtype_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-11-23T03:45:03.5076949Z test_comprehensive_softmax_with_dtype_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:45:03.5077383Z test_comprehensive_softmax_with_dtype_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:45:03.5077995Z test_comprehensive_softmax_with_dtype_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-11-23T03:45:03.5078511Z test_comprehensive_softmax_with_dtype_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.202s) 2022-11-23T03:45:03.5078935Z test_comprehensive_sort_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:45:03.5079635Z test_comprehensive_sort_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:45:03.5080733Z test_comprehensive_sort_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:45:03.5081521Z test_comprehensive_sort_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.5082012Z test_comprehensive_sort_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5082419Z test_comprehensive_sort_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5082825Z test_comprehensive_sort_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5083212Z test_comprehensive_sort_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5083625Z test_comprehensive_sort_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5084067Z test_comprehensive_sparse_sampled_addmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:45:03.5084538Z test_comprehensive_sparse_sampled_addmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5085016Z test_comprehensive_sparse_sampled_addmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.5085479Z test_comprehensive_sparse_sampled_addmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-11-23T03:45:03.5086054Z test_comprehensive_special_airy_ai_cuda_bool (__main__.TestDecompCUDA) ... ok (0.739s) 2022-11-23T03:45:03.5086507Z test_comprehensive_special_airy_ai_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.895s) 2022-11-23T03:45:03.5087079Z test_comprehensive_special_airy_ai_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.946s) 2022-11-23T03:45:03.5087634Z test_comprehensive_special_airy_ai_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5088069Z test_comprehensive_special_airy_ai_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5088501Z test_comprehensive_special_airy_ai_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5089058Z test_comprehensive_special_airy_ai_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5089581Z test_comprehensive_special_airy_ai_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5090048Z test_comprehensive_special_bessel_j0_cuda_bool (__main__.TestDecompCUDA) ... ok (1.225s) 2022-11-23T03:45:03.5090495Z test_comprehensive_special_bessel_j0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5090943Z test_comprehensive_special_bessel_j0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.590s) 2022-11-23T03:45:03.5091387Z test_comprehensive_special_bessel_j0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5091984Z test_comprehensive_special_bessel_j0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5092415Z test_comprehensive_special_bessel_j0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5092991Z test_comprehensive_special_bessel_j0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5093521Z test_comprehensive_special_bessel_j0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5093967Z test_comprehensive_special_bessel_j1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.793s) 2022-11-23T03:45:03.5094530Z test_comprehensive_special_bessel_j1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5094984Z test_comprehensive_special_bessel_j1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.338s) 2022-11-23T03:45:03.5095424Z test_comprehensive_special_bessel_j1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5095863Z test_comprehensive_special_bessel_j1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5096273Z test_comprehensive_special_bessel_j1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5096700Z test_comprehensive_special_bessel_j1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5097731Z test_comprehensive_special_bessel_j1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5098230Z test_comprehensive_special_bessel_y0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.812s) 2022-11-23T03:45:03.5098673Z test_comprehensive_special_bessel_y0_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.106s) 2022-11-23T03:45:03.5099120Z test_comprehensive_special_bessel_y0_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.067s) 2022-11-23T03:45:03.5099557Z test_comprehensive_special_bessel_y0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5100186Z test_comprehensive_special_bessel_y0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5100745Z test_comprehensive_special_bessel_y0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5101314Z test_comprehensive_special_bessel_y0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5101747Z test_comprehensive_special_bessel_y0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.5102185Z test_comprehensive_special_bessel_y1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.711s) 2022-11-23T03:45:03.5102626Z test_comprehensive_special_bessel_y1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.806s) 2022-11-23T03:45:03.5103070Z test_comprehensive_special_bessel_y1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.730s) 2022-11-23T03:45:03.5103490Z test_comprehensive_special_bessel_y1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5103928Z test_comprehensive_special_bessel_y1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5104362Z test_comprehensive_special_bessel_y1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5104788Z test_comprehensive_special_bessel_y1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5105221Z test_comprehensive_special_bessel_y1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5105681Z test_comprehensive_special_chebyshev_polynomial_t_cuda_bool (__main__.TestDecompCUDA) ... ok (2.146s) 2022-11-23T03:45:03.5106183Z test_comprehensive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.373s) 2022-11-23T03:45:03.5106796Z test_comprehensive_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.375s) 2022-11-23T03:45:03.5107383Z test_comprehensive_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5107983Z test_comprehensive_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5108598Z test_comprehensive_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5109091Z test_comprehensive_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5109576Z test_comprehensive_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5110063Z test_comprehensive_special_chebyshev_polynomial_u_cuda_bool (__main__.TestDecompCUDA) ... ok (2.577s) 2022-11-23T03:45:03.5110535Z test_comprehensive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.004s) 2022-11-23T03:45:03.5111026Z test_comprehensive_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.807s) 2022-11-23T03:45:03.5111505Z test_comprehensive_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5112246Z test_comprehensive_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5113244Z test_comprehensive_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5114361Z test_comprehensive_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5115212Z test_comprehensive_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5115802Z test_comprehensive_special_chebyshev_polynomial_v_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5116454Z test_comprehensive_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5117098Z test_comprehensive_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5117747Z test_comprehensive_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5118376Z test_comprehensive_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5119016Z test_comprehensive_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5119833Z test_comprehensive_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5120490Z test_comprehensive_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5121335Z test_comprehensive_special_chebyshev_polynomial_w_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5122097Z test_comprehensive_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5122721Z test_comprehensive_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5123360Z test_comprehensive_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5123996Z test_comprehensive_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5124740Z test_comprehensive_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5125379Z test_comprehensive_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5126016Z test_comprehensive_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5126546Z test_comprehensive_special_entr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.592s) 2022-11-23T03:45:03.5127133Z test_comprehensive_special_entr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.371s) 2022-11-23T03:45:03.5127571Z test_comprehensive_special_entr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.280s) 2022-11-23T03:45:03.5128107Z test_comprehensive_special_entr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.327s) 2022-11-23T03:45:03.5128657Z test_comprehensive_special_entr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.5129086Z test_comprehensive_special_entr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5129515Z test_comprehensive_special_entr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5130032Z test_comprehensive_special_entr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5130486Z test_comprehensive_special_entr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5130916Z test_comprehensive_special_entr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5131322Z test_comprehensive_special_erfcx_cuda_bool (__main__.TestDecompCUDA) ... ok (4.822s) 2022-11-23T03:45:03.5131757Z test_comprehensive_special_erfcx_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.5132204Z test_comprehensive_special_erfcx_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.809s) 2022-11-23T03:45:03.5132639Z test_comprehensive_special_erfcx_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5133075Z test_comprehensive_special_erfcx_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5133502Z test_comprehensive_special_erfcx_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5134074Z test_comprehensive_special_erfcx_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5134509Z test_comprehensive_special_erfcx_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5135200Z test_comprehensive_special_hermite_polynomial_h_cuda_bool (__main__.TestDecompCUDA) ... ok (1.823s) 2022-11-23T03:45:03.5135700Z test_comprehensive_special_hermite_polynomial_h_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.008s) 2022-11-23T03:45:03.5136185Z test_comprehensive_special_hermite_polynomial_h_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.990s) 2022-11-23T03:45:03.5136677Z test_comprehensive_special_hermite_polynomial_h_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5137162Z test_comprehensive_special_hermite_polynomial_h_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5137622Z test_comprehensive_special_hermite_polynomial_h_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5138103Z test_comprehensive_special_hermite_polynomial_h_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5138580Z test_comprehensive_special_hermite_polynomial_h_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5139060Z test_comprehensive_special_hermite_polynomial_he_cuda_bool (__main__.TestDecompCUDA) ... ok (1.774s) 2022-11-23T03:45:03.5139546Z test_comprehensive_special_hermite_polynomial_he_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.955s) 2022-11-23T03:45:03.5140037Z test_comprehensive_special_hermite_polynomial_he_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.983s) 2022-11-23T03:45:03.5140782Z test_comprehensive_special_hermite_polynomial_he_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5141268Z test_comprehensive_special_hermite_polynomial_he_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5141859Z test_comprehensive_special_hermite_polynomial_he_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5142454Z test_comprehensive_special_hermite_polynomial_he_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5142941Z test_comprehensive_special_hermite_polynomial_he_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5143403Z test_comprehensive_special_i0e_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.178s) 2022-11-23T03:45:03.5143837Z test_comprehensive_special_i0e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.462s) 2022-11-23T03:45:03.5144269Z test_comprehensive_special_i0e_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.365s) 2022-11-23T03:45:03.5144683Z test_comprehensive_special_i0e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.414s) 2022-11-23T03:45:03.5145116Z test_comprehensive_special_i0e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.434s) 2022-11-23T03:45:03.5145543Z test_comprehensive_special_i0e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5146047Z test_comprehensive_special_i0e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5146485Z test_comprehensive_special_i0e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5146907Z test_comprehensive_special_i0e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5147328Z test_comprehensive_special_i0e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5147912Z test_comprehensive_special_i1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.447s) 2022-11-23T03:45:03.5148342Z test_comprehensive_special_i1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:45:03.5148891Z test_comprehensive_special_i1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:45:03.5149430Z test_comprehensive_special_i1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5149850Z test_comprehensive_special_i1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5150275Z test_comprehensive_special_i1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5150676Z test_comprehensive_special_i1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5151092Z test_comprehensive_special_i1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5151510Z test_comprehensive_special_i1e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.434s) 2022-11-23T03:45:03.5151937Z test_comprehensive_special_i1e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-11-23T03:45:03.5152373Z test_comprehensive_special_i1e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-11-23T03:45:03.5152800Z test_comprehensive_special_i1e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5153217Z test_comprehensive_special_i1e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5153619Z test_comprehensive_special_i1e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5154035Z test_comprehensive_special_i1e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5154600Z test_comprehensive_special_i1e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5155070Z test_comprehensive_special_laguerre_polynomial_l_cuda_bool (__main__.TestDecompCUDA) ... ok (1.956s) 2022-11-23T03:45:03.5155713Z test_comprehensive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.109s) 2022-11-23T03:45:03.5156646Z test_comprehensive_special_laguerre_polynomial_l_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.205s) 2022-11-23T03:45:03.5157273Z test_comprehensive_special_laguerre_polynomial_l_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5157740Z test_comprehensive_special_laguerre_polynomial_l_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5158227Z test_comprehensive_special_laguerre_polynomial_l_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5158711Z test_comprehensive_special_laguerre_polynomial_l_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5159191Z test_comprehensive_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5159768Z test_comprehensive_special_legendre_polynomial_p_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5160416Z test_comprehensive_special_legendre_polynomial_p_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5161071Z test_comprehensive_special_legendre_polynomial_p_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5161943Z test_comprehensive_special_legendre_polynomial_p_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5162762Z test_comprehensive_special_legendre_polynomial_p_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5163711Z test_comprehensive_special_legendre_polynomial_p_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5164340Z test_comprehensive_special_legendre_polynomial_p_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5164981Z test_comprehensive_special_legendre_polynomial_p_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5165512Z test_comprehensive_special_log_ndtr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.473s) 2022-11-23T03:45:03.5165968Z test_comprehensive_special_log_ndtr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.513s) 2022-11-23T03:45:03.5166422Z test_comprehensive_special_log_ndtr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.769s) 2022-11-23T03:45:03.5166855Z test_comprehensive_special_log_ndtr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5167292Z test_comprehensive_special_log_ndtr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5167700Z test_comprehensive_special_log_ndtr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5168142Z test_comprehensive_special_log_ndtr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5168723Z test_comprehensive_special_log_ndtr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5169177Z test_comprehensive_special_modified_bessel_i0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.431s) 2022-11-23T03:45:03.5169864Z test_comprehensive_special_modified_bessel_i0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.384s) 2022-11-23T03:45:03.5170345Z test_comprehensive_special_modified_bessel_i0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.459s) 2022-11-23T03:45:03.5170803Z test_comprehensive_special_modified_bessel_i0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5171271Z test_comprehensive_special_modified_bessel_i0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5171739Z test_comprehensive_special_modified_bessel_i0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5172333Z test_comprehensive_special_modified_bessel_i0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5172796Z test_comprehensive_special_modified_bessel_i0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5173416Z test_comprehensive_special_modified_bessel_i1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.468s) 2022-11-23T03:45:03.5173921Z test_comprehensive_special_modified_bessel_i1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.384s) 2022-11-23T03:45:03.5174375Z test_comprehensive_special_modified_bessel_i1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.477s) 2022-11-23T03:45:03.5174847Z test_comprehensive_special_modified_bessel_i1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5175428Z test_comprehensive_special_modified_bessel_i1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5175899Z test_comprehensive_special_modified_bessel_i1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5176476Z test_comprehensive_special_modified_bessel_i1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5177048Z test_comprehensive_special_modified_bessel_i1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5177505Z test_comprehensive_special_modified_bessel_k0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.547s) 2022-11-23T03:45:03.5178055Z test_comprehensive_special_modified_bessel_k0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.614s) 2022-11-23T03:45:03.5178556Z test_comprehensive_special_modified_bessel_k0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.720s) 2022-11-23T03:45:03.5179020Z test_comprehensive_special_modified_bessel_k0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5179480Z test_comprehensive_special_modified_bessel_k0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5179937Z test_comprehensive_special_modified_bessel_k0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5180404Z test_comprehensive_special_modified_bessel_k0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5180863Z test_comprehensive_special_modified_bessel_k0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5181307Z test_comprehensive_special_modified_bessel_k1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.536s) 2022-11-23T03:45:03.5181777Z test_comprehensive_special_modified_bessel_k1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.528s) 2022-11-23T03:45:03.5182501Z test_comprehensive_special_modified_bessel_k1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.675s) 2022-11-23T03:45:03.5183091Z test_comprehensive_special_modified_bessel_k1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5183796Z test_comprehensive_special_modified_bessel_k1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5184267Z test_comprehensive_special_modified_bessel_k1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5184733Z test_comprehensive_special_modified_bessel_k1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5185177Z test_comprehensive_special_modified_bessel_k1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5185706Z test_comprehensive_special_ndtr_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.bfloat16 not supported (0.000s) 2022-11-23T03:45:03.5186284Z test_comprehensive_special_ndtr_cuda_bool (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.bool not supported (0.000s) 2022-11-23T03:45:03.5186854Z test_comprehensive_special_ndtr_cuda_float16 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.float16 not supported (0.000s) 2022-11-23T03:45:03.5187423Z test_comprehensive_special_ndtr_cuda_float32 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.float32 not supported (0.000s) 2022-11-23T03:45:03.5188119Z test_comprehensive_special_ndtr_cuda_float64 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.float64 not supported (0.000s) 2022-11-23T03:45:03.5188943Z test_comprehensive_special_ndtr_cuda_int16 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int16 not supported (0.000s) 2022-11-23T03:45:03.5189998Z test_comprehensive_special_ndtr_cuda_int32 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int32 not supported (0.010s) 2022-11-23T03:45:03.5190837Z test_comprehensive_special_ndtr_cuda_int64 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int64 not supported (0.000s) 2022-11-23T03:45:03.5191376Z test_comprehensive_special_ndtr_cuda_int8 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int8 not supported (0.000s) 2022-11-23T03:45:03.5191929Z test_comprehensive_special_ndtr_cuda_uint8 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.uint8 not supported (0.000s) 2022-11-23T03:45:03.5192467Z test_comprehensive_special_ndtri_cuda_bool (__main__.TestDecompCUDA) ... ok (0.920s) 2022-11-23T03:45:03.5192917Z test_comprehensive_special_ndtri_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-11-23T03:45:03.5193358Z test_comprehensive_special_ndtri_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.652s) 2022-11-23T03:45:03.5193796Z test_comprehensive_special_ndtri_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5194398Z test_comprehensive_special_ndtri_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5194838Z test_comprehensive_special_ndtri_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5195270Z test_comprehensive_special_ndtri_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5195709Z test_comprehensive_special_ndtri_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5196441Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5196984Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5197783Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:45:03.5198306Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:45:03.5198799Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5199309Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5199817Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5200330Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5200584Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5200824Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.531s) 2022-11-23T03:45:03.5201069Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.489s) 2022-11-23T03:45:03.5201311Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.676s) 2022-11-23T03:45:03.5201550Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5201785Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.5202012Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5202250Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5202601Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5202836Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.552s) 2022-11-23T03:45:03.5203229Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.510s) 2022-11-23T03:45:03.5203480Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.746s) 2022-11-23T03:45:03.5203694Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5203925Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5204300Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5204706Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5204942Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5205363Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:45:03.5205719Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:45:03.5206055Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:45:03.5206381Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:45:03.5206714Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:45:03.5207043Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:45:03.5207365Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:45:03.5207683Z test_comprehensive_special_shifted_chebyshev_polynomial_t_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:45:03.5208015Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:45:03.5208345Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:45:03.5208677Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:45:03.5208999Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:45:03.5209317Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5209642Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5210234Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5210565Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5210883Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5211330Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5211662Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5212093Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5212501Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5212842Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5213169Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5213491Z test_comprehensive_special_shifted_chebyshev_polynomial_v_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5213895Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5214475Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5215040Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5215649Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5216813Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5217781Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5218578Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5219345Z test_comprehensive_special_shifted_chebyshev_polynomial_w_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:45:03.5219832Z test_comprehensive_special_spherical_bessel_j0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.919s) 2022-11-23T03:45:03.5220308Z test_comprehensive_special_spherical_bessel_j0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5220762Z test_comprehensive_special_spherical_bessel_j0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.366s) 2022-11-23T03:45:03.5221265Z test_comprehensive_special_spherical_bessel_j0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5221489Z test_comprehensive_special_spherical_bessel_j0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5221708Z test_comprehensive_special_spherical_bessel_j0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5221942Z test_comprehensive_special_spherical_bessel_j0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5222173Z test_comprehensive_special_spherical_bessel_j0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5222391Z test_comprehensive_special_xlog1py_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-11-23T03:45:03.5222603Z test_comprehensive_special_xlog1py_cuda_bool (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:45:03.5222821Z test_comprehensive_special_xlog1py_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.345s) 2022-11-23T03:45:03.5223017Z test_comprehensive_special_xlog1py_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.225s) 2022-11-23T03:45:03.5223230Z test_comprehensive_special_xlog1py_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.296s) 2022-11-23T03:45:03.5223437Z test_comprehensive_special_xlog1py_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.5223748Z test_comprehensive_special_xlog1py_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:45:03.5223983Z test_comprehensive_special_xlog1py_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:45:03.5224194Z test_comprehensive_special_xlog1py_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.5224403Z test_comprehensive_special_xlog1py_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5224610Z test_comprehensive_special_zeta_cuda_bool (__main__.TestDecompCUDA) ... ok (5.235s) 2022-11-23T03:45:03.5224822Z test_comprehensive_special_zeta_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:45:03.5225027Z test_comprehensive_special_zeta_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.935s) 2022-11-23T03:45:03.5225232Z test_comprehensive_special_zeta_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5225434Z test_comprehensive_special_zeta_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.5225639Z test_comprehensive_special_zeta_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:45:03.5225838Z test_comprehensive_special_zeta_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.5226039Z test_comprehensive_special_zeta_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5226238Z test_comprehensive_split_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5226432Z test_comprehensive_split_cuda_bool (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:45:03.5226641Z test_comprehensive_split_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.312s) 2022-11-23T03:45:03.5226843Z test_comprehensive_split_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.5227020Z test_comprehensive_split_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.293s) 2022-11-23T03:45:03.5227224Z test_comprehensive_split_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5227422Z test_comprehensive_split_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5227617Z test_comprehensive_split_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5227808Z test_comprehensive_split_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:45:03.5228000Z test_comprehensive_split_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:45:03.5228192Z test_comprehensive_split_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:45:03.5228482Z test_comprehensive_split_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:45:03.5228670Z test_comprehensive_split_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-11-23T03:45:03.5228884Z test_comprehensive_split_list_args_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5229092Z test_comprehensive_split_list_args_cuda_bool (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5229440Z test_comprehensive_split_list_args_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.629s) 2022-11-23T03:45:03.5229713Z test_comprehensive_split_list_args_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.622s) 2022-11-23T03:45:03.5229924Z test_comprehensive_split_list_args_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5230136Z test_comprehensive_split_list_args_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.367s) 2022-11-23T03:45:03.5230471Z test_comprehensive_split_list_args_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.371s) 2022-11-23T03:45:03.5230726Z test_comprehensive_split_list_args_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5231068Z test_comprehensive_split_list_args_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5231259Z test_comprehensive_split_list_args_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.5231558Z test_comprehensive_split_list_args_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.5231790Z test_comprehensive_split_list_args_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.5232007Z test_comprehensive_split_with_sizes_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5232211Z test_comprehensive_split_with_sizes_cuda_bool (__main__.TestDecompCUDA) ... ok (0.245s) 2022-11-23T03:45:03.5232429Z test_comprehensive_split_with_sizes_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.790s) 2022-11-23T03:45:03.5232711Z test_comprehensive_split_with_sizes_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.557s) 2022-11-23T03:45:03.5233092Z test_comprehensive_split_with_sizes_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.820s) 2022-11-23T03:45:03.5233454Z test_comprehensive_split_with_sizes_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5233814Z test_comprehensive_split_with_sizes_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.474s) 2022-11-23T03:45:03.5234173Z test_comprehensive_split_with_sizes_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.488s) 2022-11-23T03:45:03.5234515Z test_comprehensive_split_with_sizes_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:45:03.5234863Z test_comprehensive_split_with_sizes_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-11-23T03:45:03.5235210Z test_comprehensive_split_with_sizes_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:45:03.5235562Z test_comprehensive_split_with_sizes_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:45:03.5235909Z test_comprehensive_split_with_sizes_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.277s) 2022-11-23T03:45:03.5236243Z test_comprehensive_sqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5236571Z test_comprehensive_sqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5236920Z test_comprehensive_sqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.573s) 2022-11-23T03:45:03.5237265Z test_comprehensive_sqrt_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.833s) 2022-11-23T03:45:03.5237583Z test_comprehensive_sqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.595s) 2022-11-23T03:45:03.5237808Z test_comprehensive_sqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5238003Z test_comprehensive_sqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-11-23T03:45:03.5238875Z test_comprehensive_sqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:45:03.5239066Z test_comprehensive_sqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.5239254Z test_comprehensive_sqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5239443Z test_comprehensive_sqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.5239636Z test_comprehensive_sqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5239819Z test_comprehensive_sqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5240018Z test_comprehensive_square_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5240211Z test_comprehensive_square_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5240417Z test_comprehensive_square_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:45:03.5240619Z test_comprehensive_square_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:45:03.5241010Z test_comprehensive_square_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5241216Z test_comprehensive_square_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.5241403Z test_comprehensive_square_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.5241700Z test_comprehensive_square_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5241919Z test_comprehensive_square_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5242094Z test_comprehensive_square_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5242285Z test_comprehensive_square_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5242475Z test_comprehensive_square_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5242678Z test_comprehensive_squeeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5242877Z test_comprehensive_squeeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:45:03.5243085Z test_comprehensive_squeeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-11-23T03:45:03.5243287Z test_comprehensive_squeeze_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:45:03.5243491Z test_comprehensive_squeeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-11-23T03:45:03.5243688Z test_comprehensive_squeeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5243883Z test_comprehensive_squeeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-11-23T03:45:03.5244072Z test_comprehensive_squeeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:45:03.5244266Z test_comprehensive_squeeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5244460Z test_comprehensive_squeeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5244658Z test_comprehensive_squeeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5244853Z test_comprehensive_squeeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5245045Z test_comprehensive_squeeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5245245Z test_comprehensive_stack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5245433Z test_comprehensive_stack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.5245619Z test_comprehensive_stack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:45:03.5245815Z test_comprehensive_stack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-11-23T03:45:03.5246007Z test_comprehensive_stack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-11-23T03:45:03.5246387Z test_comprehensive_stack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5246710Z test_comprehensive_stack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-11-23T03:45:03.5246907Z test_comprehensive_stack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:45:03.5247100Z test_comprehensive_stack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.5247444Z test_comprehensive_stack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5247764Z test_comprehensive_stack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.5247983Z test_comprehensive_stack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5248176Z test_comprehensive_stack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5248366Z test_comprehensive_std_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-11-23T03:45:03.5248566Z test_comprehensive_std_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.999s) 2022-11-23T03:45:03.5248766Z test_comprehensive_std_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.024s) 2022-11-23T03:45:03.5248958Z test_comprehensive_std_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-11-23T03:45:03.5249148Z test_comprehensive_std_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.356s) 2022-11-23T03:45:03.5249337Z test_comprehensive_std_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.308s) 2022-11-23T03:45:03.5249626Z test_comprehensive_std_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:45:03.5249839Z test_comprehensive_std_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.710s) 2022-11-23T03:45:03.5250043Z test_comprehensive_std_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.827s) 2022-11-23T03:45:03.5250244Z test_comprehensive_std_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-11-23T03:45:03.5250440Z test_comprehensive_std_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.350s) 2022-11-23T03:45:03.5250637Z test_comprehensive_std_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.345s) 2022-11-23T03:45:03.5250887Z test_comprehensive_stft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (9.199s) 2022-11-23T03:45:03.5251181Z test_comprehensive_stft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (9.389s) 2022-11-23T03:45:03.5251383Z test_comprehensive_stft_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.219s) 2022-11-23T03:45:03.5251743Z test_comprehensive_stft_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.097s) 2022-11-23T03:45:03.5251944Z test_comprehensive_sub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.5252244Z test_comprehensive_sub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.002s) 2022-11-23T03:45:03.5252449Z test_comprehensive_sub_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.519s) 2022-11-23T03:45:03.5252645Z test_comprehensive_sub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.085s) 2022-11-23T03:45:03.5252840Z test_comprehensive_sub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:45:03.5253030Z test_comprehensive_sub_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.177s) 2022-11-23T03:45:03.5253221Z test_comprehensive_sub_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.185s) 2022-11-23T03:45:03.5253408Z test_comprehensive_sub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:45:03.5253597Z test_comprehensive_sub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.233s) 2022-11-23T03:45:03.5253768Z test_comprehensive_sub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:45:03.5253956Z test_comprehensive_sub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.221s) 2022-11-23T03:45:03.5254139Z test_comprehensive_sub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.221s) 2022-11-23T03:45:03.5254330Z test_comprehensive_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:45:03.5254518Z test_comprehensive_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:45:03.5255026Z test_comprehensive_sum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.483s) 2022-11-23T03:45:03.5255300Z test_comprehensive_sum_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.248s) 2022-11-23T03:45:03.5255498Z test_comprehensive_sum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.492s) 2022-11-23T03:45:03.5255691Z test_comprehensive_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:45:03.5255879Z test_comprehensive_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.310s) 2022-11-23T03:45:03.5256068Z test_comprehensive_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.296s) 2022-11-23T03:45:03.5256255Z test_comprehensive_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:45:03.5256441Z test_comprehensive_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:45:03.5256624Z test_comprehensive_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.5256816Z test_comprehensive_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:45:03.5256997Z test_comprehensive_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.5257201Z test_comprehensive_sum_to_size_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5257382Z test_comprehensive_sum_to_size_cuda_bool (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.5257688Z test_comprehensive_sum_to_size_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.401s) 2022-11-23T03:45:03.5257918Z test_comprehensive_sum_to_size_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.420s) 2022-11-23T03:45:03.5258121Z test_comprehensive_sum_to_size_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5258322Z test_comprehensive_sum_to_size_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:45:03.5258522Z test_comprehensive_sum_to_size_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:45:03.5258723Z test_comprehensive_sum_to_size_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:45:03.5258915Z test_comprehensive_sum_to_size_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-11-23T03:45:03.5259104Z test_comprehensive_sum_to_size_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.5259301Z test_comprehensive_sum_to_size_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:45:03.5259494Z test_comprehensive_sum_to_size_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:45:03.5259693Z test_comprehensive_svd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (51.290s) 2022-11-23T03:45:03.5259892Z test_comprehensive_svd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (50.932s) 2022-11-23T03:45:03.5260084Z test_comprehensive_svd_cuda_float32 (__main__.TestDecompCUDA) ... ok (32.316s) 2022-11-23T03:45:03.5260279Z test_comprehensive_svd_cuda_float64 (__main__.TestDecompCUDA) ... ok (31.359s) 2022-11-23T03:45:03.5260556Z test_comprehensive_svd_lowrank_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (2.182s) 2022-11-23T03:45:03.5261078Z test_comprehensive_svd_lowrank_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (2.121s) 2022-11-23T03:45:03.5261440Z test_comprehensive_symeig_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.633s) 2022-11-23T03:45:03.5261781Z test_comprehensive_symeig_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.710s) 2022-11-23T03:45:03.5262087Z test_comprehensive_symeig_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.136s) 2022-11-23T03:45:03.5262421Z test_comprehensive_symeig_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.106s) 2022-11-23T03:45:03.5262761Z test_comprehensive_t_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5263079Z test_comprehensive_t_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5263410Z test_comprehensive_t_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5263766Z test_comprehensive_t_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5263959Z test_comprehensive_t_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5264146Z test_comprehensive_t_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.5264335Z test_comprehensive_t_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5264521Z test_comprehensive_t_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5264794Z test_comprehensive_t_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5265113Z test_comprehensive_t_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5265375Z test_comprehensive_t_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5265564Z test_comprehensive_t_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5265782Z test_comprehensive_take_along_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.5265987Z test_comprehensive_take_along_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5266206Z test_comprehensive_take_along_dim_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5266520Z test_comprehensive_take_along_dim_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5266735Z test_comprehensive_take_along_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.5266944Z test_comprehensive_take_along_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.5267147Z test_comprehensive_take_along_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:45:03.5267350Z test_comprehensive_take_along_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5267554Z test_comprehensive_take_along_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.5267762Z test_comprehensive_take_along_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5267965Z test_comprehensive_take_along_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.5268167Z test_comprehensive_take_along_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5268365Z test_comprehensive_take_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5268556Z test_comprehensive_take_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5268757Z test_comprehensive_take_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5268955Z test_comprehensive_take_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5269149Z test_comprehensive_take_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5269346Z test_comprehensive_take_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5269539Z test_comprehensive_take_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5269727Z test_comprehensive_take_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5269917Z test_comprehensive_take_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5270106Z test_comprehensive_take_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5270294Z test_comprehensive_take_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5270460Z test_comprehensive_take_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5270652Z test_comprehensive_tan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5270839Z test_comprehensive_tan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.5271038Z test_comprehensive_tan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.735s) 2022-11-23T03:45:03.5271340Z test_comprehensive_tan_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-11-23T03:45:03.5271539Z test_comprehensive_tan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.717s) 2022-11-23T03:45:03.5271733Z test_comprehensive_tan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5271927Z test_comprehensive_tan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.320s) 2022-11-23T03:45:03.5272119Z test_comprehensive_tan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.308s) 2022-11-23T03:45:03.5272306Z test_comprehensive_tan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5272491Z test_comprehensive_tan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5272675Z test_comprehensive_tan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.5272862Z test_comprehensive_tan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5273053Z test_comprehensive_tan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.5273247Z test_comprehensive_tanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5273430Z test_comprehensive_tanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5273628Z test_comprehensive_tanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.383s) 2022-11-23T03:45:03.5273881Z test_comprehensive_tanh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.5274101Z test_comprehensive_tanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.381s) 2022-11-23T03:45:03.5274297Z test_comprehensive_tanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5274491Z test_comprehensive_tanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5274684Z test_comprehensive_tanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.5274878Z test_comprehensive_tanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5275066Z test_comprehensive_tanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.5275256Z test_comprehensive_tanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5275443Z test_comprehensive_tanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.5275633Z test_comprehensive_tanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.5275840Z test_comprehensive_tensor_split_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:45:03.5276040Z test_comprehensive_tensor_split_cuda_bool (__main__.TestDecompCUDA) ... ok (0.662s) 2022-11-23T03:45:03.5276254Z test_comprehensive_tensor_split_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.352s) 2022-11-23T03:45:03.5276465Z test_comprehensive_tensor_split_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.379s) 2022-11-23T03:45:03.5276676Z test_comprehensive_tensor_split_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:45:03.5276880Z test_comprehensive_tensor_split_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.040s) 2022-11-23T03:45:03.5277086Z test_comprehensive_tensor_split_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.980s) 2022-11-23T03:45:03.5277287Z test_comprehensive_tensor_split_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.640s) 2022-11-23T03:45:03.5277487Z test_comprehensive_tensor_split_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.629s) 2022-11-23T03:45:03.5277663Z test_comprehensive_tensor_split_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.618s) 2022-11-23T03:45:03.5277864Z test_comprehensive_tensor_split_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.608s) 2022-11-23T03:45:03.5278261Z test_comprehensive_tensor_split_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.619s) 2022-11-23T03:45:03.5278486Z test_comprehensive_tensordot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.5278807Z test_comprehensive_tensordot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-11-23T03:45:03.5279019Z test_comprehensive_tensordot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.239s) 2022-11-23T03:45:03.5279400Z test_comprehensive_tensordot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5279757Z test_comprehensive_tensordot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-11-23T03:45:03.5279963Z test_comprehensive_tensordot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:45:03.5280163Z test_comprehensive_tile_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-11-23T03:45:03.5280354Z test_comprehensive_tile_cuda_bool (__main__.TestDecompCUDA) ... ok (0.087s) 2022-11-23T03:45:03.5280558Z test_comprehensive_tile_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.502s) 2022-11-23T03:45:03.5280757Z test_comprehensive_tile_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.540s) 2022-11-23T03:45:03.5280954Z test_comprehensive_tile_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:45:03.5281145Z test_comprehensive_tile_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.347s) 2022-11-23T03:45:03.5281337Z test_comprehensive_tile_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.321s) 2022-11-23T03:45:03.5281528Z test_comprehensive_tile_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:45:03.5282176Z test_comprehensive_tile_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:45:03.5282398Z test_comprehensive_tile_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-11-23T03:45:03.5282591Z test_comprehensive_tile_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:45:03.5282778Z test_comprehensive_tile_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-11-23T03:45:03.5282972Z test_comprehensive_to_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-11-23T03:45:03.5283166Z test_comprehensive_to_cuda_bool (__main__.TestDecompCUDA) ... ok (2.347s) 2022-11-23T03:45:03.5283367Z test_comprehensive_to_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.437s) 2022-11-23T03:45:03.5283563Z test_comprehensive_to_cuda_complex64 (__main__.TestDecompCUDA) ... ok (8.466s) 2022-11-23T03:45:03.5283752Z test_comprehensive_to_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:45:03.5283941Z test_comprehensive_to_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.301s) 2022-11-23T03:45:03.5284129Z test_comprehensive_to_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.217s) 2022-11-23T03:45:03.5284314Z test_comprehensive_to_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.443s) 2022-11-23T03:45:03.5284502Z test_comprehensive_to_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.383s) 2022-11-23T03:45:03.5284685Z test_comprehensive_to_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.414s) 2022-11-23T03:45:03.5284870Z test_comprehensive_to_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.339s) 2022-11-23T03:45:03.5285054Z test_comprehensive_to_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.315s) 2022-11-23T03:45:03.5285259Z test_comprehensive_to_sparse_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5285459Z test_comprehensive_to_sparse_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5285671Z test_comprehensive_to_sparse_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5285861Z test_comprehensive_to_sparse_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5286063Z test_comprehensive_to_sparse_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5286264Z test_comprehensive_to_sparse_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5286459Z test_comprehensive_to_sparse_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5286660Z test_comprehensive_to_sparse_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5286974Z test_comprehensive_to_sparse_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5287168Z test_comprehensive_to_sparse_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5287365Z test_comprehensive_to_sparse_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5287567Z test_comprehensive_to_sparse_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5287762Z test_comprehensive_topk_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5287958Z test_comprehensive_topk_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.5288153Z test_comprehensive_topk_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5288348Z test_comprehensive_topk_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.5288542Z test_comprehensive_topk_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5288735Z test_comprehensive_topk_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5288922Z test_comprehensive_topk_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5289110Z test_comprehensive_topk_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5289298Z test_comprehensive_topk_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5289554Z test_comprehensive_trace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5289824Z test_comprehensive_trace_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5290029Z test_comprehensive_trace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.5290232Z test_comprehensive_trace_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5290431Z test_comprehensive_trace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.5290636Z test_comprehensive_trace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5290831Z test_comprehensive_trace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5291024Z test_comprehensive_trace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.5291216Z test_comprehensive_trace_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5291410Z test_comprehensive_trace_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5291599Z test_comprehensive_trace_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5291789Z test_comprehensive_trace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5291978Z test_comprehensive_trace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5292186Z test_comprehensive_transpose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5292389Z test_comprehensive_transpose_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5292598Z test_comprehensive_transpose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.278s) 2022-11-23T03:45:03.5292808Z test_comprehensive_transpose_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:45:03.5293015Z test_comprehensive_transpose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.292s) 2022-11-23T03:45:03.5293204Z test_comprehensive_transpose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5293408Z test_comprehensive_transpose_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5293611Z test_comprehensive_transpose_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-11-23T03:45:03.5293809Z test_comprehensive_transpose_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5294003Z test_comprehensive_transpose_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5294305Z test_comprehensive_transpose_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5294502Z test_comprehensive_transpose_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.5294703Z test_comprehensive_transpose_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.5294911Z test_comprehensive_trapezoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:45:03.5295127Z test_comprehensive_trapezoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.058s) 2022-11-23T03:45:03.5295335Z test_comprehensive_trapezoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.127s) 2022-11-23T03:45:03.5295537Z test_comprehensive_trapezoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-11-23T03:45:03.5295737Z test_comprehensive_trapezoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.187s) 2022-11-23T03:45:03.5295934Z test_comprehensive_trapezoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.117s) 2022-11-23T03:45:03.5296134Z test_comprehensive_trapezoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.208s) 2022-11-23T03:45:03.5296327Z test_comprehensive_trapezoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-11-23T03:45:03.5296516Z test_comprehensive_trapezoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:45:03.5296784Z test_comprehensive_trapezoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.239s) 2022-11-23T03:45:03.5296984Z test_comprehensive_trapezoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-11-23T03:45:03.5297182Z test_comprehensive_trapz_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:45:03.5297388Z test_comprehensive_trapz_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.001s) 2022-11-23T03:45:03.5297583Z test_comprehensive_trapz_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.117s) 2022-11-23T03:45:03.5297778Z test_comprehensive_trapz_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:45:03.5297978Z test_comprehensive_trapz_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.174s) 2022-11-23T03:45:03.5298173Z test_comprehensive_trapz_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.122s) 2022-11-23T03:45:03.5298364Z test_comprehensive_trapz_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.223s) 2022-11-23T03:45:03.5298554Z test_comprehensive_trapz_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:45:03.5298747Z test_comprehensive_trapz_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:45:03.5298935Z test_comprehensive_trapz_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.217s) 2022-11-23T03:45:03.5299123Z test_comprehensive_trapz_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:45:03.5299346Z test_comprehensive_triangular_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.696s) 2022-11-23T03:45:03.5299567Z test_comprehensive_triangular_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.728s) 2022-11-23T03:45:03.5299783Z test_comprehensive_triangular_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.411s) 2022-11-23T03:45:03.5299996Z test_comprehensive_triangular_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.426s) 2022-11-23T03:45:03.5300184Z test_comprehensive_tril_cuda_bool (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.5300383Z test_comprehensive_tril_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.827s) 2022-11-23T03:45:03.5300583Z test_comprehensive_tril_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.421s) 2022-11-23T03:45:03.5300755Z test_comprehensive_tril_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.862s) 2022-11-23T03:45:03.5300949Z test_comprehensive_tril_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5301142Z test_comprehensive_tril_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.496s) 2022-11-23T03:45:03.5301334Z test_comprehensive_tril_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.472s) 2022-11-23T03:45:03.5301619Z test_comprehensive_tril_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.5301808Z test_comprehensive_tril_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5302000Z test_comprehensive_tril_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5302191Z test_comprehensive_tril_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5302380Z test_comprehensive_tril_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:45:03.5302582Z test_comprehensive_tril_indices_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5302778Z test_comprehensive_tril_indices_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5302965Z test_comprehensive_triu_cuda_bool (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5303166Z test_comprehensive_triu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.822s) 2022-11-23T03:45:03.5303368Z test_comprehensive_triu_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.428s) 2022-11-23T03:45:03.5303563Z test_comprehensive_triu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.844s) 2022-11-23T03:45:03.5303755Z test_comprehensive_triu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5303946Z test_comprehensive_triu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.471s) 2022-11-23T03:45:03.5304208Z test_comprehensive_triu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.489s) 2022-11-23T03:45:03.5304397Z test_comprehensive_triu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.5304585Z test_comprehensive_triu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.5304772Z test_comprehensive_triu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.5304959Z test_comprehensive_triu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5305149Z test_comprehensive_triu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:45:03.5305352Z test_comprehensive_triu_indices_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5305553Z test_comprehensive_triu_indices_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5305761Z test_comprehensive_true_divide_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.5305964Z test_comprehensive_true_divide_cuda_bool (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.5306176Z test_comprehensive_true_divide_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.805s) 2022-11-23T03:45:03.5306386Z test_comprehensive_true_divide_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.454s) 2022-11-23T03:45:03.5306594Z test_comprehensive_true_divide_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.847s) 2022-11-23T03:45:03.5306799Z test_comprehensive_true_divide_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:45:03.5307007Z test_comprehensive_true_divide_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.868s) 2022-11-23T03:45:03.5307209Z test_comprehensive_true_divide_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.905s) 2022-11-23T03:45:03.5307410Z test_comprehensive_true_divide_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-11-23T03:45:03.5307600Z test_comprehensive_true_divide_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.5307790Z test_comprehensive_true_divide_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.5307970Z test_comprehensive_true_divide_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.5308161Z test_comprehensive_true_divide_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.5308356Z test_comprehensive_trunc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5308548Z test_comprehensive_trunc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5308840Z test_comprehensive_trunc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5309037Z test_comprehensive_trunc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5309230Z test_comprehensive_trunc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5309422Z test_comprehensive_trunc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5309615Z test_comprehensive_trunc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5309804Z test_comprehensive_trunc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.5309992Z test_comprehensive_trunc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5310195Z test_comprehensive_unbind_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.5310384Z test_comprehensive_unbind_cuda_bool (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.5310595Z test_comprehensive_unbind_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.704s) 2022-11-23T03:45:03.5310798Z test_comprehensive_unbind_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.505s) 2022-11-23T03:45:03.5310996Z test_comprehensive_unbind_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.759s) 2022-11-23T03:45:03.5311193Z test_comprehensive_unbind_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.5311453Z test_comprehensive_unbind_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.426s) 2022-11-23T03:45:03.5311642Z test_comprehensive_unbind_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.411s) 2022-11-23T03:45:03.5311838Z test_comprehensive_unbind_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.5312030Z test_comprehensive_unbind_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.5312221Z test_comprehensive_unbind_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.5312416Z test_comprehensive_unbind_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5312612Z test_comprehensive_unbind_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5312819Z test_comprehensive_unflatten_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5313018Z test_comprehensive_unflatten_cuda_bool (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5313229Z test_comprehensive_unflatten_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.284s) 2022-11-23T03:45:03.5313436Z test_comprehensive_unflatten_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-11-23T03:45:03.5313641Z test_comprehensive_unflatten_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.289s) 2022-11-23T03:45:03.5313844Z test_comprehensive_unflatten_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.5314042Z test_comprehensive_unflatten_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.5314247Z test_comprehensive_unflatten_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5314447Z test_comprehensive_unflatten_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.5314639Z test_comprehensive_unflatten_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5314830Z test_comprehensive_unflatten_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.5315026Z test_comprehensive_unflatten_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.5315219Z test_comprehensive_unflatten_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.5315409Z test_comprehensive_unfold_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:45:03.5315608Z test_comprehensive_unfold_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (1.419s) 2022-11-23T03:45:03.5315817Z test_comprehensive_unfold_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.218s) 2022-11-23T03:45:03.5316125Z test_comprehensive_unfold_copy_cuda_complex32 (__main__.TestDecompCUDA) ... ok (3.360s) 2022-11-23T03:45:03.5316335Z test_comprehensive_unfold_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (8.236s) 2022-11-23T03:45:03.5316539Z test_comprehensive_unfold_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:45:03.5316747Z test_comprehensive_unfold_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.065s) 2022-11-23T03:45:03.5316953Z test_comprehensive_unfold_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.964s) 2022-11-23T03:45:03.5317155Z test_comprehensive_unfold_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.436s) 2022-11-23T03:45:03.5317351Z test_comprehensive_unfold_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.432s) 2022-11-23T03:45:03.5317549Z test_comprehensive_unfold_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.403s) 2022-11-23T03:45:03.5317750Z test_comprehensive_unfold_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.453s) 2022-11-23T03:45:03.5317949Z test_comprehensive_unfold_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.366s) 2022-11-23T03:45:03.5318147Z test_comprehensive_unfold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:45:03.5318339Z test_comprehensive_unfold_cuda_bool (__main__.TestDecompCUDA) ... ok (1.417s) 2022-11-23T03:45:03.5318611Z test_comprehensive_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.885s) 2022-11-23T03:45:03.5318835Z test_comprehensive_unfold_cuda_complex32 (__main__.TestDecompCUDA) ... ok (3.357s) 2022-11-23T03:45:03.5319033Z test_comprehensive_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (8.958s) 2022-11-23T03:45:03.5319211Z test_comprehensive_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-11-23T03:45:03.5319402Z test_comprehensive_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.604s) 2022-11-23T03:45:03.5319590Z test_comprehensive_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.517s) 2022-11-23T03:45:03.5319791Z test_comprehensive_unfold_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.467s) 2022-11-23T03:45:03.5319984Z test_comprehensive_unfold_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.453s) 2022-11-23T03:45:03.5320175Z test_comprehensive_unfold_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.486s) 2022-11-23T03:45:03.5320369Z test_comprehensive_unfold_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.374s) 2022-11-23T03:45:03.5320561Z test_comprehensive_unfold_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.414s) 2022-11-23T03:45:03.5320760Z test_comprehensive_uniform_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5320968Z test_comprehensive_uniform_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5321166Z test_comprehensive_uniform_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5321361Z test_comprehensive_uniform_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5321557Z test_comprehensive_uniform_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5321746Z test_comprehensive_uniform_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5321959Z test_comprehensive_unique_consecutive_cuda_bool (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:45:03.5322184Z test_comprehensive_unique_consecutive_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-11-23T03:45:03.5322401Z test_comprehensive_unique_consecutive_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:45:03.5322617Z test_comprehensive_unique_consecutive_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:45:03.5322832Z test_comprehensive_unique_consecutive_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.158s) 2022-11-23T03:45:03.5323027Z test_comprehensive_unique_consecutive_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.5323333Z test_comprehensive_unique_consecutive_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:45:03.5323545Z test_comprehensive_unique_consecutive_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-11-23T03:45:03.5323752Z test_comprehensive_unique_consecutive_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-11-23T03:45:03.5323945Z test_comprehensive_unique_cuda_bool (__main__.TestDecompCUDA) ... ok (0.315s) 2022-11-23T03:45:03.5324146Z test_comprehensive_unique_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.313s) 2022-11-23T03:45:03.5324344Z test_comprehensive_unique_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.336s) 2022-11-23T03:45:03.5324534Z test_comprehensive_unique_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.309s) 2022-11-23T03:45:03.5324727Z test_comprehensive_unique_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.298s) 2022-11-23T03:45:03.5324918Z test_comprehensive_unique_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.339s) 2022-11-23T03:45:03.5325110Z test_comprehensive_unique_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.312s) 2022-11-23T03:45:03.5325301Z test_comprehensive_unique_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.305s) 2022-11-23T03:45:03.5325489Z test_comprehensive_unique_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.305s) 2022-11-23T03:45:03.5325695Z test_comprehensive_unsqueeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5325964Z test_comprehensive_unsqueeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5326193Z test_comprehensive_unsqueeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.353s) 2022-11-23T03:45:03.5326405Z test_comprehensive_unsqueeze_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:45:03.5326609Z test_comprehensive_unsqueeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.362s) 2022-11-23T03:45:03.5326793Z test_comprehensive_unsqueeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5326993Z test_comprehensive_unsqueeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:45:03.5327185Z test_comprehensive_unsqueeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:45:03.5327387Z test_comprehensive_unsqueeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5327580Z test_comprehensive_unsqueeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:45:03.5327783Z test_comprehensive_unsqueeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5327987Z test_comprehensive_unsqueeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:45:03.5328181Z test_comprehensive_unsqueeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.5328377Z test_comprehensive_var_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:45:03.5328577Z test_comprehensive_var_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.799s) 2022-11-23T03:45:03.5328778Z test_comprehensive_var_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.808s) 2022-11-23T03:45:03.5328969Z test_comprehensive_var_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-11-23T03:45:03.5329160Z test_comprehensive_var_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.114s) 2022-11-23T03:45:03.5329347Z test_comprehensive_var_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.108s) 2022-11-23T03:45:03.5329553Z test_comprehensive_var_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-11-23T03:45:03.5329757Z test_comprehensive_var_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.604s) 2022-11-23T03:45:03.5329958Z test_comprehensive_var_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.576s) 2022-11-23T03:45:03.5330158Z test_comprehensive_var_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.156s) 2022-11-23T03:45:03.5330347Z test_comprehensive_var_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.106s) 2022-11-23T03:45:03.5330612Z test_comprehensive_var_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.113s) 2022-11-23T03:45:03.5330815Z test_comprehensive_vdot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5331016Z test_comprehensive_vdot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:45:03.5331215Z test_comprehensive_vdot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-11-23T03:45:03.5331415Z test_comprehensive_vdot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5331609Z test_comprehensive_vdot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5331800Z test_comprehensive_vdot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5332009Z test_comprehensive_view_as_complex_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5332217Z test_comprehensive_view_as_complex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5332425Z test_comprehensive_view_as_complex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5332620Z test_comprehensive_view_as_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5332810Z test_comprehensive_view_as_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5333089Z test_comprehensive_view_as_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.221s) 2022-11-23T03:45:03.5333312Z test_comprehensive_view_as_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:45:03.5333509Z test_comprehensive_view_as_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-11-23T03:45:03.5333706Z test_comprehensive_view_as_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5333903Z test_comprehensive_view_as_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-11-23T03:45:03.5334098Z test_comprehensive_view_as_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:45:03.5334279Z test_comprehensive_view_as_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.5334471Z test_comprehensive_view_as_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5334664Z test_comprehensive_view_as_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.5334862Z test_comprehensive_view_as_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5335249Z test_comprehensive_view_as_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5335465Z test_comprehensive_view_as_real_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5335675Z test_comprehensive_view_as_real_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5336018Z test_comprehensive_view_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5336222Z test_comprehensive_view_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5336427Z test_comprehensive_view_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5336760Z test_comprehensive_view_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-11-23T03:45:03.5336961Z test_comprehensive_view_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:45:03.5337163Z test_comprehensive_view_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5337356Z test_comprehensive_view_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5337546Z test_comprehensive_view_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5337742Z test_comprehensive_view_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5337938Z test_comprehensive_view_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5338131Z test_comprehensive_view_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5338435Z test_comprehensive_view_cuda_bool (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:45:03.5338611Z test_comprehensive_view_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.506s) 2022-11-23T03:45:03.5338807Z test_comprehensive_view_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.273s) 2022-11-23T03:45:03.5339007Z test_comprehensive_view_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.521s) 2022-11-23T03:45:03.5339200Z test_comprehensive_view_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5339395Z test_comprehensive_view_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.292s) 2022-11-23T03:45:03.5339587Z test_comprehensive_view_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.284s) 2022-11-23T03:45:03.5339776Z test_comprehensive_view_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.5339966Z test_comprehensive_view_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:45:03.5340155Z test_comprehensive_view_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:45:03.5340341Z test_comprehensive_view_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:45:03.5340527Z test_comprehensive_view_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:45:03.5340725Z test_comprehensive_vsplit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5340992Z test_comprehensive_vsplit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:45:03.5341222Z test_comprehensive_vsplit_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.504s) 2022-11-23T03:45:03.5341424Z test_comprehensive_vsplit_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:45:03.5341622Z test_comprehensive_vsplit_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.535s) 2022-11-23T03:45:03.5341824Z test_comprehensive_vsplit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5342002Z test_comprehensive_vsplit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.322s) 2022-11-23T03:45:03.5342193Z test_comprehensive_vsplit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.312s) 2022-11-23T03:45:03.5342387Z test_comprehensive_vsplit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-11-23T03:45:03.5342584Z test_comprehensive_vsplit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:45:03.5342779Z test_comprehensive_vsplit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:45:03.5342973Z test_comprehensive_vsplit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-11-23T03:45:03.5343162Z test_comprehensive_vsplit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-11-23T03:45:03.5343359Z test_comprehensive_vstack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5343554Z test_comprehensive_vstack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.5343758Z test_comprehensive_vstack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-11-23T03:45:03.5343957Z test_comprehensive_vstack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-11-23T03:45:03.5344155Z test_comprehensive_vstack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:45:03.5344351Z test_comprehensive_vstack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5344545Z test_comprehensive_vstack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-11-23T03:45:03.5344742Z test_comprehensive_vstack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-11-23T03:45:03.5344930Z test_comprehensive_vstack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5345123Z test_comprehensive_vstack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5345314Z test_comprehensive_vstack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5345584Z test_comprehensive_vstack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5345776Z test_comprehensive_vstack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5345974Z test_comprehensive_where_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5346162Z test_comprehensive_where_cuda_bool (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.5346364Z test_comprehensive_where_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.654s) 2022-11-23T03:45:03.5346566Z test_comprehensive_where_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.386s) 2022-11-23T03:45:03.5346760Z test_comprehensive_where_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.657s) 2022-11-23T03:45:03.5346953Z test_comprehensive_where_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5347147Z test_comprehensive_where_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.519s) 2022-11-23T03:45:03.5347346Z test_comprehensive_where_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.488s) 2022-11-23T03:45:03.5347533Z test_comprehensive_where_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5347722Z test_comprehensive_where_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5347909Z test_comprehensive_where_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.5348167Z test_comprehensive_where_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:45:03.5348377Z test_comprehensive_where_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.5348575Z test_comprehensive_xlogy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.329s) 2022-11-23T03:45:03.5348767Z test_comprehensive_xlogy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.5348963Z test_comprehensive_xlogy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.327s) 2022-11-23T03:45:03.5349136Z test_comprehensive_xlogy_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.158s) 2022-11-23T03:45:03.5349334Z test_comprehensive_xlogy_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.157s) 2022-11-23T03:45:03.5349523Z test_comprehensive_xlogy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-11-23T03:45:03.5349710Z test_comprehensive_xlogy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5349897Z test_comprehensive_xlogy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.5350088Z test_comprehensive_xlogy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.5350278Z test_comprehensive_xlogy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5350477Z test_comprehensive_zero__cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5350945Z test_comprehensive_zero__cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5351348Z test_comprehensive_zero__cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5351758Z test_comprehensive_zero__cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5352126Z test_comprehensive_zero__cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5352379Z test_comprehensive_zero__cuda_float32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.5352579Z test_comprehensive_zero__cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.5352773Z test_comprehensive_zero__cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5352964Z test_comprehensive_zero__cuda_int32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5353152Z test_comprehensive_zero__cuda_int64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5353340Z test_comprehensive_zero__cuda_int8 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.5353524Z test_comprehensive_zero__cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5353899Z test_comprehensive_zeros_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5354090Z test_comprehensive_zeros_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5354274Z test_comprehensive_zeros_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5354472Z test_comprehensive_zeros_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5354671Z test_comprehensive_zeros_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5354867Z test_comprehensive_zeros_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5355062Z test_comprehensive_zeros_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5355255Z test_comprehensive_zeros_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5355444Z test_comprehensive_zeros_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5355634Z test_comprehensive_zeros_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5355826Z test_comprehensive_zeros_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5356014Z test_comprehensive_zeros_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5356201Z test_comprehensive_zeros_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5356493Z test_comprehensive_zeros_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5356717Z test_comprehensive_zeros_like_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5356928Z test_comprehensive_zeros_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5357139Z test_comprehensive_zeros_like_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5357342Z test_comprehensive_zeros_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5357549Z test_comprehensive_zeros_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5357751Z test_comprehensive_zeros_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5357932Z test_comprehensive_zeros_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5358129Z test_comprehensive_zeros_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5358329Z test_comprehensive_zeros_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5358518Z test_comprehensive_zeros_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5358712Z test_comprehensive_zeros_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5358902Z test_comprehensive_zeros_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5359112Z test_quick__softmax_backward_data_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5359322Z test_quick__softmax_backward_data_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5359526Z test_quick__softmax_backward_data_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-11-23T03:45:03.5359726Z test_quick__softmax_backward_data_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-11-23T03:45:03.5359910Z test_quick_abs_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5360087Z test_quick_abs_cuda_bool (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.5360269Z test_quick_abs_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:45:03.5360449Z test_quick_abs_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-11-23T03:45:03.5360629Z test_quick_abs_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:45:03.5360805Z test_quick_abs_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5361568Z test_quick_abs_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5361743Z test_quick_abs_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5361897Z test_quick_abs_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5362066Z test_quick_abs_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5362230Z test_quick_abs_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5362406Z test_quick_abs_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5362571Z test_quick_abs_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.5362749Z test_quick_acos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5362922Z test_quick_acos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5363106Z test_quick_acos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.5363293Z test_quick_acos_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.5363474Z test_quick_acos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5363651Z test_quick_acos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5363826Z test_quick_acos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5364085Z test_quick_acos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5364284Z test_quick_acos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5364456Z test_quick_acos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5364627Z test_quick_acos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5364780Z test_quick_acos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5364952Z test_quick_acos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5365137Z test_quick_acosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5365309Z test_quick_acosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5365495Z test_quick_acosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5365678Z test_quick_acosh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5365865Z test_quick_acosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5366047Z test_quick_acosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5366220Z test_quick_acosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5366394Z test_quick_acosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5366566Z test_quick_acosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5366741Z test_quick_acosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5366918Z test_quick_acosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5367088Z test_quick_acosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5367261Z test_quick_acosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5367437Z test_quick_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5367611Z test_quick_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:45:03.5367774Z test_quick_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.501s) 2022-11-23T03:45:03.5367954Z test_quick_add_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.546s) 2022-11-23T03:45:03.5368132Z test_quick_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.514s) 2022-11-23T03:45:03.5368304Z test_quick_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5368478Z test_quick_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.316s) 2022-11-23T03:45:03.5368747Z test_quick_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.313s) 2022-11-23T03:45:03.5368921Z test_quick_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-11-23T03:45:03.5369090Z test_quick_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:45:03.5369254Z test_quick_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.5369428Z test_quick_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-11-23T03:45:03.5369592Z test_quick_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:45:03.5369777Z test_quick_addcdiv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.5369970Z test_quick_addcdiv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.396s) 2022-11-23T03:45:03.5370158Z test_quick_addcdiv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.400s) 2022-11-23T03:45:03.5370339Z test_quick_addcdiv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.5370525Z test_quick_addcdiv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-11-23T03:45:03.5370700Z test_quick_addcdiv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:45:03.5370867Z test_quick_addcmul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.5371053Z test_quick_addcmul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.397s) 2022-11-23T03:45:03.5371308Z test_quick_addcmul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.426s) 2022-11-23T03:45:03.5371509Z test_quick_addcmul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.5371691Z test_quick_addcmul_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-11-23T03:45:03.5371866Z test_quick_addcmul_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-11-23T03:45:03.5372046Z test_quick_addcmul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:45:03.5372221Z test_quick_addcmul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:45:03.5372403Z test_quick_addcmul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:45:03.5372580Z test_quick_addcmul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.5372758Z test_quick_addcmul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:45:03.5372936Z test_quick_addmm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5373125Z test_quick_addmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:45:03.5373307Z test_quick_addmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-11-23T03:45:03.5373481Z test_quick_addmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5373658Z test_quick_addmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5373832Z test_quick_addmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.5374017Z test_quick_addmm_decomposed_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5374229Z test_quick_addmm_decomposed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:45:03.5374431Z test_quick_addmm_decomposed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:45:03.5374632Z test_quick_addmm_decomposed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5374829Z test_quick_addmm_decomposed_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5375020Z test_quick_addmm_decomposed_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5375197Z test_quick_addr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5375373Z test_quick_addr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.5375559Z test_quick_addr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.5375743Z test_quick_addr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.5376020Z test_quick_addr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5376200Z test_quick_addr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.5376374Z test_quick_addr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.5376549Z test_quick_addr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5376726Z test_quick_addr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5376897Z test_quick_addr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5377071Z test_quick_addr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.5377223Z test_quick_addr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5377397Z test_quick_all_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5377570Z test_quick_all_cuda_bool (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.5377754Z test_quick_all_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.5377934Z test_quick_all_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:45:03.5378109Z test_quick_all_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.5378284Z test_quick_all_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:45:03.5378526Z test_quick_all_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:45:03.5378718Z test_quick_all_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.5378887Z test_quick_all_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.5379053Z test_quick_all_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5379222Z test_quick_all_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.5379387Z test_quick_all_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5379569Z test_quick_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5379735Z test_quick_amax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:45:03.5379909Z test_quick_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.5380067Z test_quick_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:45:03.5380244Z test_quick_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:45:03.5380420Z test_quick_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.5380590Z test_quick_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5380758Z test_quick_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5380929Z test_quick_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.5381101Z test_quick_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.5381282Z test_quick_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5381455Z test_quick_amin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5381635Z test_quick_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.5381806Z test_quick_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:45:03.5381982Z test_quick_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:45:03.5382152Z test_quick_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5382322Z test_quick_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:45:03.5382491Z test_quick_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.5382661Z test_quick_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5382829Z test_quick_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5383089Z test_quick_any_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.5383265Z test_quick_any_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5383448Z test_quick_any_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-11-23T03:45:03.5383631Z test_quick_any_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:45:03.5383811Z test_quick_any_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.5383982Z test_quick_any_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-11-23T03:45:03.5384160Z test_quick_any_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:45:03.5384331Z test_quick_any_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5384498Z test_quick_any_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5384662Z test_quick_any_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5384836Z test_quick_any_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5385005Z test_quick_any_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.5385189Z test_quick_arange_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5385371Z test_quick_arange_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5385624Z test_quick_arange_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5385827Z test_quick_arange_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.5386004Z test_quick_arange_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.5386160Z test_quick_arange_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5386337Z test_quick_arange_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5386515Z test_quick_arange_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5386695Z test_quick_arange_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5386874Z test_quick_asin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5387046Z test_quick_asin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5387228Z test_quick_asin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.5387411Z test_quick_asin_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.5387591Z test_quick_asin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.5387769Z test_quick_asin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5387942Z test_quick_asin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5388115Z test_quick_asin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5388287Z test_quick_asin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5388464Z test_quick_asin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5388636Z test_quick_asin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5388807Z test_quick_asin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.5388959Z test_quick_asin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5389139Z test_quick_asinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5389310Z test_quick_asinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5389496Z test_quick_asinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.5389737Z test_quick_asinh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.5389926Z test_quick_asinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:45:03.5390103Z test_quick_asinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5390392Z test_quick_asinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:45:03.5390564Z test_quick_asinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5390740Z test_quick_asinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5390916Z test_quick_asinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5391092Z test_quick_asinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5391264Z test_quick_asinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5391437Z test_quick_asinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5391618Z test_quick_atan2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5391788Z test_quick_atan2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.5391963Z test_quick_atan2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5392125Z test_quick_atan2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.273s) 2022-11-23T03:45:03.5392300Z test_quick_atan2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-11-23T03:45:03.5392473Z test_quick_atan2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.223s) 2022-11-23T03:45:03.5392641Z test_quick_atan2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-11-23T03:45:03.5392886Z test_quick_atan2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:45:03.5393084Z test_quick_atan2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.5393259Z test_quick_atan2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5393437Z test_quick_atan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5393612Z test_quick_atan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.5393799Z test_quick_atan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.5393986Z test_quick_atan_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-11-23T03:45:03.5394166Z test_quick_atan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-11-23T03:45:03.5394343Z test_quick_atan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5394518Z test_quick_atan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.5394696Z test_quick_atan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5394869Z test_quick_atan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.5395039Z test_quick_atan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5395192Z test_quick_atan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5395365Z test_quick_atan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.5395536Z test_quick_atan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5395720Z test_quick_atanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5395892Z test_quick_atanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5396077Z test_quick_atanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.5396262Z test_quick_atanh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:45:03.5396449Z test_quick_atanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:45:03.5396626Z test_quick_atanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5396803Z test_quick_atanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.5396975Z test_quick_atanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.5397149Z test_quick_atanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.5397322Z test_quick_atanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5397592Z test_quick_atanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5397769Z test_quick_atanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5397939Z test_quick_atanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5398104Z test_quick_bitwise_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:45:03.5398291Z test_quick_bitwise_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.5398474Z test_quick_bitwise_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.5398655Z test_quick_bitwise_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5398835Z test_quick_bitwise_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5399014Z test_quick_bitwise_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5399210Z test_quick_bitwise_left_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.5399403Z test_quick_bitwise_left_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.5399587Z test_quick_bitwise_left_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.5399779Z test_quick_bitwise_left_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.5400354Z test_quick_bitwise_left_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5400595Z test_quick_bitwise_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5400781Z test_quick_bitwise_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5400963Z test_quick_bitwise_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5401143Z test_quick_bitwise_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5401326Z test_quick_bitwise_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5401509Z test_quick_bitwise_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5401692Z test_quick_bitwise_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5401854Z test_quick_bitwise_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.5402036Z test_quick_bitwise_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5402216Z test_quick_bitwise_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5402395Z test_quick_bitwise_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5402572Z test_quick_bitwise_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5402776Z test_quick_bitwise_right_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5402976Z test_quick_bitwise_right_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5403174Z test_quick_bitwise_right_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5403370Z test_quick_bitwise_right_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5403563Z test_quick_bitwise_right_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.5403747Z test_quick_bitwise_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.5403930Z test_quick_bitwise_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:45:03.5404112Z test_quick_bitwise_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.5404292Z test_quick_bitwise_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5404471Z test_quick_bitwise_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5404650Z test_quick_bitwise_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5404946Z test_quick_bucketize_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-11-23T03:45:03.5405128Z test_quick_bucketize_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-11-23T03:45:03.5405310Z test_quick_bucketize_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.333s) 2022-11-23T03:45:03.5405474Z test_quick_bucketize_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:45:03.5405658Z test_quick_bucketize_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:45:03.5405837Z test_quick_bucketize_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:45:03.5406019Z test_quick_bucketize_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:45:03.5406196Z test_quick_bucketize_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.5406374Z test_quick_cat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5406549Z test_quick_cat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.5406735Z test_quick_cat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.5406915Z test_quick_cat_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5407092Z test_quick_cat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:45:03.5407267Z test_quick_cat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5407513Z test_quick_cat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:45:03.5407711Z test_quick_cat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:45:03.5407885Z test_quick_cat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.5408050Z test_quick_cat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:45:03.5408213Z test_quick_cat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.5408383Z test_quick_cat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.5408532Z test_quick_cat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.5408714Z test_quick_ceil_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5408888Z test_quick_ceil_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5409059Z test_quick_ceil_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:45:03.5409238Z test_quick_ceil_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5409410Z test_quick_ceil_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5409582Z test_quick_ceil_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.5409752Z test_quick_ceil_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5409924Z test_quick_ceil_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5410092Z test_quick_ceil_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5410277Z test_quick_clamp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5410455Z test_quick_clamp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5410633Z test_quick_clamp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.476s) 2022-11-23T03:45:03.5410812Z test_quick_clamp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.465s) 2022-11-23T03:45:03.5410990Z test_quick_clamp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.363s) 2022-11-23T03:45:03.5411162Z test_quick_clamp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.355s) 2022-11-23T03:45:03.5411318Z test_quick_clamp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.360s) 2022-11-23T03:45:03.5411488Z test_quick_clamp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.358s) 2022-11-23T03:45:03.5411663Z test_quick_clamp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.354s) 2022-11-23T03:45:03.5411850Z test_quick_clamp_max_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5412127Z test_quick_clamp_max_cuda_bool (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:45:03.5412314Z test_quick_clamp_max_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5412497Z test_quick_clamp_max_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.288s) 2022-11-23T03:45:03.5412677Z test_quick_clamp_max_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:45:03.5412864Z test_quick_clamp_max_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:45:03.5413044Z test_quick_clamp_max_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.5413218Z test_quick_clamp_max_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.5413394Z test_quick_clamp_max_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5413576Z test_quick_clamp_max_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:45:03.5413763Z test_quick_clamp_min_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5413944Z test_quick_clamp_min_cuda_bool (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5414128Z test_quick_clamp_min_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5414310Z test_quick_clamp_min_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-11-23T03:45:03.5414477Z test_quick_clamp_min_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.283s) 2022-11-23T03:45:03.5414727Z test_quick_clamp_min_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.5414929Z test_quick_clamp_min_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5415105Z test_quick_clamp_min_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.5415283Z test_quick_clamp_min_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.5415459Z test_quick_clamp_min_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5415679Z test_quick_clone_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5424625Z test_quick_clone_cuda_bool (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.5425127Z test_quick_clone_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:45:03.5428908Z test_quick_clone_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:45:03.5429589Z test_quick_clone_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-11-23T03:45:03.5429983Z test_quick_clone_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5430335Z test_quick_clone_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5430692Z test_quick_clone_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.5431032Z test_quick_clone_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.5431370Z test_quick_clone_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.5431713Z test_quick_clone_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5432026Z test_quick_clone_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.5432370Z test_quick_clone_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5432736Z test_quick_complex_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:45:03.5433101Z test_quick_complex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:45:03.5433453Z test_quick_complex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-11-23T03:45:03.5433830Z test_quick_conj_physical_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5434380Z test_quick_conj_physical_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5434772Z test_quick_conj_physical_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5435352Z test_quick_conj_physical_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5435577Z test_quick_conj_physical_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.5435773Z test_quick_conj_physical_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5435970Z test_quick_conj_physical_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:45:03.5436163Z test_quick_conj_physical_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5436448Z test_quick_conj_physical_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5436731Z test_quick_conj_physical_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5437002Z test_quick_conj_physical_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5437647Z test_quick_conj_physical_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5438217Z test_quick_conj_physical_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5438698Z test_quick_constant_pad_nd_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:45:03.5438948Z test_quick_constant_pad_nd_cuda_bool (__main__.TestDecompCUDA) ... ok (0.524s) 2022-11-23T03:45:03.5439153Z test_quick_constant_pad_nd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.121s) 2022-11-23T03:45:03.5439356Z test_quick_constant_pad_nd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.184s) 2022-11-23T03:45:03.5439536Z test_quick_constant_pad_nd_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:45:03.5439729Z test_quick_constant_pad_nd_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.713s) 2022-11-23T03:45:03.5439916Z test_quick_constant_pad_nd_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.728s) 2022-11-23T03:45:03.5440108Z test_quick_constant_pad_nd_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.544s) 2022-11-23T03:45:03.5440300Z test_quick_constant_pad_nd_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.536s) 2022-11-23T03:45:03.5440490Z test_quick_constant_pad_nd_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.525s) 2022-11-23T03:45:03.5440686Z test_quick_constant_pad_nd_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.501s) 2022-11-23T03:45:03.5440876Z test_quick_constant_pad_nd_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.503s) 2022-11-23T03:45:03.5441067Z test_quick_copysign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.5441246Z test_quick_copysign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.5441436Z test_quick_copysign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5441619Z test_quick_copysign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.273s) 2022-11-23T03:45:03.5441797Z test_quick_copysign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.265s) 2022-11-23T03:45:03.5441976Z test_quick_copysign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5442159Z test_quick_copysign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.5442334Z test_quick_copysign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.5442511Z test_quick_copysign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:45:03.5442670Z test_quick_copysign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.5442849Z test_quick_cos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5443020Z test_quick_cos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5443323Z test_quick_cos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5443505Z test_quick_cos_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5443680Z test_quick_cos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5443857Z test_quick_cos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5444039Z test_quick_cos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5444212Z test_quick_cos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5444383Z test_quick_cos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5444551Z test_quick_cos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5444721Z test_quick_cos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5444892Z test_quick_cos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5445065Z test_quick_cos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5445241Z test_quick_cosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5445408Z test_quick_cosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5445591Z test_quick_cosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5445825Z test_quick_cosh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5446027Z test_quick_cosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5446207Z test_quick_cosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5446390Z test_quick_cosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5446565Z test_quick_cosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5446737Z test_quick_cosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5446909Z test_quick_cosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5447080Z test_quick_cosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5447250Z test_quick_cosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5447421Z test_quick_cosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5447605Z test_quick_cumsum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5448781Z test_quick_cumsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-11-23T03:45:03.5448970Z test_quick_cumsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-11-23T03:45:03.5449150Z test_quick_cumsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5449330Z test_quick_cumsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:45:03.5449505Z test_quick_cumsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:45:03.5449690Z test_quick_cumsum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5449862Z test_quick_cumsum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.5450014Z test_quick_cumsum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.5450189Z test_quick_cumsum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5450366Z test_quick_cumsum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5450616Z test_quick_diag_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: diag in torch.bfloat16 not supported (0.001s) 2022-11-23T03:45:03.5450853Z test_quick_diag_cuda_bool (__main__.TestDecompCUDA) ... skip: diag in torch.bool not supported (0.001s) 2022-11-23T03:45:03.5451106Z test_quick_diag_cuda_complex128 (__main__.TestDecompCUDA) ... skip: diag in torch.complex128 not supported (0.002s) 2022-11-23T03:45:03.5451357Z test_quick_diag_cuda_complex32 (__main__.TestDecompCUDA) ... skip: diag in torch.complex32 not supported (0.000s) 2022-11-23T03:45:03.5451699Z test_quick_diag_cuda_complex64 (__main__.TestDecompCUDA) ... skip: diag in torch.complex64 not supported (0.000s) 2022-11-23T03:45:03.5451941Z test_quick_diag_cuda_float16 (__main__.TestDecompCUDA) ... skip: diag in torch.float16 not supported (0.000s) 2022-11-23T03:45:03.5452183Z test_quick_diag_cuda_float32 (__main__.TestDecompCUDA) ... skip: diag in torch.float32 not supported (0.000s) 2022-11-23T03:45:03.5452423Z test_quick_diag_cuda_float64 (__main__.TestDecompCUDA) ... skip: diag in torch.float64 not supported (0.000s) 2022-11-23T03:45:03.5452652Z test_quick_diag_cuda_int16 (__main__.TestDecompCUDA) ... skip: diag in torch.int16 not supported (0.000s) 2022-11-23T03:45:03.5452882Z test_quick_diag_cuda_int32 (__main__.TestDecompCUDA) ... skip: diag in torch.int32 not supported (0.006s) 2022-11-23T03:45:03.5453112Z test_quick_diag_cuda_int64 (__main__.TestDecompCUDA) ... skip: diag in torch.int64 not supported (0.000s) 2022-11-23T03:45:03.5453345Z test_quick_diag_cuda_int8 (__main__.TestDecompCUDA) ... skip: diag in torch.int8 not supported (0.000s) 2022-11-23T03:45:03.5453571Z test_quick_diag_cuda_uint8 (__main__.TestDecompCUDA) ... skip: diag in torch.uint8 not supported (0.000s) 2022-11-23T03:45:03.5453761Z test_quick_diag_embed_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.5454014Z test_quick_diag_embed_cuda_bool (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.5454231Z test_quick_diag_embed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.307s) 2022-11-23T03:45:03.5454427Z test_quick_diag_embed_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.322s) 2022-11-23T03:45:03.5454619Z test_quick_diag_embed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.306s) 2022-11-23T03:45:03.5454789Z test_quick_diag_embed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.5454974Z test_quick_diag_embed_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.5455164Z test_quick_diag_embed_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-11-23T03:45:03.5455350Z test_quick_diag_embed_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.5455532Z test_quick_diag_embed_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-11-23T03:45:03.5455712Z test_quick_diag_embed_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.5455891Z test_quick_diag_embed_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:45:03.5456067Z test_quick_diag_embed_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.5456263Z test_quick_diagonal_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5456454Z test_quick_diagonal_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:45:03.5456657Z test_quick_diagonal_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.290s) 2022-11-23T03:45:03.5456861Z test_quick_diagonal_copy_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.297s) 2022-11-23T03:45:03.5457055Z test_quick_diagonal_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.317s) 2022-11-23T03:45:03.5457248Z test_quick_diagonal_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5457444Z test_quick_diagonal_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.5457641Z test_quick_diagonal_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.5457830Z test_quick_diagonal_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:45:03.5457999Z test_quick_diagonal_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:45:03.5458187Z test_quick_diagonal_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:45:03.5458374Z test_quick_diagonal_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:45:03.5458654Z test_quick_diagonal_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.5458844Z test_quick_diagonal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.5459024Z test_quick_diagonal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:45:03.5459215Z test_quick_diagonal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.440s) 2022-11-23T03:45:03.5459407Z test_quick_diagonal_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.298s) 2022-11-23T03:45:03.5459597Z test_quick_diagonal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.443s) 2022-11-23T03:45:03.5459782Z test_quick_diagonal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5459969Z test_quick_diagonal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.287s) 2022-11-23T03:45:03.5460154Z test_quick_diagonal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.265s) 2022-11-23T03:45:03.5460337Z test_quick_diagonal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:45:03.5460524Z test_quick_diagonal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:45:03.5460699Z test_quick_diagonal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-11-23T03:45:03.5460879Z test_quick_diagonal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.5461057Z test_quick_diagonal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:45:03.5461332Z test_quick_diagonal_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5461528Z test_quick_diagonal_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.545s) 2022-11-23T03:45:03.5461731Z test_quick_diagonal_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5461932Z test_quick_diagonal_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.775s) 2022-11-23T03:45:03.5462129Z test_quick_diagonal_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.744s) 2022-11-23T03:45:03.5462328Z test_quick_diagonal_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.527s) 2022-11-23T03:45:03.5462516Z test_quick_diagonal_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.525s) 2022-11-23T03:45:03.5462701Z test_quick_diagonal_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.510s) 2022-11-23T03:45:03.5462890Z test_quick_diagonal_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.508s) 2022-11-23T03:45:03.5463084Z test_quick_diagonal_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.506s) 2022-11-23T03:45:03.5463263Z test_quick_digamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5463447Z test_quick_digamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5463629Z test_quick_digamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5463807Z test_quick_digamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5463991Z test_quick_digamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5464168Z test_quick_digamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5464341Z test_quick_digamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5464520Z test_quick_digamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5464681Z test_quick_digamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5464886Z test_quick_div_floor_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-11-23T03:45:03.5465088Z test_quick_div_floor_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:45:03.5465289Z test_quick_div_floor_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.327s) 2022-11-23T03:45:03.5465483Z test_quick_div_floor_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.325s) 2022-11-23T03:45:03.5465680Z test_quick_div_floor_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.5465965Z test_quick_div_floor_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5466152Z test_quick_div_floor_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.5466346Z test_quick_div_floor_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.5466538Z test_quick_div_floor_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.5466742Z test_quick_div_no_rounding_mode_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5466939Z test_quick_div_no_rounding_mode_cuda_bool (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.5467147Z test_quick_div_no_rounding_mode_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.458s) 2022-11-23T03:45:03.5467352Z test_quick_div_no_rounding_mode_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.494s) 2022-11-23T03:45:03.5467558Z test_quick_div_no_rounding_mode_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.475s) 2022-11-23T03:45:03.5467760Z test_quick_div_no_rounding_mode_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5467959Z test_quick_div_no_rounding_mode_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.280s) 2022-11-23T03:45:03.5468159Z test_quick_div_no_rounding_mode_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-11-23T03:45:03.5468429Z test_quick_div_no_rounding_mode_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.5468627Z test_quick_div_no_rounding_mode_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-11-23T03:45:03.5468818Z test_quick_div_no_rounding_mode_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.221s) 2022-11-23T03:45:03.5469013Z test_quick_div_no_rounding_mode_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:45:03.5469209Z test_quick_div_no_rounding_mode_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:45:03.5469414Z test_quick_div_trunc_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5469610Z test_quick_div_trunc_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5469799Z test_quick_div_trunc_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-11-23T03:45:03.5469993Z test_quick_div_trunc_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:45:03.5470192Z test_quick_div_trunc_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:45:03.5470382Z test_quick_div_trunc_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-11-23T03:45:03.5470568Z test_quick_div_trunc_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5470767Z test_quick_div_trunc_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5470962Z test_quick_div_trunc_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.5471144Z test_quick_dot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5471325Z test_quick_dot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5471505Z test_quick_dot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.5471680Z test_quick_dot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5471851Z test_quick_dot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5472009Z test_quick_dot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5472259Z test_quick_empty_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: empty in torch.bfloat16 not supported (0.006s) 2022-11-23T03:45:03.5472498Z test_quick_empty_cuda_bool (__main__.TestDecompCUDA) ... skip: empty in torch.bool not supported (0.000s) 2022-11-23T03:45:03.5472753Z test_quick_empty_cuda_complex128 (__main__.TestDecompCUDA) ... skip: empty in torch.complex128 not supported (0.000s) 2022-11-23T03:45:03.5473098Z test_quick_empty_cuda_complex32 (__main__.TestDecompCUDA) ... skip: empty in torch.complex32 not supported (0.000s) 2022-11-23T03:45:03.5473340Z test_quick_empty_cuda_complex64 (__main__.TestDecompCUDA) ... skip: empty in torch.complex64 not supported (0.000s) 2022-11-23T03:45:03.5473586Z test_quick_empty_cuda_float16 (__main__.TestDecompCUDA) ... skip: empty in torch.float16 not supported (0.000s) 2022-11-23T03:45:03.5473832Z test_quick_empty_cuda_float32 (__main__.TestDecompCUDA) ... skip: empty in torch.float32 not supported (0.000s) 2022-11-23T03:45:03.5474070Z test_quick_empty_cuda_float64 (__main__.TestDecompCUDA) ... skip: empty in torch.float64 not supported (0.010s) 2022-11-23T03:45:03.5474306Z test_quick_empty_cuda_int16 (__main__.TestDecompCUDA) ... skip: empty in torch.int16 not supported (0.000s) 2022-11-23T03:45:03.5474540Z test_quick_empty_cuda_int32 (__main__.TestDecompCUDA) ... skip: empty in torch.int32 not supported (0.000s) 2022-11-23T03:45:03.5474770Z test_quick_empty_cuda_int64 (__main__.TestDecompCUDA) ... skip: empty in torch.int64 not supported (0.000s) 2022-11-23T03:45:03.5475002Z test_quick_empty_cuda_int8 (__main__.TestDecompCUDA) ... skip: empty in torch.int8 not supported (0.000s) 2022-11-23T03:45:03.5475236Z test_quick_empty_cuda_uint8 (__main__.TestDecompCUDA) ... skip: empty in torch.uint8 not supported (0.000s) 2022-11-23T03:45:03.5475562Z test_quick_empty_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.bfloat16 not supported (0.000s) 2022-11-23T03:45:03.5475830Z test_quick_empty_like_cuda_bool (__main__.TestDecompCUDA) ... skip: empty_like in torch.bool not supported (0.010s) 2022-11-23T03:45:03.5476094Z test_quick_empty_like_cuda_complex128 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex128 not supported (0.000s) 2022-11-23T03:45:03.5476356Z test_quick_empty_like_cuda_complex32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex32 not supported (0.000s) 2022-11-23T03:45:03.5476627Z test_quick_empty_like_cuda_complex64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex64 not supported (0.000s) 2022-11-23T03:45:03.5476882Z test_quick_empty_like_cuda_float16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float16 not supported (0.000s) 2022-11-23T03:45:03.5477138Z test_quick_empty_like_cuda_float32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float32 not supported (0.000s) 2022-11-23T03:45:03.5477391Z test_quick_empty_like_cuda_float64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float64 not supported (0.000s) 2022-11-23T03:45:03.5477637Z test_quick_empty_like_cuda_int16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int16 not supported (0.000s) 2022-11-23T03:45:03.5477882Z test_quick_empty_like_cuda_int32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int32 not supported (0.010s) 2022-11-23T03:45:03.5478127Z test_quick_empty_like_cuda_int64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-11-23T03:45:03.5478372Z test_quick_empty_like_cuda_int8 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-11-23T03:45:03.5478600Z test_quick_empty_like_cuda_uint8 (__main__.TestDecompCUDA) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-11-23T03:45:03.5478780Z test_quick_eq_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:45:03.5478952Z test_quick_eq_cuda_bool (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.5479132Z test_quick_eq_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.477s) 2022-11-23T03:45:03.5479313Z test_quick_eq_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.502s) 2022-11-23T03:45:03.5479491Z test_quick_eq_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.466s) 2022-11-23T03:45:03.5479666Z test_quick_eq_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:45:03.5479929Z test_quick_eq_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:45:03.5480101Z test_quick_eq_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.277s) 2022-11-23T03:45:03.5480270Z test_quick_eq_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.5480439Z test_quick_eq_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5480607Z test_quick_eq_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:45:03.5480774Z test_quick_eq_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.5480938Z test_quick_eq_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.5481114Z test_quick_erf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5481281Z test_quick_erf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5481456Z test_quick_erf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5481612Z test_quick_erf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5481786Z test_quick_erf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5481959Z test_quick_erf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5482126Z test_quick_erf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5482290Z test_quick_erf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5482530Z test_quick_erf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5482721Z test_quick_erf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5482900Z test_quick_erfc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5483068Z test_quick_erfc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5483244Z test_quick_erfc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5483419Z test_quick_erfc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5483600Z test_quick_erfc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5483773Z test_quick_erfc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5483944Z test_quick_erfc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5484115Z test_quick_erfc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5484288Z test_quick_erfc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5484442Z test_quick_erfc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5484618Z test_quick_erfinv_cuda_bool (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5484796Z test_quick_erfinv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5484977Z test_quick_erfinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5485155Z test_quick_erfinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5485334Z test_quick_erfinv_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5485508Z test_quick_erfinv_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5485683Z test_quick_erfinv_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5485860Z test_quick_erfinv_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.5486036Z test_quick_erfinv_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5486217Z test_quick_exp2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5486390Z test_quick_exp2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5486563Z test_quick_exp2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5486735Z test_quick_exp2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5486905Z test_quick_exp2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5487169Z test_quick_exp2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5487341Z test_quick_exp2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5487492Z test_quick_exp2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5487666Z test_quick_exp2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5487840Z test_quick_exp2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5488015Z test_quick_exp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5488190Z test_quick_exp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5488372Z test_quick_exp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5488551Z test_quick_exp_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.5488730Z test_quick_exp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5488906Z test_quick_exp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5489078Z test_quick_exp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5489257Z test_quick_exp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5489425Z test_quick_exp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5489720Z test_quick_exp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5489906Z test_quick_exp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5490078Z test_quick_exp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5490250Z test_quick_exp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5490415Z test_quick_expand_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5490591Z test_quick_expand_cuda_bool (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.5490782Z test_quick_expand_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:45:03.5490969Z test_quick_expand_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:45:03.5491147Z test_quick_expand_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5491328Z test_quick_expand_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5491511Z test_quick_expand_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:45:03.5491688Z test_quick_expand_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5491863Z test_quick_expand_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.5492037Z test_quick_expand_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5492212Z test_quick_expand_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.5492389Z test_quick_expand_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.5492571Z test_quick_expm1_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5492747Z test_quick_expm1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5492924Z test_quick_expm1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5493101Z test_quick_expm1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.5493279Z test_quick_expm1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:45:03.5493434Z test_quick_expm1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5493606Z test_quick_expm1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5493777Z test_quick_expm1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5493949Z test_quick_expm1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5494118Z test_quick_expm1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5494877Z test_quick_eye_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:45:03.5495050Z test_quick_eye_cuda_bool (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:45:03.5495230Z test_quick_eye_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.5495408Z test_quick_eye_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.5495588Z test_quick_eye_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:45:03.5495762Z test_quick_eye_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-11-23T03:45:03.5495932Z test_quick_eye_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-11-23T03:45:03.5496100Z test_quick_eye_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:45:03.5496266Z test_quick_eye_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:45:03.5496428Z test_quick_eye_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:45:03.5496600Z test_quick_eye_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:45:03.5496746Z test_quick_eye_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:45:03.5497025Z test_quick_fft_fft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-11-23T03:45:03.5497297Z test_quick_fft_fft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.5497602Z test_quick_fft_fft2_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5497795Z test_quick_fft_fft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.5497977Z test_quick_fft_fft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:45:03.5498159Z test_quick_fft_fft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.342s) 2022-11-23T03:45:03.5498346Z test_quick_fft_fft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.383s) 2022-11-23T03:45:03.5498616Z test_quick_fft_fft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5498889Z test_quick_fft_fft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5499162Z test_quick_fft_fft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5499432Z test_quick_fft_fft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5499704Z test_quick_fft_fft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5499973Z test_quick_fft_fft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5500166Z test_quick_fft_fft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5500446Z test_quick_fft_fft_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-11-23T03:45:03.5500634Z test_quick_fft_fft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:45:03.5500818Z test_quick_fft_fft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5500998Z test_quick_fft_fft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5501172Z test_quick_fft_fft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.5501437Z test_quick_fft_fft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.011s) 2022-11-23T03:45:03.5501707Z test_quick_fft_fft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5502065Z test_quick_fft_fft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5502337Z test_quick_fft_fft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5502592Z test_quick_fft_fft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5502858Z test_quick_fft_fftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5522669Z test_quick_fft_fftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5523109Z test_quick_fft_fftn_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5523323Z test_quick_fft_fftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5523503Z test_quick_fft_fftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-11-23T03:45:03.5523682Z test_quick_fft_fftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.404s) 2022-11-23T03:45:03.5523855Z test_quick_fft_fftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.391s) 2022-11-23T03:45:03.5524288Z test_quick_fft_fftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5524597Z test_quick_fft_fftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5524872Z test_quick_fft_fftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.006s) 2022-11-23T03:45:03.5525149Z test_quick_fft_fftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5525424Z test_quick_fft_fftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5525679Z test_quick_fft_hfft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5525878Z test_quick_fft_hfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.620s) 2022-11-23T03:45:03.5526163Z test_quick_fft_hfft2_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5526353Z test_quick_fft_hfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.610s) 2022-11-23T03:45:03.5526536Z test_quick_fft_hfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-11-23T03:45:03.5526717Z test_quick_fft_hfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.705s) 2022-11-23T03:45:03.5526890Z test_quick_fft_hfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.710s) 2022-11-23T03:45:03.5527152Z test_quick_fft_hfft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5527411Z test_quick_fft_hfft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5527674Z test_quick_fft_hfft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.006s) 2022-11-23T03:45:03.5527937Z test_quick_fft_hfft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5528196Z test_quick_fft_hfft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5528459Z test_quick_fft_hfft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5528751Z test_quick_fft_hfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.499s) 2022-11-23T03:45:03.5529025Z test_quick_fft_hfft_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5529206Z test_quick_fft_hfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.557s) 2022-11-23T03:45:03.5529378Z test_quick_fft_hfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.282s) 2022-11-23T03:45:03.5529552Z test_quick_fft_hfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.592s) 2022-11-23T03:45:03.5529717Z test_quick_fft_hfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.536s) 2022-11-23T03:45:03.5529977Z test_quick_fft_hfft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5530236Z test_quick_fft_hfft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5530506Z test_quick_fft_hfft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5530768Z test_quick_fft_hfft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5531097Z test_quick_fft_hfft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.013s) 2022-11-23T03:45:03.5531375Z test_quick_fft_hfftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5531553Z test_quick_fft_hfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.681s) 2022-11-23T03:45:03.5531823Z test_quick_fft_hfftn_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5532005Z test_quick_fft_hfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.673s) 2022-11-23T03:45:03.5532177Z test_quick_fft_hfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.223s) 2022-11-23T03:45:03.5532349Z test_quick_fft_hfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.777s) 2022-11-23T03:45:03.5532516Z test_quick_fft_hfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.767s) 2022-11-23T03:45:03.5532782Z test_quick_fft_hfftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5533042Z test_quick_fft_hfftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5533302Z test_quick_fft_hfftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5533565Z test_quick_fft_hfftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5533827Z test_quick_fft_hfftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5534099Z test_quick_fft_ifft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5534295Z test_quick_fft_ifft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:45:03.5534572Z test_quick_fft_ifft2_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5534761Z test_quick_fft_ifft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.5534942Z test_quick_fft_ifft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-11-23T03:45:03.5535127Z test_quick_fft_ifft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.373s) 2022-11-23T03:45:03.5535395Z test_quick_fft_ifft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.343s) 2022-11-23T03:45:03.5535664Z test_quick_fft_ifft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5535937Z test_quick_fft_ifft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5536206Z test_quick_fft_ifft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5536476Z test_quick_fft_ifft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5536746Z test_quick_fft_ifft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5537019Z test_quick_fft_ifft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5537212Z test_quick_fft_ifft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:45:03.5537474Z test_quick_fft_ifft_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5537735Z test_quick_fft_ifft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.5537940Z test_quick_fft_ifft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5538120Z test_quick_fft_ifft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5538298Z test_quick_fft_ifft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5538572Z test_quick_fft_ifft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5538845Z test_quick_fft_ifft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5539124Z test_quick_fft_ifft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5539576Z test_quick_fft_ifft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5539846Z test_quick_fft_ifft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-11-23T03:45:03.5540115Z test_quick_fft_ifftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5540424Z test_quick_fft_ifftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-11-23T03:45:03.5540721Z test_quick_fft_ifftn_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5541045Z test_quick_fft_ifftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.215s) 2022-11-23T03:45:03.5541232Z test_quick_fft_ifftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:45:03.5541415Z test_quick_fft_ifftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.434s) 2022-11-23T03:45:03.5541597Z test_quick_fft_ifftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.401s) 2022-11-23T03:45:03.5541870Z test_quick_fft_ifftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5542141Z test_quick_fft_ifftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5542411Z test_quick_fft_ifftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5542796Z test_quick_fft_ifftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5543064Z test_quick_fft_ifftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5543338Z test_quick_fft_ihfft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5543531Z test_quick_fft_ihfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5543699Z test_quick_fft_ihfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:45:03.5543886Z test_quick_fft_ihfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-11-23T03:45:03.5544160Z test_quick_fft_ihfft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5544434Z test_quick_fft_ihfft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.006s) 2022-11-23T03:45:03.5544705Z test_quick_fft_ihfft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5544973Z test_quick_fft_ihfft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5545320Z test_quick_fft_ihfft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5545616Z test_quick_fft_ihfft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5545803Z test_quick_fft_ihfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5545987Z test_quick_fft_ihfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.5546269Z test_quick_fft_ihfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.5546584Z test_quick_fft_ihfft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5546855Z test_quick_fft_ihfft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5547125Z test_quick_fft_ihfft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.006s) 2022-11-23T03:45:03.5547521Z test_quick_fft_ihfft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5547930Z test_quick_fft_ihfft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5548207Z test_quick_fft_ihfftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5548398Z test_quick_fft_ihfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5548584Z test_quick_fft_ihfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:45:03.5548768Z test_quick_fft_ihfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:45:03.5549043Z test_quick_fft_ihfftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5549315Z test_quick_fft_ihfftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-11-23T03:45:03.5549585Z test_quick_fft_ihfftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5549854Z test_quick_fft_ihfftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5550232Z test_quick_fft_ihfftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5550505Z test_quick_fft_irfft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5550704Z test_quick_fft_irfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5550970Z test_quick_fft_irfft2_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5551165Z test_quick_fft_irfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5551350Z test_quick_fft_irfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-11-23T03:45:03.5551536Z test_quick_fft_irfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.348s) 2022-11-23T03:45:03.5551723Z test_quick_fft_irfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.389s) 2022-11-23T03:45:03.5551995Z test_quick_fft_irfft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5552267Z test_quick_fft_irfft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5553026Z test_quick_fft_irfft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5553480Z test_quick_fft_irfft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5553758Z test_quick_fft_irfft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-11-23T03:45:03.5554032Z test_quick_fft_irfft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5554364Z test_quick_fft_irfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:45:03.5554653Z test_quick_fft_irfft_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5554962Z test_quick_fft_irfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:45:03.5555162Z test_quick_fft_irfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:45:03.5555347Z test_quick_fft_irfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.282s) 2022-11-23T03:45:03.5555527Z test_quick_fft_irfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.327s) 2022-11-23T03:45:03.5555801Z test_quick_fft_irfft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5556070Z test_quick_fft_irfft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5556344Z test_quick_fft_irfft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5556616Z test_quick_fft_irfft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5556889Z test_quick_fft_irfft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5557158Z test_quick_fft_irfftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5557343Z test_quick_fft_irfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.5557615Z test_quick_fft_irfftn_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5557913Z test_quick_fft_irfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.5558090Z test_quick_fft_irfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:45:03.5558265Z test_quick_fft_irfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.393s) 2022-11-23T03:45:03.5558442Z test_quick_fft_irfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.409s) 2022-11-23T03:45:03.5558706Z test_quick_fft_irfftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5558968Z test_quick_fft_irfftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5559224Z test_quick_fft_irfftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5559496Z test_quick_fft_irfftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5559769Z test_quick_fft_irfftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5560105Z test_quick_fft_rfft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-11-23T03:45:03.5560431Z test_quick_fft_rfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5560630Z test_quick_fft_rfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:45:03.5560798Z test_quick_fft_rfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-11-23T03:45:03.5561059Z test_quick_fft_rfft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5561410Z test_quick_fft_rfft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-11-23T03:45:03.5561818Z test_quick_fft_rfft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5562087Z test_quick_fft_rfft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5562348Z test_quick_fft_rfft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5562610Z test_quick_fft_rfft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5562785Z test_quick_fft_rfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5562957Z test_quick_fft_rfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5563126Z test_quick_fft_rfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.5563388Z test_quick_fft_rfft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5563656Z test_quick_fft_rfft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5563933Z test_quick_fft_rfft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5564204Z test_quick_fft_rfft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5564454Z test_quick_fft_rfft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.011s) 2022-11-23T03:45:03.5564723Z test_quick_fft_rfftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5565020Z test_quick_fft_rfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5565205Z test_quick_fft_rfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:45:03.5565385Z test_quick_fft_rfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:45:03.5565660Z test_quick_fft_rfftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5565930Z test_quick_fft_rfftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5566201Z test_quick_fft_rfftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.003s) 2022-11-23T03:45:03.5566471Z test_quick_fft_rfftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5566739Z test_quick_fft_rfftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:45:03.5566923Z test_quick_flip_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5567213Z test_quick_flip_cuda_bool (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.5567507Z test_quick_flip_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.453s) 2022-11-23T03:45:03.5567708Z test_quick_flip_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.457s) 2022-11-23T03:45:03.5567886Z test_quick_flip_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5568062Z test_quick_flip_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.275s) 2022-11-23T03:45:03.5568337Z test_quick_flip_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:45:03.5568633Z test_quick_flip_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:45:03.5568814Z test_quick_flip_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:45:03.5568984Z test_quick_flip_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.5569139Z test_quick_flip_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.208s) 2022-11-23T03:45:03.5569308Z test_quick_flip_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:45:03.5569495Z test_quick_floor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5569675Z test_quick_floor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5569853Z test_quick_floor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.5570031Z test_quick_floor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5570206Z test_quick_floor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5570379Z test_quick_floor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.5570556Z test_quick_floor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.5570729Z test_quick_floor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5570897Z test_quick_floor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.5571083Z test_quick_floor_divide_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:45:03.5571272Z test_quick_floor_divide_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:45:03.5571451Z test_quick_floor_divide_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.319s) 2022-11-23T03:45:03.5571628Z test_quick_floor_divide_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.322s) 2022-11-23T03:45:03.5571802Z test_quick_floor_divide_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5571975Z test_quick_floor_divide_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5572140Z test_quick_floor_divide_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.5572419Z test_quick_floor_divide_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.5572591Z test_quick_floor_divide_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5572757Z test_quick_fmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5572918Z test_quick_fmax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5573088Z test_quick_fmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5573253Z test_quick_fmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:45:03.5573417Z test_quick_fmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:45:03.5573578Z test_quick_fmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.5573737Z test_quick_fmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5574015Z test_quick_fmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.5574215Z test_quick_fmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:45:03.5574378Z test_quick_fmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:45:03.5574544Z test_quick_fmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5574703Z test_quick_fmin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:45:03.5574945Z test_quick_fmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5575244Z test_quick_fmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-11-23T03:45:03.5575516Z test_quick_fmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.264s) 2022-11-23T03:45:03.5575680Z test_quick_fmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5575839Z test_quick_fmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5575996Z test_quick_fmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.5576158Z test_quick_fmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5576315Z test_quick_fmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5576481Z test_quick_fmod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5576643Z test_quick_fmod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5576808Z test_quick_fmod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.281s) 2022-11-23T03:45:03.5576972Z test_quick_fmod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-11-23T03:45:03.5577130Z test_quick_fmod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5577288Z test_quick_fmod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5577447Z test_quick_fmod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.5577605Z test_quick_fmod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5577766Z test_quick_fmod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.5577933Z test_quick_frac_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5578094Z test_quick_frac_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5578252Z test_quick_frac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5578416Z test_quick_frac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.5578579Z test_quick_full_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5578739Z test_quick_full_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5578911Z test_quick_full_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5579082Z test_quick_full_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5579252Z test_quick_full_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5579517Z test_quick_full_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5579680Z test_quick_full_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5579843Z test_quick_full_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5580008Z test_quick_full_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5580183Z test_quick_full_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5580353Z test_quick_full_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5580510Z test_quick_full_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5580677Z test_quick_full_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5580973Z test_quick_gcd_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5581130Z test_quick_gcd_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.5581286Z test_quick_gcd_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.5581445Z test_quick_gcd_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5581596Z test_quick_gcd_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5581760Z test_quick_ge_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-11-23T03:45:03.5582125Z test_quick_ge_cuda_bool (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.5582433Z test_quick_ge_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.5582611Z test_quick_ge_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.301s) 2022-11-23T03:45:03.5582784Z test_quick_ge_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-11-23T03:45:03.5582955Z test_quick_ge_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-11-23T03:45:03.5583120Z test_quick_ge_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:45:03.5583287Z test_quick_ge_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5583453Z test_quick_ge_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5583617Z test_quick_ge_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.5583815Z test_quick_grid_sampler_2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.293s) 2022-11-23T03:45:03.5584010Z test_quick_grid_sampler_2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.611s) 2022-11-23T03:45:03.5584199Z test_quick_grid_sampler_2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.609s) 2022-11-23T03:45:03.5584357Z test_quick_gt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:45:03.5584526Z test_quick_gt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.5584697Z test_quick_gt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-11-23T03:45:03.5584867Z test_quick_gt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:45:03.5585041Z test_quick_gt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:45:03.5585207Z test_quick_gt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5585370Z test_quick_gt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.5585530Z test_quick_gt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5585699Z test_quick_gt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5585861Z test_quick_gt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:45:03.5586048Z test_quick_heaviside_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.5586232Z test_quick_heaviside_cuda_bool (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.5586419Z test_quick_heaviside_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.5586603Z test_quick_heaviside_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.272s) 2022-11-23T03:45:03.5586901Z test_quick_heaviside_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-11-23T03:45:03.5587083Z test_quick_heaviside_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.5587247Z test_quick_heaviside_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:45:03.5587424Z test_quick_heaviside_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.5587730Z test_quick_heaviside_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.5587941Z test_quick_heaviside_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.5588120Z test_quick_hypot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5588301Z test_quick_hypot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5588480Z test_quick_hypot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.265s) 2022-11-23T03:45:03.5588663Z test_quick_hypot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-11-23T03:45:03.5588958Z test_quick_igamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:45:03.5589273Z test_quick_igamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:45:03.5589461Z test_quick_igammac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-11-23T03:45:03.5589765Z test_quick_igammac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-11-23T03:45:03.5589974Z test_quick_index_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5590152Z test_quick_index_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.5590347Z test_quick_index_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5590538Z test_quick_index_add_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.5590730Z test_quick_index_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5590918Z test_quick_index_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5591084Z test_quick_index_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:45:03.5591264Z test_quick_index_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.5591443Z test_quick_index_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5591626Z test_quick_index_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5591801Z test_quick_index_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5591980Z test_quick_index_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.5592155Z test_quick_index_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5592345Z test_quick_index_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5592526Z test_quick_index_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5592724Z test_quick_index_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.5592915Z test_quick_index_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.5593102Z test_quick_index_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5593291Z test_quick_index_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.5593478Z test_quick_index_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.5593660Z test_quick_index_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5593845Z test_quick_index_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5594020Z test_quick_index_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5594181Z test_quick_index_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5594460Z test_quick_index_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5594792Z test_quick_index_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5594975Z test_quick_index_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5595168Z test_quick_index_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.5595364Z test_quick_index_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.5595640Z test_quick_index_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5595853Z test_quick_index_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5596138Z test_quick_index_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5596320Z test_quick_index_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5596501Z test_quick_index_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5596678Z test_quick_index_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5596855Z test_quick_index_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5597028Z test_quick_index_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5597302Z test_quick_index_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5597509Z test_quick_index_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5597706Z test_quick_index_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.5597884Z test_quick_index_select_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.5598073Z test_quick_index_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.5598266Z test_quick_index_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5598457Z test_quick_index_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5598646Z test_quick_index_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5598832Z test_quick_index_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5599017Z test_quick_index_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5599199Z test_quick_index_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5599381Z test_quick_index_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5599559Z test_quick_index_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5599741Z test_quick_isinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.5599917Z test_quick_isinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.5600107Z test_quick_isinf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.5600289Z test_quick_isinf_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:45:03.5600472Z test_quick_isinf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-11-23T03:45:03.5600651Z test_quick_isinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5600830Z test_quick_isinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.5601006Z test_quick_isinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:45:03.5601164Z test_quick_isinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5601455Z test_quick_isinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5601655Z test_quick_isinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5601828Z test_quick_isinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5602102Z test_quick_isinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5602284Z test_quick_isnan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.5602576Z test_quick_isnan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5602891Z test_quick_isnan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.5603086Z test_quick_isnan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.5603263Z test_quick_isnan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.5603439Z test_quick_isnan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5603613Z test_quick_isnan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5603788Z test_quick_isnan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5603960Z test_quick_isnan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.5604136Z test_quick_isnan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5604310Z test_quick_isnan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5604464Z test_quick_isnan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5604652Z test_quick_isneginf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5604909Z test_quick_isneginf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5605117Z test_quick_isneginf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.5605304Z test_quick_isneginf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5605487Z test_quick_isneginf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.5605668Z test_quick_isneginf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5605849Z test_quick_isneginf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5606027Z test_quick_isneginf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5606205Z test_quick_isneginf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5606385Z test_quick_isneginf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5606572Z test_quick_isposinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.5606753Z test_quick_isposinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.5606938Z test_quick_isposinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5607121Z test_quick_isposinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5607301Z test_quick_isposinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5607479Z test_quick_isposinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.5607643Z test_quick_isposinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5607818Z test_quick_isposinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5607996Z test_quick_isposinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5608270Z test_quick_isposinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5608482Z test_quick_lcm_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.5608652Z test_quick_lcm_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5608815Z test_quick_lcm_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5608985Z test_quick_lcm_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.5609152Z test_quick_lcm_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5609458Z test_quick_le_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-11-23T03:45:03.5609859Z test_quick_le_cuda_bool (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.5610035Z test_quick_le_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:45:03.5610207Z test_quick_le_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-11-23T03:45:03.5610380Z test_quick_le_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:45:03.5610548Z test_quick_le_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5610715Z test_quick_le_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.5610877Z test_quick_le_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.5611025Z test_quick_le_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.5611188Z test_quick_le_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:45:03.5611368Z test_quick_lerp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5611552Z test_quick_lerp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.674s) 2022-11-23T03:45:03.5611737Z test_quick_lerp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.645s) 2022-11-23T03:45:03.5611919Z test_quick_lerp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.5612097Z test_quick_lerp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.281s) 2022-11-23T03:45:03.5612274Z test_quick_lerp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-11-23T03:45:03.5612527Z test_quick_lgamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5612731Z test_quick_lgamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5612911Z test_quick_lgamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5613088Z test_quick_lgamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5613263Z test_quick_lgamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5613439Z test_quick_lgamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5613619Z test_quick_lgamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5613798Z test_quick_lgamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5613953Z test_quick_lgamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5614158Z test_quick_linalg_vector_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.370s) 2022-11-23T03:45:03.5614369Z test_quick_linalg_vector_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.942s) 2022-11-23T03:45:03.5614575Z test_quick_linalg_vector_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.064s) 2022-11-23T03:45:03.5614781Z test_quick_linalg_vector_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.338s) 2022-11-23T03:45:03.5614982Z test_quick_linalg_vector_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.249s) 2022-11-23T03:45:03.5615310Z test_quick_linalg_vector_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.198s) 2022-11-23T03:45:03.5615508Z test_quick_linspace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5615700Z test_quick_linspace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.5615891Z test_quick_linspace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:45:03.5616168Z test_quick_linspace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5616380Z test_quick_linspace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.5616659Z test_quick_linspace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.5616841Z test_quick_linspace_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.5617020Z test_quick_linspace_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.5617195Z test_quick_linspace_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:45:03.5617476Z test_quick_linspace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.5617656Z test_quick_linspace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5617815Z test_quick_log10_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5617988Z test_quick_log10_cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5618174Z test_quick_log10_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5618357Z test_quick_log10_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5618532Z test_quick_log10_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5618710Z test_quick_log10_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5618884Z test_quick_log10_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5619059Z test_quick_log10_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5619235Z test_quick_log10_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5619406Z test_quick_log10_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5619579Z test_quick_log10_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5619751Z test_quick_log10_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5620001Z test_quick_log1p_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5620194Z test_quick_log1p_cuda_bool (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.5620373Z test_quick_log1p_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5620548Z test_quick_log1p_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.5620725Z test_quick_log1p_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5620880Z test_quick_log1p_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5621056Z test_quick_log1p_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5621228Z test_quick_log1p_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5621405Z test_quick_log1p_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5621576Z test_quick_log1p_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5621757Z test_quick_log2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5622069Z test_quick_log2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5622259Z test_quick_log2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5622439Z test_quick_log2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5622613Z test_quick_log2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5622790Z test_quick_log2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5623084Z test_quick_log2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5623368Z test_quick_log2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5623547Z test_quick_log2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5623720Z test_quick_log2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5623896Z test_quick_log2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5624066Z test_quick_log2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5624226Z test_quick_log_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5624399Z test_quick_log_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5624578Z test_quick_log_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5624759Z test_quick_log_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5625044Z test_quick_log_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5625220Z test_quick_log_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5625395Z test_quick_log_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5625570Z test_quick_log_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5625746Z test_quick_log_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5625915Z test_quick_log_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5626079Z test_quick_log_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5626249Z test_quick_log_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5626416Z test_quick_log_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5626607Z test_quick_log_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.5626799Z test_quick_log_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5626989Z test_quick_log_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:45:03.5627158Z test_quick_log_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.277s) 2022-11-23T03:45:03.5627347Z test_quick_logical_and_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:45:03.5627603Z test_quick_logical_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.5627824Z test_quick_logical_and_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.447s) 2022-11-23T03:45:03.5628019Z test_quick_logical_and_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.435s) 2022-11-23T03:45:03.5628207Z test_quick_logical_and_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:45:03.5628395Z test_quick_logical_and_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-11-23T03:45:03.5628590Z test_quick_logical_and_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:45:03.5628920Z test_quick_logical_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5629111Z test_quick_logical_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5629292Z test_quick_logical_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5629480Z test_quick_logical_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5629657Z test_quick_logical_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.5629982Z test_quick_logical_not_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5630298Z test_quick_logical_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5630495Z test_quick_logical_not_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5630689Z test_quick_logical_not_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5630879Z test_quick_logical_not_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5631047Z test_quick_logical_not_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5631235Z test_quick_logical_not_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5631423Z test_quick_logical_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5631606Z test_quick_logical_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5631786Z test_quick_logical_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5631969Z test_quick_logical_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5632147Z test_quick_logical_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5632333Z test_quick_logical_or_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-11-23T03:45:03.5633022Z test_quick_logical_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5633220Z test_quick_logical_or_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.445s) 2022-11-23T03:45:03.5633414Z test_quick_logical_or_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.436s) 2022-11-23T03:45:03.5633603Z test_quick_logical_or_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-11-23T03:45:03.5633796Z test_quick_logical_or_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-11-23T03:45:03.5633982Z test_quick_logical_or_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.280s) 2022-11-23T03:45:03.5634166Z test_quick_logical_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:45:03.5634349Z test_quick_logical_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.5634527Z test_quick_logical_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.5634692Z test_quick_logical_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:45:03.5634875Z test_quick_logical_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.5635068Z test_quick_logical_xor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:45:03.5635252Z test_quick_logical_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.5635672Z test_quick_logical_xor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.436s) 2022-11-23T03:45:03.5635904Z test_quick_logical_xor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.478s) 2022-11-23T03:45:03.5636093Z test_quick_logical_xor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-11-23T03:45:03.5636280Z test_quick_logical_xor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:45:03.5636469Z test_quick_logical_xor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-11-23T03:45:03.5636809Z test_quick_logical_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.5637135Z test_quick_logical_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5637317Z test_quick_logical_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5637498Z test_quick_logical_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5637676Z test_quick_logical_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.5637860Z test_quick_logit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5638035Z test_quick_logit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.5638214Z test_quick_logit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5638391Z test_quick_logit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.5638551Z test_quick_logit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.5638725Z test_quick_logit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5638901Z test_quick_logit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5639072Z test_quick_logit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5639245Z test_quick_logit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.5639416Z test_quick_logit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.5639609Z test_quick_logspace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.427s) 2022-11-23T03:45:03.5639801Z test_quick_logspace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.687s) 2022-11-23T03:45:03.5639991Z test_quick_logspace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.740s) 2022-11-23T03:45:03.5640176Z test_quick_logspace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.433s) 2022-11-23T03:45:03.5640361Z test_quick_logspace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.717s) 2022-11-23T03:45:03.5640647Z test_quick_logspace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.617s) 2022-11-23T03:45:03.5640862Z test_quick_logspace_cuda_int16 (__main__.TestDecompCUDA) ... expected failure (0.057s) 2022-11-23T03:45:03.5641070Z test_quick_logspace_cuda_int32 (__main__.TestDecompCUDA) ... expected failure (0.079s) 2022-11-23T03:45:03.5641277Z test_quick_logspace_cuda_int64 (__main__.TestDecompCUDA) ... expected failure (0.059s) 2022-11-23T03:45:03.5641462Z test_quick_logspace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.5641645Z test_quick_logspace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-11-23T03:45:03.5641818Z test_quick_logsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5642000Z test_quick_logsumexp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5642186Z test_quick_logsumexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5642502Z test_quick_logsumexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:45:03.5642698Z test_quick_logsumexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-11-23T03:45:03.5642881Z test_quick_logsumexp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.5643061Z test_quick_logsumexp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5643238Z test_quick_logsumexp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5643624Z test_quick_logsumexp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.5643965Z test_quick_logsumexp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.5644145Z test_quick_lt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-11-23T03:45:03.5644316Z test_quick_lt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5644491Z test_quick_lt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-11-23T03:45:03.5644668Z test_quick_lt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-11-23T03:45:03.5644839Z test_quick_lt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:45:03.5645009Z test_quick_lt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.5645177Z test_quick_lt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.5645322Z test_quick_lt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-11-23T03:45:03.5645492Z test_quick_lt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5645659Z test_quick_lt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.5645847Z test_quick_masked_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5646032Z test_quick_masked_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5646230Z test_quick_masked_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:45:03.5646428Z test_quick_masked_fill_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-11-23T03:45:03.5646619Z test_quick_masked_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-11-23T03:45:03.5646808Z test_quick_masked_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5646996Z test_quick_masked_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:45:03.5647186Z test_quick_masked_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-11-23T03:45:03.5647373Z test_quick_masked_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5647556Z test_quick_masked_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.5647733Z test_quick_masked_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:45:03.5647913Z test_quick_masked_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5648078Z test_quick_masked_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.5648363Z test_quick_maximum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5648550Z test_quick_maximum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.5648731Z test_quick_maximum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5648911Z test_quick_maximum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.288s) 2022-11-23T03:45:03.5649093Z test_quick_maximum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-11-23T03:45:03.5649407Z test_quick_maximum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.5649583Z test_quick_maximum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5649757Z test_quick_maximum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5649932Z test_quick_maximum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5650105Z test_quick_maximum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.5650423Z test_quick_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5650739Z test_quick_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.212s) 2022-11-23T03:45:03.5650926Z test_quick_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.215s) 2022-11-23T03:45:03.5651085Z test_quick_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.5651342Z test_quick_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:45:03.5651536Z test_quick_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-11-23T03:45:03.5651819Z test_quick_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-11-23T03:45:03.5652092Z test_quick_meshgrid_list_of_tensors_cuda_bool (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-11-23T03:45:03.5652382Z test_quick_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-11-23T03:45:03.5652669Z test_quick_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-11-23T03:45:03.5652945Z test_quick_meshgrid_list_of_tensors_cuda_float16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-11-23T03:45:03.5653220Z test_quick_meshgrid_list_of_tensors_cuda_float32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-11-23T03:45:03.5653492Z test_quick_meshgrid_list_of_tensors_cuda_float64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-11-23T03:45:03.5653758Z test_quick_meshgrid_list_of_tensors_cuda_int16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-11-23T03:45:03.5654019Z test_quick_meshgrid_list_of_tensors_cuda_int32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-11-23T03:45:03.5654271Z test_quick_meshgrid_list_of_tensors_cuda_int64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-11-23T03:45:03.5654533Z test_quick_meshgrid_list_of_tensors_cuda_int8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-11-23T03:45:03.5654801Z test_quick_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.uint8 not supported (0.002s) 2022-11-23T03:45:03.5655084Z test_quick_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-11-23T03:45:03.5655352Z test_quick_meshgrid_variadic_tensors_cuda_bool (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-11-23T03:45:03.5655641Z test_quick_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex128 not supported (0.003s) 2022-11-23T03:45:03.5656177Z test_quick_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-11-23T03:45:03.5656464Z test_quick_meshgrid_variadic_tensors_cuda_float16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-11-23T03:45:03.5656748Z test_quick_meshgrid_variadic_tensors_cuda_float32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-11-23T03:45:03.5657143Z test_quick_meshgrid_variadic_tensors_cuda_float64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float64 not supported (0.006s) 2022-11-23T03:45:03.5657538Z test_quick_meshgrid_variadic_tensors_cuda_int16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int16 not supported (0.000s) 2022-11-23T03:45:03.5657804Z test_quick_meshgrid_variadic_tensors_cuda_int32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-11-23T03:45:03.5658064Z test_quick_meshgrid_variadic_tensors_cuda_int64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-11-23T03:45:03.5658328Z test_quick_meshgrid_variadic_tensors_cuda_int8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-11-23T03:45:03.5658669Z test_quick_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.uint8 not supported (0.000s) 2022-11-23T03:45:03.5658875Z test_quick_minimum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5659037Z test_quick_minimum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5659220Z test_quick_minimum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5659401Z test_quick_minimum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-11-23T03:45:03.5659577Z test_quick_minimum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:45:03.5659759Z test_quick_minimum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:45:03.5659936Z test_quick_minimum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.5660111Z test_quick_minimum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.5660287Z test_quick_minimum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5660463Z test_quick_minimum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.5660636Z test_quick_mul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5660808Z test_quick_mul_cuda_bool (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5660988Z test_quick_mul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.428s) 2022-11-23T03:45:03.5661163Z test_quick_mul_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.458s) 2022-11-23T03:45:03.5661338Z test_quick_mul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.450s) 2022-11-23T03:45:03.5661514Z test_quick_mul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5661687Z test_quick_mul_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.278s) 2022-11-23T03:45:03.5661859Z test_quick_mul_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.272s) 2022-11-23T03:45:03.5662012Z test_quick_mul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5662180Z test_quick_mul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5662342Z test_quick_mul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5662511Z test_quick_mul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.5662684Z test_quick_mul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5663017Z test_quick_mv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5663198Z test_quick_mv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.5663477Z test_quick_mv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5663650Z test_quick_mv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5663963Z test_quick_mv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5664278Z test_quick_mv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5664494Z test_quick_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.5664701Z test_quick_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:45:03.5664908Z test_quick_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:45:03.5665106Z test_quick_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5665304Z test_quick_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5665507Z test_quick_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5665706Z test_quick_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.5665889Z test_quick_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5666171Z test_quick_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5666396Z test_quick_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:45:03.5666601Z test_quick_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.5666799Z test_quick_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5666997Z test_quick_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5667197Z test_quick_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5667398Z test_quick_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5667594Z test_quick_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5667793Z test_quick_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5667995Z test_quick_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:45:03.5668194Z test_quick_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.5668387Z test_quick_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5668584Z test_quick_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5668778Z test_quick_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5668976Z test_quick_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5669170Z test_quick_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5669357Z test_quick_nan_to_num_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5669635Z test_quick_nan_to_num_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5669837Z test_quick_nan_to_num_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5670019Z test_quick_nan_to_num_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5670202Z test_quick_nan_to_num_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5670381Z test_quick_nan_to_num_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5670662Z test_quick_nan_to_num_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5671097Z test_quick_nan_to_num_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5671279Z test_quick_nan_to_num_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5671454Z test_quick_nan_to_num_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5671645Z test_quick_narrow_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5671831Z test_quick_narrow_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.106s) 2022-11-23T03:45:03.5672031Z test_quick_narrow_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-11-23T03:45:03.5672224Z test_quick_narrow_copy_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:45:03.5672417Z test_quick_narrow_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.235s) 2022-11-23T03:45:03.5672602Z test_quick_narrow_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5672789Z test_quick_narrow_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:45:03.5672978Z test_quick_narrow_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:45:03.5673158Z test_quick_narrow_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.5673326Z test_quick_narrow_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:45:03.5673502Z test_quick_narrow_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-11-23T03:45:03.5674084Z test_quick_narrow_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.5674313Z test_quick_narrow_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-11-23T03:45:03.5674512Z test_quick_native_batch_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.5674708Z test_quick_native_batch_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.5674898Z test_quick_native_batch_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.680s) 2022-11-23T03:45:03.5675091Z test_quick_native_batch_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.635s) 2022-11-23T03:45:03.5675307Z test_quick_native_dropout_backward_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5675515Z test_quick_native_dropout_backward_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5675724Z test_quick_native_dropout_backward_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.682s) 2022-11-23T03:45:03.5675927Z test_quick_native_dropout_backward_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.744s) 2022-11-23T03:45:03.5676126Z test_quick_native_layer_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.5676467Z test_quick_native_layer_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5676681Z test_quick_native_layer_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.484s) 2022-11-23T03:45:03.5676865Z test_quick_native_layer_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.493s) 2022-11-23T03:45:03.5677049Z test_quick_ne_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-11-23T03:45:03.5677219Z test_quick_ne_cuda_bool (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5677384Z test_quick_ne_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.454s) 2022-11-23T03:45:03.5677699Z test_quick_ne_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.476s) 2022-11-23T03:45:03.5677998Z test_quick_ne_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:45:03.5678177Z test_quick_ne_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:45:03.5678351Z test_quick_ne_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-11-23T03:45:03.5678519Z test_quick_ne_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:45:03.5678684Z test_quick_ne_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.5678844Z test_quick_ne_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5679128Z test_quick_ne_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5679291Z test_quick_ne_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:45:03.5679467Z test_quick_neg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5679648Z test_quick_neg_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:45:03.5679831Z test_quick_neg_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:45:03.5680008Z test_quick_neg_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:45:03.5680181Z test_quick_neg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5680351Z test_quick_neg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.5680523Z test_quick_neg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5680677Z test_quick_neg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5680846Z test_quick_neg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5681007Z test_quick_neg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5681172Z test_quick_neg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.5681334Z test_quick_neg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5681667Z test_quick_new_empty_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-11-23T03:45:03.5681934Z test_quick_new_empty_cuda_bool (__main__.TestDecompCUDA) ... skip: new_empty in torch.bool not supported (0.001s) 2022-11-23T03:45:03.5682196Z test_quick_new_empty_cuda_complex128 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-11-23T03:45:03.5682457Z test_quick_new_empty_cuda_complex32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-11-23T03:45:03.5682723Z test_quick_new_empty_cuda_complex64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex64 not supported (0.001s) 2022-11-23T03:45:03.5682974Z test_quick_new_empty_cuda_float16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float16 not supported (0.001s) 2022-11-23T03:45:03.5683420Z test_quick_new_empty_cuda_float32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float32 not supported (0.001s) 2022-11-23T03:45:03.5683689Z test_quick_new_empty_cuda_float64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-11-23T03:45:03.5683931Z test_quick_new_empty_cuda_int16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-11-23T03:45:03.5684167Z test_quick_new_empty_cuda_int32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-11-23T03:45:03.5684666Z test_quick_new_empty_cuda_int64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int64 not supported (0.001s) 2022-11-23T03:45:03.5684920Z test_quick_new_empty_cuda_int8 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-11-23T03:45:03.5685154Z test_quick_new_empty_cuda_uint8 (__main__.TestDecompCUDA) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-11-23T03:45:03.5685433Z test_quick_new_empty_strided_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.5685702Z test_quick_new_empty_strided_cuda_bool (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.5685977Z test_quick_new_empty_strided_cuda_complex128 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.5686252Z test_quick_new_empty_strided_cuda_complex32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.5686637Z test_quick_new_empty_strided_cuda_complex64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.5686906Z test_quick_new_empty_strided_cuda_float16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:45:03.5687180Z test_quick_new_empty_strided_cuda_float32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.5687432Z test_quick_new_empty_strided_cuda_float64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.5687700Z test_quick_new_empty_strided_cuda_int16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.5687957Z test_quick_new_empty_strided_cuda_int32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.002s) 2022-11-23T03:45:03.5688209Z test_quick_new_empty_strided_cuda_int64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.5688475Z test_quick_new_empty_strided_cuda_int8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.5688732Z test_quick_new_empty_strided_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.000s) 2022-11-23T03:45:03.5688988Z test_quick_new_full_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5689187Z test_quick_new_full_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5689377Z test_quick_new_full_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5689567Z test_quick_new_full_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.5689790Z test_quick_new_full_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.5690102Z test_quick_new_full_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5690301Z test_quick_new_full_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.5690478Z test_quick_new_full_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5690654Z test_quick_new_full_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5690832Z test_quick_new_full_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5691115Z test_quick_new_full_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.5691458Z test_quick_new_full_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5691638Z test_quick_new_full_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5691819Z test_quick_new_ones_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5691976Z test_quick_new_ones_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5692169Z test_quick_new_ones_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5692352Z test_quick_new_ones_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:45:03.5692536Z test_quick_new_ones_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.5692716Z test_quick_new_ones_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5692898Z test_quick_new_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.5693074Z test_quick_new_ones_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.5693250Z test_quick_new_ones_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5693424Z test_quick_new_ones_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5693594Z test_quick_new_ones_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5693767Z test_quick_new_ones_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5694054Z test_quick_new_ones_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5694240Z test_quick_new_zeros_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5694413Z test_quick_new_zeros_cuda_bool (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5694604Z test_quick_new_zeros_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5694794Z test_quick_new_zeros_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:45:03.5694982Z test_quick_new_zeros_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.5695148Z test_quick_new_zeros_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5695328Z test_quick_new_zeros_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5695504Z test_quick_new_zeros_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.5695682Z test_quick_new_zeros_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5695859Z test_quick_new_zeros_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5696032Z test_quick_new_zeros_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5696211Z test_quick_new_zeros_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5696456Z test_quick_new_zeros_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5696779Z test_quick_nextafter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5696994Z test_quick_nextafter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:45:03.5697179Z test_quick_nextafter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-11-23T03:45:03.5697408Z test_quick_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:45:03.5697636Z test_quick_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:45:03.5698101Z test_quick_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.186s) 2022-11-23T03:45:03.5698349Z test_quick_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.140s) 2022-11-23T03:45:03.5698598Z test_quick_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-11-23T03:45:03.5698838Z test_quick_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:45:03.5699066Z test_quick_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.553s) 2022-11-23T03:45:03.5699291Z test_quick_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.528s) 2022-11-23T03:45:03.5699488Z test_quick_nn_functional_elu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5699676Z test_quick_nn_functional_elu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5699868Z test_quick_nn_functional_elu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.5700058Z test_quick_nn_functional_elu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5700271Z test_quick_nn_functional_embedding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5700478Z test_quick_nn_functional_embedding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5700685Z test_quick_nn_functional_embedding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:45:03.5700887Z test_quick_nn_functional_embedding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:45:03.5701088Z test_quick_nn_functional_gelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.5701283Z test_quick_nn_functional_gelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.5701588Z test_quick_nn_functional_gelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.483s) 2022-11-23T03:45:03.5701784Z test_quick_nn_functional_gelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.499s) 2022-11-23T03:45:03.5701982Z test_quick_nn_functional_glu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-11-23T03:45:03.5702183Z test_quick_nn_functional_glu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:45:03.5702372Z test_quick_nn_functional_glu_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.388s) 2022-11-23T03:45:03.5702559Z test_quick_nn_functional_glu_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.312s) 2022-11-23T03:45:03.5702774Z test_quick_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5702983Z test_quick_nn_functional_hardshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5703195Z test_quick_nn_functional_hardshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:45:03.5703400Z test_quick_nn_functional_hardshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:45:03.5703736Z test_quick_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5704036Z test_quick_nn_functional_hardsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5704268Z test_quick_nn_functional_hardsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5704481Z test_quick_nn_functional_hardsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.5704949Z test_quick_nn_functional_hardswish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5705166Z test_quick_nn_functional_hardswish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5705374Z test_quick_nn_functional_hardswish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:45:03.5705578Z test_quick_nn_functional_hardswish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:45:03.5705780Z test_quick_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5705987Z test_quick_nn_functional_hardtanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5706193Z test_quick_nn_functional_hardtanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:45:03.5706393Z test_quick_nn_functional_hardtanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:45:03.5706595Z test_quick_nn_functional_hardtanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5706799Z test_quick_nn_functional_hardtanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5707000Z test_quick_nn_functional_hardtanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5707203Z test_quick_nn_functional_hardtanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5707415Z test_quick_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.5707622Z test_quick_nn_functional_huber_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.5707827Z test_quick_nn_functional_huber_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.823s) 2022-11-23T03:45:03.5708031Z test_quick_nn_functional_huber_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.810s) 2022-11-23T03:45:03.5708220Z test_quick_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.5708420Z test_quick_nn_functional_leaky_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5708618Z test_quick_nn_functional_leaky_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.550s) 2022-11-23T03:45:03.5708920Z test_quick_nn_functional_leaky_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.539s) 2022-11-23T03:45:03.5709127Z test_quick_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5709328Z test_quick_nn_functional_logsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5709531Z test_quick_nn_functional_logsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5709732Z test_quick_nn_functional_logsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5709932Z test_quick_nn_functional_mish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5710129Z test_quick_nn_functional_mish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5710462Z test_quick_nn_functional_mish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.5710665Z test_quick_nn_functional_mish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.5710874Z test_quick_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.5711074Z test_quick_nn_functional_mse_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.5711274Z test_quick_nn_functional_mse_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-11-23T03:45:03.5711813Z test_quick_nn_functional_mse_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.382s) 2022-11-23T03:45:03.5712060Z test_quick_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.5712269Z test_quick_nn_functional_pad_constant_cuda_bool (__main__.TestDecompCUDA) ... ok (0.535s) 2022-11-23T03:45:03.5712488Z test_quick_nn_functional_pad_constant_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.186s) 2022-11-23T03:45:03.5712707Z test_quick_nn_functional_pad_constant_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.182s) 2022-11-23T03:45:03.5712907Z test_quick_nn_functional_pad_constant_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:45:03.5713116Z test_quick_nn_functional_pad_constant_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.759s) 2022-11-23T03:45:03.5713326Z test_quick_nn_functional_pad_constant_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.710s) 2022-11-23T03:45:03.5713534Z test_quick_nn_functional_pad_constant_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.533s) 2022-11-23T03:45:03.5713732Z test_quick_nn_functional_pad_constant_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.499s) 2022-11-23T03:45:03.5713932Z test_quick_nn_functional_pad_constant_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.586s) 2022-11-23T03:45:03.5714130Z test_quick_nn_functional_pad_constant_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.495s) 2022-11-23T03:45:03.5714320Z test_quick_nn_functional_pad_constant_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.501s) 2022-11-23T03:45:03.5714523Z test_quick_nn_functional_prelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:45:03.5714714Z test_quick_nn_functional_prelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.992s) 2022-11-23T03:45:03.5714908Z test_quick_nn_functional_prelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.034s) 2022-11-23T03:45:03.5715253Z test_quick_nn_functional_relu6_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.002s) 2022-11-23T03:45:03.5715552Z test_quick_nn_functional_relu6_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float16 not supported (0.002s) 2022-11-23T03:45:03.5715838Z test_quick_nn_functional_relu6_cuda_float32 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float32 not supported (0.001s) 2022-11-23T03:45:03.5716116Z test_quick_nn_functional_relu6_cuda_float64 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float64 not supported (0.001s) 2022-11-23T03:45:03.5716505Z test_quick_nn_functional_relu6_cuda_int16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int16 not supported (0.002s) 2022-11-23T03:45:03.5716786Z test_quick_nn_functional_relu6_cuda_int32 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int32 not supported (0.002s) 2022-11-23T03:45:03.5717067Z test_quick_nn_functional_relu6_cuda_int64 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int64 not supported (0.002s) 2022-11-23T03:45:03.5717465Z test_quick_nn_functional_relu6_cuda_int8 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-11-23T03:45:03.5717742Z test_quick_nn_functional_relu6_cuda_uint8 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.001s) 2022-11-23T03:45:03.5717944Z test_quick_nn_functional_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5718144Z test_quick_nn_functional_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5718488Z test_quick_nn_functional_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-11-23T03:45:03.5718811Z test_quick_nn_functional_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:45:03.5719010Z test_quick_nn_functional_relu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5719286Z test_quick_nn_functional_relu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5719490Z test_quick_nn_functional_relu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5719683Z test_quick_nn_functional_relu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5719871Z test_quick_nn_functional_relu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5720072Z test_quick_nn_functional_rrelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5720273Z test_quick_nn_functional_rrelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5720475Z test_quick_nn_functional_rrelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:45:03.5720673Z test_quick_nn_functional_rrelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:45:03.5720870Z test_quick_nn_functional_silu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5721074Z test_quick_nn_functional_silu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5721270Z test_quick_nn_functional_silu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.5721466Z test_quick_nn_functional_silu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.5721674Z test_quick_nn_functional_softplus_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5721878Z test_quick_nn_functional_softplus_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5722083Z test_quick_nn_functional_softplus_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.5722281Z test_quick_nn_functional_softplus_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.5722490Z test_quick_nn_functional_softshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5722683Z test_quick_nn_functional_softshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5722892Z test_quick_nn_functional_softshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:45:03.5723094Z test_quick_nn_functional_softshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-11-23T03:45:03.5723299Z test_quick_nn_functional_unfold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.259s) 2022-11-23T03:45:03.5723510Z test_quick_nn_functional_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (11.549s) 2022-11-23T03:45:03.5723718Z test_quick_nn_functional_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (11.175s) 2022-11-23T03:45:03.5724167Z test_quick_nn_functional_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.135s) 2022-11-23T03:45:03.5724381Z test_quick_nn_functional_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.716s) 2022-11-23T03:45:03.5724580Z test_quick_nn_functional_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.796s) 2022-11-23T03:45:03.5724828Z test_quick_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: norm in torch.bfloat16 not supported (0.002s) 2022-11-23T03:45:03.5725211Z test_quick_norm_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T03:45:03.5725603Z test_quick_norm_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T03:45:03.5725847Z test_quick_norm_cuda_float16 (__main__.TestDecompCUDA) ... skip: norm in torch.float16 not supported (0.001s) 2022-11-23T03:45:03.5726088Z test_quick_norm_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T03:45:03.5726324Z test_quick_norm_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T03:45:03.5726568Z test_quick_norm_fro_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: norm in torch.bfloat16 not supported (0.001s) 2022-11-23T03:45:03.5726905Z test_quick_norm_fro_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T03:45:03.5727177Z test_quick_norm_fro_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T03:45:03.5727418Z test_quick_norm_fro_cuda_float16 (__main__.TestDecompCUDA) ... skip: norm in torch.float16 not supported (0.001s) 2022-11-23T03:45:03.5727652Z test_quick_norm_fro_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T03:45:03.5727885Z test_quick_norm_fro_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T03:45:03.5728128Z test_quick_norm_inf_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: norm in torch.bfloat16 not supported (0.001s) 2022-11-23T03:45:03.5728380Z test_quick_norm_inf_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T03:45:03.5728618Z test_quick_norm_inf_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T03:45:03.5728860Z test_quick_norm_inf_cuda_float16 (__main__.TestDecompCUDA) ... skip: norm in torch.float16 not supported (0.001s) 2022-11-23T03:45:03.5729095Z test_quick_norm_inf_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T03:45:03.5729325Z test_quick_norm_inf_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T03:45:03.5729581Z test_quick_norm_nuc_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T03:45:03.5729830Z test_quick_norm_nuc_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T03:45:03.5730067Z test_quick_norm_nuc_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T03:45:03.5730300Z test_quick_norm_nuc_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T03:45:03.5730479Z test_quick_ones_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5730653Z test_quick_ones_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5730988Z test_quick_ones_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5731184Z test_quick_ones_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5731465Z test_quick_ones_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5731643Z test_quick_ones_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5731819Z test_quick_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5732146Z test_quick_ones_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5732452Z test_quick_ones_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5732650Z test_quick_ones_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5732821Z test_quick_ones_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5732990Z test_quick_ones_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5733144Z test_quick_ones_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5733332Z test_quick_permute_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5733509Z test_quick_permute_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5733697Z test_quick_permute_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5733884Z test_quick_permute_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5734067Z test_quick_permute_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.5734332Z test_quick_permute_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5734533Z test_quick_permute_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.5734709Z test_quick_permute_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.5734886Z test_quick_permute_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:45:03.5735065Z test_quick_permute_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5735237Z test_quick_permute_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5735420Z test_quick_permute_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5735593Z test_quick_permute_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5735771Z test_quick_pow_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.5735950Z test_quick_pow_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.525s) 2022-11-23T03:45:03.5736125Z test_quick_pow_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.522s) 2022-11-23T03:45:03.5736287Z test_quick_pow_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.489s) 2022-11-23T03:45:03.5736461Z test_quick_pow_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5736636Z test_quick_pow_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:45:03.5736809Z test_quick_pow_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:45:03.5736979Z test_quick_pow_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5737150Z test_quick_pow_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.5737313Z test_quick_pow_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:45:03.5737483Z test_quick_pow_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5737646Z test_quick_pow_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:45:03.5737960Z test_quick_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.5738144Z test_quick_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (0.511s) 2022-11-23T03:45:03.5738325Z test_quick_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.074s) 2022-11-23T03:45:03.5738504Z test_quick_prod_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.118s) 2022-11-23T03:45:03.5738682Z test_quick_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.082s) 2022-11-23T03:45:03.5738986Z test_quick_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.5739393Z test_quick_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.627s) 2022-11-23T03:45:03.5739554Z test_quick_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.630s) 2022-11-23T03:45:03.5739728Z test_quick_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.466s) 2022-11-23T03:45:03.5739898Z test_quick_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.481s) 2022-11-23T03:45:03.5740072Z test_quick_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.448s) 2022-11-23T03:45:03.5740242Z test_quick_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.460s) 2022-11-23T03:45:03.5740412Z test_quick_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.482s) 2022-11-23T03:45:03.5740619Z test_quick_randn_cuda_bfloat16 (__main__.TestDecompCUDA) ... expected failure (0.004s) 2022-11-23T03:45:03.5740828Z test_quick_randn_cuda_complex128 (__main__.TestDecompCUDA) ... expected failure (0.005s) 2022-11-23T03:45:03.5741036Z test_quick_randn_cuda_complex32 (__main__.TestDecompCUDA) ... expected failure (0.005s) 2022-11-23T03:45:03.5741244Z test_quick_randn_cuda_complex64 (__main__.TestDecompCUDA) ... expected failure (0.003s) 2022-11-23T03:45:03.5741445Z test_quick_randn_cuda_float16 (__main__.TestDecompCUDA) ... expected failure (0.003s) 2022-11-23T03:45:03.5741647Z test_quick_randn_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (0.006s) 2022-11-23T03:45:03.5741926Z test_quick_randn_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (0.000s) 2022-11-23T03:45:03.5742142Z test_quick_reciprocal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5742325Z test_quick_reciprocal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5742519Z test_quick_reciprocal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5742713Z test_quick_reciprocal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5742902Z test_quick_reciprocal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5743077Z test_quick_reciprocal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5743265Z test_quick_reciprocal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5743448Z test_quick_reciprocal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5743631Z test_quick_reciprocal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5743815Z test_quick_reciprocal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5743997Z test_quick_reciprocal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5744176Z test_quick_reciprocal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5744363Z test_quick_remainder_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5744687Z test_quick_remainder_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5744898Z test_quick_remainder_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.279s) 2022-11-23T03:45:03.5745080Z test_quick_remainder_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-11-23T03:45:03.5745259Z test_quick_remainder_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:45:03.5745439Z test_quick_remainder_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.5745731Z test_quick_remainder_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5746036Z test_quick_remainder_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:45:03.5746237Z test_quick_remainder_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.5746416Z test_quick_repeat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.5746575Z test_quick_repeat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5746760Z test_quick_repeat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-11-23T03:45:03.5747048Z test_quick_repeat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:45:03.5747229Z test_quick_repeat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.5747410Z test_quick_repeat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:45:03.5747585Z test_quick_repeat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:45:03.5747766Z test_quick_repeat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5747943Z test_quick_repeat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.5748119Z test_quick_repeat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5748293Z test_quick_repeat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.5748467Z test_quick_repeat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5748646Z test_quick_roll_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5748821Z test_quick_roll_cuda_bool (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:45:03.5749000Z test_quick_roll_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.379s) 2022-11-23T03:45:03.5749177Z test_quick_roll_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.390s) 2022-11-23T03:45:03.5749352Z test_quick_roll_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.385s) 2022-11-23T03:45:03.5749599Z test_quick_roll_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5749777Z test_quick_roll_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-11-23T03:45:03.5749952Z test_quick_roll_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:45:03.5750123Z test_quick_roll_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.5750295Z test_quick_roll_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.5750465Z test_quick_roll_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:45:03.5750637Z test_quick_roll_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:45:03.5750807Z test_quick_roll_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5750983Z test_quick_rot90_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.5751151Z test_quick_rot90_cuda_bool (__main__.TestDecompCUDA) ... ok (0.739s) 2022-11-23T03:45:03.5751336Z test_quick_rot90_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.609s) 2022-11-23T03:45:03.5751658Z test_quick_rot90_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.682s) 2022-11-23T03:45:03.5751838Z test_quick_rot90_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.5752011Z test_quick_rot90_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.950s) 2022-11-23T03:45:03.5752185Z test_quick_rot90_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.937s) 2022-11-23T03:45:03.5752355Z test_quick_rot90_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.673s) 2022-11-23T03:45:03.5752655Z test_quick_rot90_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.678s) 2022-11-23T03:45:03.5752956Z test_quick_rot90_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.707s) 2022-11-23T03:45:03.5753118Z test_quick_rot90_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.696s) 2022-11-23T03:45:03.5753284Z test_quick_rot90_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.673s) 2022-11-23T03:45:03.5753468Z test_quick_rsqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5753639Z test_quick_rsqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5753823Z test_quick_rsqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5754003Z test_quick_rsqrt_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5754182Z test_quick_rsqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5754856Z test_quick_rsqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5755032Z test_quick_rsqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5755206Z test_quick_rsqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5755378Z test_quick_rsqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5755553Z test_quick_rsqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5755723Z test_quick_rsqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5755895Z test_quick_rsqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5756063Z test_quick_rsqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5756241Z test_quick_rsub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5756421Z test_quick_rsub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.499s) 2022-11-23T03:45:03.5756589Z test_quick_rsub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.521s) 2022-11-23T03:45:03.5756765Z test_quick_rsub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5756937Z test_quick_rsub_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.300s) 2022-11-23T03:45:03.5757111Z test_quick_rsub_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.298s) 2022-11-23T03:45:03.5757367Z test_quick_rsub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:45:03.5757558Z test_quick_rsub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.5757728Z test_quick_rsub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.224s) 2022-11-23T03:45:03.5757900Z test_quick_rsub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.223s) 2022-11-23T03:45:03.5758070Z test_quick_rsub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:45:03.5758358Z test_quick_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5758688Z test_quick_select_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5758875Z test_quick_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:45:03.5759159Z test_quick_select_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5759473Z test_quick_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:45:03.5759773Z test_quick_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5759967Z test_quick_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:45:03.5760140Z test_quick_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5760414Z test_quick_select_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5760677Z test_quick_select_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5760949Z test_quick_select_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5761222Z test_quick_select_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:45:03.5761494Z test_quick_select_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:45:03.5761675Z test_quick_sgn_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5761849Z test_quick_sgn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5762029Z test_quick_sgn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.5762210Z test_quick_sgn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:45:03.5762496Z test_quick_sgn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.5762671Z test_quick_sgn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5762845Z test_quick_sgn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5763017Z test_quick_sgn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5763191Z test_quick_sgn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5763353Z test_quick_sgn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5763513Z test_quick_sgn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5763681Z test_quick_sgn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5763842Z test_quick_sgn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5764023Z test_quick_sigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5764202Z test_quick_sigmoid_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5764373Z test_quick_sigmoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:45:03.5764558Z test_quick_sigmoid_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:45:03.5764741Z test_quick_sigmoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.5764992Z test_quick_sigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5765332Z test_quick_sigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.5765516Z test_quick_sigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5765691Z test_quick_sigmoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5765866Z test_quick_sigmoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5766039Z test_quick_sigmoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5766335Z test_quick_sigmoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5766607Z test_quick_sigmoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5766793Z test_quick_sign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5766964Z test_quick_sign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5767141Z test_quick_sign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5767316Z test_quick_sign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5767487Z test_quick_sign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:45:03.5767642Z test_quick_sign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:45:03.5767814Z test_quick_sign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5767983Z test_quick_sign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5768154Z test_quick_sign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.5768324Z test_quick_sign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5768509Z test_quick_signbit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5768684Z test_quick_signbit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5768866Z test_quick_signbit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5769045Z test_quick_signbit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:45:03.5769220Z test_quick_signbit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5769393Z test_quick_signbit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5769568Z test_quick_signbit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.5769742Z test_quick_signbit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5770025Z test_quick_signbit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5770200Z test_quick_signbit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.5770373Z test_quick_sin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5770542Z test_quick_sin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5770708Z test_quick_sin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.5770881Z test_quick_sin_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:45:03.5771058Z test_quick_sin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:45:03.5771232Z test_quick_sin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5771406Z test_quick_sin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:45:03.5771582Z test_quick_sin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5771751Z test_quick_sin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.5771920Z test_quick_sin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5772215Z test_quick_sin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5772388Z test_quick_sin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5772628Z test_quick_sin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5772821Z test_quick_sinc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5772991Z test_quick_sinc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5773312Z test_quick_sinc_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5773497Z test_quick_sinc_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5773669Z test_quick_sinc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5773968Z test_quick_sinc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:45:03.5774146Z test_quick_sinc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5774319Z test_quick_sinc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:45:03.5774486Z test_quick_sinc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5774660Z test_quick_sinc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5774831Z test_quick_sinc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5775000Z test_quick_sinc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5775178Z test_quick_sinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5775346Z test_quick_sinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5775528Z test_quick_sinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.5775710Z test_quick_sinh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.5775885Z test_quick_sinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:45:03.5776058Z test_quick_sinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5776231Z test_quick_sinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5776406Z test_quick_sinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:45:03.5776576Z test_quick_sinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5776744Z test_quick_sinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5776897Z test_quick_sinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5777066Z test_quick_sinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5777238Z test_quick_sinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:45:03.5777528Z test_quick_slice_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5777701Z test_quick_slice_cuda_bool (__main__.TestDecompCUDA) ... ok (0.160s) 2022-11-23T03:45:03.5777887Z test_quick_slice_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.311s) 2022-11-23T03:45:03.5778069Z test_quick_slice_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.320s) 2022-11-23T03:45:03.5778254Z test_quick_slice_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.307s) 2022-11-23T03:45:03.5778427Z test_quick_slice_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5778602Z test_quick_slice_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:45:03.5778776Z test_quick_slice_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.5778949Z test_quick_slice_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.5779124Z test_quick_slice_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:45:03.5779408Z test_quick_slice_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-11-23T03:45:03.5779618Z test_quick_slice_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:45:03.5779791Z test_quick_slice_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:45:03.5780055Z test_quick_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:45:03.5780236Z test_quick_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5780562Z test_quick_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:45:03.5780869Z test_quick_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-11-23T03:45:03.5781068Z test_quick_special_entr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5781258Z test_quick_special_entr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5781453Z test_quick_special_entr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5781642Z test_quick_special_entr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5781831Z test_quick_special_entr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5782016Z test_quick_special_entr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5782204Z test_quick_special_entr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5782387Z test_quick_special_entr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5782570Z test_quick_special_entr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5782751Z test_quick_special_entr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5782932Z test_quick_special_erfcx_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5783123Z test_quick_special_erfcx_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5783317Z test_quick_special_erfcx_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5783504Z test_quick_special_erfcx_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5783694Z test_quick_special_erfcx_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5783868Z test_quick_special_erfcx_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5784054Z test_quick_special_erfcx_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5784238Z test_quick_special_erfcx_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5784427Z test_quick_special_i0e_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5784611Z test_quick_special_i0e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5784794Z test_quick_special_i0e_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5785081Z test_quick_special_i0e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5785268Z test_quick_special_i0e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5785452Z test_quick_special_i0e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5785632Z test_quick_special_i0e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5785812Z test_quick_special_i0e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5785992Z test_quick_special_i0e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5786311Z test_quick_special_i0e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5786501Z test_quick_special_i1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5786685Z test_quick_special_i1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5786871Z test_quick_special_i1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5787048Z test_quick_special_i1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5787352Z test_quick_special_i1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5787668Z test_quick_special_i1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5787935Z test_quick_special_i1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5788129Z test_quick_special_i1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5788308Z test_quick_special_i1e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5788493Z test_quick_special_i1e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5788677Z test_quick_special_i1e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5788857Z test_quick_special_i1e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5789041Z test_quick_special_i1e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5789219Z test_quick_special_i1e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5789394Z test_quick_special_i1e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5789567Z test_quick_special_i1e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5789810Z test_quick_special_log_ndtr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5790012Z test_quick_special_log_ndtr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5790203Z test_quick_special_log_ndtr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5790394Z test_quick_special_log_ndtr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5790579Z test_quick_special_log_ndtr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5790763Z test_quick_special_log_ndtr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5790936Z test_quick_special_log_ndtr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5791129Z test_quick_special_log_ndtr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5791407Z test_quick_special_ndtr_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.bfloat16 not supported (0.000s) 2022-11-23T03:45:03.5791669Z test_quick_special_ndtr_cuda_bool (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.bool not supported (0.003s) 2022-11-23T03:45:03.5791936Z test_quick_special_ndtr_cuda_float16 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.float16 not supported (0.000s) 2022-11-23T03:45:03.5792200Z test_quick_special_ndtr_cuda_float32 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.float32 not supported (0.000s) 2022-11-23T03:45:03.5792463Z test_quick_special_ndtr_cuda_float64 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.float64 not supported (0.000s) 2022-11-23T03:45:03.5792828Z test_quick_special_ndtr_cuda_int16 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int16 not supported (0.006s) 2022-11-23T03:45:03.5793250Z test_quick_special_ndtr_cuda_int32 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int32 not supported (0.000s) 2022-11-23T03:45:03.5793508Z test_quick_special_ndtr_cuda_int64 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int64 not supported (0.000s) 2022-11-23T03:45:03.5793757Z test_quick_special_ndtr_cuda_int8 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int8 not supported (0.000s) 2022-11-23T03:45:03.5794013Z test_quick_special_ndtr_cuda_uint8 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.uint8 not supported (0.000s) 2022-11-23T03:45:03.5794334Z test_quick_special_ndtri_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5794673Z test_quick_special_ndtri_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5794870Z test_quick_special_ndtri_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5795056Z test_quick_special_ndtri_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5795239Z test_quick_special_ndtri_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5795837Z test_quick_special_ndtri_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5796071Z test_quick_special_ndtri_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5796258Z test_quick_special_ndtri_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5796458Z test_quick_special_xlog1py_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5796635Z test_quick_special_xlog1py_cuda_bool (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.5796831Z test_quick_special_xlog1py_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:45:03.5797026Z test_quick_special_xlog1py_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-11-23T03:45:03.5797212Z test_quick_special_xlog1py_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-11-23T03:45:03.5797402Z test_quick_special_xlog1py_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.212s) 2022-11-23T03:45:03.5797597Z test_quick_special_xlog1py_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.5797785Z test_quick_special_xlog1py_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:45:03.5797972Z test_quick_special_xlog1py_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.5798157Z test_quick_special_xlog1py_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.5798341Z test_quick_special_zeta_cuda_bool (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.5798526Z test_quick_special_zeta_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.297s) 2022-11-23T03:45:03.5798717Z test_quick_special_zeta_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.285s) 2022-11-23T03:45:03.5798902Z test_quick_special_zeta_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:45:03.5799084Z test_quick_special_zeta_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:45:03.5799269Z test_quick_special_zeta_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.5799454Z test_quick_special_zeta_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.5799635Z test_quick_special_zeta_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:45:03.5799817Z test_quick_split_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5800139Z test_quick_split_cuda_bool (__main__.TestDecompCUDA) ... ok (0.080s) 2022-11-23T03:45:03.5800334Z test_quick_split_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:45:03.5800631Z test_quick_split_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:45:03.5800812Z test_quick_split_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5800990Z test_quick_split_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5801315Z test_quick_split_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:45:03.5801617Z test_quick_split_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:45:03.5801794Z test_quick_split_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-11-23T03:45:03.5801966Z test_quick_split_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-11-23T03:45:03.5802136Z test_quick_split_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-11-23T03:45:03.5802308Z test_quick_split_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:45:03.5802478Z test_quick_split_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-11-23T03:45:03.5802680Z test_quick_split_list_args_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5802868Z test_quick_split_list_args_cuda_bool (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:45:03.5803067Z test_quick_split_list_args_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.420s) 2022-11-23T03:45:03.5803262Z test_quick_split_list_args_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.435s) 2022-11-23T03:45:03.5803535Z test_quick_split_list_args_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5803744Z test_quick_split_list_args_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.275s) 2022-11-23T03:45:03.5803912Z test_quick_split_list_args_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.272s) 2022-11-23T03:45:03.5804103Z test_quick_split_list_args_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.5804291Z test_quick_split_list_args_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5804483Z test_quick_split_list_args_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.5804673Z test_quick_split_list_args_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.5804858Z test_quick_split_list_args_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5805054Z test_quick_split_with_sizes_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5805245Z test_quick_split_with_sizes_cuda_bool (__main__.TestDecompCUDA) ... ok (0.236s) 2022-11-23T03:45:03.5805445Z test_quick_split_with_sizes_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.543s) 2022-11-23T03:45:03.5805643Z test_quick_split_with_sizes_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.551s) 2022-11-23T03:45:03.5805841Z test_quick_split_with_sizes_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.577s) 2022-11-23T03:45:03.5806038Z test_quick_split_with_sizes_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5806231Z test_quick_split_with_sizes_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-11-23T03:45:03.5806414Z test_quick_split_with_sizes_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.309s) 2022-11-23T03:45:03.5806603Z test_quick_split_with_sizes_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.238s) 2022-11-23T03:45:03.5806920Z test_quick_split_with_sizes_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:45:03.5807118Z test_quick_split_with_sizes_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-11-23T03:45:03.5807304Z test_quick_split_with_sizes_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-11-23T03:45:03.5807479Z test_quick_split_with_sizes_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-11-23T03:45:03.5807658Z test_quick_sqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5807832Z test_quick_sqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5808391Z test_quick_sqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:45:03.5808580Z test_quick_sqrt_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-11-23T03:45:03.5808758Z test_quick_sqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:45:03.5808934Z test_quick_sqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5809112Z test_quick_sqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:45:03.5809288Z test_quick_sqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:45:03.5809459Z test_quick_sqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.5809629Z test_quick_sqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.5809801Z test_quick_sqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5809970Z test_quick_sqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5810142Z test_quick_sqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5810328Z test_quick_squeeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5810503Z test_quick_squeeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5810692Z test_quick_squeeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:45:03.5810943Z test_quick_squeeze_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:45:03.5811150Z test_quick_squeeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:45:03.5811329Z test_quick_squeeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5811510Z test_quick_squeeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:45:03.5811685Z test_quick_squeeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:45:03.5811862Z test_quick_squeeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5812040Z test_quick_squeeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.5812213Z test_quick_squeeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.5812387Z test_quick_squeeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5812563Z test_quick_squeeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.5812746Z test_quick_stack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5812917Z test_quick_stack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:45:03.5813101Z test_quick_stack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:45:03.5813279Z test_quick_stack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:45:03.5813458Z test_quick_stack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:45:03.5813789Z test_quick_stack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5813980Z test_quick_stack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:45:03.5814136Z test_quick_stack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:45:03.5814309Z test_quick_stack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.5814480Z test_quick_stack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.5814655Z test_quick_stack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5814960Z test_quick_stack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.5815260Z test_quick_stack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:45:03.5815441Z test_quick_std_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5815621Z test_quick_std_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.400s) 2022-11-23T03:45:03.5815799Z test_quick_std_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.426s) 2022-11-23T03:45:03.5816074Z test_quick_std_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:45:03.5816248Z test_quick_std_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.239s) 2022-11-23T03:45:03.5816419Z test_quick_std_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-11-23T03:45:03.5816602Z test_quick_std_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:45:03.5816792Z test_quick_std_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.794s) 2022-11-23T03:45:03.5816980Z test_quick_std_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.826s) 2022-11-23T03:45:03.5817160Z test_quick_std_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:45:03.5817322Z test_quick_std_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.479s) 2022-11-23T03:45:03.5817498Z test_quick_std_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.456s) 2022-11-23T03:45:03.5817676Z test_quick_sub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5817856Z test_quick_sub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.517s) 2022-11-23T03:45:03.5818035Z test_quick_sub_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.502s) 2022-11-23T03:45:03.5818212Z test_quick_sub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.517s) 2022-11-23T03:45:03.5818458Z test_quick_sub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:45:03.5818651Z test_quick_sub_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.299s) 2022-11-23T03:45:03.5818825Z test_quick_sub_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.290s) 2022-11-23T03:45:03.5818993Z test_quick_sub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.5819157Z test_quick_sub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-11-23T03:45:03.5819318Z test_quick_sub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-11-23T03:45:03.5819494Z test_quick_sub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.218s) 2022-11-23T03:45:03.5819657Z test_quick_sub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:45:03.5819829Z test_quick_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5819998Z test_quick_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:45:03.5820174Z test_quick_sum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.217s) 2022-11-23T03:45:03.5820339Z test_quick_sum_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.268s) 2022-11-23T03:45:03.5820652Z test_quick_sum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-11-23T03:45:03.5820835Z test_quick_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.5821006Z test_quick_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:45:03.5821178Z test_quick_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:45:03.5821345Z test_quick_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:45:03.5821506Z test_quick_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-11-23T03:45:03.5821796Z test_quick_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5822102Z test_quick_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:45:03.5822266Z test_quick_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:45:03.5822443Z test_quick_t_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5822609Z test_quick_t_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5822788Z test_quick_t_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5822959Z test_quick_t_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.5823128Z test_quick_t_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5823295Z test_quick_t_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5823562Z test_quick_t_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5823712Z test_quick_t_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5823873Z test_quick_t_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5824030Z test_quick_t_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5824197Z test_quick_t_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5824357Z test_quick_t_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5824534Z test_quick_tan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5824702Z test_quick_tan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.5824880Z test_quick_tan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-11-23T03:45:03.5825060Z test_quick_tan_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-11-23T03:45:03.5825240Z test_quick_tan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:45:03.5825412Z test_quick_tan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5825584Z test_quick_tan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:45:03.5825753Z test_quick_tan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:45:03.5825994Z test_quick_tan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5826180Z test_quick_tan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5826346Z test_quick_tan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5826498Z test_quick_tan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:45:03.5826660Z test_quick_tan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5826835Z test_quick_tanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5827008Z test_quick_tanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5827190Z test_quick_tanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.377s) 2022-11-23T03:45:03.5827494Z test_quick_tanh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:45:03.5827695Z test_quick_tanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.389s) 2022-11-23T03:45:03.5827875Z test_quick_tanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5828048Z test_quick_tanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5828220Z test_quick_tanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.5828392Z test_quick_tanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:45:03.5828661Z test_quick_tanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5828864Z test_quick_tanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5829155Z test_quick_tanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:45:03.5829327Z test_quick_tanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:45:03.5829508Z test_quick_trace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5829663Z test_quick_trace_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5829853Z test_quick_trace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5830035Z test_quick_trace_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:45:03.5830216Z test_quick_trace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5830392Z test_quick_trace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5830570Z test_quick_trace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5830745Z test_quick_trace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:45:03.5831023Z test_quick_trace_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5831196Z test_quick_trace_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5831368Z test_quick_trace_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5831539Z test_quick_trace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:45:03.5831714Z test_quick_trace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5831903Z test_quick_transpose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5832085Z test_quick_transpose_cuda_bool (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:45:03.5832278Z test_quick_transpose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:45:03.5832468Z test_quick_transpose_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-11-23T03:45:03.5832658Z test_quick_transpose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:45:03.5832830Z test_quick_transpose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5833014Z test_quick_transpose_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:45:03.5833195Z test_quick_transpose_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-11-23T03:45:03.5833448Z test_quick_transpose_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5833652Z test_quick_transpose_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.5833829Z test_quick_transpose_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:45:03.5834008Z test_quick_transpose_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:45:03.5834185Z test_quick_transpose_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.5834468Z test_quick_tril_cuda_bool (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.5834682Z test_quick_tril_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.432s) 2022-11-23T03:45:03.5834861Z test_quick_tril_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.436s) 2022-11-23T03:45:03.5835037Z test_quick_tril_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.439s) 2022-11-23T03:45:03.5835212Z test_quick_tril_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5835390Z test_quick_tril_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-11-23T03:45:03.5835702Z test_quick_tril_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-11-23T03:45:03.5836011Z test_quick_tril_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.5836187Z test_quick_tril_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:45:03.5836340Z test_quick_tril_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:45:03.5836508Z test_quick_tril_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:45:03.5836680Z test_quick_tril_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:45:03.5836867Z test_quick_tril_indices_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5837052Z test_quick_tril_indices_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:45:03.5837223Z test_quick_triu_cuda_bool (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5837409Z test_quick_triu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.411s) 2022-11-23T03:45:03.5837588Z test_quick_triu_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.434s) 2022-11-23T03:45:03.5837769Z test_quick_triu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.407s) 2022-11-23T03:45:03.5837943Z test_quick_triu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:45:03.5838117Z test_quick_triu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:45:03.5838291Z test_quick_triu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:45:03.5838565Z test_quick_triu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-11-23T03:45:03.5838736Z test_quick_triu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:45:03.5838905Z test_quick_triu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:45:03.5839076Z test_quick_triu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.5839248Z test_quick_triu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.5839417Z test_quick_triu_indices_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5839599Z test_quick_triu_indices_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:45:03.5839779Z test_quick_trunc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5839959Z test_quick_trunc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5840135Z test_quick_trunc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:45:03.5840313Z test_quick_trunc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:45:03.5840486Z test_quick_trunc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:45:03.5840658Z test_quick_trunc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:45:03.5840829Z test_quick_trunc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:45:03.5841074Z test_quick_trunc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:45:03.5841272Z test_quick_trunc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:45:03.5841601Z test_quick_unbind_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:45:03.5841778Z test_quick_unbind_cuda_bool (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:45:03.5841963Z test_quick_unbind_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.481s) 2022-11-23T03:45:03.5842145Z test_quick_unbind_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.509s) 2022-11-23T03:45:03.5842333Z test_quick_unbind_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.509s) 2022-11-23T03:45:03.5842645Z test_quick_unbind_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:45:03.5842950Z test_quick_unbind_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.295s) 2022-11-23T03:45:03.5843130Z test_quick_unbind_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.287s) 2022-11-23T03:45:03.5843308Z test_quick_unbind_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5843482Z test_quick_unbind_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5843653Z test_quick_unbind_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.5843826Z test_quick_unbind_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.5843995Z test_quick_unbind_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:45:03.5844185Z test_quick_unfold_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:45:03.5844371Z test_quick_unfold_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (1.466s) 2022-11-23T03:45:03.5844565Z test_quick_unfold_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.228s) 2022-11-23T03:45:03.5844756Z test_quick_unfold_copy_cuda_complex32 (__main__.TestDecompCUDA) ... ok (3.295s) 2022-11-23T03:45:03.5844950Z test_quick_unfold_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.325s) 2022-11-23T03:45:03.5845135Z test_quick_unfold_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:45:03.5845321Z test_quick_unfold_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.852s) 2022-11-23T03:45:03.5845505Z test_quick_unfold_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.851s) 2022-11-23T03:45:03.5845688Z test_quick_unfold_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.378s) 2022-11-23T03:45:03.5845868Z test_quick_unfold_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.395s) 2022-11-23T03:45:03.5846138Z test_quick_unfold_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.411s) 2022-11-23T03:45:03.5846322Z test_quick_unfold_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.417s) 2022-11-23T03:45:03.5846498Z test_quick_unfold_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.446s) 2022-11-23T03:45:03.5846681Z test_quick_unfold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:45:03.5846861Z test_quick_unfold_cuda_bool (__main__.TestDecompCUDA) ... ok (1.414s) 2022-11-23T03:45:03.5847045Z test_quick_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.375s) 2022-11-23T03:45:03.5847227Z test_quick_unfold_cuda_complex32 (__main__.TestDecompCUDA) ... ok (3.272s) 2022-11-23T03:45:03.5847411Z test_quick_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.263s) 2022-11-23T03:45:03.5847587Z test_quick_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:45:03.5847763Z test_quick_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.855s) 2022-11-23T03:45:03.5847939Z test_quick_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.933s) 2022-11-23T03:45:03.5848112Z test_quick_unfold_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.413s) 2022-11-23T03:45:03.5848420Z test_quick_unfold_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.438s) 2022-11-23T03:45:03.5848601Z test_quick_unfold_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.431s) 2022-11-23T03:45:03.5848856Z test_quick_unfold_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.398s) 2022-11-23T03:45:03.5849048Z test_quick_unfold_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.394s) 2022-11-23T03:45:03.5849259Z test_quick_uniform_cuda_bfloat16 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-11-23T03:45:03.5849707Z test_quick_uniform_cuda_complex128 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-11-23T03:45:03.5849937Z test_quick_uniform_cuda_complex64 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-11-23T03:45:03.5850150Z test_quick_uniform_cuda_float16 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-11-23T03:45:03.5850353Z test_quick_uniform_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-11-23T03:45:03.5850555Z test_quick_uniform_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-11-23T03:45:03.5850746Z test_quick_unsqueeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5850930Z test_quick_unsqueeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:45:03.5851121Z test_quick_unsqueeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.158s) 2022-11-23T03:45:03.5851311Z test_quick_unsqueeze_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:45:03.5851497Z test_quick_unsqueeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-11-23T03:45:03.5851682Z test_quick_unsqueeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5851867Z test_quick_unsqueeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:45:03.5852051Z test_quick_unsqueeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:45:03.5852231Z test_quick_unsqueeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:45:03.5852409Z test_quick_unsqueeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:45:03.5852588Z test_quick_unsqueeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:45:03.5852769Z test_quick_unsqueeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:45:03.5852942Z test_quick_unsqueeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:45:03.5853102Z test_quick_var_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:45:03.5853281Z test_quick_var_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.383s) 2022-11-23T03:45:03.5853461Z test_quick_var_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.419s) 2022-11-23T03:45:03.5853742Z test_quick_var_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5853915Z test_quick_var_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:45:03.5854088Z test_quick_var_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:45:03.5854272Z test_quick_var_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:45:03.5854461Z test_quick_var_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.830s) 2022-11-23T03:45:03.5854647Z test_quick_var_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.830s) 2022-11-23T03:45:03.5854828Z test_quick_var_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:45:03.5855105Z test_quick_var_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.469s) 2022-11-23T03:45:03.5855328Z test_quick_var_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.464s) 2022-11-23T03:45:03.5855510Z test_quick_view_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:45:03.5855680Z test_quick_view_cuda_bool (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:45:03.5855858Z test_quick_view_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-11-23T03:45:03.5856037Z test_quick_view_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:45:03.5856615Z test_quick_view_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.284s) 2022-11-23T03:45:03.5856808Z test_quick_view_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5856982Z test_quick_view_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:45:03.5857155Z test_quick_view_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:45:03.5857325Z test_quick_view_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:45:03.5857495Z test_quick_view_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:45:03.5857668Z test_quick_view_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:45:03.5857838Z test_quick_view_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:45:03.5858006Z test_quick_view_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-11-23T03:45:03.5858185Z test_quick_where_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:45:03.5858358Z test_quick_where_cuda_bool (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:45:03.5858542Z test_quick_where_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.334s) 2022-11-23T03:45:03.5858723Z test_quick_where_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.368s) 2022-11-23T03:45:03.5858903Z test_quick_where_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.388s) 2022-11-23T03:45:03.5859078Z test_quick_where_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:45:03.5859253Z test_quick_where_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-11-23T03:45:03.5859431Z test_quick_where_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:45:03.5859604Z test_quick_where_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:45:03.5859762Z test_quick_where_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:45:03.5859932Z test_quick_where_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:45:03.5860107Z test_quick_where_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:45:03.5860279Z test_quick_where_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:45:03.5860457Z test_quick_xlogy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:45:03.5860630Z test_quick_xlogy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:45:03.5860806Z test_quick_xlogy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:45:03.5860980Z test_quick_xlogy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-11-23T03:45:03.5861264Z test_quick_xlogy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:45:03.5861436Z test_quick_xlogy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:45:03.5861603Z test_quick_xlogy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:45:03.5861775Z test_quick_xlogy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:45:03.5862088Z test_quick_xlogy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:45:03.5862265Z test_quick_xlogy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:45:03.5862447Z test_quick_zeros_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5862616Z test_quick_zeros_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5862784Z test_quick_zeros_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5863083Z test_quick_zeros_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5863413Z test_quick_zeros_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:45:03.5863596Z test_quick_zeros_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5863771Z test_quick_zeros_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5863944Z test_quick_zeros_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:45:03.5864195Z test_quick_zeros_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5864383Z test_quick_zeros_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:45:03.5864554Z test_quick_zeros_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:45:03.5864724Z test_quick_zeros_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:45:03.5864894Z test_quick_zeros_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:45:03.5864909Z 2022-11-23T03:45:03.5865099Z ---------------------------------------------------------------------- 2022-11-23T03:45:03.5865207Z Ran 7657 tests in 5583.657s 2022-11-23T03:45:03.5865216Z 2022-11-23T03:45:03.5865347Z OK (skipped=501, expected failures=30) 2022-11-23T03:45:03.5865355Z 2022-11-23T03:45:03.5865466Z Generating XML reports... 2022-11-23T03:45:03.5865793Z Generated XML report: test-reports\python-unittest\test_decomp\TEST-DecompContiguousTestsCUDA-20221123021156.xml 2022-11-23T03:45:03.5866077Z Generated XML report: test-reports\python-unittest\test_decomp\TEST-TestDecompCUDA-20221123021156.xml 2022-11-23T03:45:03.5866085Z 2022-11-23T03:45:03.5866653Z ##[endgroup] 2022-11-23T03:45:03.5866964Z FINISHED PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_bctzs34z) 2022-11-23T03:45:03.5866974Z 2022-11-23T03:45:07.7984079Z Running test_mkldnn ... [2022-11-23 03:45:07.797936] 2022-11-23T03:45:07.7991946Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:45:07.798595] 2022-11-23T03:45:07.7994540Z Ignoring disabled issues: [] 2022-11-23T03:46:10.5257605Z 2022-11-23T03:46:10.5258240Z Expand the folded group to see the log file of test_mkldnn 2022-11-23T03:46:10.5259134Z ##[group]PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_mvko07pw) 2022-11-23T03:46:10.5259616Z 2022-11-23T03:46:10.5259925Z Running tests... 2022-11-23T03:46:10.5260645Z ---------------------------------------------------------------------- 2022-11-23T03:46:10.5261508Z Test results will be stored in test-reports\python-unittest\test_mkldnn 2022-11-23T03:46:10.5262230Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (3.548s) 2022-11-23T03:46:10.5266088Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.236s) 2022-11-23T03:46:10.5267123Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.003s) 2022-11-23T03:46:10.5268587Z test_add (__main__.TestMkldnn) ... ok (0.187s) 2022-11-23T03:46:10.5269267Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T03:46:10.5269994Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.020s) 2022-11-23T03:46:10.5270702Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.051s) 2022-11-23T03:46:10.5271562Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T03:46:10.5272382Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.013s) 2022-11-23T03:46:10.5273094Z test_avg_pool3d (__main__.TestMkldnn) ... ok (2.499s) 2022-11-23T03:46:10.5273955Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.258s) 2022-11-23T03:46:10.5275485Z 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-23T03:46:10.5276690Z warnings.warn( 2022-11-23T03:46:10.5277134Z ok (0.324s) 2022-11-23T03:46:10.5277781Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.014s) 2022-11-23T03:46:10.5278541Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (1.904s) 2022-11-23T03:46:10.5279314Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.182s) 2022-11-23T03:46:10.5280381Z test_clone (__main__.TestMkldnn) ... ok (0.006s) 2022-11-23T03:46:10.5281141Z test_conv1d (__main__.TestMkldnn) ... ok (0.282s) 2022-11-23T03:46:10.5281987Z test_conv1d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T03:46:10.5282747Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T03:46:10.5283409Z test_conv2d (__main__.TestMkldnn) ... ok (1.894s) 2022-11-23T03:46:10.5284146Z test_conv2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T03:46:10.5284902Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-11-23T03:46:10.5285650Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.028s) 2022-11-23T03:46:10.5286437Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (2.291s) 2022-11-23T03:46:10.5287318Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T03:46:10.5288275Z test_conv3d (__main__.TestMkldnn) ... ok (5.097s) 2022-11-23T03:46:10.5289015Z test_conv3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.003s) 2022-11-23T03:46:10.5289826Z test_conversion (__main__.TestMkldnn) ... ok (0.033s) 2022-11-23T03:46:10.5290424Z test_copy (__main__.TestMkldnn) ... ok (0.006s) 2022-11-23T03:46:10.5291064Z test_detach (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T03:46:10.5291696Z test_empty (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T03:46:10.5292305Z test_gelu (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T03:46:10.5293055Z test_gelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-11-23T03:46:10.5293883Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T03:46:10.5294661Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.012s) 2022-11-23T03:46:10.5296203Z 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-23T03:46:10.5297595Z warnings.warn(message, UserWarning) 2022-11-23T03:46:10.5298115Z ok (0.007s) 2022-11-23T03:46:10.5298638Z test_linear (__main__.TestMkldnn) ... ok (0.066s) 2022-11-23T03:46:10.5299296Z test_linear_backward (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T03:46:10.5300144Z test_linear_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.003s) 2022-11-23T03:46:10.5302337Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.009s) 2022-11-23T03:46:10.5302714Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.286s) 2022-11-23T03:46:10.5303113Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.004s) 2022-11-23T03:46:10.5303519Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.016s) 2022-11-23T03:46:10.5303885Z test_max_pool3d (__main__.TestMkldnn) ... ok (25.545s) 2022-11-23T03:46:10.5304257Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.317s) 2022-11-23T03:46:10.5304667Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.008s) 2022-11-23T03:46:10.5305050Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.007s) 2022-11-23T03:46:10.5305395Z test_mul (__main__.TestMkldnn) ... ok (0.253s) 2022-11-23T03:46:10.5305716Z test_prelu (__main__.TestMkldnn) ... ok (13.100s) 2022-11-23T03:46:10.5306096Z test_prelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.003s) 2022-11-23T03:46:10.5306448Z test_relu (__main__.TestMkldnn) ... ok (0.005s) 2022-11-23T03:46:10.5306763Z test_relu_ (__main__.TestMkldnn) ... ok (0.004s) 2022-11-23T03:46:10.5307285Z test_relu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T03:46:10.5307739Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.001s) 2022-11-23T03:46:10.5308350Z test_repr (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T03:46:10.5308868Z test_reshape (__main__.TestMkldnn) ... ok (0.005s) 2022-11-23T03:46:10.5309196Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.005s) 2022-11-23T03:46:10.5309569Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.008s) 2022-11-23T03:46:10.5309957Z test_resnet18 (__main__.TestMkldnn) ... skip: no torchvision (0.003s) 2022-11-23T03:46:10.5310361Z test_resnext50_32x4d (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-11-23T03:46:10.5310763Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.006s) 2022-11-23T03:46:10.5311117Z test_sigmoid (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T03:46:10.5311422Z test_softmax (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T03:46:10.5311742Z test_tanh (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T03:46:10.5312070Z test_transpose (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T03:46:10.5312434Z test_transpose_invalid_dime (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T03:46:10.5312797Z test_unsupported (__main__.TestMkldnn) ... ok (0.133s) 2022-11-23T03:46:10.5313131Z test_view (__main__.TestMkldnn) ... ok (0.002s) 2022-11-23T03:46:10.5313422Z test_zero_ (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T03:46:10.5313608Z 2022-11-23T03:46:10.5313916Z ---------------------------------------------------------------------- 2022-11-23T03:46:10.5314289Z Ran 68 tests in 58.765s 2022-11-23T03:46:10.5314441Z 2022-11-23T03:46:10.5314548Z OK (skipped=18) 2022-11-23T03:46:10.5314691Z 2022-11-23T03:46:10.5314814Z Generating XML reports... 2022-11-23T03:46:10.5315499Z Generated XML report: test-reports\python-unittest\test_mkldnn\TEST-TestMkldnn-20221123034511.xml 2022-11-23T03:46:10.5315803Z 2022-11-23T03:46:10.5316159Z ##[endgroup] 2022-11-23T03:46:10.5316600Z FINISHED PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_mvko07pw) 2022-11-23T03:46:10.5316923Z 2022-11-23T03:46:14.7945078Z Running test_spectral_ops ... [2022-11-23 03:46:14.794237] 2022-11-23T03:46:14.7952997Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_spectral_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:46:14.794883] 2022-11-23T03:46:14.7956250Z Ignoring disabled issues: [] 2022-11-23T03:46:47.4489365Z 2022-11-23T03:46:47.4490124Z Expand the folded group to see the log file of test_spectral_ops 2022-11-23T03:46:47.4491223Z ##[group]PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_pws0q5yo) 2022-11-23T03:46:47.4493584Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:44: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T03:46:47.4494184Z if LooseVersion(np.__version__) >= '1.20.0' and ( 2022-11-23T03:46:47.4494736Z C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:45: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T03:46:47.4495305Z not has_scipy_fft or LooseVersion(scipy.__version__) >= '1.6.0') 2022-11-23T03:46:47.4495523Z 2022-11-23T03:46:47.4497149Z Running tests... 2022-11-23T03:46:47.4497780Z ---------------------------------------------------------------------- 2022-11-23T03:46:47.4499085Z Test results will be stored in test-reports\python-unittest\test_spectral_ops 2022-11-23T03:46:47.4500029Z test_batch_istft_cuda (__main__.TestFFTCUDA) ... ok (1.868s) 2022-11-23T03:46:47.4500837Z test_complex_istft_real_equiv_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.653s) 2022-11-23T03:46:47.4501697Z test_complex_stft_definition_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.067s) 2022-11-23T03:46:47.4502508Z test_complex_stft_onesided_cuda (__main__.TestFFTCUDA) ... ok (0.881s) 2022-11-23T03:46:47.4503544Z test_complex_stft_real_equiv_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.457s) 2022-11-23T03:46:47.4504399Z test_complex_stft_roundtrip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.160s) 2022-11-23T03:46:47.4505235Z test_complex_stft_roundtrip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.320s) 2022-11-23T03:46:47.4506045Z test_cufft_plan_cache_cuda_float64 (__main__.TestFFTCUDA) ... ok (4.730s) 2022-11-23T03:46:47.4507602Z test_empty_fft_fft_fft2_cuda_complex32 (__main__.TestFFTCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_spectral_ops.py:240: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T03:46:47.4509129Z t = torch.empty(1, 0, device=device, dtype=dtype) 2022-11-23T03:46:47.4509674Z ok (0.003s) 2022-11-23T03:46:47.4510297Z test_empty_fft_fft_fft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4511090Z test_empty_fft_fft_fft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4511834Z test_empty_fft_fft_fft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4512608Z test_empty_fft_fft_fft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4513533Z test_empty_fft_fft_fft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4514494Z test_empty_fft_fft_fft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4515263Z test_empty_fft_fft_fft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4516068Z test_empty_fft_fft_fftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4516837Z test_empty_fft_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4517621Z test_empty_fft_fft_fftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4518396Z test_empty_fft_fft_fftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4519204Z test_empty_fft_fft_hfft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4519992Z test_empty_fft_fft_hfft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4520785Z test_empty_fft_fft_hfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4521526Z test_empty_fft_fft_hfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4522468Z test_empty_fft_fft_hfft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.001s) 2022-11-23T03:46:47.4523479Z test_empty_fft_fft_hfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4524257Z test_empty_fft_fft_hfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4525002Z test_empty_fft_fft_hfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4525785Z test_empty_fft_fft_hfftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4526593Z test_empty_fft_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T03:46:47.4527403Z test_empty_fft_fft_hfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4528175Z test_empty_fft_fft_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4528949Z test_empty_fft_fft_ifft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4529700Z test_empty_fft_fft_ifft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4530442Z test_empty_fft_fft_ifft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.011s) 2022-11-23T03:46:47.4531217Z test_empty_fft_fft_ifft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4531997Z test_empty_fft_fft_ifft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4532782Z test_empty_fft_fft_ifft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4533743Z test_empty_fft_fft_ifft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4534542Z test_empty_fft_fft_ifft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4535301Z test_empty_fft_fft_ifftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4536105Z test_empty_fft_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4536886Z test_empty_fft_fft_ifftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4537641Z test_empty_fft_fft_ifftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4538428Z test_empty_fft_fft_ihfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4539192Z test_empty_fft_fft_ihfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4539949Z test_empty_fft_fft_ihfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4540714Z test_empty_fft_fft_ihfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4541491Z test_empty_fft_fft_ihfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4542268Z test_empty_fft_fft_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4543059Z test_empty_fft_fft_irfft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4543860Z test_empty_fft_fft_irfft2_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4544631Z test_empty_fft_fft_irfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4545419Z test_empty_fft_fft_irfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4546215Z test_empty_fft_fft_irfft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4547003Z test_empty_fft_fft_irfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4547784Z test_empty_fft_fft_irfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T03:46:47.4548572Z test_empty_fft_fft_irfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4549361Z test_empty_fft_fft_irfftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4550149Z test_empty_fft_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4550945Z test_empty_fft_fft_irfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4551722Z test_empty_fft_fft_irfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4552519Z test_empty_fft_fft_rfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4553481Z test_empty_fft_fft_rfft2_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4554236Z test_empty_fft_fft_rfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4554991Z test_empty_fft_fft_rfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4555772Z test_empty_fft_fft_rfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4556556Z test_empty_fft_fft_rfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4557297Z test_empty_ifft_cuda (__main__.TestFFTCUDA) ... ok (0.005s) 2022-11-23T03:46:47.4558055Z test_fft2_fftn_equivalence_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.273s) 2022-11-23T03:46:47.4558883Z test_fft2_fftn_equivalence_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.283s) 2022-11-23T03:46:47.4559598Z test_fft2_invalid_cuda (__main__.TestFFTCUDA) ... ok (0.011s) 2022-11-23T03:46:47.4560339Z test_fft2_numpy_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.659s) 2022-11-23T03:46:47.4561096Z test_fft2_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.818s) 2022-11-23T03:46:47.4561893Z test_fft_half_and_bfloat16_errors_fft_fft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T03:46:47.4562759Z test_fft_half_and_bfloat16_errors_fft_fft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4563803Z test_fft_half_and_bfloat16_errors_fft_fftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T03:46:47.4564714Z test_fft_half_and_bfloat16_errors_fft_hfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4565561Z test_fft_half_and_bfloat16_errors_fft_hfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4566435Z test_fft_half_and_bfloat16_errors_fft_hfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-11-23T03:46:47.4567321Z test_fft_half_and_bfloat16_errors_fft_ifft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4568204Z test_fft_half_and_bfloat16_errors_fft_ifft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4569074Z test_fft_half_and_bfloat16_errors_fft_ifftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4569968Z test_fft_half_and_bfloat16_errors_fft_ihfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-11-23T03:46:47.4570870Z test_fft_half_and_bfloat16_errors_fft_ihfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4571718Z test_fft_half_and_bfloat16_errors_fft_ihfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4572577Z test_fft_half_and_bfloat16_errors_fft_irfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4573456Z test_fft_half_and_bfloat16_errors_fft_irfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4574319Z test_fft_half_and_bfloat16_errors_fft_irfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4575201Z test_fft_half_and_bfloat16_errors_fft_rfft2_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4576078Z test_fft_half_and_bfloat16_errors_fft_rfft_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4576956Z test_fft_half_and_bfloat16_errors_fft_rfftn_cuda_bfloat16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4577854Z test_fft_half_and_chalf_not_power_of_two_error_fft_fft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T03:46:47.4578802Z test_fft_half_and_chalf_not_power_of_two_error_fft_fft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-11-23T03:46:47.4579736Z test_fft_half_and_chalf_not_power_of_two_error_fft_fft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-11-23T03:46:47.4580673Z test_fft_half_and_chalf_not_power_of_two_error_fft_fft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T03:46:47.4581815Z test_fft_half_and_chalf_not_power_of_two_error_fft_fftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-11-23T03:46:47.4582762Z test_fft_half_and_chalf_not_power_of_two_error_fft_fftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4583704Z test_fft_half_and_chalf_not_power_of_two_error_fft_hfft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T03:46:47.4584638Z test_fft_half_and_chalf_not_power_of_two_error_fft_hfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T03:46:47.4585582Z test_fft_half_and_chalf_not_power_of_two_error_fft_hfft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.839s) 2022-11-23T03:46:47.4586536Z test_fft_half_and_chalf_not_power_of_two_error_fft_hfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T03:46:47.4587469Z test_fft_half_and_chalf_not_power_of_two_error_fft_hfftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4588425Z test_fft_half_and_chalf_not_power_of_two_error_fft_hfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4589419Z test_fft_half_and_chalf_not_power_of_two_error_fft_ifft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T03:46:47.4590347Z test_fft_half_and_chalf_not_power_of_two_error_fft_ifft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4591462Z test_fft_half_and_chalf_not_power_of_two_error_fft_ifft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4592407Z test_fft_half_and_chalf_not_power_of_two_error_fft_ifft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.002s) 2022-11-23T03:46:47.4593363Z test_fft_half_and_chalf_not_power_of_two_error_fft_ifftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4594305Z test_fft_half_and_chalf_not_power_of_two_error_fft_ifftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T03:46:47.4595247Z test_fft_half_and_chalf_not_power_of_two_error_fft_ihfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4596195Z test_fft_half_and_chalf_not_power_of_two_error_fft_ihfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4597118Z test_fft_half_and_chalf_not_power_of_two_error_fft_ihfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4598077Z test_fft_half_and_chalf_not_power_of_two_error_fft_irfft2_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4598987Z test_fft_half_and_chalf_not_power_of_two_error_fft_irfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4599937Z test_fft_half_and_chalf_not_power_of_two_error_fft_irfft_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4600897Z test_fft_half_and_chalf_not_power_of_two_error_fft_irfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4601841Z test_fft_half_and_chalf_not_power_of_two_error_fft_irfftn_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4602806Z test_fft_half_and_chalf_not_power_of_two_error_fft_irfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4603760Z test_fft_half_and_chalf_not_power_of_two_error_fft_rfft2_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4604684Z test_fft_half_and_chalf_not_power_of_two_error_fft_rfft_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4605635Z test_fft_half_and_chalf_not_power_of_two_error_fft_rfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4606457Z test_fft_ifft_rfft_irfft_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.084s) 2022-11-23T03:46:47.4607224Z test_fft_input_modification_cuda (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4608004Z test_fft_invalid_dtypes_cuda (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T03:46:47.4608760Z test_fft_plan_repeatable_cuda (__main__.TestFFTCUDA) ... ok (0.617s) 2022-11-23T03:46:47.4609735Z test_fft_round_trip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.033s) 2022-11-23T03:46:47.4610515Z test_fft_round_trip_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.403s) 2022-11-23T03:46:47.4611252Z test_fft_round_trip_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.553s) 2022-11-23T03:46:47.4612027Z test_fft_round_trip_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.700s) 2022-11-23T03:46:47.4612793Z test_fft_round_trip_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.236s) 2022-11-23T03:46:47.4613545Z test_fft_round_trip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.096s) 2022-11-23T03:46:47.4614321Z test_fft_type_promotion_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.283s) 2022-11-23T03:46:47.4615469Z test_fft_type_promotion_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T03:46:47.4616353Z test_fft_type_promotion_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.469s) 2022-11-23T03:46:47.4617157Z test_fft_type_promotion_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T03:46:47.4617941Z test_fft_type_promotion_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T03:46:47.4618725Z test_fft_type_promotion_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-11-23T03:46:47.4619499Z test_fft_type_promotion_cuda_int8 (__main__.TestFFTCUDA) ... ok (0.004s) 2022-11-23T03:46:47.4620263Z test_fftfreq_numpy_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.029s) 2022-11-23T03:46:47.4621932Z test_fftfreq_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.029s) 2022-11-23T03:46:47.4622737Z test_fftfreq_out_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.016s) 2022-11-23T03:46:47.4623473Z test_fftfreq_out_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.012s) 2022-11-23T03:46:47.4624243Z test_fftn_invalid_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.007s) 2022-11-23T03:46:47.4625034Z test_fftn_invalid_fft_fftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.007s) 2022-11-23T03:46:47.4625856Z test_fftn_invalid_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T03:46:47.4626675Z test_fftn_invalid_fft_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T03:46:47.4627460Z test_fftn_invalid_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-11-23T03:46:47.4628274Z test_fftn_invalid_fft_ifftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4629084Z test_fftn_invalid_fft_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.006s) 2022-11-23T03:46:47.4629902Z test_fftn_invalid_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.000s) 2022-11-23T03:46:47.4630721Z test_fftn_invalid_fft_irfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.014s) 2022-11-23T03:46:47.4631516Z test_fftn_invalid_fft_rfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.005s) 2022-11-23T03:46:47.4632270Z test_fftn_round_trip_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.040s) 2022-11-23T03:46:47.4633073Z test_fftn_round_trip_cuda_complex32 (__main__.TestFFTCUDA) ... ok (0.057s) 2022-11-23T03:46:47.4633851Z test_fftn_round_trip_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.051s) 2022-11-23T03:46:47.4634621Z test_fftn_round_trip_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.147s) 2022-11-23T03:46:47.4635369Z test_fftn_round_trip_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.124s) 2022-11-23T03:46:47.4636130Z test_fftn_round_trip_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.122s) 2022-11-23T03:46:47.4636874Z test_fftshift_frequencies_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.010s) 2022-11-23T03:46:47.4637679Z test_fftshift_frequencies_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.008s) 2022-11-23T03:46:47.4638471Z test_fftshift_numpy_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.009s) 2022-11-23T03:46:47.4639262Z test_fftshift_numpy_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.023s) 2022-11-23T03:46:47.4640018Z test_fftshift_numpy_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.017s) 2022-11-23T03:46:47.4641002Z test_fftshift_numpy_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.016s) 2022-11-23T03:46:47.4641725Z test_hfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.016s) 2022-11-23T03:46:47.4642387Z test_hfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.022s) 2022-11-23T03:46:47.4643089Z test_hfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.025s) 2022-11-23T03:46:47.4643797Z test_ihfftn_cuda_float16 (__main__.TestFFTCUDA) ... ok (0.013s) 2022-11-23T03:46:47.4644498Z test_ihfftn_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.025s) 2022-11-23T03:46:47.4645209Z test_ihfftn_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.019s) 2022-11-23T03:46:47.4646990Z test_istft_against_librosa_cuda_float64 (__main__.TestFFTCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:730: UserWarning: The length of signal is shorter than the length parameter. Result is being padded with zeros in the tail. Please check your center and hop_length settings. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:1163.) 2022-11-23T03:46:47.4648617Z return torch.istft( 2022-11-23T03:46:47.4649036Z ok (1.215s) 2022-11-23T03:46:47.4649632Z test_istft_linearity_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.757s) 2022-11-23T03:46:47.4650390Z test_istft_of_sine_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.013s) 2022-11-23T03:46:47.4651312Z test_istft_round_trip_simple_cases_cuda_float64 (__main__.TestFFTCUDA) 2022-11-23T03:46:47.4652115Z stft -> istft should recover the original signale ... ok (0.004s) 2022-11-23T03:46:47.4652873Z test_istft_round_trip_various_params_cuda_float64 (__main__.TestFFTCUDA) 2022-11-23T03:46:47.4653618Z stft -> istft should recover the original signale ... ok (1.303s) 2022-11-23T03:46:47.4654378Z test_istft_round_trip_with_padding_cuda_float64 (__main__.TestFFTCUDA) 2022-11-23T03:46:47.4655233Z long hop_length or not centered may cause length mismatch in the inversed signal ... ok (0.359s) 2022-11-23T03:46:47.4656015Z test_istft_throws_cuda (__main__.TestFFTCUDA) 2022-11-23T03:46:47.4656725Z istft should throw exception for invalid parameters ... ok (0.000s) 2022-11-23T03:46:47.4657508Z test_reference_1d_fft_fft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.082s) 2022-11-23T03:46:47.4658268Z test_reference_1d_fft_fft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.058s) 2022-11-23T03:46:47.4659077Z test_reference_1d_fft_hfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.081s) 2022-11-23T03:46:47.4659878Z test_reference_1d_fft_hfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.065s) 2022-11-23T03:46:47.4660687Z test_reference_1d_fft_ifft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.062s) 2022-11-23T03:46:47.4661485Z test_reference_1d_fft_ifft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.060s) 2022-11-23T03:46:47.4662285Z test_reference_1d_fft_ihfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.069s) 2022-11-23T03:46:47.4663053Z test_reference_1d_fft_irfft_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.063s) 2022-11-23T03:46:47.4663870Z test_reference_1d_fft_irfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.063s) 2022-11-23T03:46:47.4664670Z test_reference_1d_fft_rfft_cuda_float32 (__main__.TestFFTCUDA) ... ok (0.067s) 2022-11-23T03:46:47.4665473Z test_reference_nd_fft_fftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.100s) 2022-11-23T03:46:47.4666302Z test_reference_nd_fft_fftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.090s) 2022-11-23T03:46:47.4667115Z test_reference_nd_fft_hfftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.120s) 2022-11-23T03:46:47.4667939Z test_reference_nd_fft_hfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.093s) 2022-11-23T03:46:47.4668737Z test_reference_nd_fft_ifftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.116s) 2022-11-23T03:46:47.4669553Z test_reference_nd_fft_ifftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.109s) 2022-11-23T03:46:47.4670394Z test_reference_nd_fft_irfftn_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.120s) 2022-11-23T03:46:47.4671437Z test_reference_nd_fft_irfftn_cuda_complex64 (__main__.TestFFTCUDA) ... ok (0.133s) 2022-11-23T03:46:47.4672960Z test_stft_cuda_float64 (__main__.TestFFTCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\functional.py:641: UserWarning: stft with return_complex=False is deprecated. In a future pytorch release, stft will return complex tensors for all inputs, and return_complex=False will raise an error. 2022-11-23T03:46:47.4674812Z Note: you can still call torch.view_as_real on the complex output to recover the old return format. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\SpectralOps.cpp:861.) 2022-11-23T03:46:47.4676051Z return _VF.stft(input, n_fft, hop_length, win_length, window, # type: ignore[attr-defined] 2022-11-23T03:46:47.4676705Z ok (0.151s) 2022-11-23T03:46:47.4677289Z test_stft_requires_complex_cuda (__main__.TestFFTCUDA) ... ok (0.003s) 2022-11-23T03:46:47.4678124Z test_stft_roundtrip_complex_window_cuda_complex128 (__main__.TestFFTCUDA) ... ok (0.427s) 2022-11-23T03:46:47.4679000Z test_stft_roundtrip_complex_window_cuda_float64 (__main__.TestFFTCUDA) ... ok (0.183s) 2022-11-23T03:46:47.4679794Z test_stft_window_device_cuda (__main__.TestFFTCUDA) ... ok (0.005s) 2022-11-23T03:46:47.4680200Z 2022-11-23T03:46:47.4680742Z ---------------------------------------------------------------------- 2022-11-23T03:46:47.4681415Z Ran 201 tests in 22.688s 2022-11-23T03:46:47.4681714Z 2022-11-23T03:46:47.4681836Z OK 2022-11-23T03:46:47.4682069Z 2022-11-23T03:46:47.4682300Z Generating XML reports... 2022-11-23T03:46:47.4683138Z Generated XML report: test-reports\python-unittest\test_spectral_ops\TEST-TestFFTCUDA-20221123034623.xml 2022-11-23T03:46:47.4683754Z 2022-11-23T03:46:47.4684458Z ##[endgroup] 2022-11-23T03:46:47.4685348Z FINISHED PRINTING LOG FILE of test_spectral_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_spectral_ops_pws0q5yo) 2022-11-23T03:46:47.4686015Z 2022-11-23T03:46:51.6550706Z Running test_vmap ... [2022-11-23 03:46:51.654241] 2022-11-23T03:46:51.6557863Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:46:51.655554] 2022-11-23T03:46:51.6560416Z Ignoring disabled issues: [] 2022-11-23T03:47:05.1379730Z 2022-11-23T03:47:05.1380502Z Expand the folded group to see the log file of test_vmap 2022-11-23T03:47:05.1382166Z ##[group]PRINTING LOG FILE of test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vmap_ka8dkd1m) 2022-11-23T03:47:05.1389023Z 2022-11-23T03:47:05.1389400Z Running tests... 2022-11-23T03:47:05.1390071Z ---------------------------------------------------------------------- 2022-11-23T03:47:05.1390853Z Test results will be stored in test-reports\python-unittest\test_vmap 2022-11-23T03:47:05.1394838Z 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-23T03:47:05.1396485Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-11-23T03:47:05.1397918Z 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-23T03:47:05.1399268Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-11-23T03:47:05.1400654Z 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-23T03:47:05.1402731Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-11-23T03:47:05.1404072Z 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-23T03:47:05.1405400Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-11-23T03:47:05.1406650Z 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-23T03:47:05.1408283Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-11-23T03:47:05.1409879Z 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-23T03:47:05.1411015Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-11-23T03:47:05.1411811Z 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-23T03:47:05.1412525Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-11-23T03:47:05.1413273Z 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-23T03:47:05.1414056Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-11-23T03:47:05.1415568Z 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-23T03:47:05.1416654Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-11-23T03:47:05.1417433Z 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-23T03:47:05.1418177Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-11-23T03:47:05.1418439Z ok (1.779s) 2022-11-23T03:47:05.1419251Z 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-23T03:47:05.1420037Z vmap(backward_on_vmapped_tensor)(x) 2022-11-23T03:47:05.1420794Z 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-23T03:47:05.1421882Z vmap(backward_with_vmapped_grad)(x, grad) 2022-11-23T03:47:05.1422906Z 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-23T03:47:05.1423622Z vmap(completely_unrelated_backward)(y) 2022-11-23T03:47:05.1423894Z ok (0.029s) 2022-11-23T03:47:05.1424680Z 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-23T03:47:05.1425458Z jacobian = vmap(vjp_mul)(batched_v) 2022-11-23T03:47:05.1425692Z ok (0.004s) 2022-11-23T03:47:05.1426568Z 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-23T03:47:05.1427410Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-11-23T03:47:05.1427873Z ok (0.003s) 2022-11-23T03:47:05.1428991Z 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-23T03:47:05.1430375Z vmap(torch.mul)(x, y) 2022-11-23T03:47:05.1431691Z 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-23T03:47:05.1432737Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-11-23T03:47:05.1433492Z 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-23T03:47:05.1434443Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-11-23T03:47:05.1434991Z ok (0.003s) 2022-11-23T03:47:05.1435775Z 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-23T03:47:05.1436527Z result = vmap(op, (2, 0))(x, y) 2022-11-23T03:47:05.1437266Z 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-23T03:47:05.1437969Z result = vmap(vmap(op), (2, 0))(x, y) 2022-11-23T03:47:05.1438710Z 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-23T03:47:05.1439571Z result = vmap(vmap(vmap(op)))(x, y) 2022-11-23T03:47:05.1439830Z ok (0.174s) 2022-11-23T03:47:05.1440312Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T03:47:05.1441746Z 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-23T03:47:05.1443261Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-11-23T03:47:05.1444660Z 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-23T03:47:05.1446072Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-11-23T03:47:05.1446767Z ok (0.124s) 2022-11-23T03:47:05.1448475Z 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-23T03:47:05.1449325Z result = vmap(torch.var_mean)(tensor) 2022-11-23T03:47:05.1450077Z 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-23T03:47:05.1450803Z result = vmap(vmap(torch.var_mean))(tensor) 2022-11-23T03:47:05.1451551Z 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-23T03:47:05.1452279Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-11-23T03:47:05.1452710Z ok (0.127s) 2022-11-23T03:47:05.1453068Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T03:47:05.1453753Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.006s) 2022-11-23T03:47:05.1454620Z 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-23T03:47:05.1455366Z vmap(op, (0, None))(x, y) 2022-11-23T03:47:05.1456101Z 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-23T03:47:05.1456774Z vmap(op, (None, 0))(y, x) 2022-11-23T03:47:05.1457503Z 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-23T03:47:05.1458317Z vmap(op)(x, x) 2022-11-23T03:47:05.1459184Z 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-23T03:47:05.1460142Z vmap(op, (0, None))(x, y) 2022-11-23T03:47:05.1460870Z 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-23T03:47:05.1461553Z vmap(op, (None, 0))(y, x) 2022-11-23T03:47:05.1462272Z 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-23T03:47:05.1462947Z vmap(op)(x, x) 2022-11-23T03:47:05.1463175Z ok (0.926s) 2022-11-23T03:47:05.1464045Z 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-23T03:47:05.1464798Z vmap(foo)() 2022-11-23T03:47:05.1465664Z 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-23T03:47:05.1466599Z vmap(bar)() 2022-11-23T03:47:05.1466822Z ok (0.000s) 2022-11-23T03:47:05.1467597Z 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-23T03:47:05.1468399Z result = vmap(functools.partial(torch.mul, x))(y) 2022-11-23T03:47:05.1468687Z ok (0.006s) 2022-11-23T03:47:05.1469474Z 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-23T03:47:05.1470281Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-11-23T03:47:05.1471046Z 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-23T03:47:05.1471947Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-11-23T03:47:05.1472197Z ok (0.000s) 2022-11-23T03:47:05.1473239Z 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-23T03:47:05.1474124Z vmap(foo)(torch.randn([])) 2022-11-23T03:47:05.1474860Z 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-23T03:47:05.1475562Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-11-23T03:47:05.1476307Z 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-23T03:47:05.1476991Z vmap(foo, in_dims=(-1,))(x) 2022-11-23T03:47:05.1477715Z 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-23T03:47:05.1478698Z vmap(foo, in_dims=(2,))(y) 2022-11-23T03:47:05.1479634Z 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-23T03:47:05.1480367Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-11-23T03:47:05.1481088Z 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-23T03:47:05.1481804Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-11-23T03:47:05.1482548Z 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-23T03:47:05.1483245Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-11-23T03:47:05.1483517Z ok (0.000s) 2022-11-23T03:47:05.1484477Z 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-23T03:47:05.1485489Z vmap(torch.mul, [0, 0])(x, y) 2022-11-23T03:47:05.1486215Z 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-23T03:47:05.1486899Z vmap(torch.mul, set({0, 0}))(x, y) 2022-11-23T03:47:05.1487636Z 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-23T03:47:05.1488316Z vmap(torch.mul, 'lol')(x, y) 2022-11-23T03:47:05.1489077Z 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-23T03:47:05.1489911Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-11-23T03:47:05.1490846Z 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-23T03:47:05.1491830Z vmap(torch.mul, (0, 0))(x, y) 2022-11-23T03:47:05.1492078Z ok (0.010s) 2022-11-23T03:47:05.1492893Z 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-23T03:47:05.1493679Z vmap(op, in_dims=(0, None))(x, y) 2022-11-23T03:47:05.1494417Z 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-23T03:47:05.1495210Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-11-23T03:47:05.1495974Z 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-23T03:47:05.1496628Z vmap(op, in_dims=(None, 0))(x, y) 2022-11-23T03:47:05.1497524Z 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-23T03:47:05.1498532Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-11-23T03:47:05.1499297Z 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-23T03:47:05.1500037Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-11-23T03:47:05.1500800Z 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-23T03:47:05.1501502Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-11-23T03:47:05.1501763Z ok (0.008s) 2022-11-23T03:47:05.1502556Z 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-23T03:47:05.1503486Z vmap(op, (2, 0))(x, y) 2022-11-23T03:47:05.1504454Z 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-23T03:47:05.1505228Z vmap(vmap(op), (2, 0))(x, y) 2022-11-23T03:47:05.1505954Z 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-23T03:47:05.1506641Z result = vmap(vmap(vmap(op)))(x, y) 2022-11-23T03:47:05.1506904Z ok (0.186s) 2022-11-23T03:47:05.1507689Z 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-23T03:47:05.1508422Z result = vmap(op)(x) 2022-11-23T03:47:05.1509140Z 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-23T03:47:05.1510027Z result = vmap(op, out_dims=(1,))(x) 2022-11-23T03:47:05.1511121Z 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-23T03:47:05.1511829Z result = vmap(vmap(op))(x) 2022-11-23T03:47:05.1512525Z 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-23T03:47:05.1513228Z result = vmap(vmap(vmap(op)))(x) 2022-11-23T03:47:05.1513484Z ok (0.596s) 2022-11-23T03:47:05.1528511Z 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-23T03:47:05.1529935Z vmap(torch.sum)(x, 0) 2022-11-23T03:47:05.1531259Z 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-23T03:47:05.1532538Z vmap(torch.sum, (0, 0))(x, 0) 2022-11-23T03:47:05.1533838Z 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-23T03:47:05.1535216Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-11-23T03:47:05.1536652Z 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-23T03:47:05.1537978Z vmap(torch.sum, (0, None))(x, 0) 2022-11-23T03:47:05.1538411Z ok (0.004s) 2022-11-23T03:47:05.1539766Z 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-23T03:47:05.1541294Z output = vmap(torch.mul)(x, y) 2022-11-23T03:47:05.1541728Z ok (0.002s) 2022-11-23T03:47:05.1543230Z 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-23T03:47:05.1544761Z result = vmap(foo, out_dims=(0, 1))(x) 2022-11-23T03:47:05.1546066Z 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-23T03:47:05.1547315Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-11-23T03:47:05.1547772Z ok (0.005s) 2022-11-23T03:47:05.1549258Z 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-23T03:47:05.1550760Z outputs = vmap(foo)(x) 2022-11-23T03:47:05.1551250Z ok (0.002s) 2022-11-23T03:47:05.1552636Z 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-23T03:47:05.1554013Z vmap(returns_tuple_of_tensors)(x) 2022-11-23T03:47:05.1555331Z 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-23T03:47:05.1556680Z vmap(returns_list_of_two_tensors)(x) 2022-11-23T03:47:05.1558196Z 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-23T03:47:05.1559588Z vmap(returns_list_of_one_tensor)(x) 2022-11-23T03:47:05.1560036Z ok (0.001s) 2022-11-23T03:47:05.1561400Z 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-23T03:47:05.1562804Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-11-23T03:47:05.1563251Z ok (0.002s) 2022-11-23T03:47:05.1564879Z 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-23T03:47:05.1566280Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-11-23T03:47:05.1568738Z 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-23T03:47:05.1570074Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-11-23T03:47:05.1571778Z 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-23T03:47:05.1573118Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-11-23T03:47:05.1574505Z 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-23T03:47:05.1575835Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-11-23T03:47:05.1576359Z ok (0.003s) 2022-11-23T03:47:05.1578004Z 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-23T03:47:05.1579667Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-11-23T03:47:05.1580980Z 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-23T03:47:05.1582319Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-11-23T03:47:05.1582839Z ok (0.006s) 2022-11-23T03:47:05.1584345Z 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-23T03:47:05.1585893Z output = vmap(vmap(torch.mul))(x, y) 2022-11-23T03:47:05.1587208Z 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-23T03:47:05.1588483Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-11-23T03:47:05.1588989Z ok (0.000s) 2022-11-23T03:47:05.1590330Z 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-23T03:47:05.1591747Z result = vmap(model)(tensor) 2022-11-23T03:47:05.1592256Z ok (0.000s) 2022-11-23T03:47:05.1593739Z 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-23T03:47:05.1595317Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-11-23T03:47:05.1596688Z 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-23T03:47:05.1598105Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-11-23T03:47:05.1599639Z 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-23T03:47:05.1600918Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-11-23T03:47:05.1602249Z 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-23T03:47:05.1603632Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-11-23T03:47:05.1605096Z 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-23T03:47:05.1606470Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-11-23T03:47:05.1606886Z ok (0.010s) 2022-11-23T03:47:05.1608270Z 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-23T03:47:05.1609654Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-11-23T03:47:05.1610988Z 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-23T03:47:05.1612361Z vmap(multiple_outputs)(torch.ones(3)) 2022-11-23T03:47:05.1612823Z ok (0.000s) 2022-11-23T03:47:05.1614364Z 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-23T03:47:05.1615707Z output = vmap(lambda x: x, (1,))(tensor) 2022-11-23T03:47:05.1617034Z 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-23T03:47:05.1618244Z output = vmap(torch.mul, (0, 1))(x, y) 2022-11-23T03:47:05.1619673Z 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-23T03:47:05.1621293Z output = vmap(torch.mul, (1, 0))(x, y) 2022-11-23T03:47:05.1621734Z ok (0.000s) 2022-11-23T03:47:05.1623085Z 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-23T03:47:05.1624424Z output = vmap(torch.mul, (0, None))(x, y) 2022-11-23T03:47:05.1625871Z 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-23T03:47:05.1627307Z output = vmap(torch.mul, (0, None))(x, 2) 2022-11-23T03:47:05.1627778Z ok (0.000s) 2022-11-23T03:47:05.1629103Z 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-23T03:47:05.1630584Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-11-23T03:47:05.1631943Z 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-23T03:47:05.1633298Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-11-23T03:47:05.1634757Z 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-23T03:47:05.1636007Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-11-23T03:47:05.1637330Z 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-23T03:47:05.1638610Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-11-23T03:47:05.1640048Z 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-23T03:47:05.1641464Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-11-23T03:47:05.1642789Z 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-23T03:47:05.1643992Z result = vmap(foo, out_dims=1)(x, y) 2022-11-23T03:47:05.1644403Z ok (0.018s) 2022-11-23T03:47:05.1645758Z 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-23T03:47:05.1647428Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-11-23T03:47:05.1648079Z ok (0.002s) 2022-11-23T03:47:05.1649469Z 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-23T03:47:05.1650781Z vmap(torch.mul, (0,))(x, y) 2022-11-23T03:47:05.1652049Z 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-23T03:47:05.1653259Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-11-23T03:47:05.1654736Z 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-23T03:47:05.1656089Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-11-23T03:47:05.1657493Z 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-23T03:47:05.1658760Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-11-23T03:47:05.1660061Z 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-23T03:47:05.1661395Z vmap(torch.mul, (0, 0))(x, y) 2022-11-23T03:47:05.1662006Z ok (0.003s) 2022-11-23T03:47:05.1663370Z 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-23T03:47:05.1664679Z vmap(lambda x: x, out_dims=3)(x) 2022-11-23T03:47:05.1665949Z 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-23T03:47:05.1667153Z vmap(lambda x: x, out_dims=-4)(x) 2022-11-23T03:47:05.1667696Z ok (0.003s) 2022-11-23T03:47:05.1669309Z 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-23T03:47:05.1670697Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-11-23T03:47:05.1671986Z 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-23T03:47:05.1673223Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-11-23T03:47:05.1674854Z 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-23T03:47:05.1676198Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-11-23T03:47:05.1677513Z 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-23T03:47:05.1678744Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-11-23T03:47:05.1679191Z ok (0.003s) 2022-11-23T03:47:05.1680549Z 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-23T03:47:05.1681895Z expected = vmap(foo, out_dims=1)(tensor) 2022-11-23T03:47:05.1683799Z 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-23T03:47:05.1684733Z result = vmap(foo, out_dims=(1,))(tensor) 2022-11-23T03:47:05.1685004Z ok (0.001s) 2022-11-23T03:47:05.1685965Z 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-23T03:47:05.1686784Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-11-23T03:47:05.1687576Z 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-23T03:47:05.1689177Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-11-23T03:47:05.1690406Z 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-23T03:47:05.1691127Z vmap(lambda x: x, out_dims=None)(tensor) 2022-11-23T03:47:05.1691882Z 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-23T03:47:05.1692640Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-11-23T03:47:05.1692882Z ok (0.002s) 2022-11-23T03:47:05.1693660Z 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-23T03:47:05.1694400Z output = vmap(square)(x) 2022-11-23T03:47:05.1695071Z ok (0.002s) 2022-11-23T03:47:05.1696681Z 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-23T03:47:05.1697639Z vmap(torch.ravel)(tensor) 2022-11-23T03:47:05.1698382Z 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-23T03:47:05.1699074Z vmap(out_op)(tensor, tensor) 2022-11-23T03:47:05.1699820Z 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-23T03:47:05.1700534Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-11-23T03:47:05.1702612Z 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-23T03:47:05.1704071Z vmap(torch.Tensor.item)(tensor) 2022-11-23T03:47:05.1704350Z ok (0.005s) 2022-11-23T03:47:05.1704687Z test_add_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.010s) 2022-11-23T03:47:05.1705617Z 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-23T03:47:05.1706451Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T03:47:05.1706727Z ok (0.005s) 2022-11-23T03:47:05.1707045Z test_diagonal_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-11-23T03:47:05.1707488Z test_div_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.018s) 2022-11-23T03:47:05.1707916Z test_expand_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-11-23T03:47:05.1709210Z 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-23T03:47:05.1710835Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T03:47:05.1711115Z ok (0.007s) 2022-11-23T03:47:05.1711473Z test_inplace_manyview_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-11-23T03:47:05.1711939Z test_inplace_on_view_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-11-23T03:47:05.1712367Z test_lgamma_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (1.470s) 2022-11-23T03:47:05.1712804Z test_log1p_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-11-23T03:47:05.1713233Z test_log_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-11-23T03:47:05.1713667Z test_logsumexp_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-11-23T03:47:05.1714587Z 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-23T03:47:05.1715822Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T03:47:05.1716354Z ok (0.004s) 2022-11-23T03:47:05.1717005Z test_median_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.004s) 2022-11-23T03:47:05.1717785Z test_min_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-11-23T03:47:05.1718211Z test_mul_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.011s) 2022-11-23T03:47:05.1718643Z test_permute_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-11-23T03:47:05.1719078Z test_reshape_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.000s) 2022-11-23T03:47:05.1719505Z test_select_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.000s) 2022-11-23T03:47:05.1719908Z test_sigmoid_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.010s) 2022-11-23T03:47:05.1720338Z test_slice_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.000s) 2022-11-23T03:47:05.1720770Z test_stack_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.011s) 2022-11-23T03:47:05.1721194Z test_sub_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.012s) 2022-11-23T03:47:05.1722005Z 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-23T03:47:05.1723492Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T03:47:05.1724419Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T03:47:05.1724699Z should be replaced with 2022-11-23T03:47:05.1725032Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T03:47:05.1725326Z and 2022-11-23T03:47:05.1725592Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T03:47:05.1725882Z should be replaced with 2022-11-23T03:47:05.1726402Z L, V = torch.linalg.eigh(A, UPLO='U' if upper else 'L') (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2909.) 2022-11-23T03:47:05.1726953Z return torch.symeig(x, eigenvectors=True)[0] 2022-11-23T03:47:05.1727741Z 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-23T03:47:05.1728459Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T03:47:05.1728731Z ok (1.167s) 2022-11-23T03:47:05.1729165Z test_threshold_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.000s) 2022-11-23T03:47:05.1730086Z test_trace_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-11-23T03:47:05.1731623Z 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-23T03:47:05.1732429Z result = vmap(vjp)(gy) 2022-11-23T03:47:05.1732646Z ok (0.003s) 2022-11-23T03:47:05.1733492Z 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-23T03:47:05.1734359Z result = vmap(vjp)(gy) 2022-11-23T03:47:05.1734746Z ok (0.003s) 2022-11-23T03:47:05.1735094Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCUDA) ... ok (0.001s) 2022-11-23T03:47:05.1736041Z 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-23T03:47:05.1736858Z vmap(op_using_fallback)(torch.rand(3)) 2022-11-23T03:47:05.1737126Z ok (0.001s) 2022-11-23T03:47:05.1737445Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T03:47:05.1737799Z test_as_strided (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T03:47:05.1738198Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.219s) 2022-11-23T03:47:05.1738579Z test_bmm (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T03:47:05.1738936Z test_cat (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T03:47:05.1739290Z test_chunk (__main__.TestVmapOperators) ... ok (0.051s) 2022-11-23T03:47:05.1739650Z test_clamp (__main__.TestVmapOperators) ... ok (0.039s) 2022-11-23T03:47:05.1739980Z test_clone (__main__.TestVmapOperators) ... ok (0.028s) 2022-11-23T03:47:05.1740351Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.135s) 2022-11-23T03:47:05.1740897Z test_conj (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:47:05.1741714Z test_contiguous (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:47:05.1742419Z test_diagonal (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:47:05.1743132Z test_dot (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T03:47:05.1743480Z test_expand_as (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T03:47:05.1743872Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.025s) 2022-11-23T03:47:05.1744261Z test_imag (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T03:47:05.1744627Z test_is_complex (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T03:47:05.1745006Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T03:47:05.1745397Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T03:47:05.1745745Z test_mm (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T03:47:05.1746110Z test_movedim (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T03:47:05.1746471Z test_mv (__main__.TestVmapOperators) ... ok (0.018s) 2022-11-23T03:47:05.1746825Z test_narrow (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T03:47:05.1747195Z test_new_empty (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T03:47:05.1747580Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.030s) 2022-11-23T03:47:05.1747937Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T03:47:05.1748331Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.050s) 2022-11-23T03:47:05.1748711Z test_real (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T03:47:05.1749075Z test_reshape (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T03:47:05.1749444Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.015s) 2022-11-23T03:47:05.1749795Z test_result_type (__main__.TestVmapOperators) ... ok (0.015s) 2022-11-23T03:47:05.1750169Z test_select (__main__.TestVmapOperators) ... ok (0.008s) 2022-11-23T03:47:05.1750532Z test_slice (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T03:47:05.1750888Z test_split (__main__.TestVmapOperators) ... ok (0.117s) 2022-11-23T03:47:05.1751250Z test_squeeze (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T03:47:05.1751608Z test_stack (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T03:47:05.1751939Z test_stride (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T03:47:05.1752438Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.017s) 2022-11-23T03:47:05.1752792Z test_t (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T03:47:05.1753158Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.252s) 2022-11-23T03:47:05.1753527Z test_to (__main__.TestVmapOperators) ... ok (0.018s) 2022-11-23T03:47:05.1753881Z test_trace (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T03:47:05.1754226Z test_transpose (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T03:47:05.1754620Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.173s) 2022-11-23T03:47:05.1755002Z test_unbind (__main__.TestVmapOperators) ... ok (0.257s) 2022-11-23T03:47:05.1755360Z test_unfold (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T03:47:05.1755712Z test_view (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T03:47:05.1756071Z test_view_as (__main__.TestVmapOperators) ... ok (0.015s) 2022-11-23T03:47:05.1756420Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.044s) 2022-11-23T03:47:05.1756807Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T03:47:05.1757199Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T03:47:05.1758782Z 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-23T03:47:05.1760216Z vmap(op_using_fallback)(torch.rand(3)) 2022-11-23T03:47:05.1760491Z ok (0.000s) 2022-11-23T03:47:05.1760631Z 2022-11-23T03:47:05.1760830Z ---------------------------------------------------------------------- 2022-11-23T03:47:05.1761136Z Ran 125 tests in 8.719s 2022-11-23T03:47:05.1761289Z 2022-11-23T03:47:05.1761372Z OK 2022-11-23T03:47:05.1761499Z 2022-11-23T03:47:05.1761619Z Generating XML reports... 2022-11-23T03:47:05.1762055Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapAPI-20221123034655.xml 2022-11-23T03:47:05.1762678Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapBatchedGradientCUDA-20221123034655.xml 2022-11-23T03:47:05.1763304Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapOperators-20221123034655.xml 2022-11-23T03:47:05.1763621Z 2022-11-23T03:47:05.1764055Z ##[endgroup] 2022-11-23T03:47:05.1764497Z FINISHED PRINTING LOG FILE of test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vmap_ka8dkd1m) 2022-11-23T03:47:05.1764815Z 2022-11-23T03:47:09.4258893Z Running test_mkldnn_verbose ... [2022-11-23 03:47:09.418630] 2022-11-23T03:47:09.4266373Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn_verbose.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:47:09.418630] 2022-11-23T03:47:09.4268724Z Ignoring disabled issues: [] 2022-11-23T03:47:21.7127646Z 2022-11-23T03:47:21.7128342Z Expand the folded group to see the log file of test_mkldnn_verbose 2022-11-23T03:47:21.7129864Z ##[group]PRINTING LOG FILE of test_mkldnn_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_verbose_sxjm7c_x) 2022-11-23T03:47:21.7131071Z 2022-11-23T03:47:21.7131336Z Running tests... 2022-11-23T03:47:21.7132057Z ---------------------------------------------------------------------- 2022-11-23T03:47:21.7132932Z Test results will be stored in test-reports\python-unittest\test_mkldnn_verbose 2022-11-23T03:47:21.7133725Z test_verbose_off (__main__.TestMKLDNNVerbose) ... ok (5.419s) 2022-11-23T03:47:21.7134478Z test_verbose_on (__main__.TestMKLDNNVerbose) ... ok (2.991s) 2022-11-23T03:47:21.7134876Z 2022-11-23T03:47:21.7135245Z ---------------------------------------------------------------------- 2022-11-23T03:47:21.7135885Z Ran 2 tests in 8.406s 2022-11-23T03:47:21.7136540Z 2022-11-23T03:47:21.7136699Z OK 2022-11-23T03:47:21.7136932Z 2022-11-23T03:47:21.7137165Z Generating XML reports... 2022-11-23T03:47:21.7138041Z Generated XML report: test-reports\python-unittest\test_mkldnn_verbose\TEST-TestMKLDNNVerbose-20221123034712.xml 2022-11-23T03:47:21.7138687Z 2022-11-23T03:47:21.7139305Z ##[endgroup] 2022-11-23T03:47:21.7140222Z FINISHED PRINTING LOG FILE of test_mkldnn_verbose (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_verbose_sxjm7c_x) 2022-11-23T03:47:21.7140888Z 2022-11-23T03:47:26.0711081Z Running test_python_dispatch ... [2022-11-23 03:47:26.070396] 2022-11-23T03:47:26.0719125Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_python_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:47:26.071691] 2022-11-23T03:47:26.0721362Z Ignoring disabled issues: [] 2022-11-23T03:47:35.1381045Z 2022-11-23T03:47:35.1383869Z Expand the folded group to see the log file of test_python_dispatch 2022-11-23T03:47:35.1385223Z ##[group]PRINTING LOG FILE of test_python_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_python_dispatch_aubhrz1h) 2022-11-23T03:47:35.1385827Z 2022-11-23T03:47:35.1386137Z Running tests... 2022-11-23T03:47:35.1386712Z ---------------------------------------------------------------------- 2022-11-23T03:47:35.1387512Z Test results will be stored in test-reports\python-unittest\test_python_dispatch 2022-11-23T03:47:35.1388634Z test_all_same_mode (__main__.TestPythonDispatch) ... ok (2.495s) 2022-11-23T03:47:35.1389504Z test_autograd_in_attr (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T03:47:35.1390397Z test_basic (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T03:47:35.1391395Z test_capture_logs_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1392226Z test_construct_int_tensor (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1393011Z test_custom_autograd (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T03:47:35.1393846Z test_deepcopy_non_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1394702Z test_deepcopy_wrapper_subclass (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T03:47:35.1395642Z test_deepcopy_wrapper_subclass_with_clone_returning_different_type (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1396769Z test_detach_appears_twice_when_called_once (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1397806Z test_device_slowpath (__main__.TestPythonDispatch) ... ok (0.005s) 2022-11-23T03:47:35.1398537Z test_dim_slowpath (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1399309Z test_dispatch_super_call (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1400130Z test_dispatch_super_call_list_arg (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1400970Z test_dispatch_super_dont_autograd (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T03:47:35.1401831Z test_error_using_class_method_on_mode (__main__.TestPythonDispatch) ... ok (0.887s) 2022-11-23T03:47:35.1402661Z test_exception_handling (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1403546Z test_fancy_strides (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T03:47:35.1404480Z test_format (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T03:47:35.1405212Z test_get_cur_mode (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T03:47:35.1405954Z test_get_mode_stack (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T03:47:35.1406777Z test_index_put_where_only_index_is_subclass (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1408010Z test_invalid_ret (__main__.TestPythonDispatch) ... C:\actions-runner\_work\pytorch\pytorch\test\test_python_dispatch.py:447: DeprecationWarning: Please use assertRaisesRegex instead. 2022-11-23T03:47:35.1409039Z self.assertRaisesRegexp( 2022-11-23T03:47:35.1409888Z ok (0.003s) 2022-11-23T03:47:35.1410720Z test_is_contiguous_slow_path (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T03:47:35.1411487Z test_kwarg_only (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T03:47:35.1412286Z test_kwarg_only_and_positional_default (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1413110Z test_layout_slow_path (__main__.TestPythonDispatch) ... ok (0.005s) 2022-11-23T03:47:35.1413821Z test_like (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T03:47:35.1414535Z test_list_ret (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T03:47:35.1415301Z test_make_subclass_with_modes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1416395Z test_make_wrapper_subclass_noalloc (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1417393Z test_make_wrapper_subclass_propagates_metadata (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T03:47:35.1418247Z test_maybe_tuple_bug (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1419041Z test_mode_with_make_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1419813Z test_multiple_ops_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1420644Z test_nested_push_logging_tensor_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1421617Z test_nesting_same_mode (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1422529Z test_new_ones (__main__.TestPythonDispatch) ... ok (0.011s) 2022-11-23T03:47:35.1423459Z test_none_wrapping (__main__.TestPythonDispatch) ... ok (0.006s) 2022-11-23T03:47:35.1424243Z test_notimplemented_mode (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1425001Z test_optional_tensor_list (__main__.TestPythonDispatch) ... woof 2022-11-23T03:47:35.1425578Z ok (0.022s) 2022-11-23T03:47:35.1426129Z test_out (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1426877Z test_produce_real_type (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1427632Z test_set_data (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1428501Z test_shallow_copy_and_detach (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1429488Z test_sizes_slow_path (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1430252Z test_standard_is_not_subclass (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1431101Z test_storage (__main__.TestPythonDispatch) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T03:47:35.1431828Z warnings.warn(message, UserWarning) 2022-11-23T03:47:35.1432100Z ok (0.010s) 2022-11-23T03:47:35.1432461Z test_storage_can_be_converted_to_python_object (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1432907Z test_strides_slow_path (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1433315Z test_subclass_autograd_device_check (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T03:47:35.1433749Z test_subclass_creation (__main__.TestPythonDispatch) ... ok (0.000s) 2022-11-23T03:47:35.1434225Z test_subclass_priority (__main__.TestPythonDispatch) ... ok (0.010s) 2022-11-23T03:47:35.1434835Z test_tolist_numpy_with_torch_dispatch_mode (__main__.TestPythonDispatch) ... ok (0.004s) 2022-11-23T03:47:35.1435298Z test_torch_dispatch_mode_basic (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T03:47:35.1435996Z test_torch_dispatch_mode_respects_no_dispatch (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1436479Z test_torch_dispatch_mode_subclass_priority (__main__.TestPythonDispatch) ... ok (0.005s) 2022-11-23T03:47:35.1436925Z test_torch_dispatch_mode_unrelated_tensors (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T03:47:35.1437508Z test_version (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1437921Z test_with_mode_created_separately (__main__.TestPythonDispatch) ... ok (0.002s) 2022-11-23T03:47:35.1438343Z test_with_nested_modes (__main__.TestPythonDispatch) ... ok (0.003s) 2022-11-23T03:47:35.1438768Z test_wrapper_subclass_serializes (__main__.TestPythonDispatch) ... ok (0.007s) 2022-11-23T03:47:35.1439183Z test_basic (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-11-23T03:47:35.1439537Z test_lstsq (__main__.TestPythonDispatcher) ... ok (0.006s) 2022-11-23T03:47:35.1440018Z test_alias_analysis (__main__.TestPythonRegistration) ... skip: Skipped under Windows (0.000s) 2022-11-23T03:47:35.1440483Z test_create_new_library (__main__.TestPythonRegistration) ... ok (0.003s) 2022-11-23T03:47:35.1440941Z test_error_for_unsupported_ns_or_kind (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T03:47:35.1441571Z test_error_if_fn_not_callable (__main__.TestPythonRegistration) ... ok (0.000s) 2022-11-23T03:47:35.1442152Z test_extend_library_with_dispatch_key_arg (__main__.TestPythonRegistration) ... ok (0.010s) 2022-11-23T03:47:35.1443155Z test_override_aten_ops_with_multiple_libraries (__main__.TestPythonRegistration) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:125: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T03:47:35.1443874Z operator: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-11-23T03:47:35.1444365Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-11-23T03:47:35.1444780Z dispatch key: ZeroTensor 2022-11-23T03:47:35.1445252Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\BatchingRegistrations.cpp:1068 2022-11-23T03:47:35.1445956Z new kernel: registered at /dev/null:550 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159.) 2022-11-23T03:47:35.1446574Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T03:47:35.1446927Z ok (0.007s) 2022-11-23T03:47:35.1447233Z test_override_cpu_sum (__main__.TestPythonRegistration) ... ok (0.003s) 2022-11-23T03:47:35.1448109Z test_override_cuda_with_jiterator (__main__.TestPythonRegistration) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:125: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T03:47:35.1449082Z operator: aten::where.self(Tensor condition, Tensor self, Tensor other) -> Tensor 2022-11-23T03:47:35.1449596Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-11-23T03:47:35.1449996Z dispatch key: CUDA 2022-11-23T03:47:35.1450475Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp:322 2022-11-23T03:47:35.1451188Z new kernel: registered at /dev/null:209 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159.) 2022-11-23T03:47:35.1451795Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T03:47:35.1452441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:125: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T03:47:35.1453042Z operator: aten::gelu(Tensor self, *, str approximate="none") -> Tensor 2022-11-23T03:47:35.1453537Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-11-23T03:47:35.1453937Z dispatch key: CUDA 2022-11-23T03:47:35.1454695Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp:82 2022-11-23T03:47:35.1455789Z new kernel: registered at /dev/null:210 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159.) 2022-11-23T03:47:35.1456399Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T03:47:35.1457069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:125: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T03:47:35.1457599Z operator: aten::exp(Tensor self) -> Tensor 2022-11-23T03:47:35.1458054Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-11-23T03:47:35.1458450Z dispatch key: CUDA 2022-11-23T03:47:35.1458910Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\BatchingRegistrations.cpp:1068 2022-11-23T03:47:35.1459601Z new kernel: registered at /dev/null:211 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159.) 2022-11-23T03:47:35.1460217Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T03:47:35.1461122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\library.py:125: UserWarning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T03:47:35.1461992Z operator: aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-11-23T03:47:35.1462503Z registered at C:\actions-runner\_work\pytorch\pytorch\build\aten\src\ATen\RegisterSchema.cpp:6 2022-11-23T03:47:35.1462902Z dispatch key: CUDA 2022-11-23T03:47:35.1463369Z previous kernel: registered at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\BatchingRegistrations.cpp:1068 2022-11-23T03:47:35.1464062Z new kernel: registered at /dev/null:212 (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159.) 2022-11-23T03:47:35.1464683Z self.m.impl(name, dispatch_key if dispatch_key != "" else "CompositeImplicitAutograd", fn) 2022-11-23T03:47:35.1465034Z ok (1.584s) 2022-11-23T03:47:35.1465171Z 2022-11-23T03:47:35.1465346Z ---------------------------------------------------------------------- 2022-11-23T03:47:35.1465676Z Ran 72 tests in 5.234s 2022-11-23T03:47:35.1465829Z 2022-11-23T03:47:35.1465934Z OK (skipped=1) 2022-11-23T03:47:35.1466076Z 2022-11-23T03:47:35.1466197Z Generating XML reports... 2022-11-23T03:47:35.1466676Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatch-20221123034729.xml 2022-11-23T03:47:35.1467484Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonDispatcher-20221123034729.xml 2022-11-23T03:47:35.1468269Z Generated XML report: test-reports\python-unittest\test_python_dispatch\TEST-TestPythonRegistration-20221123034729.xml 2022-11-23T03:47:35.1468764Z 2022-11-23T03:47:35.1469071Z ##[endgroup] 2022-11-23T03:47:35.1469553Z FINISHED PRINTING LOG FILE of test_python_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_python_dispatch_aubhrz1h) 2022-11-23T03:47:35.1469901Z 2022-11-23T03:47:39.3941914Z Running test_autocast ... [2022-11-23 03:47:39.393862] 2022-11-23T03:47:39.3949472Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:47:39.394512] 2022-11-23T03:47:39.3952326Z Ignoring disabled issues: [] 2022-11-23T03:47:46.9694348Z 2022-11-23T03:47:46.9695053Z Expand the folded group to see the log file of test_autocast 2022-11-23T03:47:46.9696386Z ##[group]PRINTING LOG FILE of test_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autocast_hfie5fxk) 2022-11-23T03:47:46.9696763Z 2022-11-23T03:47:46.9696875Z Running tests... 2022-11-23T03:47:46.9697582Z ---------------------------------------------------------------------- 2022-11-23T03:47:46.9698129Z Test results will be stored in test-reports\python-unittest\test_autocast 2022-11-23T03:47:46.9698597Z test_autocast_methods_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (2.471s) 2022-11-23T03:47:46.9699023Z test_autocast_nn_bf16 (__main__.TestAutocastCPU) ... ok (0.012s) 2022-11-23T03:47:46.9699399Z test_autocast_nn_fp32 (__main__.TestAutocastCPU) ... ok (0.010s) 2022-11-23T03:47:46.9699967Z test_autocast_torch_bf16 (__main__.TestAutocastCPU) ... ok (0.034s) 2022-11-23T03:47:46.9700674Z test_autocast_torch_expect_builtin_promote (__main__.TestAutocastCPU) ... ok (0.017s) 2022-11-23T03:47:46.9701289Z test_autocast_torch_fp32 (__main__.TestAutocastCPU) ... ok (0.157s) 2022-11-23T03:47:46.9701723Z test_autocast_torch_need_autocast_promote (__main__.TestAutocastCPU) ... ok (0.012s) 2022-11-23T03:47:46.9702130Z test_cast_cache_is_global (__main__.TestAutocastGPU) 2022-11-23T03:47:46.9702508Z Verifies that the autocast cache is global. This is done by ... ok (0.891s) 2022-11-23T03:47:46.9702923Z test_autocast_fast_dtype (__main__.TestTorchAutocast) ... ok (0.000s) 2022-11-23T03:47:46.9703150Z 2022-11-23T03:47:46.9703349Z ---------------------------------------------------------------------- 2022-11-23T03:47:46.9703674Z Ran 9 tests in 3.609s 2022-11-23T03:47:46.9703826Z 2022-11-23T03:47:46.9703910Z OK 2022-11-23T03:47:46.9704033Z 2022-11-23T03:47:46.9704322Z Generating XML reports... 2022-11-23T03:47:46.9704789Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestAutocastCPU-20221123034742.xml 2022-11-23T03:47:46.9705398Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestAutocastGPU-20221123034742.xml 2022-11-23T03:47:46.9705995Z Generated XML report: test-reports\python-unittest\test_autocast\TEST-TestTorchAutocast-20221123034742.xml 2022-11-23T03:47:46.9706320Z 2022-11-23T03:47:46.9706645Z ##[endgroup] 2022-11-23T03:47:46.9707107Z FINISHED PRINTING LOG FILE of test_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_autocast_hfie5fxk) 2022-11-23T03:47:46.9707436Z 2022-11-23T03:47:51.1886775Z Running test_dlpack ... [2022-11-23 03:47:51.188409] 2022-11-23T03:47:51.1894852Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dlpack.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:47:51.189229] 2022-11-23T03:47:51.1897330Z Ignoring disabled issues: [] 2022-11-23T03:47:59.0181760Z 2022-11-23T03:47:59.0182776Z Expand the folded group to see the log file of test_dlpack 2022-11-23T03:47:59.0184302Z ##[group]PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_jqvfk52j) 2022-11-23T03:47:59.0185223Z 2022-11-23T03:47:59.0185453Z Running tests... 2022-11-23T03:47:59.0186179Z ---------------------------------------------------------------------- 2022-11-23T03:47:59.0187131Z Test results will be stored in test-reports\python-unittest\test_dlpack 2022-11-23T03:47:59.0188050Z test_dlpack_capsule_conversion_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (1.790s) 2022-11-23T03:47:59.0189069Z test_dlpack_capsule_conversion_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.288s) 2022-11-23T03:47:59.0190009Z test_dlpack_capsule_conversion_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0190964Z test_dlpack_capsule_conversion_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0192008Z test_dlpack_capsule_conversion_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0193077Z test_dlpack_capsule_conversion_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0193999Z test_dlpack_capsule_conversion_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0194898Z test_dlpack_capsule_conversion_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0196153Z test_dlpack_capsule_conversion_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0197053Z test_dlpack_capsule_conversion_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0197956Z test_dlpack_capsule_conversion_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0199184Z test_dlpack_conversion_with_diff_streams_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-11-23T03:47:59.0200175Z test_dlpack_conversion_with_diff_streams_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0201172Z test_dlpack_conversion_with_diff_streams_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0202148Z test_dlpack_conversion_with_diff_streams_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0203121Z test_dlpack_conversion_with_diff_streams_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0204089Z test_dlpack_conversion_with_diff_streams_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-11-23T03:47:59.0205328Z test_dlpack_conversion_with_diff_streams_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0206355Z test_dlpack_conversion_with_diff_streams_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0207485Z test_dlpack_conversion_with_diff_streams_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0208461Z test_dlpack_conversion_with_diff_streams_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0209432Z test_dlpack_conversion_with_diff_streams_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0210371Z test_dlpack_conversion_with_streams_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0211692Z test_dlpack_conversion_with_streams_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0212663Z test_dlpack_conversion_with_streams_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0213633Z test_dlpack_conversion_with_streams_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0214527Z test_dlpack_conversion_with_streams_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0215477Z test_dlpack_conversion_with_streams_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0216399Z test_dlpack_conversion_with_streams_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0217468Z test_dlpack_conversion_with_streams_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0218582Z test_dlpack_conversion_with_streams_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0219526Z test_dlpack_conversion_with_streams_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0220430Z test_dlpack_conversion_with_streams_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0221328Z test_dlpack_default_stream_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0222192Z test_dlpack_error_on_bool_tensor_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.893s) 2022-11-23T03:47:59.0223078Z test_dlpack_export_is_conj_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0224275Z test_dlpack_export_non_strided_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0225163Z test_dlpack_export_requires_grad_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T03:47:59.0226039Z test_dlpack_normalize_strides_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0226917Z test_dlpack_protocol_conversion_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0227855Z test_dlpack_protocol_conversion_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0229026Z test_dlpack_protocol_conversion_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0230105Z test_dlpack_protocol_conversion_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0231208Z test_dlpack_protocol_conversion_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.006s) 2022-11-23T03:47:59.0232134Z test_dlpack_protocol_conversion_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0233045Z test_dlpack_protocol_conversion_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0233916Z test_dlpack_protocol_conversion_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0234824Z test_dlpack_protocol_conversion_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0235853Z test_dlpack_protocol_conversion_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.010s) 2022-11-23T03:47:59.0236937Z test_dlpack_protocol_conversion_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0237819Z test_dlpack_shared_storage_cuda (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0238710Z test_dlpack_tensor_invalid_stream_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0239811Z test_dlpack_tensor_invalid_stream_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0240795Z test_dlpack_tensor_invalid_stream_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0241708Z test_dlpack_tensor_invalid_stream_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0242956Z test_dlpack_tensor_invalid_stream_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0243888Z test_dlpack_tensor_invalid_stream_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0244807Z test_dlpack_tensor_invalid_stream_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0245723Z test_dlpack_tensor_invalid_stream_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0246593Z test_dlpack_tensor_invalid_stream_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0247514Z test_dlpack_tensor_invalid_stream_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0248558Z test_dlpack_tensor_invalid_stream_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0249617Z test_from_dlpack_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.012s) 2022-11-23T03:47:59.0250460Z test_from_dlpack_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0251308Z test_from_dlpack_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0252139Z test_from_dlpack_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0252957Z test_from_dlpack_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0253773Z test_from_dlpack_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0254724Z test_from_dlpack_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0255755Z test_from_dlpack_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0256569Z test_from_dlpack_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T03:47:59.0257382Z test_from_dlpack_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T03:47:59.0258152Z test_from_dlpack_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T03:47:59.0259001Z test_from_dlpack_dtype_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T03:47:59.0259883Z test_from_dlpack_dtype_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0262151Z test_from_dlpack_dtype_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T03:47:59.0263028Z test_from_dlpack_dtype_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0263897Z test_from_dlpack_dtype_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T03:47:59.0264767Z test_from_dlpack_dtype_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T03:47:59.0265601Z test_from_dlpack_dtype_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0266449Z test_from_dlpack_dtype_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T03:47:59.0267463Z test_from_dlpack_dtype_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.001s) 2022-11-23T03:47:59.0268491Z test_from_dlpack_dtype_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.002s) 2022-11-23T03:47:59.0269355Z test_from_dlpack_dtype_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0270257Z test_from_dlpack_noncontinguous_cuda_bfloat16 (__main__.TestTorchDlPackCUDA) ... ok (0.003s) 2022-11-23T03:47:59.0271169Z test_from_dlpack_noncontinguous_cuda_complex128 (__main__.TestTorchDlPackCUDA) ... ok (0.006s) 2022-11-23T03:47:59.0272159Z test_from_dlpack_noncontinguous_cuda_complex64 (__main__.TestTorchDlPackCUDA) ... ok (0.000s) 2022-11-23T03:47:59.0273386Z test_from_dlpack_noncontinguous_cuda_float16 (__main__.TestTorchDlPackCUDA) ... ok (0.015s) 2022-11-23T03:47:59.0274538Z test_from_dlpack_noncontinguous_cuda_float32 (__main__.TestTorchDlPackCUDA) ... ok (0.005s) 2022-11-23T03:47:59.0275464Z test_from_dlpack_noncontinguous_cuda_float64 (__main__.TestTorchDlPackCUDA) ... ok (0.005s) 2022-11-23T03:47:59.0276362Z test_from_dlpack_noncontinguous_cuda_int16 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-11-23T03:47:59.0277274Z test_from_dlpack_noncontinguous_cuda_int32 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-11-23T03:47:59.0278189Z test_from_dlpack_noncontinguous_cuda_int64 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-11-23T03:47:59.0279068Z test_from_dlpack_noncontinguous_cuda_int8 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-11-23T03:47:59.0280126Z test_from_dlpack_noncontinguous_cuda_uint8 (__main__.TestTorchDlPackCUDA) ... ok (0.004s) 2022-11-23T03:47:59.0280815Z 2022-11-23T03:47:59.0281212Z ---------------------------------------------------------------------- 2022-11-23T03:47:59.0281854Z Ran 95 tests in 3.188s 2022-11-23T03:47:59.0282150Z 2022-11-23T03:47:59.0282303Z OK 2022-11-23T03:47:59.0282546Z 2022-11-23T03:47:59.0282781Z Generating XML reports... 2022-11-23T03:47:59.0283644Z Generated XML report: test-reports\python-unittest\test_dlpack\TEST-TestTorchDlPackCUDA-20221123034755.xml 2022-11-23T03:47:59.0284272Z 2022-11-23T03:47:59.0284896Z ##[endgroup] 2022-11-23T03:47:59.0285881Z FINISHED PRINTING LOG FILE of test_dlpack (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dlpack_jqvfk52j) 2022-11-23T03:47:59.0286693Z 2022-11-23T03:48:03.2637088Z Running test_model_dump ... [2022-11-23 03:48:03.263450] 2022-11-23T03:48:03.2644742Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:48:03.264237] 2022-11-23T03:48:03.2647385Z Ignoring disabled issues: [] 2022-11-23T03:48:09.8185270Z 2022-11-23T03:48:09.8186071Z Expand the folded group to see the log file of test_model_dump 2022-11-23T03:48:09.8187478Z ##[group]PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_9d10y46b) 2022-11-23T03:48:09.8188060Z 2022-11-23T03:48:09.8188233Z Running tests... 2022-11-23T03:48:09.8188805Z ---------------------------------------------------------------------- 2022-11-23T03:48:09.8189611Z Test results will be stored in test-reports\python-unittest\test_model_dump 2022-11-23T03:48:09.8190325Z test_inline_skeleton (__main__.TestModelDump) ... ok (2.490s) 2022-11-23T03:48:09.8191325Z test_invalid_json (__main__.TestModelDump) ... ok (0.046s) 2022-11-23T03:48:09.8191987Z test_main (__main__.TestModelDump) ... skip: Disabled on Windows. (0.003s) 2022-11-23T03:48:09.8192713Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.003s) 2022-11-23T03:48:09.8193426Z test_model_with_lists (__main__.TestModelDump) ... ok (0.008s) 2022-11-23T03:48:09.8194170Z test_optimized_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.002s) 2022-11-23T03:48:09.8194971Z test_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.001s) 2022-11-23T03:48:09.8195679Z test_scripted_model (__main__.TestModelDump) ... ok (0.014s) 2022-11-23T03:48:09.8196311Z test_traced_model (__main__.TestModelDump) ... ok (0.046s) 2022-11-23T03:48:09.8196655Z 2022-11-23T03:48:09.8196978Z ---------------------------------------------------------------------- 2022-11-23T03:48:09.8197505Z Ran 9 tests in 2.609s 2022-11-23T03:48:09.8197764Z 2022-11-23T03:48:09.8197932Z OK (skipped=4) 2022-11-23T03:48:09.8198172Z 2022-11-23T03:48:09.8198373Z Generating XML reports... 2022-11-23T03:48:09.8199136Z Generated XML report: test-reports\python-unittest\test_model_dump\TEST-TestModelDump-20221123034806.xml 2022-11-23T03:48:09.8199668Z 2022-11-23T03:48:09.8200171Z ##[endgroup] 2022-11-23T03:48:09.8201084Z FINISHED PRINTING LOG FILE of test_model_dump (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_model_dump_9d10y46b) 2022-11-23T03:48:09.8201688Z 2022-11-23T03:48:14.1839150Z Running test_monitor ... [2022-11-23 03:48:14.183587] 2022-11-23T03:48:14.1847019Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_monitor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:48:14.184234] 2022-11-23T03:48:14.1849905Z Ignoring disabled issues: [] 2022-11-23T03:48:20.5786628Z 2022-11-23T03:48:20.5787412Z Expand the folded group to see the log file of test_monitor 2022-11-23T03:48:20.5789011Z ##[group]PRINTING LOG FILE of test_monitor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_monitor_cx6u5mer) 2022-11-23T03:48:20.5789627Z 2022-11-23T03:48:20.5789806Z Running tests... 2022-11-23T03:48:20.5790392Z ---------------------------------------------------------------------- 2022-11-23T03:48:20.5791154Z Test results will be stored in test-reports\python-unittest\test_monitor 2022-11-23T03:48:20.5791855Z test_event_handler (__main__.TestMonitor) ... ok (2.566s) 2022-11-23T03:48:20.5792514Z test_fixed_count_stat (__main__.TestMonitor) ... ok (0.003s) 2022-11-23T03:48:20.5793191Z test_interval_stat (__main__.TestMonitor) ... ok (0.003s) 2022-11-23T03:48:20.5793816Z test_log_event (__main__.TestMonitor) ... ok (0.000s) 2022-11-23T03:48:20.5794624Z test_event_handler (__main__.TestMonitorTensorboard) ... skip: Skip the test since TensorBoard is not installed (0.003s) 2022-11-23T03:48:20.5795183Z 2022-11-23T03:48:20.5795517Z ---------------------------------------------------------------------- 2022-11-23T03:48:20.5801334Z Ran 5 tests in 2.563s 2022-11-23T03:48:20.5801627Z 2022-11-23T03:48:20.5802034Z OK (skipped=1) 2022-11-23T03:48:20.5802573Z 2022-11-23T03:48:20.5802821Z Generating XML reports... 2022-11-23T03:48:20.5803637Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitor-20221123034817.xml 2022-11-23T03:48:20.5804849Z Generated XML report: test-reports\python-unittest\test_monitor\TEST-TestMonitorTensorboard-20221123034817.xml 2022-11-23T03:48:20.5805528Z 2022-11-23T03:48:20.5806257Z ##[endgroup] 2022-11-23T03:48:20.5807120Z FINISHED PRINTING LOG FILE of test_monitor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_monitor_cx6u5mer) 2022-11-23T03:48:20.5807751Z 2022-11-23T03:48:24.9089090Z Running test_jit_autocast ... [2022-11-23 03:48:24.906560] 2022-11-23T03:48:24.9096408Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:48:24.906560] 2022-11-23T03:48:24.9098811Z Ignoring disabled issues: [] 2022-11-23T03:52:10.7944102Z 2022-11-23T03:52:10.7944832Z Expand the folded group to see the log file of test_jit_autocast 2022-11-23T03:52:10.7948968Z ##[group]PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_ibrkoiah) 2022-11-23T03:52:10.7949737Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T03:52:10.7950173Z 2022-11-23T03:52:10.7950361Z Running tests... 2022-11-23T03:52:10.7950962Z ---------------------------------------------------------------------- 2022-11-23T03:52:10.7952137Z Test results will be stored in test-reports\python-unittest\test_jit_autocast 2022-11-23T03:52:10.7952909Z test_autocast_api (__main__.TestAutocast) ... ok (3.964s) 2022-11-23T03:52:10.7953743Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.000s) 2022-11-23T03:52:10.7954647Z test_autocast_autodiff (__main__.TestAutocast) ... ok (0.703s) 2022-11-23T03:52:10.7955403Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.000s) 2022-11-23T03:52:10.7956212Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... ok (0.010s) 2022-11-23T03:52:10.7957259Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... ok (0.063s) 2022-11-23T03:52:10.7957892Z test_callees (__main__.TestAutocast) ... ok (0.035s) 2022-11-23T03:52:10.7958831Z test_callees_with_autocast_off (__main__.TestAutocast) ... ok (0.028s) 2022-11-23T03:52:10.7959569Z test_callees_with_autocast_on (__main__.TestAutocast) ... ok (0.029s) 2022-11-23T03:52:10.7960296Z test_conditional_autocast (__main__.TestAutocast) ... ok (0.016s) 2022-11-23T03:52:10.7961058Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.000s) 2022-11-23T03:52:10.7961831Z test_divergent_autocast (__main__.TestAutocast) ... ok (0.034s) 2022-11-23T03:52:10.7962437Z test_divergent_types (__main__.TestAutocast) ... ok (0.026s) 2022-11-23T03:52:10.7962815Z test_duplicate_inputs (__main__.TestAutocast) ... ok (0.024s) 2022-11-23T03:52:10.7963182Z test_eager_and_script (__main__.TestAutocast) ... ok (0.011s) 2022-11-23T03:52:10.7963551Z test_explicit_casts (__main__.TestAutocast) ... ok (0.027s) 2022-11-23T03:52:10.7963887Z test_fp32_policy (__main__.TestAutocast) ... ok (0.022s) 2022-11-23T03:52:10.7964252Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... ok (0.019s) 2022-11-23T03:52:10.7964640Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... ok (0.027s) 2022-11-23T03:52:10.7965034Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... ok (0.027s) 2022-11-23T03:52:10.7965405Z test_ignore_amp (__main__.TestAutocast) ... ok (0.005s) 2022-11-23T03:52:10.7965777Z test_implicitly_nested_autocast (__main__.TestAutocast) ... ok (0.022s) 2022-11-23T03:52:10.7966128Z test_inplace (__main__.TestAutocast) ... ok (0.038s) 2022-11-23T03:52:10.7966524Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... skip: CPU-only test (0.001s) 2022-11-23T03:52:10.7966949Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... ok (0.634s) 2022-11-23T03:52:10.7967343Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... ok (0.066s) 2022-11-23T03:52:10.7967746Z test_jit_executor_under_autocast (__main__.TestAutocast) ... ok (0.021s) 2022-11-23T03:52:10.7968141Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... ok (0.043s) 2022-11-23T03:52:10.7968516Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... ok (0.029s) 2022-11-23T03:52:10.7968935Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.000s) 2022-11-23T03:52:10.7969317Z test_minimal (__main__.TestAutocast) ... ok (0.031s) 2022-11-23T03:52:10.7969659Z test_minimal_cpu (__main__.TestAutocast) ... ok (0.026s) 2022-11-23T03:52:10.7970230Z test_minimal_off (__main__.TestAutocast) ... ok (0.027s) 2022-11-23T03:52:10.7970580Z test_nested_autocast (__main__.TestAutocast) ... ok (0.030s) 2022-11-23T03:52:10.7970916Z test_promote_policy (__main__.TestAutocast) ... ok (0.025s) 2022-11-23T03:52:10.7971281Z test_promote_policy_fp64 (__main__.TestAutocast) ... ok (0.027s) 2022-11-23T03:52:10.7971656Z test_reused_autocast (__main__.TestAutocast) ... ok (0.028s) 2022-11-23T03:52:10.7972078Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.003s) 2022-11-23T03:52:10.7972506Z test_runtime_autocast_state (__main__.TestAutocast) ... ok (0.026s) 2022-11-23T03:52:10.7972893Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... ok (0.022s) 2022-11-23T03:52:10.7973279Z test_script_and_tracing (__main__.TestAutocast) ... ok (0.038s) 2022-11-23T03:52:10.7973735Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.003s) 2022-11-23T03:52:10.7974180Z test_script_module (__main__.TestAutocast) ... ok (0.042s) 2022-11-23T03:52:10.7974758Z test_tracing_and_script (__main__.TestAutocast) ... ok (0.045s) 2022-11-23T03:52:10.7975245Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.002s) 2022-11-23T03:52:10.7976176Z test_cat_promote (__main__.TestJitTraceAutocast) ... ok (0.366s) 2022-11-23T03:52:10.7976803Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (76.306s) 2022-11-23T03:52:10.7977235Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (105.018s) 2022-11-23T03:52:10.7977678Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (30.566s) 2022-11-23T03:52:10.7978110Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.155s) 2022-11-23T03:52:10.7978550Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... ok (0.113s) 2022-11-23T03:52:10.7978997Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.141s) 2022-11-23T03:52:10.7979425Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.130s) 2022-11-23T03:52:10.7979648Z 2022-11-23T03:52:10.7979842Z ---------------------------------------------------------------------- 2022-11-23T03:52:10.7980141Z Ran 53 tests in 219.156s 2022-11-23T03:52:10.7980290Z 2022-11-23T03:52:10.7980381Z OK (skipped=8) 2022-11-23T03:52:10.7980514Z 2022-11-23T03:52:10.7980623Z Generating XML reports... 2022-11-23T03:52:10.7981058Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestAutocast-20221123034830.xml 2022-11-23T03:52:10.7981669Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestJitTraceAutocast-20221123034830.xml 2022-11-23T03:52:10.7982006Z 2022-11-23T03:52:10.7982396Z ##[endgroup] 2022-11-23T03:52:10.7982842Z FINISHED PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_ibrkoiah) 2022-11-23T03:52:10.7983184Z 2022-11-23T03:52:15.1521277Z Running test_maskedtensor ... [2022-11-23 03:52:15.143231] 2022-11-23T03:52:15.1528197Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:52:15.143231] 2022-11-23T03:52:15.1530597Z Ignoring disabled issues: [] 2022-11-23T03:52:36.8083483Z 2022-11-23T03:52:36.8084421Z Expand the folded group to see the log file of test_maskedtensor 2022-11-23T03:52:36.8085879Z ##[group]PRINTING LOG FILE of test_maskedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_maskedtensor_ktw1q466) 2022-11-23T03:52:36.8105329Z 2022-11-23T03:52:36.8105733Z Running tests... 2022-11-23T03:52:36.8106174Z ---------------------------------------------------------------------- 2022-11-23T03:52:36.8108916Z Test results will be stored in test-reports\python-unittest\test_maskedtensor 2022-11-23T03:52:36.8111100Z test_add_cuda (__main__.TestBasicsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T03:52:36.8112686Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T03:52:36.8113307Z ok (1.800s) 2022-11-23T03:52:36.8113881Z test_contiguous_cuda (__main__.TestBasicsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8114579Z test_diff_dim_cuda (__main__.TestBasicsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8115284Z test_diff_layouts_cuda (__main__.TestBasicsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8116006Z test_diff_sizes_cuda (__main__.TestBasicsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8116729Z test_grad_warning_cuda (__main__.TestBasicsCUDA) ... ok (0.016s) 2022-11-23T03:52:36.8118679Z test_invalid_sparse_coo_values_cuda (__main__.TestBasicsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T03:52:36.8120429Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T03:52:36.8121048Z ok (0.004s) 2022-11-23T03:52:36.8122755Z test_invalid_sparse_csr_values_cuda (__main__.TestBasicsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_maskedtensor.py:293: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T03:52:36.8124439Z t1 = torch.sparse_csr_tensor( 2022-11-23T03:52:36.8124877Z ok (0.004s) 2022-11-23T03:52:36.8125485Z test_invalid_sparse_layout_cuda (__main__.TestBasicsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8126267Z test_invalid_tensor_inputs_cuda (__main__.TestBasicsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8127685Z test_softmax_cuda (__main__.TestBasicsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T03:52:36.8129142Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T03:52:36.8129798Z ok (0.009s) 2022-11-23T03:52:36.8130395Z test_to_dense_and_sparse_coo_cuda (__main__.TestBasicsCUDA) ... ok (0.054s) 2022-11-23T03:52:36.8131169Z test_to_dense_and_sparse_csr_cuda (__main__.TestBasicsCUDA) ... ok (0.013s) 2022-11-23T03:52:36.8131900Z test_to_dense_cuda (__main__.TestBasicsCUDA) ... ok (0.049s) 2022-11-23T03:52:36.8132590Z test_to_sparse_cuda (__main__.TestBasicsCUDA) ... ok (0.021s) 2022-11-23T03:52:36.8133276Z test_where_cuda (__main__.TestBasicsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8133955Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.000s) 2022-11-23T03:52:36.8134667Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.012s) 2022-11-23T03:52:36.8135334Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8136020Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8136780Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.004s) 2022-11-23T03:52:36.8137529Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8138497Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8139246Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8139927Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8140620Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.002s) 2022-11-23T03:52:36.8141308Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8142024Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8142741Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8143419Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.002s) 2022-11-23T03:52:36.8144088Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.002s) 2022-11-23T03:52:36.8144759Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8145437Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.000s) 2022-11-23T03:52:36.8146181Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.006s) 2022-11-23T03:52:36.8146867Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.000s) 2022-11-23T03:52:36.8147539Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.000s) 2022-11-23T03:52:36.8148190Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.010s) 2022-11-23T03:52:36.8149780Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.000s) 2022-11-23T03:52:36.8150563Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.000s) 2022-11-23T03:52:36.8151317Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.000s) 2022-11-23T03:52:36.8152008Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.013s) 2022-11-23T03:52:36.8152711Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8153411Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8154116Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8154817Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8155523Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8156210Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8156942Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8157631Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8158325Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8159025Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8159751Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8160485Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8161239Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8161981Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8162748Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T03:52:36.8163541Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8164357Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T03:52:36.8165163Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.006s) 2022-11-23T03:52:36.8165976Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8166711Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8167446Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8168196Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.020s) 2022-11-23T03:52:36.8169146Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.017s) 2022-11-23T03:52:36.8169914Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T03:52:36.8170649Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.022s) 2022-11-23T03:52:36.8171375Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.018s) 2022-11-23T03:52:36.8172178Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.019s) 2022-11-23T03:52:36.8172942Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.018s) 2022-11-23T03:52:36.8173674Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.018s) 2022-11-23T03:52:36.8174407Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.017s) 2022-11-23T03:52:36.8175332Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.010s) 2022-11-23T03:52:36.8176271Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.020s) 2022-11-23T03:52:36.8177022Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T03:52:36.8177782Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.012s) 2022-11-23T03:52:36.8178530Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.020s) 2022-11-23T03:52:36.8179281Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8180224Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.015s) 2022-11-23T03:52:36.8181019Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.000s) 2022-11-23T03:52:36.8181769Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.008s) 2022-11-23T03:52:36.8182525Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8183292Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.003s) 2022-11-23T03:52:36.8184048Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.002s) 2022-11-23T03:52:36.8184749Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.002s) 2022-11-23T03:52:36.8185583Z test_binary_core_add_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-11-23T03:52:36.8186488Z test_binary_core_add_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T03:52:36.8187441Z test_binary_core_add_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8188373Z test_binary_core_add_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T03:52:36.8189316Z test_binary_core_add_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8190238Z test_binary_core_add_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8191242Z test_binary_core_add_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8192164Z test_binary_core_add_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T03:52:36.8193062Z test_binary_core_add_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8194482Z test_binary_core_atan2_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8195423Z test_binary_core_atan2_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8196351Z test_binary_core_atan2_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8197265Z test_binary_core_atan2_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8198177Z test_binary_core_atan2_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8199301Z test_binary_core_atan2_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8200219Z test_binary_core_atan2_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8201120Z test_binary_core_atan2_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8202059Z test_binary_core_atan2_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8203033Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T03:52:36.8204051Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T03:52:36.8205049Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-11-23T03:52:36.8206075Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8207092Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8208077Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T03:52:36.8209245Z test_binary_core_div_floor_rounding_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8210277Z test_binary_core_div_floor_rounding_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8211269Z test_binary_core_div_floor_rounding_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8212268Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T03:52:36.8213282Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T03:52:36.8214240Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T03:52:36.8214773Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8215278Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-11-23T03:52:36.8215791Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8216298Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T03:52:36.8216814Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8217328Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8217849Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T03:52:36.8218370Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T03:52:36.8218889Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8219382Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8219895Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T03:52:36.8220400Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8221089Z test_binary_core_div_trunc_rounding_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8221602Z test_binary_core_div_trunc_rounding_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8222113Z test_binary_core_div_trunc_rounding_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8222604Z test_binary_core_eq_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T03:52:36.8223085Z test_binary_core_eq_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T03:52:36.8223535Z test_binary_core_eq_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T03:52:36.8224005Z test_binary_core_eq_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8224475Z test_binary_core_eq_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8224938Z test_binary_core_eq_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8225412Z test_binary_core_eq_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8225974Z test_binary_core_eq_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8226469Z test_binary_core_eq_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8226934Z test_binary_core_floor_divide_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T03:52:36.8227427Z test_binary_core_floor_divide_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T03:52:36.8227921Z test_binary_core_floor_divide_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-11-23T03:52:36.8228413Z test_binary_core_floor_divide_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T03:52:36.8228901Z test_binary_core_floor_divide_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T03:52:36.8229391Z test_binary_core_floor_divide_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8229887Z test_binary_core_floor_divide_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T03:52:36.8230352Z test_binary_core_floor_divide_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T03:52:36.8230841Z test_binary_core_floor_divide_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8231321Z test_binary_core_fmax_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8231802Z test_binary_core_fmax_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8232277Z test_binary_core_fmax_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8232747Z test_binary_core_fmax_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8233223Z test_binary_core_fmax_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8233672Z test_binary_core_fmax_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8234144Z test_binary_core_fmax_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8234621Z test_binary_core_fmax_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8235207Z test_binary_core_fmax_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8235677Z test_binary_core_fmin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8236151Z test_binary_core_fmin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8236629Z test_binary_core_fmin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8237098Z test_binary_core_fmin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8237546Z test_binary_core_fmin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8238100Z test_binary_core_fmin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8238565Z test_binary_core_fmin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8239036Z test_binary_core_fmin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8239497Z test_binary_core_fmin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8239965Z test_binary_core_fmod_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-11-23T03:52:36.8240517Z test_binary_core_fmod_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T03:52:36.8240990Z test_binary_core_fmod_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T03:52:36.8241446Z test_binary_core_fmod_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-11-23T03:52:36.8241911Z test_binary_core_fmod_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-11-23T03:52:36.8242375Z test_binary_core_fmod_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-11-23T03:52:36.8242841Z test_binary_core_fmod_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8243309Z test_binary_core_fmod_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8243776Z test_binary_core_fmod_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8244315Z test_binary_core_ge_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T03:52:36.8244788Z test_binary_core_ge_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8245261Z test_binary_core_ge_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8245719Z test_binary_core_ge_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8246487Z test_binary_core_ge_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8247322Z test_binary_core_ge_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8248202Z test_binary_core_ge_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8249135Z test_binary_core_ge_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8250056Z test_binary_core_ge_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8250909Z test_binary_core_gt_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T03:52:36.8251801Z test_binary_core_gt_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8252676Z test_binary_core_gt_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8253772Z test_binary_core_gt_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8254654Z test_binary_core_gt_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8255495Z test_binary_core_gt_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8256367Z test_binary_core_gt_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8257227Z test_binary_core_gt_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8258142Z test_binary_core_gt_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8259098Z test_binary_core_le_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8259996Z test_binary_core_le_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8260903Z test_binary_core_le_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8261783Z test_binary_core_le_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8262793Z test_binary_core_le_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8263686Z test_binary_core_le_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8264575Z test_binary_core_le_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T03:52:36.8265294Z test_binary_core_le_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8266181Z test_binary_core_le_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8266830Z test_binary_core_lt_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8267281Z test_binary_core_lt_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8267868Z test_binary_core_lt_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8268345Z test_binary_core_lt_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8269079Z test_binary_core_lt_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8269888Z test_binary_core_lt_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T03:52:36.8270687Z test_binary_core_lt_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8271163Z test_binary_core_lt_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8271734Z test_binary_core_lt_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8272223Z test_binary_core_maximum_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T03:52:36.8272709Z test_binary_core_maximum_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-11-23T03:52:36.8273195Z test_binary_core_maximum_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8273720Z test_binary_core_maximum_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8274589Z test_binary_core_maximum_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8275471Z test_binary_core_maximum_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8276552Z test_binary_core_maximum_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8277478Z test_binary_core_maximum_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T03:52:36.8278411Z test_binary_core_maximum_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T03:52:36.8278911Z test_binary_core_minimum_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T03:52:36.8279402Z test_binary_core_minimum_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8279877Z test_binary_core_minimum_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T03:52:36.8280350Z test_binary_core_minimum_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8280819Z test_binary_core_minimum_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8281272Z test_binary_core_minimum_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8281737Z test_binary_core_minimum_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8282213Z test_binary_core_minimum_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8282791Z test_binary_core_minimum_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8283300Z test_binary_core_mul_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8283772Z test_binary_core_mul_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8284236Z test_binary_core_mul_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8284689Z test_binary_core_mul_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8285161Z test_binary_core_mul_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8285623Z test_binary_core_mul_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8286089Z test_binary_core_mul_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8286561Z test_binary_core_mul_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8287106Z test_binary_core_mul_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8287564Z test_binary_core_ne_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T03:52:36.8288017Z test_binary_core_ne_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8288485Z test_binary_core_ne_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8288951Z test_binary_core_ne_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8289406Z test_binary_core_ne_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8289867Z test_binary_core_ne_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8290333Z test_binary_core_ne_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8290795Z test_binary_core_ne_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8291287Z test_binary_core_ne_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-11-23T03:52:36.8291767Z test_binary_core_nextafter_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8292386Z test_binary_core_nextafter_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8292869Z test_binary_core_nextafter_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8293358Z test_binary_core_nextafter_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8293855Z test_binary_core_nextafter_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8294343Z test_binary_core_nextafter_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8294832Z test_binary_core_remainder_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8295304Z test_binary_core_remainder_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8295787Z test_binary_core_remainder_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.023s) 2022-11-23T03:52:36.8296274Z test_binary_core_remainder_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8296754Z test_binary_core_remainder_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8297337Z test_binary_core_remainder_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.008s) 2022-11-23T03:52:36.8297850Z test_binary_core_remainder_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8298339Z test_binary_core_remainder_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8298799Z test_binary_core_remainder_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T03:52:36.8299279Z test_binary_core_sub_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T03:52:36.8299756Z test_binary_core_sub_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-11-23T03:52:36.8300229Z test_binary_core_sub_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.015s) 2022-11-23T03:52:36.8300704Z test_binary_core_sub_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8301175Z test_binary_core_sub_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8301640Z test_binary_core_sub_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8302088Z test_binary_core_sub_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8302558Z test_binary_core_sub_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8303026Z test_binary_core_sub_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8303509Z test_binary_core_true_divide_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T03:52:36.8303996Z test_binary_core_true_divide_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T03:52:36.8304484Z test_binary_core_true_divide_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T03:52:36.8304967Z test_binary_core_true_divide_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8305453Z test_binary_core_true_divide_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8305923Z test_binary_core_true_divide_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T03:52:36.8306517Z test_binary_core_true_divide_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8307006Z test_binary_core_true_divide_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8307491Z test_binary_core_true_divide_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8307980Z test_reduction_all_amax_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-11-23T03:52:36.8308471Z test_reduction_all_amax_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.037s) 2022-11-23T03:52:36.8308954Z test_reduction_all_amax_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-11-23T03:52:36.8309408Z test_reduction_all_amax_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T03:52:36.8309877Z test_reduction_all_amax_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T03:52:36.8310367Z test_reduction_all_amax_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T03:52:36.8310847Z test_reduction_all_amax_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-11-23T03:52:36.8311407Z test_reduction_all_amax_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-11-23T03:52:36.8311904Z test_reduction_all_amax_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-11-23T03:52:36.8312383Z test_reduction_all_amin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-11-23T03:52:36.8312842Z test_reduction_all_amin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.039s) 2022-11-23T03:52:36.8313317Z test_reduction_all_amin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.036s) 2022-11-23T03:52:36.8313799Z test_reduction_all_amin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-11-23T03:52:36.8314277Z test_reduction_all_amin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.022s) 2022-11-23T03:52:36.8314744Z test_reduction_all_amin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T03:52:36.8315216Z test_reduction_all_amin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T03:52:36.8315693Z test_reduction_all_amin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.035s) 2022-11-23T03:52:36.8316161Z test_reduction_all_amin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-11-23T03:52:36.8316624Z test_reduction_all_argmax_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-11-23T03:52:36.8317116Z test_reduction_all_argmax_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-11-23T03:52:36.8317608Z test_reduction_all_argmax_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.025s) 2022-11-23T03:52:36.8318093Z test_reduction_all_argmax_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8318580Z test_reduction_all_argmax_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8319056Z test_reduction_all_argmax_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8319534Z test_reduction_all_argmax_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T03:52:36.8319998Z test_reduction_all_argmax_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T03:52:36.8320470Z test_reduction_all_argmax_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T03:52:36.8321069Z test_reduction_all_argmin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-11-23T03:52:36.8321561Z test_reduction_all_argmin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.027s) 2022-11-23T03:52:36.8322047Z test_reduction_all_argmin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.016s) 2022-11-23T03:52:36.8322529Z test_reduction_all_argmin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8323008Z test_reduction_all_argmin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8323573Z test_reduction_all_argmin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8324055Z test_reduction_all_argmin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.019s) 2022-11-23T03:52:36.8324542Z test_reduction_all_argmin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.017s) 2022-11-23T03:52:36.8325017Z test_reduction_all_argmin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.021s) 2022-11-23T03:52:36.8325510Z test_reduction_all_prod_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:52:36.8326094Z test_reduction_all_prod_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.072s) 2022-11-23T03:52:36.8326605Z test_reduction_all_prod_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.077s) 2022-11-23T03:52:36.8327105Z test_reduction_all_prod_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:52:36.8327589Z test_reduction_all_prod_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T03:52:36.8328071Z test_reduction_all_prod_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.024s) 2022-11-23T03:52:36.8328570Z test_reduction_all_prod_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:52:36.8329070Z test_reduction_all_prod_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.047s) 2022-11-23T03:52:36.8329549Z test_reduction_all_prod_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.050s) 2022-11-23T03:52:36.8330022Z test_reduction_all_sum_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.038s) 2022-11-23T03:52:36.8330520Z test_reduction_all_sum_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:52:36.8331002Z test_reduction_all_sum_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.040s) 2022-11-23T03:52:36.8331481Z test_reduction_all_sum_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.020s) 2022-11-23T03:52:36.8331977Z test_reduction_all_sum_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:52:36.8332468Z test_reduction_all_sum_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.018s) 2022-11-23T03:52:36.8332942Z test_reduction_all_sum_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.026s) 2022-11-23T03:52:36.8333436Z test_reduction_all_sum_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:52:36.8333923Z test_reduction_all_sum_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.030s) 2022-11-23T03:52:36.8334374Z test_unary_core_abs_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8334843Z test_unary_core_abs_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8335427Z test_unary_core_abs_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8335889Z test_unary_core_abs_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8336345Z test_unary_core_abs_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8336816Z test_unary_core_abs_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8337286Z test_unary_core_abs_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8337732Z test_unary_core_abs_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8338193Z test_unary_core_abs_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8338697Z test_unary_core_acos_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8339163Z test_unary_core_acos_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8339634Z test_unary_core_acos_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8340098Z test_unary_core_acos_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8340645Z test_unary_core_acos_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8341134Z test_unary_core_acos_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8341581Z test_unary_core_acos_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8342046Z test_unary_core_acos_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8342500Z test_unary_core_acos_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8342969Z test_unary_core_acosh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T03:52:36.8343444Z test_unary_core_acosh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8344023Z test_unary_core_acosh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8344499Z test_unary_core_acosh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8344948Z test_unary_core_acosh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8345407Z test_unary_core_acosh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8345876Z test_unary_core_acosh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8346365Z test_unary_core_acosh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8346830Z test_unary_core_acosh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8347302Z test_unary_core_angle_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8347779Z test_unary_core_angle_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8348234Z test_unary_core_angle_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8348699Z test_unary_core_angle_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8349164Z test_unary_core_angle_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8349630Z test_unary_core_angle_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8350971Z test_unary_core_asin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8351449Z test_unary_core_asin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8351917Z test_unary_core_asin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8352372Z test_unary_core_asin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8352846Z test_unary_core_asin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8353308Z test_unary_core_asin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8353775Z test_unary_core_asin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8354244Z test_unary_core_asin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8354699Z test_unary_core_asin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8355159Z test_unary_core_asinh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8355715Z test_unary_core_asinh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8356221Z test_unary_core_asinh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8356688Z test_unary_core_asinh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8357163Z test_unary_core_asinh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8357633Z test_unary_core_asinh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8358105Z test_unary_core_asinh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8358567Z test_unary_core_asinh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8359016Z test_unary_core_asinh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8359489Z test_unary_core_atan_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8359959Z test_unary_core_atan_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8360431Z test_unary_core_atan_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8360898Z test_unary_core_atan_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8361364Z test_unary_core_atan_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8361831Z test_unary_core_atan_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8362299Z test_unary_core_atan_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8362748Z test_unary_core_atan_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8363213Z test_unary_core_atan_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8363678Z test_unary_core_atanh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8364160Z test_unary_core_atanh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8364633Z test_unary_core_atanh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8365223Z test_unary_core_atanh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8365694Z test_unary_core_atanh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8366141Z test_unary_core_atanh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8366610Z test_unary_core_atanh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8367081Z test_unary_core_atanh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8367548Z test_unary_core_atanh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8368026Z test_unary_core_ceil_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8368504Z test_unary_core_ceil_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8368981Z test_unary_core_ceil_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8369429Z test_unary_core_ceil_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8369902Z test_unary_core_ceil_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8370446Z test_unary_core_ceil_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8370935Z test_unary_core_ceil_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8371400Z test_unary_core_ceil_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8371862Z test_unary_core_ceil_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8372418Z test_unary_core_conj_physical_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8372899Z test_unary_core_conj_physical_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8373395Z test_unary_core_conj_physical_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8373891Z test_unary_core_conj_physical_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8374379Z test_unary_core_conj_physical_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8374863Z test_unary_core_conj_physical_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8375359Z test_unary_core_conj_physical_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8375848Z test_unary_core_conj_physical_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8376334Z test_unary_core_conj_physical_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8376797Z test_unary_core_cos_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8377277Z test_unary_core_cos_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8377750Z test_unary_core_cos_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8378327Z test_unary_core_cos_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8378989Z test_unary_core_cos_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8379468Z test_unary_core_cos_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8380448Z test_unary_core_cos_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8380929Z test_unary_core_cos_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8381397Z test_unary_core_cos_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8381871Z test_unary_core_cosh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8382349Z test_unary_core_cosh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8382812Z test_unary_core_cosh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8383280Z test_unary_core_cosh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8383745Z test_unary_core_cosh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8384196Z test_unary_core_cosh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8384659Z test_unary_core_cosh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8385120Z test_unary_core_cosh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8385683Z test_unary_core_cosh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8386340Z test_unary_core_deg2rad_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8386956Z test_unary_core_deg2rad_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8387652Z test_unary_core_deg2rad_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8388111Z test_unary_core_deg2rad_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8388581Z test_unary_core_deg2rad_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8389064Z test_unary_core_deg2rad_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8389541Z test_unary_core_deg2rad_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8390023Z test_unary_core_deg2rad_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8390492Z test_unary_core_deg2rad_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8390973Z test_unary_core_digamma_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.566s) 2022-11-23T03:52:36.8391479Z test_unary_core_digamma_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.537s) 2022-11-23T03:52:36.8391962Z test_unary_core_digamma_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.556s) 2022-11-23T03:52:36.8392444Z test_unary_core_digamma_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.014s) 2022-11-23T03:52:36.8393065Z test_unary_core_digamma_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8393537Z test_unary_core_digamma_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8394358Z test_unary_core_digamma_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8394838Z test_unary_core_digamma_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8395308Z test_unary_core_digamma_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8395894Z test_unary_core_erf_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8396363Z test_unary_core_erf_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8396831Z test_unary_core_erf_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8397294Z test_unary_core_erf_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8397763Z test_unary_core_erf_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8398222Z test_unary_core_erf_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8398693Z test_unary_core_erf_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8399136Z test_unary_core_erf_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8399754Z test_unary_core_erf_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8400222Z test_unary_core_erfc_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.282s) 2022-11-23T03:52:36.8401028Z test_unary_core_erfc_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.270s) 2022-11-23T03:52:36.8401616Z test_unary_core_erfc_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.302s) 2022-11-23T03:52:36.8402109Z test_unary_core_erfc_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8402580Z test_unary_core_erfc_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8403031Z test_unary_core_erfc_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8403494Z test_unary_core_erfc_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8403963Z test_unary_core_erfc_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8404418Z test_unary_core_erfc_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8404884Z test_unary_core_erfinv_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.269s) 2022-11-23T03:52:36.8405423Z test_unary_core_erfinv_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.271s) 2022-11-23T03:52:36.8405902Z test_unary_core_erfinv_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.367s) 2022-11-23T03:52:36.8406498Z test_unary_core_erfinv_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8406967Z test_unary_core_erfinv_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8407791Z test_unary_core_erfinv_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8408274Z test_unary_core_erfinv_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8408749Z test_unary_core_erfinv_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8409219Z test_unary_core_erfinv_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8409690Z test_unary_core_exp2_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.237s) 2022-11-23T03:52:36.8410147Z test_unary_core_exp2_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.227s) 2022-11-23T03:52:36.8410618Z test_unary_core_exp2_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.272s) 2022-11-23T03:52:36.8411086Z test_unary_core_exp2_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8411677Z test_unary_core_exp2_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8412137Z test_unary_core_exp2_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8412607Z test_unary_core_exp2_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8413227Z test_unary_core_exp2_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8413679Z test_unary_core_exp2_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8414406Z test_unary_core_exp_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8414943Z test_unary_core_exp_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8415414Z test_unary_core_exp_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8415884Z test_unary_core_exp_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8416347Z test_unary_core_exp_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8416916Z test_unary_core_exp_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8417392Z test_unary_core_exp_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8417860Z test_unary_core_exp_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8418384Z test_unary_core_exp_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8418854Z test_unary_core_expm1_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8419333Z test_unary_core_expm1_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8419931Z test_unary_core_expm1_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8420422Z test_unary_core_expm1_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8421047Z test_unary_core_expm1_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8421701Z test_unary_core_expm1_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8422169Z test_unary_core_expm1_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8422638Z test_unary_core_expm1_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8423102Z test_unary_core_expm1_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8423679Z test_unary_core_floor_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8424147Z test_unary_core_floor_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8424615Z test_unary_core_floor_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8425067Z test_unary_core_floor_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8425529Z test_unary_core_floor_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8426000Z test_unary_core_floor_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8426466Z test_unary_core_floor_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8427200Z test_unary_core_floor_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8427788Z test_unary_core_floor_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8428471Z test_unary_core_frac_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8428934Z test_unary_core_frac_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8429402Z test_unary_core_frac_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8429870Z test_unary_core_frac_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8430334Z test_unary_core_frac_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8430799Z test_unary_core_frac_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8431274Z test_unary_core_frac_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8431740Z test_unary_core_frac_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8432180Z test_unary_core_frac_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8433270Z test_unary_core_i0_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.377s) 2022-11-23T03:52:36.8434017Z test_unary_core_i0_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.390s) 2022-11-23T03:52:36.8434634Z test_unary_core_i0_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.461s) 2022-11-23T03:52:36.8435326Z test_unary_core_i0_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8435806Z test_unary_core_i0_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8436288Z test_unary_core_i0_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8436741Z test_unary_core_i0_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8437218Z test_unary_core_i0_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8437695Z test_unary_core_i0_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8438180Z test_unary_core_isnan_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8438673Z test_unary_core_isnan_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8439163Z test_unary_core_isnan_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8439653Z test_unary_core_isnan_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8440110Z test_unary_core_isnan_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8440760Z test_unary_core_isnan_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8441341Z test_unary_core_isnan_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8442059Z test_unary_core_isnan_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8442547Z test_unary_core_isnan_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8443037Z test_unary_core_lgamma_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.437s) 2022-11-23T03:52:36.8471688Z test_unary_core_lgamma_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.421s) 2022-11-23T03:52:36.8472857Z test_unary_core_lgamma_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.412s) 2022-11-23T03:52:36.8473697Z test_unary_core_lgamma_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8474666Z test_unary_core_lgamma_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8475251Z test_unary_core_lgamma_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8476029Z test_unary_core_lgamma_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8476511Z test_unary_core_lgamma_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T03:52:36.8476955Z test_unary_core_lgamma_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8477411Z test_unary_core_log10_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8477866Z test_unary_core_log10_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8478315Z test_unary_core_log10_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8478888Z test_unary_core_log10_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8479358Z test_unary_core_log10_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8479802Z test_unary_core_log10_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8480238Z test_unary_core_log10_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8480683Z test_unary_core_log10_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8481129Z test_unary_core_log10_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8481751Z test_unary_core_log1p_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8482203Z test_unary_core_log1p_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8483004Z test_unary_core_log1p_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8483447Z test_unary_core_log1p_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8483877Z test_unary_core_log1p_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8484335Z test_unary_core_log1p_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8484777Z test_unary_core_log1p_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8485230Z test_unary_core_log1p_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.012s) 2022-11-23T03:52:36.8485671Z test_unary_core_log1p_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8486120Z test_unary_core_log2_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8486570Z test_unary_core_log2_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8487023Z test_unary_core_log2_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8487474Z test_unary_core_log2_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8487918Z test_unary_core_log2_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8488653Z test_unary_core_log2_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8489164Z test_unary_core_log2_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8489828Z test_unary_core_log2_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8490399Z test_unary_core_log2_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8490850Z test_unary_core_log_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8491333Z test_unary_core_log_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8491790Z test_unary_core_log_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8492238Z test_unary_core_log_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8492687Z test_unary_core_log_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8493131Z test_unary_core_log_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8493572Z test_unary_core_log_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8494131Z test_unary_core_log_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8494601Z test_unary_core_log_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8495048Z test_unary_core_logit_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8495502Z test_unary_core_logit_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8496115Z test_unary_core_logit_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8496577Z test_unary_core_logit_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.009s) 2022-11-23T03:52:36.8497281Z test_unary_core_logit_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8497739Z test_unary_core_logit_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8498184Z test_unary_core_logit_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8498629Z test_unary_core_logit_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8499076Z test_unary_core_logit_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8499531Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8500000Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8500454Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8500922Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8501380Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8501836Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8502303Z test_unary_core_nan_to_num_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8502919Z test_unary_core_nan_to_num_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.013s) 2022-11-23T03:52:36.8503452Z test_unary_core_nan_to_num_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8504195Z test_unary_core_neg_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8504638Z test_unary_core_neg_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8505093Z test_unary_core_neg_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8505538Z test_unary_core_neg_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8505990Z test_unary_core_neg_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8506447Z test_unary_core_neg_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8506896Z test_unary_core_neg_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8507343Z test_unary_core_neg_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8507782Z test_unary_core_neg_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8508245Z test_unary_core_positive_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8508814Z test_unary_core_positive_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8509435Z test_unary_core_positive_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8509893Z test_unary_core_positive_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8510605Z test_unary_core_positive_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8511072Z test_unary_core_positive_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8511518Z test_unary_core_positive_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8511978Z test_unary_core_positive_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8512439Z test_unary_core_positive_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8512913Z test_unary_core_rad2deg_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8513378Z test_unary_core_rad2deg_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8513830Z test_unary_core_rad2deg_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8514284Z test_unary_core_rad2deg_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8514728Z test_unary_core_rad2deg_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8515176Z test_unary_core_rad2deg_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8515640Z test_unary_core_rad2deg_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8516260Z test_unary_core_rad2deg_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8516719Z test_unary_core_rad2deg_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8517447Z test_unary_core_reciprocal_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8517929Z test_unary_core_reciprocal_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8518411Z test_unary_core_reciprocal_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8519002Z test_unary_core_reciprocal_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8519477Z test_unary_core_reciprocal_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8519952Z test_unary_core_reciprocal_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8520426Z test_unary_core_reciprocal_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8520902Z test_unary_core_reciprocal_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8521364Z test_unary_core_reciprocal_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8521838Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8522320Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8522960Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8523616Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8524299Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8524779Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8525259Z test_unary_core_round_decimals_0_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8525750Z test_unary_core_round_decimals_0_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8526237Z test_unary_core_round_decimals_0_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8526711Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8527199Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8527673Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8528159Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8528635Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8529111Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8529755Z test_unary_core_round_decimals_3_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8530227Z test_unary_core_round_decimals_3_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8531085Z test_unary_core_round_decimals_3_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8531733Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8532237Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8532732Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8533235Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8533870Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8534362Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8534847Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8535332Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8535813Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8536440Z test_unary_core_round_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8536895Z test_unary_core_round_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8537620Z test_unary_core_round_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8538091Z test_unary_core_round_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8538551Z test_unary_core_round_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8539091Z test_unary_core_round_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8539566Z test_unary_core_round_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8540022Z test_unary_core_round_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8540477Z test_unary_core_round_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8540945Z test_unary_core_rsqrt_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8541409Z test_unary_core_rsqrt_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8541864Z test_unary_core_rsqrt_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8542315Z test_unary_core_rsqrt_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8542912Z test_unary_core_rsqrt_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8543383Z test_unary_core_rsqrt_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8543963Z test_unary_core_rsqrt_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8544557Z test_unary_core_rsqrt_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8545018Z test_unary_core_rsqrt_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8545480Z test_unary_core_sgn_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8545926Z test_unary_core_sgn_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8546387Z test_unary_core_sgn_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8546842Z test_unary_core_sgn_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8547300Z test_unary_core_sgn_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8547751Z test_unary_core_sgn_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8548210Z test_unary_core_sgn_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8548781Z test_unary_core_sgn_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8549218Z test_unary_core_sgn_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8549912Z test_unary_core_sigmoid_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8550395Z test_unary_core_sigmoid_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8551077Z test_unary_core_sigmoid_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8551564Z test_unary_core_sigmoid_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8552026Z test_unary_core_sigmoid_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8552489Z test_unary_core_sigmoid_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8552931Z test_unary_core_sigmoid_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8553403Z test_unary_core_sigmoid_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8553955Z test_unary_core_sigmoid_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8554447Z test_unary_core_sign_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8554916Z test_unary_core_sign_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8555381Z test_unary_core_sign_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8555844Z test_unary_core_sign_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8556296Z test_unary_core_sign_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8556931Z test_unary_core_sign_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8557396Z test_unary_core_sign_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8558096Z test_unary_core_sign_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8558544Z test_unary_core_sign_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8559006Z test_unary_core_signbit_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8559483Z test_unary_core_signbit_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8559962Z test_unary_core_signbit_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8560413Z test_unary_core_signbit_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8560882Z test_unary_core_signbit_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8561347Z test_unary_core_signbit_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8561810Z test_unary_core_signbit_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8562282Z test_unary_core_signbit_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8562751Z test_unary_core_signbit_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8563342Z test_unary_core_sin_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8563925Z test_unary_core_sin_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8564640Z test_unary_core_sin_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8565111Z test_unary_core_sin_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8565577Z test_unary_core_sin_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8566043Z test_unary_core_sin_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8566497Z test_unary_core_sin_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8566957Z test_unary_core_sin_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.011s) 2022-11-23T03:52:36.8567390Z test_unary_core_sin_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8567857Z test_unary_core_sinc_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.414s) 2022-11-23T03:52:36.8568323Z test_unary_core_sinc_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.406s) 2022-11-23T03:52:36.8568872Z test_unary_core_sinc_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.338s) 2022-11-23T03:52:36.8569362Z test_unary_core_sinc_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8569830Z test_unary_core_sinc_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8570442Z test_unary_core_sinc_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8570967Z test_unary_core_sinc_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8571593Z test_unary_core_sinc_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8572049Z test_unary_core_sinc_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8572506Z test_unary_core_sinh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8572966Z test_unary_core_sinh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8573428Z test_unary_core_sinh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8573882Z test_unary_core_sinh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8574328Z test_unary_core_sinh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8574786Z test_unary_core_sinh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8575254Z test_unary_core_sinh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.001s) 2022-11-23T03:52:36.8575710Z test_unary_core_sinh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8576162Z test_unary_core_sinh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8576708Z test_unary_core_sqrt_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8577224Z test_unary_core_sqrt_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8577667Z test_unary_core_sqrt_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8578373Z test_unary_core_sqrt_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8578947Z test_unary_core_sqrt_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8579408Z test_unary_core_sqrt_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8579870Z test_unary_core_sqrt_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8580323Z test_unary_core_sqrt_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8580763Z test_unary_core_sqrt_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8581209Z test_unary_core_square_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8581688Z test_unary_core_square_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8582160Z test_unary_core_square_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8582620Z test_unary_core_square_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8583079Z test_unary_core_square_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.004s) 2022-11-23T03:52:36.8583689Z test_unary_core_square_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.005s) 2022-11-23T03:52:36.8584257Z test_unary_core_square_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8584987Z test_unary_core_square_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8585453Z test_unary_core_square_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.006s) 2022-11-23T03:52:36.8585920Z test_unary_core_tan_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8586385Z test_unary_core_tan_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8586858Z test_unary_core_tan_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8587323Z test_unary_core_tan_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.010s) 2022-11-23T03:52:36.8587788Z test_unary_core_tan_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8588246Z test_unary_core_tan_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8588688Z test_unary_core_tan_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8589143Z test_unary_core_tan_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8589596Z test_unary_core_tan_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8590059Z test_unary_core_tanh_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8590675Z test_unary_core_tanh_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8591176Z test_unary_core_tanh_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8591911Z test_unary_core_tanh_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8592369Z test_unary_core_tanh_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8592833Z test_unary_core_tanh_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8593293Z test_unary_core_tanh_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8593753Z test_unary_core_tanh_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8594324Z test_unary_core_tanh_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8594779Z test_unary_core_trunc_layout_torch_sparse_coo_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8595248Z test_unary_core_trunc_layout_torch_sparse_coo_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.002s) 2022-11-23T03:52:36.8595708Z test_unary_core_trunc_layout_torch_sparse_coo_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8596173Z test_unary_core_trunc_layout_torch_sparse_csr_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8596647Z test_unary_core_trunc_layout_torch_sparse_csr_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.000s) 2022-11-23T03:52:36.8597269Z test_unary_core_trunc_layout_torch_sparse_csr_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.007s) 2022-11-23T03:52:36.8597827Z test_unary_core_trunc_layout_torch_strided_cuda_float16 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8598447Z test_unary_core_trunc_layout_torch_strided_cuda_float32 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8599053Z test_unary_core_trunc_layout_torch_strided_cuda_float64 (__main__.TestOperatorsCUDA) ... ok (0.003s) 2022-11-23T03:52:36.8599425Z test_all (__main__.TestReductions) ... ok (0.006s) 2022-11-23T03:52:36.8599855Z test_amax (__main__.TestReductions) ... ok (0.005s) 2022-11-23T03:52:36.8600215Z test_amax_grad (__main__.TestReductions) ... ok (0.004s) 2022-11-23T03:52:36.8600551Z test_amin (__main__.TestReductions) ... ok (0.004s) 2022-11-23T03:52:36.8600911Z test_amin_grad (__main__.TestReductions) ... ok (0.005s) 2022-11-23T03:52:36.8601246Z test_grad_dtype (__main__.TestReductions) ... ok (0.854s) 2022-11-23T03:52:36.8601919Z test_max_not_implemented (__main__.TestReductions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:299: UserWarning: max is not implemented in __torch_dispatch__ for MaskedTensor. 2022-11-23T03:52:36.8602796Z If you would like this operator to be supported, please file an issue for a feature request at https://github.com/pytorch/maskedtensor/issues with a minimal reproducible code snippet. 2022-11-23T03:52:36.8603460Z In the case that the semantics for the operator are not trivial, it would be appreciated to also include a proposal for the semantics. 2022-11-23T03:52:36.8603874Z warnings.warn(msg) 2022-11-23T03:52:36.8604267Z ok (0.002s) 2022-11-23T03:52:36.8604525Z test_mean (__main__.TestReductions) ... ok (0.005s) 2022-11-23T03:52:36.8604877Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.006s) 2022-11-23T03:52:36.8605503Z test_mean_grad_case_1a (__main__.TestReductions) 2022-11-23T03:52:36.8606376Z values.requires_grad = True ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T03:52:36.8607240Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T03:52:36.8607945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T03:52:36.8608647Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T03:52:36.8609020Z ok (0.010s) 2022-11-23T03:52:36.8609281Z test_mean_grad_case_1b (__main__.TestReductions) 2022-11-23T03:52:36.8609611Z values.requires_grad = False ... ok (0.000s) 2022-11-23T03:52:36.8609940Z test_mean_grad_case_1c (__main__.TestReductions) 2022-11-23T03:52:36.8611076Z values.requires_grad = True ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T03:52:36.8612146Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T03:52:36.8612492Z ok (0.011s) 2022-11-23T03:52:36.8612764Z test_mean_grad_case_1d (__main__.TestReductions) 2022-11-23T03:52:36.8613066Z values.requires_grad = False ... ok (0.003s) 2022-11-23T03:52:36.8613389Z test_mean_grad_case_1e (__main__.TestReductions) 2022-11-23T03:52:36.8614089Z values.requires_grad = True ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T03:52:36.8614839Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T03:52:36.8615188Z ok (0.008s) 2022-11-23T03:52:36.8615464Z test_mean_grad_case_1f (__main__.TestReductions) 2022-11-23T03:52:36.8616423Z values.requires_grad = False ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:156: UserWarning: The PyTorch API of MaskedTensors is in prototype stage and will change in the near future. Please open a Github issue for features requests and see our documentation on the torch.masked module for further information about the project. 2022-11-23T03:52:36.8617287Z warnings.warn(("The PyTorch API of MaskedTensors is in prototype stage " 2022-11-23T03:52:36.8617768Z ok (0.003s) 2022-11-23T03:52:36.8618174Z test_prod (__main__.TestReductions) ... ok (0.004s) 2022-11-23T03:52:36.8619130Z test_prod_grad (__main__.TestReductions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\maskedtensor\core.py:161: UserWarning: It is not recommended to create a MaskedTensor with a tensor that requires_grad. To avoid this, you can use data.clone().detach() 2022-11-23T03:52:36.8619891Z warnings.warn("It is not recommended to create a MaskedTensor with a tensor that requires_grad. " 2022-11-23T03:52:36.8620231Z ok (0.004s) 2022-11-23T03:52:36.8620511Z test_sum (__main__.TestReductions) ... ok (0.004s) 2022-11-23T03:52:36.8620910Z test_sum_grad (__main__.TestReductions) ... ok (0.004s) 2022-11-23T03:52:36.8621276Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8621664Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8622054Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8622438Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8622828Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8623190Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8623580Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8623964Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.006s) 2022-11-23T03:52:36.8624503Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8624896Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8625279Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8625908Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8626299Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.010s) 2022-11-23T03:52:36.8626680Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8627884Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8628275Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8628654Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8629007Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8629395Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8629780Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8630144Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8630515Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8630888Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8631425Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8631783Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8632147Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8632782Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8633150Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8633628Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8634020Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8634372Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T03:52:36.8634738Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8635100Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8635465Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8635837Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8636201Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.006s) 2022-11-23T03:52:36.8636550Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8636911Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8637276Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8637651Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.011s) 2022-11-23T03:52:36.8638154Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8638543Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8638896Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8639523Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8639922Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8640302Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8640664Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8641029Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8641384Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8641755Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8642121Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8642482Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8642844Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8643208Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8643678Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8644048Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8644406Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.001s) 2022-11-23T03:52:36.8644882Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8645277Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8645622Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8646084Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8646557Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8646895Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8647237Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8647587Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8647933Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8648260Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8648604Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8648945Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8649384Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8649748Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8650089Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8650412Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8650763Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8651111Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8651455Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8651940Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8652296Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8652634Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8653228Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8653579Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8653926Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8654266Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8654598Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8654922Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.006s) 2022-11-23T03:52:36.8655264Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8655603Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8655944Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8656279Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8656612Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.011s) 2022-11-23T03:52:36.8656936Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8657264Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8657600Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8657944Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8658280Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8658763Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8659082Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8659663Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8660126Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8660475Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8660816Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8661157Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8661492Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8661833Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.004s) 2022-11-23T03:52:36.8662172Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8662528Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8662877Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8663215Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8663537Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8663871Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8664213Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.000s) 2022-11-23T03:52:36.8664550Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.006s) 2022-11-23T03:52:36.8664973Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8665476Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8665799Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8666133Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8666600Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8667079Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8667414Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.003s) 2022-11-23T03:52:36.8667756Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.002s) 2022-11-23T03:52:36.8667936Z 2022-11-23T03:52:36.8668129Z ---------------------------------------------------------------------- 2022-11-23T03:52:36.8668445Z Ran 937 tests in 15.843s 2022-11-23T03:52:36.8668591Z 2022-11-23T03:52:36.8668684Z OK (skipped=6) 2022-11-23T03:52:36.8668822Z 2022-11-23T03:52:36.8668936Z Generating XML reports... 2022-11-23T03:52:36.8669378Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestBasicsCUDA-20221123035220.xml 2022-11-23T03:52:36.8669957Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestBinary-20221123035220.xml 2022-11-23T03:52:36.8670528Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestOperatorsCUDA-20221123035220.xml 2022-11-23T03:52:36.8671122Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestReductions-20221123035220.xml 2022-11-23T03:52:36.8671700Z Generated XML report: test-reports\python-unittest\test_maskedtensor\TEST-TestUnary-20221123035220.xml 2022-11-23T03:52:36.8671992Z 2022-11-23T03:52:36.8672525Z ##[endgroup] 2022-11-23T03:52:36.8672984Z FINISHED PRINTING LOG FILE of test_maskedtensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_maskedtensor_ktw1q466) 2022-11-23T03:52:36.8673449Z 2022-11-23T03:52:41.1008956Z Running test_package ... [2022-11-23 03:52:41.100375] 2022-11-23T03:52:41.1016635Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_package.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:52:41.101075] 2022-11-23T03:52:41.1019398Z Ignoring disabled issues: [] 2022-11-23T03:52:48.5420047Z 2022-11-23T03:52:48.5420817Z Expand the folded group to see the log file of test_package 2022-11-23T03:52:48.5422331Z ##[group]PRINTING LOG FILE of test_package (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_package_n1mjww_m) 2022-11-23T03:52:48.5423505Z 2022-11-23T03:52:48.5423759Z Running tests... 2022-11-23T03:52:48.5424345Z ---------------------------------------------------------------------- 2022-11-23T03:52:48.5428021Z Test results will be stored in test-reports\python-unittest\test_package 2022-11-23T03:52:48.5428892Z test_trace_dependencies (test_analyze.TestAnalyze) ... ok (2.451s) 2022-11-23T03:52:48.5429690Z test_allow_empty_with_error (test_dependency_api.TestDependencyAPI) 2022-11-23T03:52:48.5430821Z If an error occurs during packaging, it should not be shadowed by the allow_empty error. ... ok (0.004s) 2022-11-23T03:52:48.5431575Z test_broken_dependency (test_dependency_api.TestDependencyAPI) 2022-11-23T03:52:48.5432228Z A unpackageable dependency should raise a PackagingError. ... skip: extension modules have a different file extension on windows (0.002s) 2022-11-23T03:52:48.5432940Z test_deny (test_dependency_api.TestDependencyAPI) 2022-11-23T03:52:48.5433635Z Test marking packages as "deny" during export. ... ok (0.003s) 2022-11-23T03:52:48.5434043Z test_deny_glob (test_dependency_api.TestDependencyAPI) 2022-11-23T03:52:48.5434447Z Test marking packages as "deny" using globs instead of package names. ... ok (0.006s) 2022-11-23T03:52:48.5435055Z test_extern (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-11-23T03:52:48.5435491Z test_extern_glob (test_dependency_api.TestDependencyAPI) ... ok (0.000s) 2022-11-23T03:52:48.5436468Z test_extern_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T03:52:48.5437348Z Test that an error is thrown when a extern glob is specified with allow_empty=True ... ok (0.000s) 2022-11-23T03:52:48.5437954Z test_externing_c_extension (test_dependency_api.TestDependencyAPI) 2022-11-23T03:52:48.5438967Z Externing c extensions modules should allow us to still access them especially those found in torch._C. ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T03:52:48.5440328Z warnings.warn(message, UserWarning) 2022-11-23T03:52:48.5440749Z ok (0.021s) 2022-11-23T03:52:48.5441214Z test_implicit_intern (test_dependency_api.TestDependencyAPI) 2022-11-23T03:52:48.5441914Z The save_module APIs should implicitly intern the module being saved. ... ok (0.001s) 2022-11-23T03:52:48.5442353Z test_intern_error (test_dependency_api.TestDependencyAPI) 2022-11-23T03:52:48.5442905Z Failure to handle all dependencies should lead to an error. ... ok (0.003s) 2022-11-23T03:52:48.5443444Z test_invalid_import (test_dependency_api.TestDependencyAPI) 2022-11-23T03:52:48.5444140Z An incorrectly-formed import should raise a PackagingError. ... ok (0.002s) 2022-11-23T03:52:48.5444861Z test_mock (test_dependency_api.TestDependencyAPI) ... ok (0.004s) 2022-11-23T03:52:48.5445550Z test_mock_glob (test_dependency_api.TestDependencyAPI) ... ok (0.004s) 2022-11-23T03:52:48.5446246Z test_mock_glob_allow_empty (test_dependency_api.TestDependencyAPI) 2022-11-23T03:52:48.5447000Z Test that an error is thrown when a mock glob is specified with allow_empty=True ... ok (0.002s) 2022-11-23T03:52:48.5447741Z test_pickle_mocked (test_dependency_api.TestDependencyAPI) ... ok (0.002s) 2022-11-23T03:52:48.5448458Z test_pickle_mocked_all (test_dependency_api.TestDependencyAPI) ... ok (0.003s) 2022-11-23T03:52:48.5449199Z test_repackage_mocked_module (test_dependency_api.TestDependencyAPI) 2022-11-23T03:52:48.5449660Z Re-packaging a package that contains a mocked module should work correctly. ... ok (0.006s) 2022-11-23T03:52:48.5450122Z test_extern_and_mock_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.003s) 2022-11-23T03:52:48.5450566Z test_multiple_extern_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.000s) 2022-11-23T03:52:48.5451026Z test_multiple_mock_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.000s) 2022-11-23T03:52:48.5452018Z test_remove_hooks (test_dependency_hooks.TestDependencyHooks) ... ok (0.006s) 2022-11-23T03:52:48.5452737Z test_single_hook (test_dependency_hooks.TestDependencyHooks) ... ok (0.000s) 2022-11-23T03:52:48.5453138Z test_all_paths (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T03:52:48.5453495Z test_contains (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T03:52:48.5453860Z test_contains_non_hashable (test_digraph.TestDiGraph) ... ok (0.000s) 2022-11-23T03:52:48.5454231Z test_edges (test_digraph.TestDiGraph) ... ok (0.011s) 2022-11-23T03:52:48.5454594Z test_forward_closure (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T03:52:48.5454947Z test_iter (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T03:52:48.5455309Z test_node_attr_update (test_digraph.TestDiGraph) ... ok (0.003s) 2022-11-23T03:52:48.5455680Z test_node_attrs (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T03:52:48.5456050Z test_predecessor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T03:52:48.5456444Z test_predecessors (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T03:52:48.5456829Z test_successor_not_in_graph (test_digraph.TestDiGraph) ... ok (0.001s) 2022-11-23T03:52:48.5457206Z test_successors (test_digraph.TestDiGraph) ... ok (0.002s) 2022-11-23T03:52:48.5457829Z test_importer_access (test_directory_reader.DirectoryReaderTest) ... skip: Tests that use temporary files are disabled in fbcode (0.002s) 2022-11-23T03:52:48.5458368Z test_loading_has_record (test_directory_reader.DirectoryReaderTest) 2022-11-23T03:52:48.5458838Z Test DirectoryReader's has_record(). ... skip: Tests that use temporary files are disabled in fbcode (0.001s) 2022-11-23T03:52:48.5459270Z test_loading_module (test_directory_reader.DirectoryReaderTest) 2022-11-23T03:52:48.5459779Z Test basic saving and loading of a packages from a DirectoryReader. ... skip: Tests that use temporary files are disabled in fbcode (0.001s) 2022-11-23T03:52:48.5460272Z test_loading_pickle (test_directory_reader.DirectoryReaderTest) 2022-11-23T03:52:48.5460788Z Test basic saving and loading of modules and pickles from a DirectoryReader. ... skip: Tests that use temporary files are disabled in fbcode (0.001s) 2022-11-23T03:52:48.5461297Z test_package_resource_access (test_directory_reader.DirectoryReaderTest) 2022-11-23T03:52:48.5461835Z Packaged modules should be able to use the importlib.resources API to access ... skip: Tests that use temporary files are disabled in fbcode (0.001s) 2022-11-23T03:52:48.5462346Z test_resource_access_by_path (test_directory_reader.DirectoryReaderTest) 2022-11-23T03:52:48.5462922Z Tests that packaged code can used importlib.resources.path. ... skip: Tests that use temporary files are disabled in fbcode (0.001s) 2022-11-23T03:52:48.5463412Z test_resource_reader (test_directory_reader.DirectoryReaderTest) 2022-11-23T03:52:48.5463907Z Tests DirectoryReader as the base for get_resource_reader. ... skip: Tests that use temporary files are disabled in fbcode (0.003s) 2022-11-23T03:52:48.5464413Z test_scriptobject_failure_message (test_directory_reader.DirectoryReaderTest) 2022-11-23T03:52:48.5464914Z Test basic saving and loading of a ScriptModule in a directory. ... skip: Tests that use temporary files are disabled in fbcode (0.002s) 2022-11-23T03:52:48.5465370Z test_exclude (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T03:52:48.5466097Z test_exclude_from_all (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T03:52:48.5466641Z test_invalid_raw (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T03:52:48.5467253Z test_list_include_exclude (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T03:52:48.5467640Z test_one_star (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T03:52:48.5468000Z test_one_star_middle (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T03:52:48.5468417Z test_one_star_multiple_in_component (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T03:52:48.5468986Z test_one_star_partial (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T03:52:48.5469394Z test_one_star_partial_extension (test_glob_group.TestGlobGroup) ... ok (0.003s) 2022-11-23T03:52:48.5469794Z test_raw_two_star (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T03:52:48.5470164Z test_two_star (test_glob_group.TestGlobGroup) ... ok (0.000s) 2022-11-23T03:52:48.5470518Z test_two_star_end (test_glob_group.TestGlobGroup) ... ok (0.006s) 2022-11-23T03:52:48.5470902Z test_two_star_middle (test_glob_group.TestGlobGroup) ... ok (0.001s) 2022-11-23T03:52:48.5471293Z test_two_star_multiple (test_glob_group.TestGlobGroup) ... ok (0.002s) 2022-11-23T03:52:48.5471698Z test_ordered_importer_basic (test_importer.TestImporter) ... ok (0.003s) 2022-11-23T03:52:48.5472105Z test_ordered_importer_whichmodule (test_importer.TestImporter) 2022-11-23T03:52:48.5472529Z OrderedImporter's implementation of whichmodule should try each ... ok (0.003s) 2022-11-23T03:52:48.5472964Z test_package_importer_whichmodule_no_dunder_module (test_importer.TestImporter) 2022-11-23T03:52:48.5473392Z Exercise corner case where we try to pickle an object whose ... ok (0.003s) 2022-11-23T03:52:48.5473795Z test_single_ordered_importer (test_importer.TestImporter) ... ok (0.003s) 2022-11-23T03:52:48.5474184Z test_sys_importer (test_importer.TestImporter) ... ok (0.002s) 2022-11-23T03:52:48.5475198Z test_sys_importer_roundtrip (test_importer.TestImporter) ... ok (0.001s) 2022-11-23T03:52:48.5475692Z test_load_bc_packages_fx_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T03:52:48.5476083Z Tests for backwards compatible fx module ... ok (0.014s) 2022-11-23T03:52:48.5476459Z test_load_bc_packages_nn_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T03:52:48.5476847Z Tests for backwards compatible nn module ... ok (0.008s) 2022-11-23T03:52:48.5477258Z test_load_bc_packages_torchscript_module (test_load_bc_packages.TestLoadBCPackages) 2022-11-23T03:52:48.5477692Z Tests for backwards compatible torchscript module ... ok (0.069s) 2022-11-23T03:52:48.5478049Z test_demangle_base (test_mangling.TestMangling) 2022-11-23T03:52:48.5478456Z Demangling a mangle parent directly should currently return an empty string. ... ok (0.011s) 2022-11-23T03:52:48.5478862Z test_demangler_multiple_manglers (test_mangling.TestMangling) 2022-11-23T03:52:48.5479311Z PackageDemangler should be able to demangle name generated by any PackageMangler. ... ok (0.001s) 2022-11-23T03:52:48.5479743Z test_is_mangled (test_mangling.TestMangling) ... ok (0.001s) 2022-11-23T03:52:48.5480124Z test_mangle_empty_errors (test_mangling.TestMangling) ... ok (0.001s) 2022-11-23T03:52:48.5480507Z test_mangle_prefix (test_mangling.TestMangling) ... ok (0.002s) 2022-11-23T03:52:48.5480874Z test_mangler_is_consistent (test_mangling.TestMangling) 2022-11-23T03:52:48.5481242Z Mangling the same name twice should produce the same result. ... ok (0.001s) 2022-11-23T03:52:48.5481638Z test_package_mangler (test_mangling.TestMangling) ... ok (0.002s) 2022-11-23T03:52:48.5482028Z test_roundtrip_mangling (test_mangling.TestMangling) ... ok (0.001s) 2022-11-23T03:52:48.5482394Z test_unique_manglers (test_mangling.TestMangling) 2022-11-23T03:52:48.5482798Z Each mangler instance should generate a unique mangled name for a given input. ... ok (0.001s) 2022-11-23T03:52:48.5483226Z test_unique_module_names (test_mangling.TestMangling) ... ok (0.005s) 2022-11-23T03:52:48.5483567Z test_dunder_package_present (test_misc.TestMisc) 2022-11-23T03:52:48.5483959Z The attribute '__torch_package__' should be populated on imported modules. ... ok (0.003s) 2022-11-23T03:52:48.5484368Z test_dunder_package_works_from_package (test_misc.TestMisc) 2022-11-23T03:52:48.5484759Z The attribute '__torch_package__' should be accessible from within ... ok (0.005s) 2022-11-23T03:52:48.5485126Z test_exporter_content_lists (test_misc.TestMisc) 2022-11-23T03:52:48.5485632Z Test content list API for PackageExporter's contained modules. ... ok (0.006s) 2022-11-23T03:52:48.5485969Z test_file_structure (test_misc.TestMisc) 2022-11-23T03:52:48.5486353Z Tests package's Directory structure representation of a zip file. Ensures ... ok (0.005s) 2022-11-23T03:52:48.5486740Z test_file_structure_has_file (test_misc.TestMisc) 2022-11-23T03:52:48.5487064Z Test Directory's has_file() method. ... ok (0.002s) 2022-11-23T03:52:48.5487377Z test_inspect_class (test_misc.TestMisc) 2022-11-23T03:52:48.5487725Z Should be able to retrieve source for a packaged class. ... ok (0.004s) 2022-11-23T03:52:48.5488050Z test_is_from_package (test_misc.TestMisc) 2022-11-23T03:52:48.5488388Z is_from_package should work for objects and modules ... ok (0.003s) 2022-11-23T03:52:48.5488748Z test_load_python_version_from_package (test_misc.TestMisc) 2022-11-23T03:52:48.5489118Z Tests loading a package with a python version embdded ... ok (0.000s) 2022-11-23T03:52:48.5489457Z test_python_version (test_misc.TestMisc) 2022-11-23T03:52:48.5489824Z Tests that the current python version is stored in the package and is available ... ok (0.006s) 2022-11-23T03:52:48.5490210Z test_std_lib_sys_hackery_checks (test_misc.TestMisc) 2022-11-23T03:52:48.5490592Z The standard library performs sys.module assignment hackery which ... ok (0.000s) 2022-11-23T03:52:48.5491300Z test_model_save (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.010s) 2022-11-23T03:52:48.5491950Z test_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.003s) 2022-11-23T03:52:48.5492565Z test_script_resnet (test_model.ModelTest) ... skip: Does not work with recent torchvision, see https://github.com/pytorch/pytorch/issues/81115 (0.002s) 2022-11-23T03:52:48.5493079Z test_package_fx_custom_tracer (test_package_fx.TestPackageFX) ... ok (0.021s) 2022-11-23T03:52:48.5493495Z test_package_fx_package (test_package_fx.TestPackageFX) ... ok (0.032s) 2022-11-23T03:52:48.5493875Z test_package_fx_simple (test_package_fx.TestPackageFX) ... ok (0.011s) 2022-11-23T03:52:48.5494278Z test_package_fx_with_imports (test_package_fx.TestPackageFX) ... ok (0.013s) 2022-11-23T03:52:48.5494673Z test_package_then_fx (test_package_fx.TestPackageFX) ... ok (0.009s) 2022-11-23T03:52:48.5495089Z test_different_package_interface (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5495504Z Test a case where the interface defined in the package is ... ok (0.023s) 2022-11-23T03:52:48.5495919Z test_different_package_script_class (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5496320Z Test a case where the script class defined in the package is ... ok (0.006s) 2022-11-23T03:52:48.5496731Z test_load_shared_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5497151Z Test loading of single ScriptModule shared by multiple eager ... ok (0.020s) 2022-11-23T03:52:48.5497560Z test_load_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5497962Z Test tensors shared across eager and ScriptModules on load ... ok (0.018s) 2022-11-23T03:52:48.5498383Z test_load_shared_tensors_repackaged (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5498785Z Test tensors shared across eager and ScriptModules on load ... ok (0.019s) 2022-11-23T03:52:48.5499214Z test_mixing_packaged_and_inline_modules (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5499643Z Test saving inline and imported modules in same package with ... ok (0.030s) 2022-11-23T03:52:48.5500081Z test_mixing_packaged_and_inline_modules_shared_code (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5500551Z Test saving inline and imported modules in same package that ... skip: no torchvision (0.002s) 2022-11-23T03:52:48.5500975Z test_package_interface (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5501486Z Packaging an interface class should work correctly. ... ok (0.024s) 2022-11-23T03:52:48.5501885Z test_package_script_class (test_package_script.TestPackageScript) ... ok (0.010s) 2022-11-23T03:52:48.5502362Z test_package_script_class_referencing_self (test_package_script.TestPackageScript) ... ok (0.020s) 2022-11-23T03:52:48.5502845Z test_save_eager_mods_sharing_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5503273Z Test saving of single ScriptModule shared by multiple ... ok (0.016s) 2022-11-23T03:52:48.5503692Z test_save_independent_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5504124Z Test to verify saving multiple ScriptModules with completely ... ok (0.017s) 2022-11-23T03:52:48.5504527Z test_save_repeat_scriptmodules (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5504931Z Test to verify saving multiple different modules and ... ok (0.027s) 2022-11-23T03:52:48.5505318Z test_save_scriptmodule (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5505684Z Test basic saving of ScriptModule. ... ok (0.006s) 2022-11-23T03:52:48.5506059Z test_save_scriptmodule_file (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5506442Z Test basic saving of ScriptModule in file. ... ok (0.024s) 2022-11-23T03:52:48.5506832Z test_save_scriptmodule_only_necessary_code (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5507372Z Test to verify when saving multiple packages with same CU ... skip: no torchvision (0.002s) 2022-11-23T03:52:48.5507842Z test_save_scriptmodule_with_submods (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5508246Z Test basic saving of ScriptModule with submodule. ... ok (0.012s) 2022-11-23T03:52:48.5508659Z test_save_scriptmodules_in_container (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5509106Z Test saving of ScriptModules inside of container. Checks that relations ... ok (0.017s) 2022-11-23T03:52:48.5509547Z test_save_scriptmodules_submod_redefinition (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5510000Z Test to verify saving multiple ScriptModules with same top module ... ok (0.025s) 2022-11-23T03:52:48.5510409Z test_save_shared_tensors (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5510835Z Test tensors shared across eager and ScriptModules are serialized once. ... ok (0.011s) 2022-11-23T03:52:48.5511285Z test_saving_and_scripting_packaged_mod (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5511692Z Test scripting a module loaded from a package ... ok (0.017s) 2022-11-23T03:52:48.5512072Z test_scriptmodules_repeat_save (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5512501Z Test to verify saving and loading same ScriptModule object works ... ok (0.025s) 2022-11-23T03:52:48.5512913Z test_tensor_sharing_pickle (test_package_script.TestPackageScript) 2022-11-23T03:52:48.5513323Z Test that saving a ScriptModule and a separately saving a tensor ... ok (0.008s) 2022-11-23T03:52:48.5513786Z test_repackage_import_indirectly_via_parent_module (test_repackage.TestRepackage) ... ok (0.011s) 2022-11-23T03:52:48.5514236Z test_importer_access (test_resources.TestResources) ... ok (0.000s) 2022-11-23T03:52:48.5514625Z test_package_resource_access (test_resources.TestResources) 2022-11-23T03:52:48.5515042Z Packaged modules should be able to use the importlib.resources API to access ... ok (0.010s) 2022-11-23T03:52:48.5515570Z test_resource_access_by_path (test_resources.TestResources) 2022-11-23T03:52:48.5515976Z Tests that packaged code can used importlib.resources.path. ... ok (0.010s) 2022-11-23T03:52:48.5516365Z test_resource_reader (test_resources.TestResources) 2022-11-23T03:52:48.5516746Z Test compliance with the get_resource_reader importlib API. ... ok (0.000s) 2022-11-23T03:52:48.5517112Z test_bad_dunder_imports (test_save_load.TestSaveLoad) 2022-11-23T03:52:48.5517486Z Test to ensure bad __imports__ don't cause PackageExporter to fail. ... ok (0.000s) 2022-11-23T03:52:48.5518001Z test_dunder_imports (test_save_load.TestSaveLoad) ... ok (0.010s) 2022-11-23T03:52:48.5518378Z test_exporting_mismatched_code (test_save_load.TestSaveLoad) 2022-11-23T03:52:48.5518774Z If an object with the same qualified name is loaded from different ... ok (0.019s) 2022-11-23T03:52:48.5519157Z test_pickle (test_save_load.TestSaveLoad) ... ok (0.012s) 2022-11-23T03:52:48.5519515Z test_save_imported_module (test_save_load.TestSaveLoad) 2022-11-23T03:52:48.5519894Z Saving a module that came from another PackageImporter should work. ... ok (0.004s) 2022-11-23T03:52:48.5520326Z test_save_imported_module_using_package_importer (test_save_load.TestSaveLoad) 2022-11-23T03:52:48.5520784Z Exercise a corner case: re-packaging a module that uses `torch_package_importer` ... ok (0.007s) 2022-11-23T03:52:48.5521198Z test_save_module (test_save_load.TestSaveLoad) ... ok (0.009s) 2022-11-23T03:52:48.5521573Z test_save_module_binary (test_save_load.TestSaveLoad) ... ok (0.004s) 2022-11-23T03:52:48.5521951Z test_saving_source (test_save_load.TestSaveLoad) ... ok (0.016s) 2022-11-23T03:52:48.5522303Z test_saving_string (test_save_load.TestSaveLoad) ... ok (0.009s) 2022-11-23T03:52:48.5522516Z 2022-11-23T03:52:48.5522705Z ---------------------------------------------------------------------- 2022-11-23T03:52:48.5523020Z Ran 132 tests in 3.375s 2022-11-23T03:52:48.5523166Z 2022-11-23T03:52:48.5523261Z OK (skipped=14) 2022-11-23T03:52:48.5523481Z 2022-11-23T03:52:48.5523613Z Generating XML reports... 2022-11-23T03:52:48.5524067Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_analyze.TestAnalyze-20221123035244.xml 2022-11-23T03:52:48.5524695Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_api.TestDependencyAPI-20221123035244.xml 2022-11-23T03:52:48.5525347Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_dependency_hooks.TestDependencyHooks-20221123035244.xml 2022-11-23T03:52:48.5525988Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_digraph.TestDiGraph-20221123035244.xml 2022-11-23T03:52:48.5526587Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_glob_group.TestGlobGroup-20221123035244.xml 2022-11-23T03:52:48.5527201Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_importer.TestImporter-20221123035244.xml 2022-11-23T03:52:48.5527845Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_load_bc_packages.TestLoadBCPackages-20221123035244.xml 2022-11-23T03:52:48.5528475Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_mangling.TestMangling-20221123035244.xml 2022-11-23T03:52:48.5529060Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_misc.TestMisc-20221123035244.xml 2022-11-23T03:52:48.5529616Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_fx.TestPackageFX-20221123035244.xml 2022-11-23T03:52:48.5530252Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_package_script.TestPackageScript-20221123035244.xml 2022-11-23T03:52:48.5530961Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_repackage.TestRepackage-20221123035244.xml 2022-11-23T03:52:48.5531576Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_resources.TestResources-20221123035244.xml 2022-11-23T03:52:48.5532183Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_save_load.TestSaveLoad-20221123035244.xml 2022-11-23T03:52:48.5532815Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_directory_reader.DirectoryReaderTest-20221123035244.xml 2022-11-23T03:52:48.5533433Z Generated XML report: test-reports\python-unittest\test_package\TEST-test_model.ModelTest-20221123035244.xml 2022-11-23T03:52:48.5533732Z 2022-11-23T03:52:48.5534101Z ##[endgroup] 2022-11-23T03:52:48.5534534Z FINISHED PRINTING LOG FILE of test_package (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_package_n1mjww_m) 2022-11-23T03:52:48.5534967Z 2022-11-23T03:52:52.7883069Z Running test_subclass ... [2022-11-23 03:52:52.781493] 2022-11-23T03:52:52.7890001Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_subclass.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:52:52.781493] 2022-11-23T03:52:52.7892061Z Ignoring disabled issues: [] 2022-11-23T03:52:59.2415319Z 2022-11-23T03:52:59.2416041Z Expand the folded group to see the log file of test_subclass 2022-11-23T03:52:59.2416925Z ##[group]PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_fywole_l) 2022-11-23T03:52:59.2418018Z 2022-11-23T03:52:59.2418326Z Running tests... 2022-11-23T03:52:59.2418894Z ---------------------------------------------------------------------- 2022-11-23T03:52:59.2419602Z Test results will be stored in test-reports\python-unittest\test_subclass 2022-11-23T03:52:59.2420714Z test_deepcopy_base_tensor_as_param_False (__main__.TestSubclass) ... ok (2.404s) 2022-11-23T03:52:59.2421611Z test_deepcopy_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T03:52:59.2422302Z test_deepcopy_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T03:52:59.2423072Z test_deepcopy_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T03:52:59.2424128Z test_deepcopy_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.010s) 2022-11-23T03:52:59.2424911Z test_deepcopy_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T03:52:59.2425663Z test_deepcopy_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T03:52:59.2426416Z test_deepcopy_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.010s) 2022-11-23T03:52:59.2427239Z test_deepcopy_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T03:52:59.2428068Z test_deepcopy_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.010s) 2022-11-23T03:52:59.2428845Z test_lazy_module_base_tensor (__main__.TestSubclass) ... expected failure (0.000s) 2022-11-23T03:52:59.2430248Z test_lazy_module_diag_tensor_below (__main__.TestSubclass) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\lazy.py:180: UserWarning: Lazy modules are a new feature under heavy development so changes to the API or functionality can happen at any moment. 2022-11-23T03:52:59.2431613Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T03:52:59.2432266Z expected failure (0.012s) 2022-11-23T03:52:59.2432942Z test_lazy_module_logging_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-11-23T03:52:59.2433807Z test_lazy_module_non_wrapper_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-11-23T03:52:59.2434650Z test_lazy_module_sparse_tensor (__main__.TestSubclass) ... expected failure (0.003s) 2022-11-23T03:52:59.2435488Z test_module_optimization_base_tensor (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T03:52:59.2436291Z test_module_optimization_diag_tensor_below (__main__.TestSubclass) ... ok (0.013s) 2022-11-23T03:52:59.2437115Z test_module_optimization_logging_tensor (__main__.TestSubclass) ... ok (0.009s) 2022-11-23T03:52:59.2437954Z test_module_optimization_non_wrapper_tensor (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T03:52:59.2438788Z test_module_optimization_sparse_tensor (__main__.TestSubclass) ... ok (0.012s) 2022-11-23T03:52:59.2439725Z test_non_rewrapping_torch_dispatch_subclass_as_parameter_throws_for_detach (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T03:52:59.2440682Z test_param_invariants_base_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T03:52:59.2441636Z test_param_invariants_base_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T03:52:59.2442872Z test_param_invariants_diag_tensor_below_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.011s) 2022-11-23T03:52:59.2443832Z test_param_invariants_diag_tensor_below_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2444789Z test_param_invariants_logging_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2446024Z test_param_invariants_logging_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2447220Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2448223Z test_param_invariants_non_wrapper_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T03:52:59.2449220Z test_param_invariants_sparse_tensor_tensor_requires_grad_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2450200Z test_param_invariants_sparse_tensor_tensor_requires_grad_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2451164Z test_parametrization_base_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T03:52:59.2452120Z test_parametrization_base_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T03:52:59.2453242Z test_parametrization_diag_tensor_below_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2454268Z test_parametrization_diag_tensor_below_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T03:52:59.2455269Z test_parametrization_logging_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2456261Z test_parametrization_logging_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T03:52:59.2457241Z test_parametrization_non_wrapper_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T03:52:59.2458235Z test_parametrization_non_wrapper_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T03:52:59.2459207Z test_parametrization_sparse_tensor_leave_parametrized_False (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T03:52:59.2460167Z test_parametrization_sparse_tensor_leave_parametrized_True (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T03:52:59.2461039Z test_repr_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T03:52:59.2461800Z test_repr_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T03:52:59.2462609Z test_repr_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.007s) 2022-11-23T03:52:59.2463439Z test_repr_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T03:52:59.2464253Z test_repr_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2465057Z test_repr_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T03:52:59.2465893Z test_repr_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2466717Z test_repr_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T03:52:59.2467512Z test_repr_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2468313Z test_repr_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T03:52:59.2469126Z test_serialization_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T03:52:59.2469978Z test_serialization_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.004s) 2022-11-23T03:52:59.2470841Z test_serialization_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T03:52:59.2471721Z test_serialization_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.005s) 2022-11-23T03:52:59.2472573Z test_serialization_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T03:52:59.2473656Z test_serialization_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.006s) 2022-11-23T03:52:59.2474553Z test_serialization_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T03:52:59.2475443Z test_serialization_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.000s) 2022-11-23T03:52:59.2476333Z test_serialization_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.015s) 2022-11-23T03:52:59.2477201Z test_serialization_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.008s) 2022-11-23T03:52:59.2478058Z test_type_propagation_base_tensor_as_param_False (__main__.TestSubclass) ... ok (0.001s) 2022-11-23T03:52:59.2478896Z test_type_propagation_base_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2479780Z test_type_propagation_diag_tensor_below_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2480700Z test_type_propagation_diag_tensor_below_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2481593Z test_type_propagation_logging_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2482475Z test_type_propagation_logging_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2483526Z test_type_propagation_non_wrapper_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2484480Z test_type_propagation_non_wrapper_tensor_as_param_True (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2485348Z test_type_propagation_sparse_tensor_as_param_False (__main__.TestSubclass) ... ok (0.002s) 2022-11-23T03:52:59.2486241Z test_type_propagation_sparse_tensor_as_param_True (__main__.TestSubclass) ... ok (0.003s) 2022-11-23T03:52:59.2486719Z 2022-11-23T03:52:59.2487090Z ---------------------------------------------------------------------- 2022-11-23T03:52:59.2487707Z Ran 71 tests in 2.672s 2022-11-23T03:52:59.2487992Z 2022-11-23T03:52:59.2488201Z OK (expected failures=5) 2022-11-23T03:52:59.2488501Z 2022-11-23T03:52:59.2488713Z Generating XML reports... 2022-11-23T03:52:59.2489523Z Generated XML report: test-reports\python-unittest\test_subclass\TEST-TestSubclass-20221123035255.xml 2022-11-23T03:52:59.2490120Z 2022-11-23T03:52:59.2490736Z ##[endgroup] 2022-11-23T03:52:59.2491627Z FINISHED PRINTING LOG FILE of test_subclass (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_subclass_fywole_l) 2022-11-23T03:52:59.2492257Z 2022-11-23T03:53:03.5840698Z Running test_native_functions ... [2022-11-23 03:53:03.579939] 2022-11-23T03:53:03.5847980Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_native_functions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:53:03.579939] 2022-11-23T03:53:03.5850224Z Ignoring disabled issues: [] 2022-11-23T03:53:10.9701330Z 2022-11-23T03:53:10.9702075Z Expand the folded group to see the log file of test_native_functions 2022-11-23T03:53:10.9703018Z ##[group]PRINTING LOG FILE of test_native_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_functions_wggsdnyx) 2022-11-23T03:53:10.9703533Z 2022-11-23T03:53:10.9703697Z Running tests... 2022-11-23T03:53:10.9704307Z ---------------------------------------------------------------------- 2022-11-23T03:53:10.9705103Z Test results will be stored in test-reports\python-unittest\test_native_functions 2022-11-23T03:53:10.9705570Z test_intlist_error_with_overload (__main__.TestNativeFunctions) ... ok (2.438s) 2022-11-23T03:53:10.9706309Z test_optional_filled_intlist (__main__.TestNativeFunctions) ... pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9706839Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T03:53:10.9707288Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9708035Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9708458Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T03:53:10.9708895Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9709313Z pad(): argument 'pad' (position 2) must be tuple of ints, not str 2022-11-23T03:53:10.9709601Z ok (0.113s) 2022-11-23T03:53:10.9709911Z test_optional_floatlist (__main__.TestNativeFunctions) ... ok (0.026s) 2022-11-23T03:53:10.9710328Z test_optional_floatlist_invalid (__main__.TestNativeFunctions) ... ok (0.017s) 2022-11-23T03:53:10.9710899Z test_optional_intlist (__main__.TestNativeFunctions) ... ok (0.016s) 2022-11-23T03:53:10.9711414Z test_optional_intlist_invalid (__main__.TestNativeFunctions) ... ok (0.013s) 2022-11-23T03:53:10.9711908Z test_string_defaults (__main__.TestNativeFunctions) ... ok (0.900s) 2022-11-23T03:53:10.9712420Z test_symintlist_error (__main__.TestNativeFunctions) ... pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9712933Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T03:53:10.9713520Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9714000Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9714419Z pad(): argument 'pad' must be tuple of ints, but found element of type str at pos 2 2022-11-23T03:53:10.9714858Z pad(): argument 'pad' (position 2) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9715266Z pad(): argument 'pad' (position 2) must be tuple of ints, not str 2022-11-23T03:53:10.9715548Z ok (0.003s) 2022-11-23T03:53:10.9716046Z test_symintlist_error_with_overload (__main__.TestNativeFunctions) ... view() received an invalid combination of arguments - got (tuple), but expected one of: 2022-11-23T03:53:10.9716485Z * (torch.dtype dtype) 2022-11-23T03:53:10.9716816Z didn't match because some of the arguments have invalid types: (!tuple of (str,)!) 2022-11-23T03:53:10.9717143Z * (tuple of ints size) 2022-11-23T03:53:10.9717481Z didn't match because some of the arguments have invalid types: (!tuple of (str,)!) 2022-11-23T03:53:10.9717719Z 2022-11-23T03:53:10.9717921Z view(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T03:53:10.9718356Z view() received an invalid combination of arguments - got (tuple), but expected one of: 2022-11-23T03:53:10.9718694Z * (torch.dtype dtype) 2022-11-23T03:53:10.9719042Z didn't match because some of the arguments have invalid types: (!tuple of (str, int)!) 2022-11-23T03:53:10.9719356Z * (tuple of ints size) 2022-11-23T03:53:10.9719702Z didn't match because some of the arguments have invalid types: (!tuple of (str, int)!) 2022-11-23T03:53:10.9719939Z 2022-11-23T03:53:10.9720153Z view() received an invalid combination of arguments - got (list), but expected one of: 2022-11-23T03:53:10.9720490Z * (torch.dtype dtype) 2022-11-23T03:53:10.9720827Z didn't match because some of the arguments have invalid types: (!list of [str]!) 2022-11-23T03:53:10.9721152Z * (tuple of ints size) 2022-11-23T03:53:10.9721464Z didn't match because some of the arguments have invalid types: (!list of [str]!) 2022-11-23T03:53:10.9721691Z 2022-11-23T03:53:10.9721888Z view(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T03:53:10.9722313Z view() received an invalid combination of arguments - got (list), but expected one of: 2022-11-23T03:53:10.9722641Z * (torch.dtype dtype) 2022-11-23T03:53:10.9722988Z didn't match because some of the arguments have invalid types: (!list of [str, int]!) 2022-11-23T03:53:10.9723436Z * (tuple of ints size) 2022-11-23T03:53:10.9723759Z didn't match because some of the arguments have invalid types: (!list of [str, int]!) 2022-11-23T03:53:10.9723992Z 2022-11-23T03:53:10.9724201Z view() received an invalid combination of arguments - got (str), but expected one of: 2022-11-23T03:53:10.9724535Z * (torch.dtype dtype) 2022-11-23T03:53:10.9724867Z didn't match because some of the arguments have invalid types: (!str!) 2022-11-23T03:53:10.9725179Z * (tuple of ints size) 2022-11-23T03:53:10.9725501Z didn't match because some of the arguments have invalid types: (!str!) 2022-11-23T03:53:10.9725717Z 2022-11-23T03:53:10.9725784Z ok (0.002s) 2022-11-23T03:53:10.9726263Z test_symintlist_error_with_overload_but_is_unique (__main__.TestNativeFunctions) ... set_() received an invalid combination of arguments - got (Tensor, int, tuple), but expected one of: 2022-11-23T03:53:10.9726697Z * () 2022-11-23T03:53:10.9726950Z * (torch.Storage source) 2022-11-23T03:53:10.9727303Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T03:53:10.9727621Z * (Tensor source) 2022-11-23T03:53:10.9727943Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T03:53:10.9728165Z 2022-11-23T03:53:10.9728367Z set_(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T03:53:10.9728899Z set_() received an invalid combination of arguments - got (Tensor, int, tuple), but expected one of: 2022-11-23T03:53:10.9729251Z * () 2022-11-23T03:53:10.9729468Z * (torch.Storage source) 2022-11-23T03:53:10.9729818Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T03:53:10.9730135Z * (Tensor source) 2022-11-23T03:53:10.9730458Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T03:53:10.9730680Z 2022-11-23T03:53:10.9730894Z set_() received an invalid combination of arguments - got (Tensor, int, list), but expected one of: 2022-11-23T03:53:10.9731227Z * () 2022-11-23T03:53:10.9731440Z * (torch.Storage source) 2022-11-23T03:53:10.9731785Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T03:53:10.9732103Z * (Tensor source) 2022-11-23T03:53:10.9732425Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T03:53:10.9732632Z 2022-11-23T03:53:10.9732835Z set_(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T03:53:10.9733284Z set_() received an invalid combination of arguments - got (Tensor, int, list), but expected one of: 2022-11-23T03:53:10.9733602Z * () 2022-11-23T03:53:10.9733815Z * (torch.Storage source) 2022-11-23T03:53:10.9734163Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T03:53:10.9734483Z * (Tensor source) 2022-11-23T03:53:10.9734791Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T03:53:10.9735010Z 2022-11-23T03:53:10.9735237Z set_() received an invalid combination of arguments - got (Tensor, int, str), but expected one of: 2022-11-23T03:53:10.9735557Z * () 2022-11-23T03:53:10.9735772Z * (torch.Storage source) 2022-11-23T03:53:10.9736118Z * (torch.Storage source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T03:53:10.9736439Z * (Tensor source) 2022-11-23T03:53:10.9736741Z * (Tensor source, int storage_offset, tuple of ints size, tuple of ints stride) 2022-11-23T03:53:10.9736963Z 2022-11-23T03:53:10.9737048Z ok (0.003s) 2022-11-23T03:53:10.9737484Z test_vararg_symintlist_error (__main__.TestNativeFunctions) ... rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9738005Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T03:53:10.9738552Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9739008Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9739427Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T03:53:10.9739863Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9740317Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9740763Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9741193Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T03:53:10.9741630Z rand() received an invalid combination of arguments - got (str, int), but expected one of: 2022-11-23T03:53:10.9742211Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T03:53:10.9742883Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T03:53:10.9743548Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T03:53:10.9744150Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T03:53:10.9744460Z 2022-11-23T03:53:10.9744682Z rand(): argument 'size' (position 1) must be tuple of ints, but found element of type str at pos 0 2022-11-23T03:53:10.9745118Z rand(): argument 'size' must be tuple of ints, but found element of type str at pos 2 2022-11-23T03:53:10.9745556Z rand() received an invalid combination of arguments - got (str, int), but expected one of: 2022-11-23T03:53:10.9746142Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T03:53:10.9746805Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T03:53:10.9747415Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T03:53:10.9747995Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T03:53:10.9748303Z 2022-11-23T03:53:10.9748511Z rand() received an invalid combination of arguments - got (str, str, str), but expected one of: 2022-11-23T03:53:10.9749092Z * (tuple of ints size, *, torch.Generator generator, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T03:53:10.9749762Z * (tuple of ints size, *, torch.Generator generator, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T03:53:10.9750369Z * (tuple of ints size, *, Tensor out, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T03:53:10.9750947Z * (tuple of ints size, *, tuple of names names, torch.dtype dtype, torch.layout layout, torch.device device, bool pin_memory, bool requires_grad) 2022-11-23T03:53:10.9751255Z 2022-11-23T03:53:10.9751344Z ok (0.004s) 2022-11-23T03:53:10.9751474Z 2022-11-23T03:53:10.9751668Z ---------------------------------------------------------------------- 2022-11-23T03:53:10.9751985Z Ran 11 tests in 3.547s 2022-11-23T03:53:10.9752130Z 2022-11-23T03:53:10.9752188Z OK 2022-11-23T03:53:10.9752401Z 2022-11-23T03:53:10.9752518Z Generating XML reports... 2022-11-23T03:53:10.9752983Z Generated XML report: test-reports\python-unittest\test_native_functions\TEST-TestNativeFunctions-20221123035306.xml 2022-11-23T03:53:10.9753316Z 2022-11-23T03:53:10.9753617Z ##[endgroup] 2022-11-23T03:53:10.9754079Z FINISHED PRINTING LOG FILE of test_native_functions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_native_functions_wggsdnyx) 2022-11-23T03:53:10.9754426Z 2022-11-23T03:53:15.2123009Z Running test_functional_optim ... [2022-11-23 03:53:15.211959] 2022-11-23T03:53:15.2130836Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_functional_optim.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:53:15.212611] 2022-11-23T03:53:15.2133593Z Ignoring disabled issues: [] 2022-11-23T03:53:22.0410649Z 2022-11-23T03:53:22.0411436Z Expand the folded group to see the log file of test_functional_optim 2022-11-23T03:53:22.0412898Z ##[group]PRINTING LOG FILE of test_functional_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_optim_xkt0a8vx) 2022-11-23T03:53:22.0413569Z 2022-11-23T03:53:22.0413738Z Running tests... 2022-11-23T03:53:22.0414275Z ---------------------------------------------------------------------- 2022-11-23T03:53:22.0415030Z Test results will be stored in test-reports\python-unittest\test_functional_optim 2022-11-23T03:53:22.0416179Z test_functional_optim_parity_adam (__main__.TestFunctionalOptimParity) ... ok (2.519s) 2022-11-23T03:53:22.0417075Z test_functional_optim_parity_adam_w (__main__.TestFunctionalOptimParity) ... ok (0.036s) 2022-11-23T03:53:22.0417880Z test_functional_optim_parity_sgd (__main__.TestFunctionalOptimParity) ... ok (0.047s) 2022-11-23T03:53:22.0418688Z test_functional_optim_registration (__main__.TestFunctionalOptimParity) ... ok (0.000s) 2022-11-23T03:53:22.0419122Z 2022-11-23T03:53:22.0419426Z ---------------------------------------------------------------------- 2022-11-23T03:53:22.0419959Z Ran 4 tests in 2.609s 2022-11-23T03:53:22.0420205Z 2022-11-23T03:53:22.0420335Z OK 2022-11-23T03:53:22.0420537Z 2022-11-23T03:53:22.0420727Z Generating XML reports... 2022-11-23T03:53:22.0421566Z Generated XML report: test-reports\python-unittest\test_functional_optim\TEST-TestFunctionalOptimParity-20221123035318.xml 2022-11-23T03:53:22.0422178Z 2022-11-23T03:53:22.0422654Z ##[endgroup] 2022-11-23T03:53:22.0423482Z FINISHED PRINTING LOG FILE of test_functional_optim (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_functional_optim_xkt0a8vx) 2022-11-23T03:53:22.0424074Z 2022-11-23T03:53:26.3100998Z Running test_pytree ... [2022-11-23 03:53:26.305553] 2022-11-23T03:53:26.3108526Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pytree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:53:26.305553] 2022-11-23T03:53:26.3110841Z Ignoring disabled issues: [] 2022-11-23T03:53:32.6645793Z 2022-11-23T03:53:32.6646566Z Expand the folded group to see the log file of test_pytree 2022-11-23T03:53:32.6647884Z ##[group]PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_18vm53qh) 2022-11-23T03:53:32.6648212Z 2022-11-23T03:53:32.6648295Z Running tests... 2022-11-23T03:53:32.6648803Z ---------------------------------------------------------------------- 2022-11-23T03:53:32.6649247Z Test results will be stored in test-reports\python-unittest\test_pytree 2022-11-23T03:53:32.6649781Z test_broadcast_to_and_flatten (__main__.TestPytree) ... ok (2.491s) 2022-11-23T03:53:32.6650263Z test_flatten_unflatten_dict (__main__.TestPytree) ... ok (0.007s) 2022-11-23T03:53:32.6650631Z test_flatten_unflatten_leaf (__main__.TestPytree) ... ok (0.003s) 2022-11-23T03:53:32.6650978Z test_flatten_unflatten_list (__main__.TestPytree) ... ok (0.003s) 2022-11-23T03:53:32.6651360Z test_flatten_unflatten_namedtuple (__main__.TestPytree) ... ok (0.003s) 2022-11-23T03:53:32.6652689Z test_flatten_unflatten_nested (__main__.TestPytree) ... ok (0.002s) 2022-11-23T03:53:32.6653061Z test_flatten_unflatten_odict (__main__.TestPytree) ... ok (0.004s) 2022-11-23T03:53:32.6653452Z test_flatten_unflatten_return_type_max (__main__.TestPytree) ... ok (0.004s) 2022-11-23T03:53:32.6653849Z test_flatten_unflatten_return_type_min (__main__.TestPytree) ... ok (0.004s) 2022-11-23T03:53:32.6654225Z test_flatten_unflatten_tuple (__main__.TestPytree) ... ok (0.005s) 2022-11-23T03:53:32.6654577Z test_tree_all_any (__main__.TestPytree) ... ok (0.003s) 2022-11-23T03:53:32.6654904Z test_tree_only (__main__.TestPytree) ... ok (0.002s) 2022-11-23T03:53:32.6655228Z test_treemap (__main__.TestPytree) ... ok (0.003s) 2022-11-23T03:53:32.6655757Z test_treespec_equality (__main__.TestPytree) ... ok (0.002s) 2022-11-23T03:53:32.6656251Z test_treespec_repr (__main__.TestPytree) ... ok (0.002s) 2022-11-23T03:53:32.6656452Z 2022-11-23T03:53:32.6656763Z ---------------------------------------------------------------------- 2022-11-23T03:53:32.6657091Z Ran 15 tests in 2.547s 2022-11-23T03:53:32.6657238Z 2022-11-23T03:53:32.6657312Z OK 2022-11-23T03:53:32.6657427Z 2022-11-23T03:53:32.6657541Z Generating XML reports... 2022-11-23T03:53:32.6657971Z Generated XML report: test-reports\python-unittest\test_pytree\TEST-TestPytree-20221123035329.xml 2022-11-23T03:53:32.6658277Z 2022-11-23T03:53:32.6658582Z ##[endgroup] 2022-11-23T03:53:32.6659146Z FINISHED PRINTING LOG FILE of test_pytree (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pytree_18vm53qh) 2022-11-23T03:53:32.6659487Z 2022-11-23T03:53:36.8885553Z Running test_function_schema ... [2022-11-23 03:53:36.887741] 2022-11-23T03:53:36.8892057Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_function_schema.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:53:36.889016] 2022-11-23T03:53:36.8894729Z Ignoring disabled issues: [] 2022-11-23T03:53:43.7134816Z 2022-11-23T03:53:43.7135733Z Expand the folded group to see the log file of test_function_schema 2022-11-23T03:53:43.7137084Z ##[group]PRINTING LOG FILE of test_function_schema (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_function_schema_wupfqcz3) 2022-11-23T03:53:43.7137499Z 2022-11-23T03:53:43.7137690Z Running tests... 2022-11-23T03:53:43.7138183Z ---------------------------------------------------------------------- 2022-11-23T03:53:43.7138719Z Test results will be stored in test-reports\python-unittest\test_function_schema 2022-11-23T03:53:43.7139186Z test_backward_compatible_arguments (__main__.TestFunctionSchema) ... ok (2.459s) 2022-11-23T03:53:43.7139642Z test_backward_compatible_outputs (__main__.TestFunctionSchema) ... ok (0.000s) 2022-11-23T03:53:43.7140062Z test_backward_compatible_structure (__main__.TestFunctionSchema) ... ok (0.011s) 2022-11-23T03:53:43.7140532Z test_backward_compatible_with_smart_serialization (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T03:53:43.7141018Z test_forward_compatible_arguments_real_use_case (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T03:53:43.7141487Z test_forward_compatible_arguments_with_out (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T03:53:43.7141954Z test_forward_compatible_arguments_without_out (__main__.TestFunctionSchema) ... ok (0.004s) 2022-11-23T03:53:43.7142370Z test_out_schema (__main__.TestFunctionSchema) ... ok (0.001s) 2022-11-23T03:53:43.7142726Z test_schema_error (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T03:53:43.7143131Z test_serialize_and_deserialize (__main__.TestFunctionSchema) ... ok (0.516s) 2022-11-23T03:53:43.7143585Z test_string_optional_parameter_default_value (__main__.TestFunctionSchema) ... ok (0.001s) 2022-11-23T03:53:43.7144063Z test_tensor_list_alias_annotation_properly_parsed (__main__.TestFunctionSchema) ... ok (0.001s) 2022-11-23T03:53:43.7144547Z test_tensor_option_arguments_properly_parsed (__main__.TestFunctionSchema) ... ok (0.002s) 2022-11-23T03:53:43.7145077Z 2022-11-23T03:53:43.7145278Z ---------------------------------------------------------------------- 2022-11-23T03:53:43.7145673Z Ran 13 tests in 3.000s 2022-11-23T03:53:43.7145969Z 2022-11-23T03:53:43.7146049Z OK 2022-11-23T03:53:43.7146163Z 2022-11-23T03:53:43.7146273Z Generating XML reports... 2022-11-23T03:53:43.7146734Z Generated XML report: test-reports\python-unittest\test_function_schema\TEST-TestFunctionSchema-20221123035340.xml 2022-11-23T03:53:43.7147189Z 2022-11-23T03:53:43.7147490Z ##[endgroup] 2022-11-23T03:53:43.7148078Z FINISHED PRINTING LOG FILE of test_function_schema (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_function_schema_wupfqcz3) 2022-11-23T03:53:43.7148414Z 2022-11-23T03:53:47.9588737Z Running test_logging ... [2022-11-23 03:53:47.958637] 2022-11-23T03:53:47.9596318Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_logging.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:53:47.959284] 2022-11-23T03:53:47.9600173Z Ignoring disabled issues: [] 2022-11-23T03:53:57.3073860Z 2022-11-23T03:53:57.3074559Z Expand the folded group to see the log file of test_logging 2022-11-23T03:53:57.3076491Z ##[group]PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_zzqu57s5) 2022-11-23T03:53:57.3077118Z 2022-11-23T03:53:57.3077297Z Running tests... 2022-11-23T03:53:57.3078208Z ---------------------------------------------------------------------- 2022-11-23T03:53:57.3078949Z Test results will be stored in test-reports\python-unittest\test_logging 2022-11-23T03:53:57.3079586Z testApiUsage (__main__.LoggingTest) 2022-11-23T03:53:57.3080251Z This test verifies that api usage logging is not triggered via static ... ok (5.481s) 2022-11-23T03:53:57.3080679Z 2022-11-23T03:53:57.3081007Z ---------------------------------------------------------------------- 2022-11-23T03:53:57.3081646Z Ran 1 test in 5.485s 2022-11-23T03:53:57.3081913Z 2022-11-23T03:53:57.3082055Z OK 2022-11-23T03:53:57.3082264Z 2022-11-23T03:53:57.3082467Z Generating XML reports... 2022-11-23T03:53:57.3083352Z Generated XML report: test-reports\python-unittest\test_logging\TEST-LoggingTest-20221123035351.xml 2022-11-23T03:53:57.3083946Z 2022-11-23T03:53:57.3084518Z ##[endgroup] 2022-11-23T03:53:57.3085291Z FINISHED PRINTING LOG FILE of test_logging (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_logging_zzqu57s5) 2022-11-23T03:53:57.3085854Z 2022-11-23T03:54:01.4826418Z Running nn/test_embedding ... [2022-11-23 03:54:01.482183] 2022-11-23T03:54:01.4834431Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:54:01.482833] 2022-11-23T03:54:01.4837242Z Ignoring disabled issues: [] 2022-11-23T03:54:26.4907667Z 2022-11-23T03:54:26.4908685Z Expand the folded group to see the log file of nn/test_embedding 2022-11-23T03:54:26.4910283Z ##[group]PRINTING LOG FILE of nn/test_embedding (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_embedding__kbfbbni) 2022-11-23T03:54:26.4911082Z 2022-11-23T03:54:26.4911281Z Running tests... 2022-11-23T03:54:26.4911945Z ---------------------------------------------------------------------- 2022-11-23T03:54:26.4912726Z Test results will be stored in test-reports\python-unittest\nn.test_embedding 2022-11-23T03:54:26.4913545Z test_embedding_bag_from_pretrained (__main__.TestEmbeddingNN) ... ok (1.748s) 2022-11-23T03:54:26.4914327Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.004s) 2022-11-23T03:54:26.4914778Z test_embedding_bag_functional (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T03:54:26.4915242Z test_embedding_bag_padding_idx_error (__main__.TestEmbeddingNN) ... ok (0.916s) 2022-11-23T03:54:26.4915810Z test_embedding_from_pretrained_float32 (__main__.TestEmbeddingNN) ... ok (0.004s) 2022-11-23T03:54:26.4916534Z test_embedding_from_pretrained_float64 (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T03:54:26.4917334Z 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-23T03:54:26.4918048Z a = torch.tensor([[1., 2., 3.], [4., 5., 6.]], dtype=dtype) 2022-11-23T03:54:26.4918325Z ok (0.003s) 2022-11-23T03:54:26.4918657Z test_embedding_from_pretrained_int32 (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T03:54:26.4919057Z test_embedding_from_pretrained_int64 (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T03:54:26.4919485Z test_embedding_from_pretrained_int8 (__main__.TestEmbeddingNN) ... ok (0.006s) 2022-11-23T03:54:26.4919921Z test_embedding_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T03:54:26.4920381Z test_embedding_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T03:54:26.4920824Z test_embedding_from_pretrained_uint8 (__main__.TestEmbeddingNN) ... ok (0.000s) 2022-11-23T03:54:26.4921234Z test_embedding_functional (__main__.TestEmbeddingNN) ... ok (0.011s) 2022-11-23T03:54:26.4921632Z test_embedding_max_norm (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T03:54:26.4922180Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestEmbeddingNN) ... ok (0.018s) 2022-11-23T03:54:26.4922648Z test_embedding_sparse_basic (__main__.TestEmbeddingNN) ... ok (0.004s) 2022-11-23T03:54:26.4923067Z test_embedding_sparse_empty_tensor (__main__.TestEmbeddingNN) ... ok (0.004s) 2022-11-23T03:54:26.4923493Z test_embeddingbag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T03:54:26.4923937Z test_embeddingbag_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.005s) 2022-11-23T03:54:26.4924371Z test_move_sparse_half_embedding (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T03:54:26.4924879Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:54:26.4925495Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T03:54:26.4926112Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:54:26.4926709Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:54:26.4927306Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:54:26.4927900Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:54:26.4928495Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:54:26.4929082Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:54:26.4929672Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:54:26.4930234Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.018s) 2022-11-23T03:54:26.4930826Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:54:26.4931425Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T03:54:26.4932138Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.061s) 2022-11-23T03:54:26.4932740Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.060s) 2022-11-23T03:54:26.4933343Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.056s) 2022-11-23T03:54:26.4933939Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.065s) 2022-11-23T03:54:26.4934533Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.059s) 2022-11-23T03:54:26.4935130Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.057s) 2022-11-23T03:54:26.4935695Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.063s) 2022-11-23T03:54:26.4936285Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.059s) 2022-11-23T03:54:26.4936948Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.051s) 2022-11-23T03:54:26.4937554Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.061s) 2022-11-23T03:54:26.4938139Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.059s) 2022-11-23T03:54:26.4938726Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.058s) 2022-11-23T03:54:26.4939367Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.003s) 2022-11-23T03:54:26.4940041Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.002s) 2022-11-23T03:54:26.4940712Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.002s) 2022-11-23T03:54:26.4941351Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.003s) 2022-11-23T03:54:26.4942019Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.000s) 2022-11-23T03:54:26.4942690Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.006s) 2022-11-23T03:54:26.4943318Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T03:54:26.4943954Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T03:54:26.4944539Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:54:26.4945128Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:54:26.4945713Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:54:26.4946294Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:54:26.4946980Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:54:26.4947557Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:54:26.4948113Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:54:26.4948688Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:54:26.4949271Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:54:26.4949854Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:54:26.4950433Z test_EmbeddingBag_per_sample_weights_failures_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.089s) 2022-11-23T03:54:26.4951000Z test_EmbeddingBag_per_sample_weights_failures_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:54:26.4951643Z test_EmbeddingBag_per_sample_weights_failures_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.4952230Z test_EmbeddingBag_per_sample_weights_failures_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:54:26.4952741Z test_embedding_backward_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T03:54:26.4953242Z test_embedding_backward_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T03:54:26.4953749Z test_embedding_bag_1D_padding_idx_cuda_bfloat16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (3.995s) 2022-11-23T03:54:26.4954284Z test_embedding_bag_1D_padding_idx_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (5.210s) 2022-11-23T03:54:26.4954805Z test_embedding_bag_2D_padding_idx_cuda_bfloat16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.179s) 2022-11-23T03:54:26.4955324Z test_embedding_bag_2D_padding_idx_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.231s) 2022-11-23T03:54:26.4955842Z test_embedding_bag_bfloat16_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.175s) 2022-11-23T03:54:26.4956354Z test_embedding_bag_bfloat16_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.164s) 2022-11-23T03:54:26.4956836Z test_embedding_bag_bfloat16_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.173s) 2022-11-23T03:54:26.4957340Z test_embedding_bag_bfloat16_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.170s) 2022-11-23T03:54:26.4957861Z test_embedding_bag_device_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.345s) 2022-11-23T03:54:26.4958388Z test_embedding_bag_device_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.417s) 2022-11-23T03:54:26.4958909Z test_embedding_bag_device_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.392s) 2022-11-23T03:54:26.4959432Z test_embedding_bag_device_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.350s) 2022-11-23T03:54:26.4959950Z test_embedding_bag_device_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.428s) 2022-11-23T03:54:26.4960439Z test_embedding_bag_device_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.392s) 2022-11-23T03:54:26.4961022Z test_embedding_bag_device_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.357s) 2022-11-23T03:54:26.4975344Z test_embedding_bag_device_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.411s) 2022-11-23T03:54:26.4976135Z test_embedding_bag_device_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.389s) 2022-11-23T03:54:26.4976671Z test_embedding_bag_device_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.339s) 2022-11-23T03:54:26.4977201Z test_embedding_bag_device_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.424s) 2022-11-23T03:54:26.4977722Z test_embedding_bag_device_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.384s) 2022-11-23T03:54:26.4978217Z test_embedding_bag_empty_input_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:54:26.4978757Z test_embedding_bag_empty_input_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:54:26.4979416Z test_embedding_bag_empty_input_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:54:26.4979935Z test_embedding_bag_empty_input_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T03:54:26.4980434Z test_embedding_bag_half_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.082s) 2022-11-23T03:54:26.4980943Z test_embedding_bag_half_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.083s) 2022-11-23T03:54:26.4982161Z test_embedding_bag_half_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.081s) 2022-11-23T03:54:26.4982699Z test_embedding_bag_half_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.079s) 2022-11-23T03:54:26.4983535Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:54:26.4984654Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T03:54:26.4985746Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.4986740Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.4987720Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.4989981Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.4990969Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.4991906Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:54:26.4992873Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.4993856Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:54:26.4994828Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.4995799Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.4996923Z 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.003s) 2022-11-23T03:54:26.4998159Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-11-23T03:54:26.4999390Z 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.003s) 2022-11-23T03:54:26.5000817Z 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.003s) 2022-11-23T03:54:26.5002043Z 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.003s) 2022-11-23T03:54:26.5003253Z 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.003s) 2022-11-23T03:54:26.5004484Z 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-23T03:54:26.5005723Z 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-23T03:54:26.5006960Z 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.003s) 2022-11-23T03:54:26.5008317Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-11-23T03:54:26.5009562Z 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-23T03:54:26.5010775Z 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-23T03:54:26.5012002Z 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.000s) 2022-11-23T03:54:26.5013254Z 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.000s) 2022-11-23T03:54:26.5014506Z 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.006s) 2022-11-23T03:54:26.5015747Z 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.000s) 2022-11-23T03:54:26.5016989Z 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.000s) 2022-11-23T03:54:26.5018211Z 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.000s) 2022-11-23T03:54:26.5019459Z 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.010s) 2022-11-23T03:54:26.5020720Z 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.000s) 2022-11-23T03:54:26.5021967Z 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.000s) 2022-11-23T03:54:26.5023209Z 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.010s) 2022-11-23T03:54:26.5024590Z 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.000s) 2022-11-23T03:54:26.5025829Z 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.000s) 2022-11-23T03:54:26.5026855Z test_embedding_dense_grad_cuda (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.843s) 2022-11-23T03:54:26.5027734Z test_embedding_max_norm_backward_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T03:54:26.5028646Z test_embedding_max_norm_backward_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.5029534Z test_embedding_max_norm_backward_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.5030440Z test_embedding_max_norm_device_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.5031334Z test_embedding_max_norm_device_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.5032221Z test_embedding_max_norm_device_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T03:54:26.5033214Z test_embedding_max_norm_fwd_AD_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.135s) 2022-11-23T03:54:26.5034110Z test_embedding_max_norm_fwd_AD_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:54:26.5034989Z test_embedding_max_norm_fwd_AD_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T03:54:26.5035831Z test_embedding_padding_idx_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.045s) 2022-11-23T03:54:26.5036700Z test_embedding_padding_idx_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.031s) 2022-11-23T03:54:26.5037580Z test_embedding_padding_idx_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.035s) 2022-11-23T03:54:26.5038459Z test_embedding_scalar_weight_error_cuda (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T03:54:26.5038931Z 2022-11-23T03:54:26.5039257Z ---------------------------------------------------------------------- 2022-11-23T03:54:26.5039801Z Ran 147 tests in 20.344s 2022-11-23T03:54:26.5040073Z 2022-11-23T03:54:26.5040240Z OK (skipped=30) 2022-11-23T03:54:26.5040483Z 2022-11-23T03:54:26.5040653Z Generating XML reports... 2022-11-23T03:54:26.5041437Z Generated XML report: test-reports\python-unittest\nn.test_embedding\TEST-TestEmbeddingNN-20221123035405.xml 2022-11-23T03:54:26.5042582Z Generated XML report: test-reports\python-unittest\nn.test_embedding\TEST-TestEmbeddingNNDeviceTypeCUDA-20221123035405.xml 2022-11-23T03:54:26.5043215Z 2022-11-23T03:54:26.5043804Z ##[endgroup] 2022-11-23T03:54:26.5044589Z FINISHED PRINTING LOG FILE of nn/test_embedding (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_embedding__kbfbbni) 2022-11-23T03:54:26.5045172Z 2022-11-23T03:54:30.7884341Z Running test_masked ... [2022-11-23 03:54:30.788196] 2022-11-23T03:54:30.7891912Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:54:30.788842] 2022-11-23T03:54:30.7895468Z Ignoring disabled issues: [] 2022-11-23T03:55:15.5950580Z 2022-11-23T03:55:15.5951313Z Expand the folded group to see the log file of test_masked 2022-11-23T03:55:15.5952256Z ##[group]PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_kkz1b9mu) 2022-11-23T03:55:15.5954545Z 2022-11-23T03:55:15.5955034Z Running tests... 2022-11-23T03:55:15.5955754Z ---------------------------------------------------------------------- 2022-11-23T03:55:15.5956224Z Test results will be stored in test-reports\python-unittest\test_masked 2022-11-23T03:55:15.5957459Z test_mask_layout_sparse_coo_masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (2.466s) 2022-11-23T03:55:15.5958317Z test_mask_layout_sparse_coo_masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.686s) 2022-11-23T03:55:15.5959126Z test_mask_layout_sparse_coo_masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.701s) 2022-11-23T03:55:15.5961675Z test_mask_layout_sparse_coo_masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.673s) 2022-11-23T03:55:15.5962703Z test_mask_layout_sparse_coo_masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.004s) 2022-11-23T03:55:15.5963743Z test_mask_layout_sparse_coo_masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.5964743Z test_mask_layout_sparse_coo_masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.5965386Z test_mask_layout_sparse_coo_masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.5966146Z test_mask_layout_sparse_coo_masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.5967027Z test_mask_layout_sparse_coo_masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.713s) 2022-11-23T03:55:15.5967839Z test_mask_layout_sparse_coo_masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.745s) 2022-11-23T03:55:15.5968908Z test_mask_layout_sparse_coo_masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.695s) 2022-11-23T03:55:15.5969920Z test_mask_layout_sparse_coo_masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.683s) 2022-11-23T03:55:15.5970966Z test_mask_layout_sparse_coo_masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.5971848Z test_mask_layout_sparse_coo_masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.5972697Z test_mask_layout_sparse_coo_masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.5973576Z test_mask_layout_sparse_coo_masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.5974393Z test_mask_layout_sparse_coo_masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:55:15.5975312Z 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-23T03:55:15.5975877Z test_mask_layout_sparse_coo_masked_mean_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.5976619Z test_mask_layout_sparse_coo_masked_mean_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:55:15.5977539Z test_mask_layout_sparse_coo_masked_mean_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.5978119Z 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-23T03:55:15.5978958Z test_mask_layout_sparse_coo_masked_mean_cuda_float32 (__main__.TestMaskedCUDA) ... skip: masked.mean does not support inputs with sparse_coo layout (0.000s) 2022-11-23T03:55:15.5979957Z test_mask_layout_sparse_coo_masked_mean_cuda_float64 (__main__.TestMaskedCUDA) ... skip: masked.mean does not support inputs with sparse_coo layout (0.000s) 2022-11-23T03:55:15.5980533Z test_mask_layout_sparse_coo_masked_mean_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.010s) 2022-11-23T03:55:15.5981019Z test_mask_layout_sparse_coo_masked_mean_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.5981502Z test_mask_layout_sparse_coo_masked_mean_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.5981979Z test_mask_layout_sparse_coo_masked_mean_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.5982814Z test_mask_layout_sparse_coo_masked_mean_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.5983312Z test_mask_layout_sparse_coo_masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.703s) 2022-11-23T03:55:15.5984016Z test_mask_layout_sparse_coo_masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.5984501Z test_mask_layout_sparse_coo_masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.5985007Z test_mask_layout_sparse_coo_masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.5985491Z test_mask_layout_sparse_coo_masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.692s) 2022-11-23T03:55:15.5985948Z test_mask_layout_sparse_coo_masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.708s) 2022-11-23T03:55:15.5986402Z test_mask_layout_sparse_coo_masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.678s) 2022-11-23T03:55:15.5986874Z test_mask_layout_sparse_coo_masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.5987361Z test_mask_layout_sparse_coo_masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.5987962Z test_mask_layout_sparse_coo_masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.5988476Z test_mask_layout_sparse_coo_masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.5988963Z test_mask_layout_sparse_coo_masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.5989611Z test_mask_layout_sparse_coo_masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.696s) 2022-11-23T03:55:15.5990177Z test_mask_layout_sparse_coo_masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.540s) 2022-11-23T03:55:15.5990758Z test_mask_layout_sparse_coo_masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.818s) 2022-11-23T03:55:15.5991224Z test_mask_layout_sparse_coo_masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.534s) 2022-11-23T03:55:15.5991657Z test_mask_layout_sparse_coo_masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.736s) 2022-11-23T03:55:15.5992114Z test_mask_layout_sparse_coo_masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.745s) 2022-11-23T03:55:15.5992550Z test_mask_layout_sparse_coo_masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.736s) 2022-11-23T03:55:15.5992995Z test_mask_layout_sparse_coo_masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.518s) 2022-11-23T03:55:15.5993438Z test_mask_layout_sparse_coo_masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.507s) 2022-11-23T03:55:15.5993882Z test_mask_layout_sparse_coo_masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.518s) 2022-11-23T03:55:15.5994327Z test_mask_layout_sparse_coo_masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.541s) 2022-11-23T03:55:15.5994744Z test_mask_layout_sparse_coo_masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.526s) 2022-11-23T03:55:15.5995201Z test_mask_layout_sparse_csr_masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.147s) 2022-11-23T03:55:15.5995664Z test_mask_layout_sparse_csr_masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.143s) 2022-11-23T03:55:15.5996251Z test_mask_layout_sparse_csr_masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.149s) 2022-11-23T03:55:15.5996817Z test_mask_layout_sparse_csr_masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.152s) 2022-11-23T03:55:15.5997408Z test_mask_layout_sparse_csr_masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.5997893Z test_mask_layout_sparse_csr_masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.5998469Z test_mask_layout_sparse_csr_masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.5998956Z test_mask_layout_sparse_csr_masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.5999442Z test_mask_layout_sparse_csr_masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:55:15.5999915Z test_mask_layout_sparse_csr_masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.150s) 2022-11-23T03:55:15.6000375Z test_mask_layout_sparse_csr_masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.154s) 2022-11-23T03:55:15.6000824Z test_mask_layout_sparse_csr_masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.151s) 2022-11-23T03:55:15.6001272Z test_mask_layout_sparse_csr_masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.149s) 2022-11-23T03:55:15.6001717Z test_mask_layout_sparse_csr_masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.6002209Z test_mask_layout_sparse_csr_masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:55:15.6002826Z test_mask_layout_sparse_csr_masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6003423Z test_mask_layout_sparse_csr_masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6004096Z test_mask_layout_sparse_csr_masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6004589Z test_mask_layout_sparse_csr_masked_mean_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.105s) 2022-11-23T03:55:15.6005064Z test_mask_layout_sparse_csr_masked_mean_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.6005532Z test_mask_layout_sparse_csr_masked_mean_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:55:15.6006033Z test_mask_layout_sparse_csr_masked_mean_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6006512Z test_mask_layout_sparse_csr_masked_mean_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.111s) 2022-11-23T03:55:15.6006958Z test_mask_layout_sparse_csr_masked_mean_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.109s) 2022-11-23T03:55:15.6007399Z test_mask_layout_sparse_csr_masked_mean_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.104s) 2022-11-23T03:55:15.6007872Z test_mask_layout_sparse_csr_masked_mean_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6008351Z test_mask_layout_sparse_csr_masked_mean_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6008808Z test_mask_layout_sparse_csr_masked_mean_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6009442Z test_mask_layout_sparse_csr_masked_mean_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6010152Z test_mask_layout_sparse_csr_masked_mean_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6010624Z test_mask_layout_sparse_csr_masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.144s) 2022-11-23T03:55:15.6011095Z test_mask_layout_sparse_csr_masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.6011590Z test_mask_layout_sparse_csr_masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.6012094Z test_mask_layout_sparse_csr_masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.6012569Z test_mask_layout_sparse_csr_masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.158s) 2022-11-23T03:55:15.6012995Z test_mask_layout_sparse_csr_masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.139s) 2022-11-23T03:55:15.6013433Z test_mask_layout_sparse_csr_masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.136s) 2022-11-23T03:55:15.6014019Z test_mask_layout_sparse_csr_masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.6014505Z test_mask_layout_sparse_csr_masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:55:15.6014984Z test_mask_layout_sparse_csr_masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.6015587Z test_mask_layout_sparse_csr_masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:55:15.6016076Z test_mask_layout_sparse_csr_masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.006s) 2022-11-23T03:55:15.6016755Z test_mask_layout_sparse_csr_masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.145s) 2022-11-23T03:55:15.6017213Z test_mask_layout_sparse_csr_masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.058s) 2022-11-23T03:55:15.6017672Z test_mask_layout_sparse_csr_masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.053s) 2022-11-23T03:55:15.6018142Z test_mask_layout_sparse_csr_masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.035s) 2022-11-23T03:55:15.6018597Z test_mask_layout_sparse_csr_masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.150s) 2022-11-23T03:55:15.6019042Z test_mask_layout_sparse_csr_masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.143s) 2022-11-23T03:55:15.6019569Z test_mask_layout_sparse_csr_masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.142s) 2022-11-23T03:55:15.6020023Z test_mask_layout_sparse_csr_masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.046s) 2022-11-23T03:55:15.6020465Z test_mask_layout_sparse_csr_masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.045s) 2022-11-23T03:55:15.6020906Z test_mask_layout_sparse_csr_masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.045s) 2022-11-23T03:55:15.6021345Z test_mask_layout_sparse_csr_masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.043s) 2022-11-23T03:55:15.6021792Z test_mask_layout_sparse_csr_masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.031s) 2022-11-23T03:55:15.6022383Z test_mask_layout_strided_masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.296s) 2022-11-23T03:55:15.6022913Z test_mask_layout_strided_masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.285s) 2022-11-23T03:55:15.6023455Z test_mask_layout_strided_masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.285s) 2022-11-23T03:55:15.6024097Z test_mask_layout_strided_masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.284s) 2022-11-23T03:55:15.6024566Z test_mask_layout_strided_masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6025048Z test_mask_layout_strided_masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6025525Z test_mask_layout_strided_masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6025998Z test_mask_layout_strided_masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6026449Z test_mask_layout_strided_masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6026906Z test_mask_layout_strided_masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.288s) 2022-11-23T03:55:15.6027358Z test_mask_layout_strided_masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.285s) 2022-11-23T03:55:15.6027806Z test_mask_layout_strided_masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.278s) 2022-11-23T03:55:15.6028249Z test_mask_layout_strided_masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.273s) 2022-11-23T03:55:15.6028708Z test_mask_layout_strided_masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6029300Z test_mask_layout_strided_masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6029991Z test_mask_layout_strided_masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6030673Z test_mask_layout_strided_masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6031145Z test_mask_layout_strided_masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6031608Z test_mask_layout_strided_masked_mean_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.188s) 2022-11-23T03:55:15.6032070Z test_mask_layout_strided_masked_mean_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6032558Z test_mask_layout_strided_masked_mean_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6033051Z test_mask_layout_strided_masked_mean_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6033495Z test_mask_layout_strided_masked_mean_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.187s) 2022-11-23T03:55:15.6033939Z test_mask_layout_strided_masked_mean_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.187s) 2022-11-23T03:55:15.6034380Z test_mask_layout_strided_masked_mean_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.207s) 2022-11-23T03:55:15.6034843Z test_mask_layout_strided_masked_mean_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6035411Z test_mask_layout_strided_masked_mean_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6036078Z test_mask_layout_strided_masked_mean_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6036768Z test_mask_layout_strided_masked_mean_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6037304Z test_mask_layout_strided_masked_mean_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6037773Z test_mask_layout_strided_masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.285s) 2022-11-23T03:55:15.6038241Z test_mask_layout_strided_masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6038727Z test_mask_layout_strided_masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6039226Z test_mask_layout_strided_masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:55:15.6039694Z test_mask_layout_strided_masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.286s) 2022-11-23T03:55:15.6040140Z test_mask_layout_strided_masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.297s) 2022-11-23T03:55:15.6040561Z test_mask_layout_strided_masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.314s) 2022-11-23T03:55:15.6041018Z test_mask_layout_strided_masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6041499Z test_mask_layout_strided_masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6041966Z test_mask_layout_strided_masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6042576Z test_mask_layout_strided_masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6043202Z test_mask_layout_strided_masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:55:15.6043815Z test_mask_layout_strided_masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.316s) 2022-11-23T03:55:15.6044231Z test_mask_layout_strided_masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.228s) 2022-11-23T03:55:15.6044676Z test_mask_layout_strided_masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.245s) 2022-11-23T03:55:15.6045128Z test_mask_layout_strided_masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.247s) 2022-11-23T03:55:15.6045696Z test_mask_layout_strided_masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.281s) 2022-11-23T03:55:15.6046142Z test_mask_layout_strided_masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.279s) 2022-11-23T03:55:15.6046581Z test_mask_layout_strided_masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.276s) 2022-11-23T03:55:15.6047013Z test_mask_layout_strided_masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.186s) 2022-11-23T03:55:15.6047423Z test_mask_layout_strided_masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.183s) 2022-11-23T03:55:15.6047852Z test_mask_layout_strided_masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.199s) 2022-11-23T03:55:15.6048287Z test_mask_layout_strided_masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.190s) 2022-11-23T03:55:15.6048883Z test_mask_layout_strided_masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.184s) 2022-11-23T03:55:15.6049414Z test_reference_masked_masked_log_softmax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.091s) 2022-11-23T03:55:15.6050241Z test_reference_masked_masked_log_softmax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.103s) 2022-11-23T03:55:15.6050754Z test_reference_masked_masked_log_softmax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.101s) 2022-11-23T03:55:15.6051216Z test_reference_masked_masked_log_softmax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.097s) 2022-11-23T03:55:15.6051817Z test_reference_masked_masked_norm_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.843s) 2022-11-23T03:55:15.6052348Z test_reference_masked_masked_norm_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.746s) 2022-11-23T03:55:15.6052836Z test_reference_masked_masked_norm_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.749s) 2022-11-23T03:55:15.6053312Z test_reference_masked_masked_norm_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.771s) 2022-11-23T03:55:15.6053804Z test_reference_masked_masked_normalize_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.126s) 2022-11-23T03:55:15.6054326Z test_reference_masked_masked_normalize_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.129s) 2022-11-23T03:55:15.6054803Z test_reference_masked_masked_normalize_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.133s) 2022-11-23T03:55:15.6055421Z test_reference_masked_masked_normalize_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.131s) 2022-11-23T03:55:15.6055968Z test_reference_masked_masked_normalize_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.125s) 2022-11-23T03:55:15.6056770Z test_reference_masked_masked_normalize_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.116s) 2022-11-23T03:55:15.6057282Z test_reference_masked_masked_softmax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.102s) 2022-11-23T03:55:15.6057776Z test_reference_masked_masked_softmax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.085s) 2022-11-23T03:55:15.6058275Z test_reference_masked_masked_softmax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.094s) 2022-11-23T03:55:15.6058738Z test_reference_masked_masked_softmax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.089s) 2022-11-23T03:55:15.6059235Z test_reference_masked_masked_softmin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.103s) 2022-11-23T03:55:15.6059738Z test_reference_masked_masked_softmin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.095s) 2022-11-23T03:55:15.6060249Z test_reference_masked_masked_softmin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.094s) 2022-11-23T03:55:15.6060744Z test_reference_masked_masked_softmin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.103s) 2022-11-23T03:55:15.6072981Z test_reference_masked_masked_std_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.407s) 2022-11-23T03:55:15.6073896Z test_reference_masked_masked_std_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (1.046s) 2022-11-23T03:55:15.6074683Z test_reference_masked_masked_std_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (1.079s) 2022-11-23T03:55:15.6075543Z test_reference_masked_masked_std_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.392s) 2022-11-23T03:55:15.6076285Z test_reference_masked_masked_std_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.383s) 2022-11-23T03:55:15.6076730Z test_reference_masked_masked_std_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.426s) 2022-11-23T03:55:15.6077175Z test_reference_masked_masked_std_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.015s) 2022-11-23T03:55:15.6077605Z test_reference_masked_masked_std_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.006s) 2022-11-23T03:55:15.6078028Z test_reference_masked_masked_std_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.019s) 2022-11-23T03:55:15.6078436Z test_reference_masked_masked_std_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.015s) 2022-11-23T03:55:15.6078863Z test_reference_masked_masked_std_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.011s) 2022-11-23T03:55:15.6079294Z test_reference_masked_masked_var_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.386s) 2022-11-23T03:55:15.6079742Z test_reference_masked_masked_var_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.357s) 2022-11-23T03:55:15.6080191Z test_reference_masked_masked_var_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.366s) 2022-11-23T03:55:15.6080627Z test_reference_masked_masked_var_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.394s) 2022-11-23T03:55:15.6081147Z test_reference_masked_masked_var_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.407s) 2022-11-23T03:55:15.6081787Z test_reference_masked_masked_var_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.381s) 2022-11-23T03:55:15.6082218Z test_reference_masked_masked_var_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.012s) 2022-11-23T03:55:15.6082941Z test_reference_masked_masked_var_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.011s) 2022-11-23T03:55:15.6083373Z test_reference_masked_masked_var_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.012s) 2022-11-23T03:55:15.6083807Z test_reference_masked_masked_var_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.011s) 2022-11-23T03:55:15.6084235Z test_reference_masked_masked_var_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.009s) 2022-11-23T03:55:15.6084621Z test_where_coo_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.006s) 2022-11-23T03:55:15.6085014Z test_where_coo_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.000s) 2022-11-23T03:55:15.6085407Z test_where_csr_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.011s) 2022-11-23T03:55:15.6085799Z test_where_csr_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.005s) 2022-11-23T03:55:15.6086200Z test_where_hybrid_coo_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.005s) 2022-11-23T03:55:15.6086611Z test_where_hybrid_coo_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.003s) 2022-11-23T03:55:15.6086838Z 2022-11-23T03:55:15.6087035Z ---------------------------------------------------------------------- 2022-11-23T03:55:15.6087345Z Ran 212 tests in 39.094s 2022-11-23T03:55:15.6087494Z 2022-11-23T03:55:15.6087590Z OK (skipped=82) 2022-11-23T03:55:15.6087732Z 2022-11-23T03:55:15.6087846Z Generating XML reports... 2022-11-23T03:55:15.6088458Z Generated XML report: test-reports\python-unittest\test_masked\TEST-TestMaskedCUDA-20221123035435.xml 2022-11-23T03:55:15.6088765Z 2022-11-23T03:55:15.6089520Z ##[endgroup] 2022-11-23T03:55:15.6089969Z FINISHED PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_kkz1b9mu) 2022-11-23T03:55:15.6090290Z 2022-11-23T03:55:19.8642048Z Running test_tensorboard ... [2022-11-23 03:55:19.863547] 2022-11-23T03:55:19.8649919Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_tensorboard.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:55:19.864800] 2022-11-23T03:55:19.8652549Z Ignoring disabled issues: [] 2022-11-23T03:55:23.4998526Z 2022-11-23T03:55:23.4999516Z Expand the folded group to see the log file of test_tensorboard 2022-11-23T03:55:23.5001428Z ##[group]PRINTING LOG FILE of test_tensorboard (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorboard_v91n9yjh) 2022-11-23T03:55:23.5002091Z 2022-11-23T03:55:23.5002320Z Running tests... 2022-11-23T03:55:23.5002955Z ---------------------------------------------------------------------- 2022-11-23T03:55:23.5003782Z Test results will be stored in test-reports\python-unittest\test_tensorboard 2022-11-23T03:55:23.5004771Z test_embedding (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5005845Z test_embedding_64 (__main__.TestTensorBoardEmbedding) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5006796Z test_figure (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.001s) 2022-11-23T03:55:23.5007620Z test_figure_list (__main__.TestTensorBoardFigure) ... skip: no matplotlib (0.002s) 2022-11-23T03:55:23.5008531Z test_caffe2_np (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.002s) 2022-11-23T03:55:23.5009377Z test_caffe2_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.001s) 2022-11-23T03:55:23.5010238Z test_caffe2_simple_cnnmodel (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.002s) 2022-11-23T03:55:23.5011104Z test_caffe2_simple_model (__main__.TestTensorBoardNumpy) ... skip: no caffe2 (0.003s) 2022-11-23T03:55:23.5012295Z test_pytorch_np_expect_fail (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5013374Z test_scalar (__main__.TestTensorBoardNumpy) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5014430Z test_pytorch_autograd_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T03:55:23.5015601Z test_pytorch_histogram (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T03:55:23.5016768Z test_pytorch_histogram_raw (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.003s) 2022-11-23T03:55:23.5017894Z test_pytorch_np (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T03:55:23.5019007Z test_pytorch_write (__main__.TestTensorBoardPyTorchNumpy) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T03:55:23.5020108Z test_mlp_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T03:55:23.5021235Z test_nested_nn_squential (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.006s) 2022-11-23T03:55:23.5022361Z test_pytorch_graph (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T03:55:23.5023507Z test_pytorch_graph_dict_input (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T03:55:23.5024565Z test_torchvision_smoke (__main__.TestTensorBoardPytorchGraph) ... skip: no torchvision (0.000s) 2022-11-23T03:55:23.5025635Z test_wrong_input_size (__main__.TestTensorBoardPytorchGraph) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T03:55:23.5026737Z test_audio (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T03:55:23.5027778Z test_custom_scalars (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T03:55:23.5028843Z test_empty_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T03:55:23.5029694Z test_float32_image (__main__.TestTensorBoardSummary) 2022-11-23T03:55:23.5031525Z Tests that float32 image (pixel values in [0, 1]) are scaled correctly ... skip: Skip the test since TensorBoard is not installed (0.010s) 2022-11-23T03:55:23.5032617Z test_histogram_auto (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5033572Z test_histogram_doane (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5034145Z test_histogram_fd (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5034683Z test_hparams_bool (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5035240Z test_hparams_domain_discrete (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5035798Z test_hparams_number (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5036347Z test_hparams_smoke (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5036885Z test_hparams_string (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5037574Z test_hparams_wrong_parameter (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5038164Z test_image_with_3_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5038723Z test_image_with_boxes (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5039276Z test_image_with_one_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5039856Z test_image_with_one_channel_batched (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5040420Z test_image_without_channel (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5040963Z test_list_input (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5041482Z test_mesh (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5042013Z test_scalar_new_style (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5042539Z test_text (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.000s) 2022-11-23T03:55:23.5042945Z test_uint8_image (__main__.TestTensorBoardSummary) 2022-11-23T03:55:23.5043400Z Tests that uint8 image (pixel values in [0, 255]) is not changed ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5043924Z test_video (__main__.TestTensorBoardSummary) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5044463Z test_pathlib (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5045039Z test_summary_writer_close (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5045624Z test_summary_writer_ctx (__main__.TestTensorBoardSummaryWriter) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5046209Z test_convert_to_HWC_dtype_remains_same (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5046750Z test_numpy_vid_uint8 (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5047400Z test_prepare_video (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.001s) 2022-11-23T03:55:23.5047918Z test_to_HWC (__main__.TestTensorBoardUtils) ... skip: Skip the test since TensorBoard is not installed (0.002s) 2022-11-23T03:55:23.5048430Z test_writer (__main__.TestTensorBoardWriter) ... skip: Skip the test since TensorBoard is not installed (0.005s) 2022-11-23T03:55:23.5048705Z 2022-11-23T03:55:23.5048903Z ---------------------------------------------------------------------- 2022-11-23T03:55:23.5049219Z Ran 53 tests in 0.062s 2022-11-23T03:55:23.5049363Z 2022-11-23T03:55:23.5049455Z OK (skipped=53) 2022-11-23T03:55:23.5049592Z 2022-11-23T03:55:23.5049702Z Generating XML reports... 2022-11-23T03:55:23.5050158Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardEmbedding-20221123035523.xml 2022-11-23T03:55:23.5050808Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardFigure-20221123035523.xml 2022-11-23T03:55:23.5051426Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardNumpy-20221123035523.xml 2022-11-23T03:55:23.5052067Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPyTorchNumpy-20221123035523.xml 2022-11-23T03:55:23.5052815Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardPytorchGraph-20221123035523.xml 2022-11-23T03:55:23.5053487Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummary-20221123035523.xml 2022-11-23T03:55:23.5054133Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardSummaryWriter-20221123035523.xml 2022-11-23T03:55:23.5054753Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardUtils-20221123035523.xml 2022-11-23T03:55:23.5055367Z Generated XML report: test-reports\python-unittest\test_tensorboard\TEST-TestTensorBoardWriter-20221123035523.xml 2022-11-23T03:55:23.5055696Z 2022-11-23T03:55:23.5056045Z ##[endgroup] 2022-11-23T03:55:23.5056494Z FINISHED PRINTING LOG FILE of test_tensorboard (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_tensorboard_v91n9yjh) 2022-11-23T03:55:23.5056828Z 2022-11-23T03:55:27.7597547Z Running test_stateless ... [2022-11-23 03:55:27.757453] 2022-11-23T03:55:27.7604900Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:55:27.757453] 2022-11-23T03:55:27.7607581Z Ignoring disabled issues: [] 2022-11-23T03:55:53.5614842Z 2022-11-23T03:55:53.5616093Z Expand the folded group to see the log file of test_stateless 2022-11-23T03:55:53.5619595Z ##[group]PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_klai1yh3) 2022-11-23T03:55:53.5620852Z 2022-11-23T03:55:53.5621033Z Running tests... 2022-11-23T03:55:53.5621615Z ---------------------------------------------------------------------- 2022-11-23T03:55:53.5622320Z Test results will be stored in test-reports\python-unittest\test_stateless 2022-11-23T03:55:53.5623039Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (17.392s) 2022-11-23T03:55:53.5623797Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (2.901s) 2022-11-23T03:55:53.5624576Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-11-23T03:55:53.5627755Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.006s) 2022-11-23T03:55:53.5628567Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.000s) 2022-11-23T03:55:53.5629514Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.000s) 2022-11-23T03:55:53.5630456Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.013s) 2022-11-23T03:55:53.5631633Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.047s) 2022-11-23T03:55:53.5634770Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.942s) 2022-11-23T03:55:53.5635773Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.007s) 2022-11-23T03:55:53.5636671Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-11-23T03:55:53.5637447Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-11-23T03:55:53.5637902Z 2022-11-23T03:55:53.5638259Z ---------------------------------------------------------------------- 2022-11-23T03:55:53.5641038Z Ran 12 tests in 21.312s 2022-11-23T03:55:53.5641315Z 2022-11-23T03:55:53.5641478Z OK (skipped=1) 2022-11-23T03:55:53.5641731Z 2022-11-23T03:55:53.5641936Z Generating XML reports... 2022-11-23T03:55:53.5642786Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestPythonOptimizeMode-20221123035531.xml 2022-11-23T03:55:53.5643977Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessDeprecation-20221123035531.xml 2022-11-23T03:55:53.5645201Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessFunctionalAPI-20221123035531.xml 2022-11-23T03:55:53.5648137Z 2022-11-23T03:55:53.5648863Z ##[endgroup] 2022-11-23T03:55:53.5649686Z FINISHED PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_klai1yh3) 2022-11-23T03:55:53.5650267Z 2022-11-23T03:55:57.8317083Z Running test_type_hints ... [2022-11-23 03:55:57.828341] 2022-11-23T03:55:57.8325245Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_hints.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:55:57.828341] 2022-11-23T03:55:57.8327838Z Ignoring disabled issues: [] 2022-11-23T03:56:01.5306590Z 2022-11-23T03:56:01.5307349Z Expand the folded group to see the log file of test_type_hints 2022-11-23T03:56:01.5308906Z ##[group]PRINTING LOG FILE of test_type_hints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_hints_rm7m5ulj) 2022-11-23T03:56:01.5309606Z 2022-11-23T03:56:01.5309785Z Running tests... 2022-11-23T03:56:01.5310405Z ---------------------------------------------------------------------- 2022-11-23T03:56:01.5311300Z Test results will be stored in test-reports\python-unittest\test_type_hints 2022-11-23T03:56:01.5312127Z test_doc_examples (__main__.TestTypeHints) 2022-11-23T03:56:01.5312895Z Run documentation examples through mypy. ... skip: need mypy (0.002s) 2022-11-23T03:56:01.5313269Z 2022-11-23T03:56:01.5313605Z ---------------------------------------------------------------------- 2022-11-23T03:56:01.5314144Z Ran 1 test in 0.000s 2022-11-23T03:56:01.5314387Z 2022-11-23T03:56:01.5314572Z OK (skipped=1) 2022-11-23T03:56:01.5314812Z 2022-11-23T03:56:01.5315010Z Generating XML reports... 2022-11-23T03:56:01.5315729Z Generated XML report: test-reports\python-unittest\test_type_hints\TEST-TestTypeHints-20221123035601.xml 2022-11-23T03:56:01.5316329Z 2022-11-23T03:56:01.5316917Z ##[endgroup] 2022-11-23T03:56:01.5317908Z FINISHED PRINTING LOG FILE of test_type_hints (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_hints_rm7m5ulj) 2022-11-23T03:56:01.5318655Z 2022-11-23T03:56:02.0101169Z Running test_modules ... [2022-11-23 03:56:02.009582] 2022-11-23T03:56:02.0112707Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 03:56:02.010860] 2022-11-23T03:56:02.0116662Z Ignoring disabled issues: [] 2022-11-23T03:56:02.0117139Z Found test time stats from artifacts 2022-11-23T03:56:02.0117452Z Prioritized test from test file changes. 2022-11-23T03:56:02.0117743Z reordering tests for PR: 2022-11-23T03:56:02.0121545Z prioritized: [] 2022-11-23T03:56:02.0123763Z the rest: ['test_modules', 'test_nn', 'test_sparse_csr', 'test_reductions', 'test_cpp_api_parity', 'test_multiprocessing_spawn', 'test_prims', 'test_cuda_trace', 'test_indexing', 'test_ops_fwd_gradients', 'test_jit_disabled', 'test_overrides', 'test_ops_jit', 'test_fake_tensor', 'test_mobile_optimizer', 'nn/test_pooling', 'test_show_pickle', 'dynamo/test_aot_cudagraphs', 'dynamo/test_export_mutations', 'dynamo/test_global_declaration', 'dynamo/test_model_output', 'dynamo/test_nops', 'dynamo/test_python_autograd', 'dynamo/test_repros', 'dynamo/test_torchxla_integration', 'inductor/test_minifier', 'inductor/test_torchinductor', 'lazy/test_debug_util', 'test_comparison_utils', 'test_pruning_op', 'test_decomp', 'test_mkldnn', 'test_spectral_ops', 'test_vmap', 'test_mkldnn_verbose', 'test_python_dispatch', 'test_autocast', 'test_dlpack', 'test_model_dump', 'test_monitor', 'test_jit_autocast', 'test_maskedtensor', 'test_package', 'test_subclass', 'test_native_functions', 'test_functional_optim', 'test_pytree', 'test_function_schema', 'test_logging', 'nn/test_embedding', 'test_masked', 'test_tensorboard', 'test_stateless', 'test_type_hints'] 2022-11-23T03:56:02.0125490Z 2022-11-23T03:56:02.0125943Z 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-23T03:56:02.0127007Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2022-11-23T04:01:02.7436055Z 2022-11-23T04:01:02.7436758Z Expand the folded group to see the log file of test_modules 2022-11-23T04:01:02.7453251Z ##[group]PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_9rlf1nw7) 2022-11-23T04:01:02.7453928Z 2022-11-23T04:01:02.7454054Z Running tests... 2022-11-23T04:01:02.7454413Z ---------------------------------------------------------------------- 2022-11-23T04:01:02.7454999Z Test results will be stored in test-reports\python-unittest\test_modules 2022-11-23T04:01:02.7455523Z test_check_inplace_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.800s) 2022-11-23T04:01:02.7458566Z test_check_inplace_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7459511Z test_check_inplace_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7460468Z test_check_inplace_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7461393Z test_check_inplace_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7462076Z test_check_inplace_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7462569Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T04:01:02.7463376Z test_cpu_gpu_parity_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-11-23T04:01:02.7464221Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7464925Z test_cpu_gpu_parity_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7465756Z test_cpu_gpu_parity_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7466745Z test_cpu_gpu_parity_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7467708Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.167s) 2022-11-23T04:01:02.7468503Z test_cpu_gpu_parity_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7469330Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.192s) 2022-11-23T04:01:02.7470547Z test_cpu_gpu_parity_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7471368Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7472121Z test_cpu_gpu_parity_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7472996Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7473998Z test_cpu_gpu_parity_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7474939Z test_cpu_gpu_parity_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.065s) 2022-11-23T04:01:02.7475756Z test_cpu_gpu_parity_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.061s) 2022-11-23T04:01:02.7476382Z test_cpu_gpu_parity_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.018s) 2022-11-23T04:01:02.7477157Z test_cpu_gpu_parity_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.056s) 2022-11-23T04:01:02.7477831Z test_cpu_gpu_parity_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.101s) 2022-11-23T04:01:02.7478619Z test_cpu_gpu_parity_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.048s) 2022-11-23T04:01:02.7479583Z test_cpu_gpu_parity_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.089s) 2022-11-23T04:01:02.7480555Z test_cpu_gpu_parity_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-11-23T04:01:02.7482717Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7484381Z warnings.warn( 2022-11-23T04:01:02.7484788Z ok (0.063s) 2022-11-23T04:01:02.7486116Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7487723Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T04:01:02.7488402Z expected failure (0.906s) 2022-11-23T04:01:02.7489052Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.059s) 2022-11-23T04:01:02.7489846Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-11-23T04:01:02.7490637Z test_cpu_gpu_parity_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-11-23T04:01:02.7491436Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-11-23T04:01:02.7492281Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.015s) 2022-11-23T04:01:02.7493250Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.045s) 2022-11-23T04:01:02.7494087Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-11-23T04:01:02.7495007Z test_cpu_gpu_parity_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T04:01:02.7495492Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.055s) 2022-11-23T04:01:02.7495995Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.006s) 2022-11-23T04:01:02.7496641Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.061s) 2022-11-23T04:01:02.7497117Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.038s) 2022-11-23T04:01:02.7497583Z test_cpu_gpu_parity_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-11-23T04:01:02.7498059Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.093s) 2022-11-23T04:01:02.7498535Z test_cpu_gpu_parity_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.094s) 2022-11-23T04:01:02.7498986Z test_cpu_gpu_parity_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7499413Z test_cpu_gpu_parity_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-11-23T04:01:02.7500086Z test_cpu_gpu_parity_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T04:01:02.7500771Z test_cpu_gpu_parity_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7501334Z test_cpu_gpu_parity_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.045s) 2022-11-23T04:01:02.7501916Z test_cpu_gpu_parity_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.035s) 2022-11-23T04:01:02.7502364Z test_cpu_gpu_parity_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7503545Z test_cpu_gpu_parity_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7504072Z test_cpu_gpu_parity_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (13.113s) 2022-11-23T04:01:02.7504507Z test_cpu_gpu_parity_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.938s) 2022-11-23T04:01:02.7504968Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-11-23T04:01:02.7505438Z test_cpu_gpu_parity_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.037s) 2022-11-23T04:01:02.7505902Z test_cpu_gpu_parity_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7506405Z test_cpu_gpu_parity_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T04:01:02.7507169Z test_cpu_gpu_parity_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-11-23T04:01:02.7507620Z test_cpu_gpu_parity_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.032s) 2022-11-23T04:01:02.7508469Z test_cpu_gpu_parity_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.070s) 2022-11-23T04:01:02.7508948Z test_cpu_gpu_parity_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.066s) 2022-11-23T04:01:02.7509396Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7509842Z test_cpu_gpu_parity_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7510301Z test_cpu_gpu_parity_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (3.107s) 2022-11-23T04:01:02.7510750Z test_cpu_gpu_parity_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (3.033s) 2022-11-23T04:01:02.7511548Z test_cpu_gpu_parity_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7512272Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7512594Z ok (0.061s) 2022-11-23T04:01:02.7512939Z test_cpu_gpu_parity_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.049s) 2022-11-23T04:01:02.7513385Z test_cpu_gpu_parity_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-11-23T04:01:02.7513976Z test_cpu_gpu_parity_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.051s) 2022-11-23T04:01:02.7514582Z test_cpu_gpu_parity_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.066s) 2022-11-23T04:01:02.7515286Z test_cpu_gpu_parity_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.049s) 2022-11-23T04:01:02.7515734Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7516234Z test_cpu_gpu_parity_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-11-23T04:01:02.7516727Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-11-23T04:01:02.7517216Z test_cpu_gpu_parity_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.039s) 2022-11-23T04:01:02.7517696Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-11-23T04:01:02.7518177Z test_cpu_gpu_parity_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.032s) 2022-11-23T04:01:02.7518639Z test_cpu_gpu_parity_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.039s) 2022-11-23T04:01:02.7519049Z test_cpu_gpu_parity_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-11-23T04:01:02.7519532Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (3.032s) 2022-11-23T04:01:02.7520144Z test_cpu_gpu_parity_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.805s) 2022-11-23T04:01:02.7521169Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.880s) 2022-11-23T04:01:02.7522027Z test_cpu_gpu_parity_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.722s) 2022-11-23T04:01:02.7522521Z test_cpu_gpu_parity_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.049s) 2022-11-23T04:01:02.7522959Z test_cpu_gpu_parity_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.043s) 2022-11-23T04:01:02.7523374Z test_cpu_gpu_parity_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.076s) 2022-11-23T04:01:02.7523815Z test_cpu_gpu_parity_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.069s) 2022-11-23T04:01:02.7524255Z test_cpu_gpu_parity_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7524709Z test_cpu_gpu_parity_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7525161Z test_cpu_gpu_parity_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.672s) 2022-11-23T04:01:02.7525606Z test_cpu_gpu_parity_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.626s) 2022-11-23T04:01:02.7526047Z test_cpu_gpu_parity_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T04:01:02.7526454Z test_cpu_gpu_parity_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T04:01:02.7526895Z test_cpu_gpu_parity_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7527479Z test_cpu_gpu_parity_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7527966Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.206s) 2022-11-23T04:01:02.7528824Z test_cpu_gpu_parity_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.270s) 2022-11-23T04:01:02.7529364Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.824s) 2022-11-23T04:01:02.7529896Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.857s) 2022-11-23T04:01:02.7530411Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.742s) 2022-11-23T04:01:02.7530950Z test_cpu_gpu_parity_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.761s) 2022-11-23T04:01:02.7531578Z test_cpu_gpu_parity_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.067s) 2022-11-23T04:01:02.7532030Z test_cpu_gpu_parity_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.986s) 2022-11-23T04:01:02.7532501Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7532989Z test_factory_kwargs_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7533477Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7534051Z test_factory_kwargs_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7534759Z test_factory_kwargs_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7535550Z test_factory_kwargs_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7536344Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7537196Z test_factory_kwargs_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7538084Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7539147Z test_factory_kwargs_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7540012Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7541003Z test_factory_kwargs_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7541996Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7543017Z test_factory_kwargs_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7543902Z test_factory_kwargs_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7544747Z test_factory_kwargs_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7545566Z test_factory_kwargs_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7546370Z test_factory_kwargs_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7547194Z test_factory_kwargs_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7547956Z test_factory_kwargs_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7548388Z test_factory_kwargs_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7549202Z test_factory_kwargs_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7549910Z test_factory_kwargs_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7550375Z test_factory_kwargs_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7550854Z test_factory_kwargs_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7551339Z test_factory_kwargs_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T04:01:02.7551809Z test_factory_kwargs_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7552284Z test_factory_kwargs_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T04:01:02.7552763Z test_factory_kwargs_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7553237Z test_factory_kwargs_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T04:01:02.7553881Z test_factory_kwargs_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7554342Z test_factory_kwargs_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7554807Z test_factory_kwargs_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7555612Z test_factory_kwargs_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7556433Z test_factory_kwargs_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7556923Z test_factory_kwargs_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7557386Z test_factory_kwargs_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7557945Z test_factory_kwargs_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T04:01:02.7558434Z test_factory_kwargs_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7558981Z test_factory_kwargs_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7559419Z test_factory_kwargs_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7559859Z test_factory_kwargs_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7560426Z test_factory_kwargs_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7560898Z test_factory_kwargs_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7561309Z test_factory_kwargs_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7561931Z test_factory_kwargs_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.196s) 2022-11-23T04:01:02.7562389Z test_factory_kwargs_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.068s) 2022-11-23T04:01:02.7563022Z test_factory_kwargs_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.094s) 2022-11-23T04:01:02.7563631Z test_factory_kwargs_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.077s) 2022-11-23T04:01:02.7564097Z test_factory_kwargs_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7564539Z test_factory_kwargs_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7564996Z test_factory_kwargs_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7565442Z test_factory_kwargs_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7565877Z test_factory_kwargs_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7566307Z test_factory_kwargs_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7566745Z test_factory_kwargs_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7567183Z test_factory_kwargs_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7567604Z test_factory_kwargs_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.168s) 2022-11-23T04:01:02.7568053Z test_factory_kwargs_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.177s) 2022-11-23T04:01:02.7568617Z test_factory_kwargs_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.169s) 2022-11-23T04:01:02.7569101Z test_factory_kwargs_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.151s) 2022-11-23T04:01:02.7569643Z test_factory_kwargs_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7570343Z test_factory_kwargs_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7570784Z test_factory_kwargs_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7571326Z test_factory_kwargs_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7571773Z test_factory_kwargs_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7572210Z test_factory_kwargs_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7572680Z test_factory_kwargs_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7573175Z test_factory_kwargs_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7573665Z test_factory_kwargs_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7574320Z test_factory_kwargs_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7574780Z test_factory_kwargs_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7575389Z test_factory_kwargs_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7576245Z test_factory_kwargs_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7577266Z test_factory_kwargs_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7578326Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.172s) 2022-11-23T04:01:02.7579696Z test_factory_kwargs_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.178s) 2022-11-23T04:01:02.7580692Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.170s) 2022-11-23T04:01:02.7582047Z test_factory_kwargs_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.180s) 2022-11-23T04:01:02.7583103Z test_factory_kwargs_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7584124Z test_factory_kwargs_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T04:01:02.7584962Z test_factory_kwargs_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7585789Z test_factory_kwargs_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7586642Z test_factory_kwargs_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.149s) 2022-11-23T04:01:02.7587512Z test_factory_kwargs_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.164s) 2022-11-23T04:01:02.7588417Z test_factory_kwargs_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.133s) 2022-11-23T04:01:02.7589574Z test_factory_kwargs_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.128s) 2022-11-23T04:01:02.7591153Z test_factory_kwargs_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7592695Z test_factory_kwargs_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7593583Z test_factory_kwargs_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T04:01:02.7594744Z test_factory_kwargs_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7595679Z test_factory_kwargs_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.128s) 2022-11-23T04:01:02.7596818Z test_factory_kwargs_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.127s) 2022-11-23T04:01:02.7598250Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.118s) 2022-11-23T04:01:02.7599287Z test_factory_kwargs_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.110s) 2022-11-23T04:01:02.7614943Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.101s) 2022-11-23T04:01:02.7615880Z test_factory_kwargs_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.106s) 2022-11-23T04:01:02.7616506Z test_factory_kwargs_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.332s) 2022-11-23T04:01:02.7616944Z test_factory_kwargs_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.308s) 2022-11-23T04:01:02.7617416Z test_forward_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7617875Z test_forward_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7618341Z test_forward_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7618806Z test_forward_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7619241Z test_forward_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7619672Z test_forward_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7620302Z test_forward_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7621055Z test_forward_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7621635Z test_forward_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7622115Z test_forward_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7622569Z test_forward_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7623019Z test_forward_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7623471Z test_forward_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7623899Z test_forward_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7624335Z test_forward_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7624754Z test_forward_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7625172Z test_forward_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7625583Z test_forward_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7625990Z test_forward_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7626593Z test_forward_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7627281Z test_forward_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7627683Z test_forward_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T04:01:02.7628244Z test_forward_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.313s) 2022-11-23T04:01:02.7628710Z test_forward_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.462s) 2022-11-23T04:01:02.7629166Z test_forward_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7629621Z test_forward_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T04:01:02.7630053Z test_forward_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7630509Z test_forward_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T04:01:02.7630968Z test_forward_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7631426Z test_forward_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7631876Z test_forward_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7632616Z test_forward_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7633074Z test_forward_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7633797Z test_forward_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7634260Z test_forward_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7634711Z test_forward_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7635156Z test_forward_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7635605Z test_forward_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.035s) 2022-11-23T04:01:02.7636059Z test_forward_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-11-23T04:01:02.7636468Z test_forward_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7636879Z test_forward_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7637295Z test_forward_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7637721Z test_forward_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7638235Z test_forward_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7638755Z test_forward_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7639249Z test_forward_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.105s) 2022-11-23T04:01:02.7639884Z test_forward_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.102s) 2022-11-23T04:01:02.7640404Z test_forward_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.115s) 2022-11-23T04:01:02.7640845Z test_forward_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.110s) 2022-11-23T04:01:02.7641284Z test_forward_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7641732Z test_forward_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7642173Z test_forward_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7642577Z test_forward_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7642997Z test_forward_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7643408Z test_forward_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7644105Z test_forward_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7644897Z test_forward_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7645632Z test_forward_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.276s) 2022-11-23T04:01:02.7646066Z test_forward_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.251s) 2022-11-23T04:01:02.7646794Z test_forward_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.236s) 2022-11-23T04:01:02.7647237Z test_forward_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.251s) 2022-11-23T04:01:02.7647678Z test_forward_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7648105Z test_forward_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7648531Z test_forward_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7648955Z test_forward_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7649354Z test_forward_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7649937Z test_forward_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7650390Z test_forward_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7650859Z test_forward_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7651326Z test_forward_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7651788Z test_forward_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T04:01:02.7652433Z test_forward_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7653164Z test_forward_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7653809Z test_forward_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7654227Z test_forward_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7654693Z test_forward_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.405s) 2022-11-23T04:01:02.7655185Z test_forward_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.396s) 2022-11-23T04:01:02.7655781Z test_forward_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.400s) 2022-11-23T04:01:02.7656382Z test_forward_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.397s) 2022-11-23T04:01:02.7656839Z test_forward_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-11-23T04:01:02.7657254Z test_forward_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-11-23T04:01:02.7657665Z test_forward_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7658073Z test_forward_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7658504Z test_forward_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.190s) 2022-11-23T04:01:02.7659084Z test_forward_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.215s) 2022-11-23T04:01:02.7659494Z test_forward_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.195s) 2022-11-23T04:01:02.7660172Z test_forward_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.212s) 2022-11-23T04:01:02.7660595Z test_forward_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7661001Z test_forward_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7661411Z test_forward_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7661821Z test_forward_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.7662280Z test_forward_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.225s) 2022-11-23T04:01:02.7662749Z test_forward_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.253s) 2022-11-23T04:01:02.7663249Z test_forward_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.161s) 2022-11-23T04:01:02.7663766Z test_forward_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.169s) 2022-11-23T04:01:02.7664273Z test_forward_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.136s) 2022-11-23T04:01:02.7664790Z test_forward_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.155s) 2022-11-23T04:01:02.7665416Z test_forward_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.371s) 2022-11-23T04:01:02.7665853Z test_forward_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.518s) 2022-11-23T04:01:02.7666516Z test_grad_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7667086Z test_grad_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7667523Z test_grad_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7667951Z test_grad_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7668404Z test_grad_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7668852Z test_grad_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7669270Z test_grad_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7669695Z test_grad_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.066s) 2022-11-23T04:01:02.7670106Z test_grad_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-11-23T04:01:02.7670500Z test_grad_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-11-23T04:01:02.7670903Z test_grad_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-11-23T04:01:02.7671315Z test_grad_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7671753Z test_grad_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-11-23T04:01:02.7672162Z test_grad_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7672687Z test_grad_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.086s) 2022-11-23T04:01:02.7673121Z test_grad_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T04:01:02.7673528Z test_grad_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7673938Z test_grad_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-11-23T04:01:02.7674379Z test_grad_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.084s) 2022-11-23T04:01:02.7674828Z test_grad_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.034s) 2022-11-23T04:01:02.7675287Z test_grad_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.044s) 2022-11-23T04:01:02.7675712Z test_grad_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7676121Z test_grad_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-11-23T04:01:02.7676657Z test_grad_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.072s) 2022-11-23T04:01:02.7677108Z test_grad_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.019s) 2022-11-23T04:01:02.7677789Z test_grad_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.033s) 2022-11-23T04:01:02.7678558Z test_grad_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7679290Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7679970Z 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-23T04:01:02.7680612Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7681286Z 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-23T04:01:02.7681928Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7682588Z 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-23T04:01:02.7683351Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7683663Z ok (0.051s) 2022-11-23T04:01:02.7684300Z test_grad_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7685012Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7685670Z 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-23T04:01:02.7686303Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7686960Z 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-23T04:01:02.7687599Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7688394Z 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-23T04:01:02.7689045Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7689356Z ok (0.041s) 2022-11-23T04:01:02.7690001Z test_grad_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7690723Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7691383Z 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-23T04:01:02.7692021Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7692806Z 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-23T04:01:02.7693612Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7694372Z 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-23T04:01:02.7695005Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7695315Z ok (0.057s) 2022-11-23T04:01:02.7695973Z test_grad_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7696717Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7697378Z 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-23T04:01:02.7698134Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7698448Z ok (0.021s) 2022-11-23T04:01:02.7699133Z test_grad_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7699873Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7700538Z 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-23T04:01:02.7701171Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7701461Z ok (0.028s) 2022-11-23T04:01:02.7702144Z test_grad_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7702876Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7703622Z 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-23T04:01:02.7704277Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7704590Z ok (0.025s) 2022-11-23T04:01:02.7704911Z test_grad_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.028s) 2022-11-23T04:01:02.7705338Z test_grad_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (3.697s) 2022-11-23T04:01:02.7705830Z test_grad_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (3.613s) 2022-11-23T04:01:02.7706277Z test_grad_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.040s) 2022-11-23T04:01:02.7706690Z test_grad_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-11-23T04:01:02.7707135Z test_grad_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.010s) 2022-11-23T04:01:02.7707603Z test_grad_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.036s) 2022-11-23T04:01:02.7708035Z test_grad_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7708414Z test_grad_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7708859Z test_grad_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.712s) 2022-11-23T04:01:02.7709359Z test_grad_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.465s) 2022-11-23T04:01:02.7709875Z test_grad_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.323s) 2022-11-23T04:01:02.7710341Z test_grad_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (5.860s) 2022-11-23T04:01:02.7710791Z test_gradgrad_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-11-23T04:01:02.7711240Z test_gradgrad_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7711690Z test_gradgrad_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7712142Z test_gradgrad_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.032s) 2022-11-23T04:01:02.7712604Z test_gradgrad_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-11-23T04:01:02.7713064Z test_gradgrad_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.039s) 2022-11-23T04:01:02.7714250Z test_gradgrad_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-11-23T04:01:02.7714700Z test_gradgrad_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.283s) 2022-11-23T04:01:02.7715100Z test_gradgrad_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.145s) 2022-11-23T04:01:02.7715523Z test_gradgrad_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.142s) 2022-11-23T04:01:02.7715929Z test_gradgrad_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.161s) 2022-11-23T04:01:02.7716371Z test_gradgrad_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.077s) 2022-11-23T04:01:02.7716830Z test_gradgrad_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.076s) 2022-11-23T04:01:02.7717282Z test_gradgrad_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.077s) 2022-11-23T04:01:02.7717747Z test_gradgrad_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.165s) 2022-11-23T04:01:02.7718166Z test_gradgrad_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.032s) 2022-11-23T04:01:02.7718589Z test_gradgrad_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T04:01:02.7719019Z test_gradgrad_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.269s) 2022-11-23T04:01:02.7719569Z test_gradgrad_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.007s) 2022-11-23T04:01:02.7720076Z test_gradgrad_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.035s) 2022-11-23T04:01:02.7720542Z test_gradgrad_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.115s) 2022-11-23T04:01:02.7720952Z test_gradgrad_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.101s) 2022-11-23T04:01:02.7721374Z test_gradgrad_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.368s) 2022-11-23T04:01:02.7721838Z test_gradgrad_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.009s) 2022-11-23T04:01:02.7722323Z test_gradgrad_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.041s) 2022-11-23T04:01:02.7723123Z test_gradgrad_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7723862Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7724856Z 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-23T04:01:02.7725711Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7726383Z 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-23T04:01:02.7726999Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7727666Z 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-23T04:01:02.7728310Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7728626Z ok (0.150s) 2022-11-23T04:01:02.7729294Z test_gradgrad_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7730153Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7730815Z 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-23T04:01:02.7731454Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7732113Z 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-23T04:01:02.7732727Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7733410Z 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-23T04:01:02.7734052Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7734365Z ok (0.146s) 2022-11-23T04:01:02.7735121Z test_gradgrad_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7735861Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7736525Z 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-23T04:01:02.7737156Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7737821Z 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-23T04:01:02.7738427Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7739101Z 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-23T04:01:02.7739736Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7740048Z ok (0.152s) 2022-11-23T04:01:02.7740736Z test_gradgrad_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7741489Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7742150Z 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-23T04:01:02.7742783Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7743072Z ok (0.076s) 2022-11-23T04:01:02.7743758Z test_gradgrad_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7744493Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7745260Z 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-23T04:01:02.7745897Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7746207Z ok (0.076s) 2022-11-23T04:01:02.7747000Z test_gradgrad_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82701 for platform(s) win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T04:01:02.7747826Z test_gradgrad_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.082s) 2022-11-23T04:01:02.7748293Z test_gradgrad_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (15.029s) 2022-11-23T04:01:02.7748771Z test_gradgrad_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (15.030s) 2022-11-23T04:01:02.7749229Z test_gradgrad_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-11-23T04:01:02.7749636Z test_gradgrad_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.316s) 2022-11-23T04:01:02.7750169Z test_gradgrad_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.000s) 2022-11-23T04:01:02.7750675Z test_gradgrad_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.042s) 2022-11-23T04:01:02.7751122Z test_gradgrad_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-11-23T04:01:02.7751546Z test_gradgrad_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T04:01:02.7751985Z test_gradgrad_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (29.102s) 2022-11-23T04:01:02.7752506Z test_gradgrad_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (12.947s) 2022-11-23T04:01:02.7753035Z test_gradgrad_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (11.835s) 2022-11-23T04:01:02.7753520Z test_gradgrad_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (76.047s) 2022-11-23T04:01:02.7754009Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7754536Z test_if_train_and_eval_modes_differ_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7755057Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7755546Z test_if_train_and_eval_modes_differ_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7756048Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7756533Z test_if_train_and_eval_modes_differ_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7757020Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7757511Z test_if_train_and_eval_modes_differ_nn_BatchNorm2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7757994Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7758464Z test_if_train_and_eval_modes_differ_nn_BatchNorm3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7758929Z test_if_train_and_eval_modes_differ_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7759385Z test_if_train_and_eval_modes_differ_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7759973Z test_if_train_and_eval_modes_differ_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7760438Z test_if_train_and_eval_modes_differ_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7760901Z test_if_train_and_eval_modes_differ_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7761374Z test_if_train_and_eval_modes_differ_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7761838Z test_if_train_and_eval_modes_differ_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7762297Z test_if_train_and_eval_modes_differ_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7763436Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7764386Z warnings.warn( 2022-11-23T04:01:02.7764597Z ok (0.010s) 2022-11-23T04:01:02.7765053Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7765589Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7766105Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7766603Z test_if_train_and_eval_modes_differ_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7767117Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7767627Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7768326Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7768872Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7769372Z test_if_train_and_eval_modes_differ_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7769880Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7770396Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7770907Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7771416Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7771891Z test_if_train_and_eval_modes_differ_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7772407Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7772918Z test_if_train_and_eval_modes_differ_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7773403Z test_if_train_and_eval_modes_differ_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.7773867Z test_if_train_and_eval_modes_differ_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7774338Z test_if_train_and_eval_modes_differ_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7774949Z test_if_train_and_eval_modes_differ_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7775399Z test_if_train_and_eval_modes_differ_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7775860Z test_if_train_and_eval_modes_differ_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7776332Z test_if_train_and_eval_modes_differ_nn_GRU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-11-23T04:01:02.7776790Z test_if_train_and_eval_modes_differ_nn_GRU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.037s) 2022-11-23T04:01:02.7777274Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7777776Z test_if_train_and_eval_modes_differ_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7778270Z test_if_train_and_eval_modes_differ_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7778753Z test_if_train_and_eval_modes_differ_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7779416Z test_if_train_and_eval_modes_differ_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7779989Z test_if_train_and_eval_modes_differ_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7780489Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7781146Z test_if_train_and_eval_modes_differ_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7781731Z test_if_train_and_eval_modes_differ_nn_LSTM_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.078s) 2022-11-23T04:01:02.7782468Z test_if_train_and_eval_modes_differ_nn_LSTM_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.084s) 2022-11-23T04:01:02.7783288Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... 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-23T04:01:02.7784036Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T04:01:02.7784326Z ok (0.007s) 2022-11-23T04:01:02.7784691Z test_if_train_and_eval_modes_differ_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7785160Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7785617Z test_if_train_and_eval_modes_differ_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7786073Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7786529Z test_if_train_and_eval_modes_differ_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7786992Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7787503Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7788208Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7788721Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7789441Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7789952Z test_if_train_and_eval_modes_differ_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7790553Z test_if_train_and_eval_modes_differ_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7791006Z test_if_train_and_eval_modes_differ_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7791468Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.046s) 2022-11-23T04:01:02.7791971Z test_if_train_and_eval_modes_differ_nn_MultiheadAttention_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.055s) 2022-11-23T04:01:02.7792452Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7792908Z test_if_train_and_eval_modes_differ_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7793362Z test_if_train_and_eval_modes_differ_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7793815Z test_if_train_and_eval_modes_differ_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7794263Z test_if_train_and_eval_modes_differ_nn_RNN_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.058s) 2022-11-23T04:01:02.7794820Z test_if_train_and_eval_modes_differ_nn_RNN_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.067s) 2022-11-23T04:01:02.7795898Z test_if_train_and_eval_modes_differ_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.7796700Z test_if_train_and_eval_modes_differ_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.7797175Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7797646Z test_if_train_and_eval_modes_differ_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7798159Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.074s) 2022-11-23T04:01:02.7798714Z test_if_train_and_eval_modes_differ_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.094s) 2022-11-23T04:01:02.7799228Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.045s) 2022-11-23T04:01:02.7799974Z test_if_train_and_eval_modes_differ_nn_TransformerEncoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-11-23T04:01:02.7800494Z test_if_train_and_eval_modes_differ_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.167s) 2022-11-23T04:01:02.7800979Z test_if_train_and_eval_modes_differ_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.180s) 2022-11-23T04:01:02.7801458Z test_memory_format_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T04:01:02.7802047Z test_memory_format_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T04:01:02.7802541Z test_memory_format_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7803009Z test_memory_format_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7803736Z test_memory_format_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.006s) 2022-11-23T04:01:02.7804236Z test_memory_format_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.000s) 2022-11-23T04:01:02.7804711Z test_memory_format_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7805180Z test_memory_format_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7805638Z test_memory_format_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7806096Z test_memory_format_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7806688Z test_memory_format_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7807123Z test_memory_format_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7807582Z test_memory_format_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7808043Z test_memory_format_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7808498Z test_memory_format_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-11-23T04:01:02.7809109Z test_memory_format_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.010s) 2022-11-23T04:01:02.7809549Z test_memory_format_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7810163Z test_memory_format_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7810732Z test_memory_format_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7811174Z test_memory_format_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.010s) 2022-11-23T04:01:02.7811632Z test_memory_format_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.029s) 2022-11-23T04:01:02.7812190Z test_memory_format_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.010s) 2022-11-23T04:01:02.7812671Z test_memory_format_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7813134Z test_memory_format_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7813573Z test_memory_format_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-11-23T04:01:02.7814029Z test_memory_format_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7814479Z test_memory_format_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7814960Z test_memory_format_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... expected failure (0.012s) 2022-11-23T04:01:02.7815437Z test_memory_format_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T04:01:02.7816016Z test_memory_format_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-11-23T04:01:02.7816473Z test_memory_format_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7816930Z test_memory_format_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.009s) 2022-11-23T04:01:02.7817652Z test_memory_format_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... expected failure (0.012s) 2022-11-23T04:01:02.7818157Z test_memory_format_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.024s) 2022-11-23T04:01:02.7818662Z test_memory_format_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... expected failure (0.024s) 2022-11-23T04:01:02.7819156Z test_memory_format_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.016s) 2022-11-23T04:01:02.7819647Z test_memory_format_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.009s) 2022-11-23T04:01:02.7820115Z test_memory_format_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-11-23T04:01:02.7820570Z test_memory_format_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-11-23T04:01:02.7821173Z test_memory_format_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7821591Z test_memory_format_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7822031Z test_memory_format_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T04:01:02.7822618Z test_memory_format_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.006s) 2022-11-23T04:01:02.7823225Z test_memory_format_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7823649Z test_memory_format_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7824062Z test_memory_format_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.099s) 2022-11-23T04:01:02.7824709Z test_memory_format_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.107s) 2022-11-23T04:01:02.7825149Z test_memory_format_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.095s) 2022-11-23T04:01:02.7825581Z test_memory_format_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.102s) 2022-11-23T04:01:02.7826043Z test_memory_format_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T04:01:02.7826535Z test_memory_format_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.006s) 2022-11-23T04:01:02.7826982Z test_memory_format_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7827391Z test_memory_format_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7827922Z test_memory_format_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T04:01:02.7828391Z test_memory_format_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T04:01:02.7828829Z test_memory_format_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7829251Z test_memory_format_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7829675Z test_memory_format_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.245s) 2022-11-23T04:01:02.7830245Z test_memory_format_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.248s) 2022-11-23T04:01:02.7830665Z test_memory_format_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.258s) 2022-11-23T04:01:02.7831324Z test_memory_format_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.254s) 2022-11-23T04:01:02.7831754Z test_memory_format_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7832186Z test_memory_format_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T04:01:02.7832606Z test_memory_format_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-11-23T04:01:02.7833061Z test_memory_format_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.010s) 2022-11-23T04:01:02.7833732Z test_memory_format_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.017s) 2022-11-23T04:01:02.7834196Z test_memory_format_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.014s) 2022-11-23T04:01:02.7834673Z test_memory_format_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7835142Z test_memory_format_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7835614Z test_memory_format_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7836106Z test_memory_format_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.006s) 2022-11-23T04:01:02.7836734Z test_memory_format_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.016s) 2022-11-23T04:01:02.7837269Z test_memory_format_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.010s) 2022-11-23T04:01:02.7837728Z test_memory_format_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.000s) 2022-11-23T04:01:02.7838513Z test_memory_format_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.013s) 2022-11-23T04:01:02.7839010Z test_memory_format_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T04:01:02.7839541Z test_memory_format_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.006s) 2022-11-23T04:01:02.7840068Z test_memory_format_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T04:01:02.7840592Z test_memory_format_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.006s) 2022-11-23T04:01:02.7841075Z test_memory_format_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T04:01:02.7841512Z test_memory_format_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.007s) 2022-11-23T04:01:02.7841952Z test_memory_format_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7842368Z test_memory_format_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7842791Z test_memory_format_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.191s) 2022-11-23T04:01:02.7843220Z test_memory_format_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.229s) 2022-11-23T04:01:02.7843842Z test_memory_format_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.178s) 2022-11-23T04:01:02.7844306Z test_memory_format_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.209s) 2022-11-23T04:01:02.7844941Z test_memory_format_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7845363Z test_memory_format_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7845774Z test_memory_format_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7846194Z test_memory_format_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7846673Z test_memory_format_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T04:01:02.7847401Z test_memory_format_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T04:01:02.7847944Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.006s) 2022-11-23T04:01:02.7848476Z test_memory_format_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.005s) 2022-11-23T04:01:02.7849020Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.006s) 2022-11-23T04:01:02.7849571Z test_memory_format_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.004s) 2022-11-23T04:01:02.7850082Z test_memory_format_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.003s) 2022-11-23T04:01:02.7850692Z test_memory_format_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.006s) 2022-11-23T04:01:02.7851184Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7851796Z test_multiple_device_transfer_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7852410Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7852895Z test_multiple_device_transfer_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7853380Z test_multiple_device_transfer_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7853974Z test_multiple_device_transfer_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7854452Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7854936Z test_multiple_device_transfer_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7855436Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7855923Z test_multiple_device_transfer_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7856392Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T04:01:02.7856886Z test_multiple_device_transfer_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7857385Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7858156Z test_multiple_device_transfer_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7859165Z test_multiple_device_transfer_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T04:01:02.7859742Z test_multiple_device_transfer_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7860322Z test_multiple_device_transfer_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7860781Z test_multiple_device_transfer_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7861232Z test_multiple_device_transfer_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7861685Z test_multiple_device_transfer_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7862124Z test_multiple_device_transfer_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-11-23T04:01:02.7862563Z test_multiple_device_transfer_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7863035Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7863560Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.007s) 2022-11-23T04:01:02.7864080Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7864724Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7865223Z test_multiple_device_transfer_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7865818Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7866503Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.005s) 2022-11-23T04:01:02.7867025Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7867519Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7868007Z test_multiple_device_transfer_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7868475Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7868993Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.007s) 2022-11-23T04:01:02.7869508Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7870113Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7870600Z test_multiple_device_transfer_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7871189Z test_multiple_device_transfer_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7871801Z test_multiple_device_transfer_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T04:01:02.7872428Z test_multiple_device_transfer_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.7873091Z test_multiple_device_transfer_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7873556Z test_multiple_device_transfer_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7874088Z test_multiple_device_transfer_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T04:01:02.7874588Z test_multiple_device_transfer_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7875074Z test_multiple_device_transfer_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7875604Z test_multiple_device_transfer_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.144s) 2022-11-23T04:01:02.7876146Z test_multiple_device_transfer_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.153s) 2022-11-23T04:01:02.7876867Z test_multiple_device_transfer_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.144s) 2022-11-23T04:01:02.7877346Z test_multiple_device_transfer_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.155s) 2022-11-23T04:01:02.7877828Z test_multiple_device_transfer_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7878441Z test_multiple_device_transfer_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7878933Z test_multiple_device_transfer_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7879519Z test_multiple_device_transfer_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7880122Z test_multiple_device_transfer_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7880554Z test_multiple_device_transfer_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7881015Z test_multiple_device_transfer_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7881480Z test_multiple_device_transfer_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7881939Z test_multiple_device_transfer_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.321s) 2022-11-23T04:01:02.7882410Z test_multiple_device_transfer_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.329s) 2022-11-23T04:01:02.7882884Z test_multiple_device_transfer_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.319s) 2022-11-23T04:01:02.7883366Z test_multiple_device_transfer_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.336s) 2022-11-23T04:01:02.7883859Z test_multiple_device_transfer_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.021s) 2022-11-23T04:01:02.7884326Z test_multiple_device_transfer_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T04:01:02.7884801Z test_multiple_device_transfer_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T04:01:02.7885393Z test_multiple_device_transfer_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-11-23T04:01:02.7885860Z test_multiple_device_transfer_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-11-23T04:01:02.7886758Z test_multiple_device_transfer_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7887243Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7887748Z test_multiple_device_transfer_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7888288Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7888822Z test_multiple_device_transfer_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7889301Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7889797Z test_multiple_device_transfer_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7890466Z test_multiple_device_transfer_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7890927Z test_multiple_device_transfer_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7891422Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.426s) 2022-11-23T04:01:02.7892192Z test_multiple_device_transfer_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.482s) 2022-11-23T04:01:02.7892765Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.477s) 2022-11-23T04:01:02.7893419Z test_multiple_device_transfer_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.488s) 2022-11-23T04:01:02.7894057Z test_multiple_device_transfer_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7894511Z test_multiple_device_transfer_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7894964Z test_multiple_device_transfer_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T04:01:02.7895405Z test_multiple_device_transfer_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T04:01:02.7895868Z test_multiple_device_transfer_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.298s) 2022-11-23T04:01:02.7896332Z test_multiple_device_transfer_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.278s) 2022-11-23T04:01:02.7896782Z test_multiple_device_transfer_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.284s) 2022-11-23T04:01:02.7897250Z test_multiple_device_transfer_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.271s) 2022-11-23T04:01:02.7897703Z test_multiple_device_transfer_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7898135Z test_multiple_device_transfer_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7898590Z test_multiple_device_transfer_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7899039Z test_multiple_device_transfer_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7899673Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.423s) 2022-11-23T04:01:02.7900294Z test_multiple_device_transfer_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.452s) 2022-11-23T04:01:02.7900951Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.276s) 2022-11-23T04:01:02.7901504Z test_multiple_device_transfer_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.335s) 2022-11-23T04:01:02.7902048Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.248s) 2022-11-23T04:01:02.7902714Z test_multiple_device_transfer_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.261s) 2022-11-23T04:01:02.7903311Z test_multiple_device_transfer_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.765s) 2022-11-23T04:01:02.7903903Z test_multiple_device_transfer_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.703s) 2022-11-23T04:01:02.7904417Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... skip: Skipped! (0.006s) 2022-11-23T04:01:02.7904927Z test_non_contiguous_tensors_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... skip: Skipped! (0.000s) 2022-11-23T04:01:02.7905424Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7906047Z test_non_contiguous_tensors_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7906537Z test_non_contiguous_tensors_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7906986Z test_non_contiguous_tensors_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7907663Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T04:01:02.7908527Z test_non_contiguous_tensors_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T04:01:02.7909032Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.030s) 2022-11-23T04:01:02.7909497Z test_non_contiguous_tensors_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-11-23T04:01:02.7909979Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-11-23T04:01:02.7910457Z test_non_contiguous_tensors_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T04:01:02.7910941Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7911414Z test_non_contiguous_tensors_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7911880Z test_non_contiguous_tensors_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.065s) 2022-11-23T04:01:02.7912325Z test_non_contiguous_tensors_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.068s) 2022-11-23T04:01:02.7912749Z test_non_contiguous_tensors_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.056s) 2022-11-23T04:01:02.7913173Z test_non_contiguous_tensors_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.062s) 2022-11-23T04:01:02.7913754Z test_non_contiguous_tensors_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.062s) 2022-11-23T04:01:02.7914185Z test_non_contiguous_tensors_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-11-23T04:01:02.7915020Z test_non_contiguous_tensors_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-11-23T04:01:02.7915450Z test_non_contiguous_tensors_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.058s) 2022-11-23T04:01:02.7915911Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.043s) 2022-11-23T04:01:02.7916383Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (1.111s) 2022-11-23T04:01:02.7916865Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.055s) 2022-11-23T04:01:02.7917339Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.023s) 2022-11-23T04:01:02.7917854Z test_non_contiguous_tensors_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.043s) 2022-11-23T04:01:02.7918590Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.052s) 2022-11-23T04:01:02.7919070Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-11-23T04:01:02.7919547Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.055s) 2022-11-23T04:01:02.7920007Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-11-23T04:01:02.7920654Z test_non_contiguous_tensors_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.039s) 2022-11-23T04:01:02.7921135Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.056s) 2022-11-23T04:01:02.7921999Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.061s) 2022-11-23T04:01:02.7922482Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.056s) 2022-11-23T04:01:02.7922962Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.025s) 2022-11-23T04:01:02.7923435Z test_non_contiguous_tensors_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.044s) 2022-11-23T04:01:02.7923893Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.119s) 2022-11-23T04:01:02.7924472Z test_non_contiguous_tensors_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.108s) 2022-11-23T04:01:02.7924949Z test_non_contiguous_tensors_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-11-23T04:01:02.7925386Z test_non_contiguous_tensors_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.033s) 2022-11-23T04:01:02.7925837Z test_non_contiguous_tensors_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-11-23T04:01:02.7926287Z test_non_contiguous_tensors_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7926744Z test_non_contiguous_tensors_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.047s) 2022-11-23T04:01:02.7927183Z test_non_contiguous_tensors_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-11-23T04:01:02.7927772Z test_non_contiguous_tensors_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.012s) 2022-11-23T04:01:02.7928441Z test_non_contiguous_tensors_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.011s) 2022-11-23T04:01:02.7929069Z test_non_contiguous_tensors_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.050s) 2022-11-23T04:01:02.7929568Z test_non_contiguous_tensors_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.052s) 2022-11-23T04:01:02.7930050Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-11-23T04:01:02.7930528Z test_non_contiguous_tensors_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.065s) 2022-11-23T04:01:02.7930982Z test_non_contiguous_tensors_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T04:01:02.7931407Z test_non_contiguous_tensors_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7931949Z test_non_contiguous_tensors_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.048s) 2022-11-23T04:01:02.7932475Z test_non_contiguous_tensors_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.044s) 2022-11-23T04:01:02.7932914Z test_non_contiguous_tensors_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-11-23T04:01:02.7933353Z test_non_contiguous_tensors_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.058s) 2022-11-23T04:01:02.7933825Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.013s) 2022-11-23T04:01:02.7934637Z test_non_contiguous_tensors_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.009s) 2022-11-23T04:01:02.7935129Z test_non_contiguous_tensors_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.071s) 2022-11-23T04:01:02.7935959Z test_non_contiguous_tensors_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.067s) 2022-11-23T04:01:02.7936440Z test_non_contiguous_tensors_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.052s) 2022-11-23T04:01:02.7936890Z test_non_contiguous_tensors_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.068s) 2022-11-23T04:01:02.7937335Z test_non_contiguous_tensors_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-11-23T04:01:02.7937784Z test_non_contiguous_tensors_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-11-23T04:01:02.7938220Z test_non_contiguous_tensors_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.066s) 2022-11-23T04:01:02.7938648Z test_non_contiguous_tensors_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-11-23T04:01:02.7939115Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.035s) 2022-11-23T04:01:02.7939703Z test_non_contiguous_tensors_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.026s) 2022-11-23T04:01:02.7940210Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-11-23T04:01:02.7940695Z test_non_contiguous_tensors_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.032s) 2022-11-23T04:01:02.7941360Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-11-23T04:01:02.7941848Z test_non_contiguous_tensors_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.043s) 2022-11-23T04:01:02.7942640Z test_non_contiguous_tensors_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.040s) 2022-11-23T04:01:02.7943074Z test_non_contiguous_tensors_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.040s) 2022-11-23T04:01:02.7943565Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.350s) 2022-11-23T04:01:02.7944086Z test_non_contiguous_tensors_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.284s) 2022-11-23T04:01:02.7944607Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (2.364s) 2022-11-23T04:01:02.7945133Z test_non_contiguous_tensors_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (2.266s) 2022-11-23T04:01:02.7945617Z test_non_contiguous_tensors_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.067s) 2022-11-23T04:01:02.7946051Z test_non_contiguous_tensors_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.063s) 2022-11-23T04:01:02.7946472Z test_non_contiguous_tensors_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.066s) 2022-11-23T04:01:02.7946908Z test_non_contiguous_tensors_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.063s) 2022-11-23T04:01:02.7947378Z test_non_contiguous_tensors_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.012s) 2022-11-23T04:01:02.7947883Z test_non_contiguous_tensors_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.011s) 2022-11-23T04:01:02.7948565Z test_non_contiguous_tensors_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... expected failure (0.053s) 2022-11-23T04:01:02.7949073Z test_non_contiguous_tensors_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... expected failure (0.043s) 2022-11-23T04:01:02.7949842Z test_non_contiguous_tensors_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.036s) 2022-11-23T04:01:02.7950408Z test_non_contiguous_tensors_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-11-23T04:01:02.7950852Z test_non_contiguous_tensors_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T04:01:02.7951277Z test_non_contiguous_tensors_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.022s) 2022-11-23T04:01:02.7951770Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.211s) 2022-11-23T04:01:02.7952278Z test_non_contiguous_tensors_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.141s) 2022-11-23T04:01:02.7953195Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.873s) 2022-11-23T04:01:02.7954125Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.837s) 2022-11-23T04:01:02.7955259Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.812s) 2022-11-23T04:01:02.7956336Z test_non_contiguous_tensors_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.759s) 2022-11-23T04:01:02.7957302Z test_non_contiguous_tensors_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (1.819s) 2022-11-23T04:01:02.7958164Z test_non_contiguous_tensors_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (1.745s) 2022-11-23T04:01:02.7958656Z test_pickle_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7959105Z test_pickle_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7959556Z test_pickle_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7960206Z test_pickle_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7960654Z test_pickle_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7961044Z test_pickle_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.7961641Z test_pickle_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T04:01:02.7962491Z test_pickle_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T04:01:02.7963328Z test_pickle_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T04:01:02.7963881Z test_pickle_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7964330Z test_pickle_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.7964769Z test_pickle_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7965190Z test_pickle_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7965630Z test_pickle_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7966049Z test_pickle_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7966449Z test_pickle_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7966848Z test_pickle_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7967235Z test_pickle_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T04:01:02.7967604Z test_pickle_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T04:01:02.7967985Z test_pickle_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7968360Z test_pickle_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7968741Z test_pickle_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-11-23T04:01:02.7970046Z test_pickle_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7970760Z test_pickle_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.007s) 2022-11-23T04:01:02.7971261Z test_pickle_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7971689Z test_pickle_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.009s) 2022-11-23T04:01:02.7972119Z test_pickle_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7972552Z test_pickle_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7973015Z test_pickle_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.006s) 2022-11-23T04:01:02.7973479Z test_pickle_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7973920Z test_pickle_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.008s) 2022-11-23T04:01:02.7974332Z test_pickle_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7974767Z test_pickle_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7975341Z test_pickle_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... expected failure (0.006s) 2022-11-23T04:01:02.7975827Z test_pickle_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7976418Z test_pickle_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7976857Z test_pickle_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7977286Z test_pickle_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.042s) 2022-11-23T04:01:02.7977940Z test_pickle_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.039s) 2022-11-23T04:01:02.7978365Z test_pickle_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7978747Z test_pickle_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.014s) 2022-11-23T04:01:02.7979137Z test_pickle_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7979546Z test_pickle_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.011s) 2022-11-23T04:01:02.7979947Z test_pickle_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7980321Z test_pickle_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7980730Z test_pickle_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.105s) 2022-11-23T04:01:02.7981143Z test_pickle_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.107s) 2022-11-23T04:01:02.7981548Z test_pickle_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.102s) 2022-11-23T04:01:02.7981963Z test_pickle_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.105s) 2022-11-23T04:01:02.7982382Z test_pickle_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7982809Z test_pickle_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7983212Z test_pickle_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.7983792Z test_pickle_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.007s) 2022-11-23T04:01:02.7984191Z test_pickle_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7984685Z test_pickle_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.013s) 2022-11-23T04:01:02.7985188Z test_pickle_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7985590Z test_pickle_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7986099Z test_pickle_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.260s) 2022-11-23T04:01:02.7986512Z test_pickle_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.258s) 2022-11-23T04:01:02.7986927Z test_pickle_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.236s) 2022-11-23T04:01:02.7987348Z test_pickle_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.249s) 2022-11-23T04:01:02.7987759Z test_pickle_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7988217Z test_pickle_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.018s) 2022-11-23T04:01:02.7988628Z test_pickle_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7989015Z test_pickle_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.019s) 2022-11-23T04:01:02.7989425Z test_pickle_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7989837Z test_pickle_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.027s) 2022-11-23T04:01:02.7990264Z test_pickle_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7990849Z test_pickle_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.012s) 2022-11-23T04:01:02.7991395Z test_pickle_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7992008Z test_pickle_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.7992540Z test_pickle_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7992991Z test_pickle_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.7993409Z test_pickle_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.024s) 2022-11-23T04:01:02.7993933Z test_pickle_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.015s) 2022-11-23T04:01:02.7994375Z test_pickle_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.438s) 2022-11-23T04:01:02.7994850Z test_pickle_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.496s) 2022-11-23T04:01:02.7995317Z test_pickle_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.428s) 2022-11-23T04:01:02.7995857Z test_pickle_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.427s) 2022-11-23T04:01:02.7996384Z test_pickle_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7997107Z test_pickle_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.020s) 2022-11-23T04:01:02.7997913Z test_pickle_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.016s) 2022-11-23T04:01:02.7998620Z test_pickle_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.017s) 2022-11-23T04:01:02.7999310Z test_pickle_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.193s) 2022-11-23T04:01:02.7999711Z test_pickle_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.215s) 2022-11-23T04:01:02.8000123Z test_pickle_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.229s) 2022-11-23T04:01:02.8000540Z test_pickle_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.222s) 2022-11-23T04:01:02.8000940Z test_pickle_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.8001323Z test_pickle_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.8001709Z test_pickle_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.8002088Z test_pickle_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.8002527Z test_pickle_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.277s) 2022-11-23T04:01:02.8003166Z test_pickle_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.281s) 2022-11-23T04:01:02.8003660Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.207s) 2022-11-23T04:01:02.8004158Z test_pickle_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.222s) 2022-11-23T04:01:02.8004791Z test_pickle_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.193s) 2022-11-23T04:01:02.8005330Z test_pickle_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.196s) 2022-11-23T04:01:02.8005765Z test_pickle_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.483s) 2022-11-23T04:01:02.8006437Z test_pickle_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.502s) 2022-11-23T04:01:02.8006878Z test_repr_ao_nn_quantized_MaxPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8007325Z test_repr_ao_nn_quantized_MaxPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8007763Z test_repr_nn_AdaptiveAvgPool2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8008203Z test_repr_nn_AdaptiveAvgPool2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.8008715Z test_repr_nn_AvgPool1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.8009122Z test_repr_nn_AvgPool1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.8009537Z test_repr_nn_BatchNorm2d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.8009977Z test_repr_nn_BatchNorm2d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8010476Z test_repr_nn_BatchNorm2d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8010965Z test_repr_nn_BatchNorm2d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8011441Z test_repr_nn_BatchNorm3d_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8012139Z test_repr_nn_BatchNorm3d_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8012569Z test_repr_nn_BatchNorm3d_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8013478Z test_repr_nn_BatchNorm3d_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8013906Z test_repr_nn_Bilinear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.8014303Z test_repr_nn_Bilinear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.8014700Z test_repr_nn_Conv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.8015094Z test_repr_nn_Conv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.8015627Z test_repr_nn_Conv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.8016045Z test_repr_nn_Conv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.8016428Z test_repr_nn_Conv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.8016894Z test_repr_nn_Conv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.005s) 2022-11-23T04:01:02.8017310Z test_repr_nn_ConvTranspose1d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.8018040Z test_repr_nn_ConvTranspose1d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8018476Z test_repr_nn_ConvTranspose1d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8019069Z test_repr_nn_ConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8019510Z test_repr_nn_ConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8020533Z test_repr_nn_ConvTranspose2d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.8020978Z test_repr_nn_ConvTranspose2d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.8021454Z test_repr_nn_ConvTranspose2d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.8021954Z test_repr_nn_ConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.8022402Z test_repr_nn_ConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.8022881Z test_repr_nn_ConvTranspose3d_cuda_complex128 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8023606Z test_repr_nn_ConvTranspose3d_cuda_complex32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.8024379Z test_repr_nn_ConvTranspose3d_cuda_complex64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.8024885Z test_repr_nn_ConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.8025382Z test_repr_nn_ConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.8044956Z test_repr_nn_CrossEntropyLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.8045837Z test_repr_nn_CrossEntropyLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.8046720Z test_repr_nn_ELU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.8047991Z test_repr_nn_ELU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.8049022Z test_repr_nn_Embedding_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.010s) 2022-11-23T04:01:02.8049835Z test_repr_nn_Embedding_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8050626Z test_repr_nn_GRUCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.8051494Z test_repr_nn_GRUCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.8052496Z test_repr_nn_GRU_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-11-23T04:01:02.8053298Z test_repr_nn_GRU_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.037s) 2022-11-23T04:01:02.8054276Z test_repr_nn_GRU_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.029s) 2022-11-23T04:01:02.8055299Z test_repr_nn_GRU_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.034s) 2022-11-23T04:01:02.8056146Z test_repr_nn_GaussianNLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8057047Z test_repr_nn_GaussianNLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8058424Z test_repr_nn_Hardswish_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.8059054Z test_repr_nn_Hardswish_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.8059630Z test_repr_nn_L1Loss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8060054Z test_repr_nn_L1Loss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.8060756Z test_repr_nn_LSTMCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8061550Z test_repr_nn_LSTMCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8062341Z test_repr_nn_LSTM_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-11-23T04:01:02.8062938Z test_repr_nn_LSTM_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.079s) 2022-11-23T04:01:02.8063337Z test_repr_nn_LSTM_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.067s) 2022-11-23T04:01:02.8063756Z test_repr_nn_LSTM_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.071s) 2022-11-23T04:01:02.8064165Z test_repr_nn_LazyConv1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8064575Z test_repr_nn_LazyConv1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8064980Z test_repr_nn_LazyConv2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8065592Z test_repr_nn_LazyConv2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8065990Z test_repr_nn_LazyConv3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8066368Z test_repr_nn_LazyConv3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8066791Z test_repr_nn_LazyConvTranspose1d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8067288Z test_repr_nn_LazyConvTranspose1d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8068220Z test_repr_nn_LazyConvTranspose2d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8068958Z test_repr_nn_LazyConvTranspose2d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8069800Z test_repr_nn_LazyConvTranspose3d_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.8070240Z test_repr_nn_LazyConvTranspose3d_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8070653Z test_repr_nn_Linear_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.000s) 2022-11-23T04:01:02.8071045Z test_repr_nn_Linear_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.006s) 2022-11-23T04:01:02.8071469Z test_repr_nn_MultiheadAttention_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.045s) 2022-11-23T04:01:02.8072053Z test_repr_nn_MultiheadAttention_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-11-23T04:01:02.8072547Z test_repr_nn_MultiheadAttention_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.046s) 2022-11-23T04:01:02.8073007Z test_repr_nn_MultiheadAttention_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.050s) 2022-11-23T04:01:02.8073414Z test_repr_nn_NLLLoss_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8073804Z test_repr_nn_NLLLoss_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8074192Z test_repr_nn_RNNCell_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.004s) 2022-11-23T04:01:02.8074965Z test_repr_nn_RNNCell_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8075778Z test_repr_nn_RNN_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.057s) 2022-11-23T04:01:02.8076498Z test_repr_nn_RNN_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.064s) 2022-11-23T04:01:02.8076992Z test_repr_nn_RNN_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.049s) 2022-11-23T04:01:02.8077568Z test_repr_nn_RNN_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.085s) 2022-11-23T04:01:02.8078322Z test_repr_nn_ReLU_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.8079071Z test_repr_nn_ReLU_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.003s) 2022-11-23T04:01:02.8079595Z test_repr_nn_Sigmoid_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.8079997Z test_repr_nn_Sigmoid_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.002s) 2022-11-23T04:01:02.8080435Z test_repr_nn_TransformerDecoderLayer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.035s) 2022-11-23T04:01:02.8080888Z test_repr_nn_TransformerDecoderLayer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.060s) 2022-11-23T04:01:02.8081562Z test_repr_nn_TransformerEncoderLayer_eval_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.037s) 2022-11-23T04:01:02.8082543Z test_repr_nn_TransformerEncoderLayer_eval_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.039s) 2022-11-23T04:01:02.8083459Z test_repr_nn_TransformerEncoderLayer_train_mode_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.031s) 2022-11-23T04:01:02.8084298Z test_repr_nn_TransformerEncoderLayer_train_mode_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.038s) 2022-11-23T04:01:02.8084753Z test_repr_nn_Transformer_cuda_float32 (__main__.TestModuleCUDA) ... ok (0.120s) 2022-11-23T04:01:02.8085347Z test_repr_nn_Transformer_cuda_float64 (__main__.TestModuleCUDA) ... ok (0.136s) 2022-11-23T04:01:02.8085557Z 2022-11-23T04:01:02.8085753Z ---------------------------------------------------------------------- 2022-11-23T04:01:02.8086071Z Ran 972 tests in 293.625s 2022-11-23T04:01:02.8086218Z 2022-11-23T04:01:02.8086349Z OK (skipped=31, expected failures=49) 2022-11-23T04:01:02.8086520Z 2022-11-23T04:01:02.8086633Z Generating XML reports... 2022-11-23T04:01:02.8087068Z Generated XML report: test-reports\python-unittest\test_modules\TEST-TestModuleCUDA-20221123035606.xml 2022-11-23T04:01:02.8087373Z 2022-11-23T04:01:02.8087735Z ##[endgroup] 2022-11-23T04:01:02.8088198Z FINISHED PRINTING LOG FILE of test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_modules_9rlf1nw7) 2022-11-23T04:01:02.8088512Z 2022-11-23T04:01:02.8088680Z Running test_nn ... [2022-11-23 04:01:02.749444] 2022-11-23T04:01:02.8089688Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_nn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:01:02.750688] 2022-11-23T04:05:07.4058224Z 2022-11-23T04:05:07.4058974Z Expand the folded group to see the log file of test_nn 2022-11-23T04:05:07.4059971Z ##[group]PRINTING LOG FILE of test_nn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nn_47jrrc4z) 2022-11-23T04:05:07.4097302Z 2022-11-23T04:05:07.4097898Z Running tests... 2022-11-23T04:05:07.4099670Z ---------------------------------------------------------------------- 2022-11-23T04:05:07.4100676Z Test results will be stored in test-reports\python-unittest\test_nn 2022-11-23T04:05:07.4101857Z test_add_relu (__main__.TestAddRelu) ... ok (1.773s) 2022-11-23T04:05:07.4102889Z test_add_relu_broadcasting (__main__.TestAddRelu) ... ok (0.002s) 2022-11-23T04:05:07.4103640Z test_constant_pad_nd (__main__.TestConstantPadNd) ... ok (0.002s) 2022-11-23T04:05:07.4104375Z test_preserves_memory_format (__main__.TestConstantPadNd) ... ok (0.002s) 2022-11-23T04:05:07.4105155Z test_pickle_softsign (__main__.TestFunctionalPickle) ... ok (0.001s) 2022-11-23T04:05:07.4105869Z test_fuse_module_eval_numerics (__main__.TestFusionEval) ... ok (0.525s) 2022-11-23T04:05:07.4107439Z test_fuse_conv_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.010s) 2022-11-23T04:05:07.4108535Z test_fuse_linear_bn_requires_grad (__main__.TestFusionUtils) ... ok (0.000s) 2022-11-23T04:05:07.4110273Z test_global_and_local_hooks_order (__main__.TestModuleGlobalHooks) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1319: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T04:05:07.4112015Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T04:05:07.4112628Z ok (0.017s) 2022-11-23T04:05:07.4113243Z test_module_backward_global_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.003s) 2022-11-23T04:05:07.4114173Z test_module_forward_forward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T04:05:07.4115120Z This test is to test when multiple forward hook functions can be registered ... ok (0.005s) 2022-11-23T04:05:07.4115947Z test_module_forward_preforward_hook_removable (__main__.TestModuleGlobalHooks) 2022-11-23T04:05:07.4116708Z This test is to test when multiple pre-forward hook functions can be ... ok (0.005s) 2022-11-23T04:05:07.4117556Z test_module_global_forward_preforward_hook_writeable (__main__.TestModuleGlobalHooks) ... ok (0.005s) 2022-11-23T04:05:07.4118393Z test_module_global_hook_invalid_outputs (__main__.TestModuleGlobalHooks) ... ok (0.005s) 2022-11-23T04:05:07.4119160Z test_module_global_hooks (__main__.TestModuleGlobalHooks) ... ok (0.027s) 2022-11-23T04:05:07.4119825Z test_AdaptiveAvgPool1d (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.4120878Z test_AdaptiveAvgPool1d_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4121650Z test_AdaptiveAvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4122436Z test_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4123118Z test_AdaptiveAvgPool1d_one_output (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4123820Z test_AdaptiveAvgPool1d_one_output_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4124543Z test_AdaptiveAvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4125219Z test_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4125926Z test_AdaptiveAvgPool2d_single (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4126617Z test_AdaptiveAvgPool2d_single_1x1output (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4127434Z test_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4128163Z test_AdaptiveAvgPool2d_single_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4128993Z test_AdaptiveAvgPool2d_tuple (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4129724Z test_AdaptiveAvgPool2d_tuple_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4130541Z test_AdaptiveAvgPool2d_tuple_none (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4131490Z test_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4132344Z test_AdaptiveAvgPool3d_last_dim (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4133099Z test_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4133855Z test_AdaptiveAvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4134611Z test_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4135430Z test_AdaptiveAvgPool3d_single (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4136168Z test_AdaptiveAvgPool3d_single_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.4136874Z test_AdaptiveAvgPool3d_tuple (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4137607Z test_AdaptiveAvgPool3d_tuple_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4138409Z test_AdaptiveAvgPool3d_tuple_none (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4139162Z test_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4139814Z test_AdaptiveLogSoftmax (__main__.TestNN) ... ok (1.065s) 2022-11-23T04:05:07.4140441Z test_AdaptiveLogSoftmax_cuda (__main__.TestNN) ... ok (0.064s) 2022-11-23T04:05:07.4141042Z test_AdaptiveMaxPool1d (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4141672Z test_AdaptiveMaxPool1d_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4142330Z test_AdaptiveMaxPool1d_no_batch_dim (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4142978Z test_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4143626Z test_AdaptiveMaxPool2d_no_batch_dim (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4144327Z test_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4145094Z test_AdaptiveMaxPool2d_single (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4145881Z test_AdaptiveMaxPool2d_single_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4146643Z test_AdaptiveMaxPool2d_tuple (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4147359Z test_AdaptiveMaxPool2d_tuple_cuda (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4148024Z test_AdaptiveMaxPool2d_tuple_none (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4148679Z test_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4149352Z test_AdaptiveMaxPool3d_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4149993Z test_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4150854Z test_AdaptiveMaxPool3d_single (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4151510Z test_AdaptiveMaxPool3d_single_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4152178Z test_AdaptiveMaxPool3d_single_nonatomic (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4152983Z test_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4153824Z test_AdaptiveMaxPool3d_tuple (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4154539Z test_AdaptiveMaxPool3d_tuple_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4155306Z test_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4156167Z test_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4156946Z test_AdaptiveMaxPool3d_tuple_none (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4157784Z test_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4158483Z test_AvgPool1d (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4159116Z test_AvgPool1d_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4159744Z test_AvgPool1d_no_batch_dim (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4160458Z test_AvgPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4161337Z test_AvgPool1d_stride (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4162051Z test_AvgPool1d_stride_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4162738Z test_AvgPool1d_stride_pad (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4163439Z test_AvgPool1d_stride_pad_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4164054Z test_AvgPool2d (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4164608Z test_AvgPool2d_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4165171Z test_AvgPool2d_divisor (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4165775Z test_AvgPool2d_divisor_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4166380Z test_AvgPool2d_divisor_stride (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4167018Z test_AvgPool2d_divisor_stride_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4167622Z test_AvgPool2d_divisor_stride_pad (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4168247Z test_AvgPool2d_divisor_stride_pad_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4168929Z test_AvgPool2d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4169906Z test_AvgPool2d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T04:05:07.4170813Z test_AvgPool2d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4171650Z test_AvgPool2d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.4172147Z test_AvgPool2d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4172581Z test_AvgPool2d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.006s) 2022-11-23T04:05:07.4172996Z test_AvgPool2d_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4173352Z test_AvgPool2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4173703Z test_AvgPool2d_stride (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4174043Z test_AvgPool2d_stride_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4174390Z test_AvgPool2d_stride_pad (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4174724Z test_AvgPool2d_stride_pad_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4175055Z test_AvgPool3d (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4175376Z test_AvgPool3d_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4175853Z test_AvgPool3d_divisor (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4176343Z test_AvgPool3d_divisor_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4176687Z test_AvgPool3d_divisor_stride (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4177309Z test_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4177735Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4178172Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4178672Z test_AvgPool3d_divisor_stride1_pad0_gpu_input_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4179123Z test_AvgPool3d_divisor_stride_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4179499Z test_AvgPool3d_divisor_stride_pad (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4179861Z test_AvgPool3d_divisor_stride_pad_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4180269Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4180711Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4182309Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4183084Z test_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4183851Z test_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4184401Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4184847Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4185365Z test_AvgPool3d_divisor_stride_pad_gpu_general_output_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4185859Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4186294Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4186757Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4187281Z test_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4187766Z test_AvgPool3d_divisor_stride_pad_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4188231Z test_AvgPool3d_divisor_stride_pad_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4188667Z test_AvgPool3d_divisor_stride_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4189128Z test_AvgPool3d_divisor_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4189571Z test_AvgPool3d_divisor_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4190006Z test_AvgPool3d_divisor_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4190420Z test_AvgPool3d_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4190821Z test_AvgPool3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4191154Z test_AvgPool3d_stride (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4191674Z test_AvgPool3d_stride1_pad0_gpu_input (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4192186Z test_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4192563Z test_AvgPool3d_stride_cuda (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4193041Z test_AvgPool3d_stride_pad (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4193399Z test_AvgPool3d_stride_pad_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4193766Z test_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4194178Z test_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4194736Z test_AvgPool3d_stride_pad_gpu_general_output (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4195342Z test_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4195864Z test_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4196285Z test_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4196648Z test_BCELoss (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4196956Z test_BCELoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4197304Z test_BCELoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4197640Z test_BCELoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4197974Z test_BCELoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4198311Z test_BCELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4198777Z test_BCELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4199174Z test_BCELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4199554Z test_BCELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4199923Z test_BCELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4200290Z test_BCELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4200670Z test_BCELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4201059Z test_BCELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4201404Z test_BCELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4201768Z test_BCELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4202147Z test_BCELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4202525Z test_BCELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4202882Z test_BCELoss_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4203219Z test_BCELoss_no_reduce_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4203549Z test_BCELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4203906Z test_BCELoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4204263Z test_BCELoss_scalar_weights (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4204631Z test_BCELoss_scalar_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4205020Z test_BCELoss_scalar_weights_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4205401Z test_BCELoss_scalar_weights_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4205761Z test_BCELoss_scalar_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4206111Z test_BCELoss_weights (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4206462Z test_BCELoss_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4206824Z test_BCELoss_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4207185Z test_BCELoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4207544Z test_BCELoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4207880Z test_BCELoss_weights_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4208237Z test_BCELoss_weights_no_reduce_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4208717Z test_BCELoss_weights_no_reduce_scalar (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4209103Z test_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4209466Z test_BCEWithLogitsLoss (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4209832Z test_BCEWithLogitsLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4210192Z test_BCEWithLogitsLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4210571Z test_BCEWithLogitsLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4211383Z test_BCEWithLogitsLoss_legacy_enum (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-11-23T04:05:07.4212315Z warnings.warn(warning.format(ret)) 2022-11-23T04:05:07.4212974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-11-23T04:05:07.4213500Z warnings.warn(warning.format(ret)) 2022-11-23T04:05:07.4213752Z ok (0.013s) 2022-11-23T04:05:07.4214043Z test_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4214542Z test_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4214976Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4215405Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4215833Z test_BCEWithLogitsLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4216240Z test_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.4216634Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4217067Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4217488Z test_BCEWithLogitsLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4217889Z test_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4218301Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4218721Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4219143Z test_BCEWithLogitsLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4219520Z test_BCEWithLogitsLoss_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4219905Z test_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4220294Z test_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4220702Z test_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.4221107Z test_BCEWithLogitsLoss_scalar_weights (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4221522Z test_BCEWithLogitsLoss_scalar_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4221927Z test_BCEWithLogitsLoss_scalar_weights_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4222353Z test_BCEWithLogitsLoss_scalar_weights_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4222750Z test_BCEWithLogitsLoss_weights (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4223141Z test_BCEWithLogitsLoss_weights_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4223543Z test_BCEWithLogitsLoss_weights_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4223942Z test_BCEWithLogitsLoss_weights_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4224401Z test_BatchNorm1d_3d_input (__main__.TestNN) ... ok (0.454s) 2022-11-23T04:05:07.4224757Z test_BatchNorm1d_3d_input_cuda (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.4225112Z test_BatchNorm1d_3d_input_eval (__main__.TestNN) ... ok (0.039s) 2022-11-23T04:05:07.4225476Z test_BatchNorm1d_3d_input_eval_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4225856Z test_BatchNorm1d_3d_input_not_affine (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4226242Z test_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4226785Z test_BatchNorm1d_3d_input_not_affine_eval (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4227180Z test_BatchNorm1d_3d_input_not_affine_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4227548Z test_BatchNorm1d_affine (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4227997Z test_BatchNorm1d_affine_cuda (__main__.TestNN) ... ok (0.038s) 2022-11-23T04:05:07.4228353Z test_BatchNorm1d_affine_eval (__main__.TestNN) ... ok (0.044s) 2022-11-23T04:05:07.4228716Z test_BatchNorm1d_affine_eval_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4229076Z test_BatchNorm1d_affine_simple_average (__main__.TestNN) ... ok (0.047s) 2022-11-23T04:05:07.4229469Z test_BatchNorm1d_affine_simple_average_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4229954Z test_BatchNorm1d_affine_simple_average_eval (__main__.TestNN) ... ok (0.035s) 2022-11-23T04:05:07.4230383Z test_BatchNorm1d_affine_simple_average_eval_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4230766Z test_BatchNorm1d_not_affine (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4231150Z test_BatchNorm1d_not_affine_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4231664Z test_BatchNorm1d_not_affine_eval (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4232020Z test_BatchNorm1d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4232446Z test_BatchNorm1d_not_tracking_stats (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4233156Z test_BatchNorm1d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.034s) 2022-11-23T04:05:07.4233831Z test_BatchNorm1d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.045s) 2022-11-23T04:05:07.4234519Z test_BatchNorm1d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4235182Z test_BatchNorm1d_zero_batch (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4235808Z test_BatchNorm1d_zero_batch_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4236466Z test_BatchNorm1d_zero_batch_eval (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4237141Z test_BatchNorm1d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4237763Z test_BatchNorm2d (__main__.TestNN) ... ok (0.053s) 2022-11-23T04:05:07.4238395Z test_BatchNorm2d_2d_simple_average (__main__.TestNN) ... ok (0.054s) 2022-11-23T04:05:07.4239093Z test_BatchNorm2d_2d_simple_average_cuda (__main__.TestNN) ... ok (0.033s) 2022-11-23T04:05:07.4239764Z test_BatchNorm2d_2d_simple_average_eval (__main__.TestNN) ... ok (0.045s) 2022-11-23T04:05:07.4240478Z test_BatchNorm2d_2d_simple_average_eval_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4241137Z test_BatchNorm2d_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4241754Z test_BatchNorm2d_eval (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4242390Z test_BatchNorm2d_eval_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4243172Z test_BatchNorm2d_momentum (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4243784Z test_BatchNorm2d_momentum_cuda (__main__.TestNN) ... ok (0.033s) 2022-11-23T04:05:07.4244597Z test_BatchNorm2d_momentum_eval (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4245206Z test_BatchNorm2d_momentum_eval_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4245854Z test_BatchNorm2d_not_affine (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4246758Z test_BatchNorm2d_not_affine_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4247451Z test_BatchNorm2d_not_affine_eval (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4248094Z test_BatchNorm2d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4248791Z test_BatchNorm2d_not_tracking_stats (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4249504Z test_BatchNorm2d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4250221Z test_BatchNorm2d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.049s) 2022-11-23T04:05:07.4250961Z test_BatchNorm2d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4251649Z test_BatchNorm2d_zero_batch (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4252284Z test_BatchNorm2d_zero_batch_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4252940Z test_BatchNorm2d_zero_batch_eval (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4253626Z test_BatchNorm2d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4254261Z test_BatchNorm3d (__main__.TestNN) ... ok (0.047s) 2022-11-23T04:05:07.4254902Z test_BatchNorm3d_3d_simple_average (__main__.TestNN) ... ok (0.056s) 2022-11-23T04:05:07.4255580Z test_BatchNorm3d_3d_simple_average_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T04:05:07.4256427Z test_BatchNorm3d_3d_simple_average_eval (__main__.TestNN) ... ok (0.053s) 2022-11-23T04:05:07.4257207Z test_BatchNorm3d_3d_simple_average_eval_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4257867Z test_BatchNorm3d_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4258478Z test_BatchNorm3d_eval (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4259103Z test_BatchNorm3d_eval_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4259769Z test_BatchNorm3d_momentum (__main__.TestNN) ... ok (0.054s) 2022-11-23T04:05:07.4260426Z test_BatchNorm3d_momentum_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4261127Z test_BatchNorm3d_momentum_eval (__main__.TestNN) ... ok (0.039s) 2022-11-23T04:05:07.4261830Z test_BatchNorm3d_momentum_eval_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4262532Z test_BatchNorm3d_not_affine (__main__.TestNN) ... ok (0.035s) 2022-11-23T04:05:07.4263214Z test_BatchNorm3d_not_affine_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4263939Z test_BatchNorm3d_not_affine_eval (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4264638Z test_BatchNorm3d_not_affine_eval_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4265353Z test_BatchNorm3d_not_tracking_stats (__main__.TestNN) ... ok (0.048s) 2022-11-23T04:05:07.4266075Z test_BatchNorm3d_not_tracking_stats_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4266828Z test_BatchNorm3d_not_tracking_stats_eval (__main__.TestNN) ... ok (0.049s) 2022-11-23T04:05:07.4267589Z test_BatchNorm3d_not_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4268322Z test_BatchNorm3d_zero_batch (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4268969Z test_BatchNorm3d_zero_batch_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4269652Z test_BatchNorm3d_zero_batch_eval (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4270313Z test_BatchNorm3d_zero_batch_eval_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4270896Z test_CELU (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4271411Z test_CELU_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4271960Z test_CELU_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4272512Z test_CELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4273064Z test_CELU_scalar (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4273618Z test_CELU_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4274249Z test_CTCLoss_2d_int_target_lengths_intlists (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4275063Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4275872Z test_CTCLoss_2d_int_target_lengths_intlists_cuda_float (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4276643Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4277518Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4278440Z test_CTCLoss_2d_int_target_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4279265Z test_CTCLoss_2d_int_target_lengths_tensors (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4280040Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4280468Z test_CTCLoss_2d_int_target_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4280899Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.048s) 2022-11-23T04:05:07.4281634Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4282230Z test_CTCLoss_2d_int_target_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4282775Z test_CTCLoss_2d_lengths_tensors (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.4283174Z test_CTCLoss_2d_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4283565Z test_CTCLoss_2d_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4283963Z test_CTCLoss_2d_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4284365Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4284801Z test_CTCLoss_2d_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4285199Z test_CTCLoss_critical_target_len (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4285569Z test_CTCLoss_lengthchecks_cpu (__main__.TestNN) ... ok (1.003s) 2022-11-23T04:05:07.4285934Z test_CTCLoss_lengthchecks_cuda (__main__.TestNN) ... ok (0.075s) 2022-11-23T04:05:07.4286451Z test_CTCLoss_lengths_intlists (__main__.TestNN) ... ok (0.038s) 2022-11-23T04:05:07.4286831Z test_CTCLoss_lengths_intlists_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4287204Z test_CTCLoss_lengths_intlists_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4287597Z test_CTCLoss_lengths_intlists_sum_reduction (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4288011Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4288434Z test_CTCLoss_lengths_intlists_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4288821Z test_CTCLoss_lengths_tensors (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4289190Z test_CTCLoss_lengths_tensors_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4289700Z test_CTCLoss_lengths_tensors_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4290336Z test_CTCLoss_lengths_tensors_sum_reduction (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.4291053Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4291874Z test_CTCLoss_lengths_tensors_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4292602Z test_CTCLoss_long_targets (__main__.TestNN) ... ok (2.385s) 2022-11-23T04:05:07.4293257Z test_CTCLoss_typechecks (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4293889Z test_CTCLoss_zero_infinity (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4294517Z test_ConstantPad1d (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4295373Z test_ConstantPad1d_batch (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4296051Z test_ConstantPad1d_batch_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4296584Z test_ConstantPad1d_complex (__main__.TestNN) ... ok (0.041s) 2022-11-23T04:05:07.4297304Z test_ConstantPad1d_complex_cuda (__main__.TestNN) ... ok (0.339s) 2022-11-23T04:05:07.4297920Z test_ConstantPad1d_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4298535Z test_ConstantPad2d (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4298947Z test_ConstantPad2d_complex (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4299364Z test_ConstantPad2d_complex_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4299728Z test_ConstantPad2d_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4300084Z test_ConstantPad2d_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4300440Z test_ConstantPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4300806Z test_ConstantPad3d (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4301144Z test_ConstantPad3d_complex (__main__.TestNN) ... ok (0.044s) 2022-11-23T04:05:07.4301504Z test_ConstantPad3d_complex_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4301855Z test_ConstantPad3d_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4302200Z test_ConstantPad3d_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4302691Z test_ConstantPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4303057Z test_Conv1d (__main__.TestNN) ... ok (0.809s) 2022-11-23T04:05:07.4303394Z test_Conv1d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.055s) 2022-11-23T04:05:07.4303771Z test_Conv1d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.219s) 2022-11-23T04:05:07.4304113Z test_Conv1d_cuda (__main__.TestNN) ... ok (0.038s) 2022-11-23T04:05:07.4304421Z test_Conv1d_dilated (__main__.TestNN) ... ok (0.049s) 2022-11-23T04:05:07.4304736Z test_Conv1d_dilated_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4305056Z test_Conv1d_groups (__main__.TestNN) ... ok (0.095s) 2022-11-23T04:05:07.4305379Z test_Conv1d_groups_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4305700Z test_Conv1d_pad1 (__main__.TestNN) ... ok (0.047s) 2022-11-23T04:05:07.4306022Z test_Conv1d_pad1_cuda (__main__.TestNN) ... ok (0.035s) 2022-11-23T04:05:07.4306351Z test_Conv1d_pad1size1 (__main__.TestNN) ... ok (0.115s) 2022-11-23T04:05:07.4306670Z test_Conv1d_pad1size1_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4307000Z test_Conv1d_pad2 (__main__.TestNN) ... ok (0.050s) 2022-11-23T04:05:07.4307530Z test_Conv1d_pad2_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4307947Z test_Conv1d_pad2size1 (__main__.TestNN) ... ok (0.046s) 2022-11-23T04:05:07.4308311Z test_Conv1d_pad2size1_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4308742Z test_Conv1d_pad_same (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4309694Z test_Conv1d_pad_same2 (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\conv.py:309: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T04:05:07.4310587Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T04:05:07.4310924Z ok (0.044s) 2022-11-23T04:05:07.4311207Z test_Conv1d_pad_same2_cuda (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.4311625Z test_Conv1d_pad_same_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4311976Z test_Conv1d_pad_same_dilated (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4312417Z test_Conv1d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4312817Z test_Conv1d_pad_valid (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.4313511Z test_Conv1d_pad_valid_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4313872Z test_Conv1d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.049s) 2022-11-23T04:05:07.4314306Z test_Conv1d_reflect_stride2_pad2_cuda (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4314999Z test_Conv1d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.040s) 2022-11-23T04:05:07.4315748Z test_Conv1d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.058s) 2022-11-23T04:05:07.4316446Z test_Conv1d_stride (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.4317044Z test_Conv1d_stride_cuda (__main__.TestNN) ... ok (0.047s) 2022-11-23T04:05:07.4317658Z test_Conv1d_zero_batch (__main__.TestNN) ... ok (0.044s) 2022-11-23T04:05:07.4318298Z test_Conv1d_zero_batch_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4318968Z test_Conv1d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.034s) 2022-11-23T04:05:07.4319687Z test_Conv1d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4320318Z test_Conv2d (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4320880Z test_Conv2d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.056s) 2022-11-23T04:05:07.4321629Z test_Conv2d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.044s) 2022-11-23T04:05:07.4322308Z test_Conv2d_cuda (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.4323072Z test_Conv2d_depthwise (__main__.TestNN) ... ok (0.048s) 2022-11-23T04:05:07.4323758Z test_Conv2d_depthwise_cuda (__main__.TestNN) ... ok (0.038s) 2022-11-23T04:05:07.4324438Z test_Conv2d_depthwise_dilated (__main__.TestNN) ... ok (0.051s) 2022-11-23T04:05:07.4325147Z test_Conv2d_depthwise_dilated_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4325836Z test_Conv2d_depthwise_padded (__main__.TestNN) ... ok (0.053s) 2022-11-23T04:05:07.4326536Z test_Conv2d_depthwise_padded_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4327242Z test_Conv2d_depthwise_strided (__main__.TestNN) ... ok (0.053s) 2022-11-23T04:05:07.4327959Z test_Conv2d_depthwise_strided_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4328699Z test_Conv2d_depthwise_with_multiplier (__main__.TestNN) ... ok (0.065s) 2022-11-23T04:05:07.4329445Z test_Conv2d_depthwise_with_multiplier_cuda (__main__.TestNN) ... ok (0.033s) 2022-11-23T04:05:07.4330117Z test_Conv2d_dilated (__main__.TestNN) ... ok (0.060s) 2022-11-23T04:05:07.4330759Z test_Conv2d_dilated_cuda (__main__.TestNN) ... ok (0.034s) 2022-11-23T04:05:07.4331458Z test_Conv2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4332293Z test_Conv2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T04:05:07.4333053Z test_Conv2d_groups (__main__.TestNN) ... ok (0.053s) 2022-11-23T04:05:07.4333684Z test_Conv2d_groups_cuda (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.4334313Z test_Conv2d_groups_thnn (__main__.TestNN) ... ok (0.049s) 2022-11-23T04:05:07.4334933Z test_Conv2d_groups_thnn_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.4335647Z test_Conv2d_groups_thnn_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4336507Z test_Conv2d_groups_thnn_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.4337329Z test_Conv2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4338189Z test_Conv2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.4338952Z test_Conv2d_no_bias (__main__.TestNN) ... ok (0.041s) 2022-11-23T04:05:07.4339582Z test_Conv2d_no_bias_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4340242Z test_Conv2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4341090Z test_Conv2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T04:05:07.4342760Z test_Conv2d_pad_same (__main__.TestNN) ... ok (0.051s) 2022-11-23T04:05:07.4343403Z test_Conv2d_pad_same_cuda (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4344054Z test_Conv2d_pad_same_dilated (__main__.TestNN) ... ok (0.059s) 2022-11-23T04:05:07.4344744Z test_Conv2d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4345394Z test_Conv2d_pad_valid (__main__.TestNN) ... ok (0.049s) 2022-11-23T04:05:07.4346051Z test_Conv2d_pad_valid_cuda (__main__.TestNN) ... ok (0.039s) 2022-11-23T04:05:07.4346683Z test_Conv2d_padding (__main__.TestNN) ... ok (0.040s) 2022-11-23T04:05:07.4347348Z test_Conv2d_padding_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4348017Z test_Conv2d_padding_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4348859Z test_Conv2d_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.4349680Z test_Conv2d_reflect_stride2_pad2 (__main__.TestNN) ... ok (0.041s) 2022-11-23T04:05:07.4350390Z test_Conv2d_reflect_stride2_pad2_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4351038Z test_Conv2d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4351683Z test_Conv2d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4352314Z test_Conv2d_strided (__main__.TestNN) ... ok (0.044s) 2022-11-23T04:05:07.4353074Z test_Conv2d_strided_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4353791Z test_Conv2d_strided_with_long_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4354573Z test_Conv2d_strided_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4355294Z test_Conv2d_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4356100Z test_Conv2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4356891Z test_Conv2d_zero_batch (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4357567Z test_Conv2d_zero_batch_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4358256Z test_Conv2d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4359081Z test_Conv2d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4359889Z test_Conv2d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4360580Z test_Conv2d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.041s) 2022-11-23T04:05:07.4361185Z test_Conv3d (__main__.TestNN) ... ok (0.038s) 2022-11-23T04:05:07.4361767Z test_Conv3d_1x1x1_no_bias (__main__.TestNN) ... ok (0.043s) 2022-11-23T04:05:07.4362401Z test_Conv3d_1x1x1_no_bias_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4363094Z test_Conv3d_1x1x1_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4363913Z test_Conv3d_1x1x1_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4364625Z test_Conv3d_circular_stride2_pad2 (__main__.TestNN) ... ok (0.082s) 2022-11-23T04:05:07.4365254Z test_Conv3d_circular_stride2_pad2_cuda (__main__.TestNN) ... ok (0.058s) 2022-11-23T04:05:07.4365869Z test_Conv3d_cuda (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4366422Z test_Conv3d_dilated (__main__.TestNN) ... ok (0.053s) 2022-11-23T04:05:07.4366978Z test_Conv3d_dilated_cuda (__main__.TestNN) ... ok (0.034s) 2022-11-23T04:05:07.4367490Z test_Conv3d_dilated_strided (__main__.TestNN) ... ok (0.038s) 2022-11-23T04:05:07.4368072Z test_Conv3d_dilated_strided_cuda (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4368649Z test_Conv3d_groups (__main__.TestNN) ... ok (0.038s) 2022-11-23T04:05:07.4369229Z test_Conv3d_groups_cuda (__main__.TestNN) ... ok (0.034s) 2022-11-23T04:05:07.4369700Z test_Conv3d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4370419Z test_Conv3d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T04:05:07.4371095Z test_Conv3d_no_bias (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4371663Z test_Conv3d_no_bias_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4372001Z test_Conv3d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4372428Z test_Conv3d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.4372816Z test_Conv3d_pad_same (__main__.TestNN) ... ok (0.074s) 2022-11-23T04:05:07.4373142Z test_Conv3d_pad_same_cuda (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4373483Z test_Conv3d_pad_same_dilated (__main__.TestNN) ... ok (0.057s) 2022-11-23T04:05:07.4373836Z test_Conv3d_pad_same_dilated_cuda (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.4374161Z test_Conv3d_pad_valid (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4374500Z test_Conv3d_pad_valid_cuda (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4374853Z test_Conv3d_replicate_stride2_pad2 (__main__.TestNN) ... ok (0.039s) 2022-11-23T04:05:07.4375230Z test_Conv3d_replicate_stride2_pad2_cuda (__main__.TestNN) ... ok (0.046s) 2022-11-23T04:05:07.4375575Z test_Conv3d_stride (__main__.TestNN) ... ok (0.039s) 2022-11-23T04:05:07.4375898Z test_Conv3d_stride_cuda (__main__.TestNN) ... ok (0.033s) 2022-11-23T04:05:07.4376337Z test_Conv3d_stride_padding (__main__.TestNN) ... ok (0.045s) 2022-11-23T04:05:07.4376716Z test_Conv3d_stride_padding_cuda (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.4377092Z test_Conv3d_stride_padding_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4377536Z test_Conv3d_stride_padding_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4377959Z test_Conv3d_stride_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4378386Z test_Conv3d_stride_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4378764Z test_Conv3d_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4379161Z test_Conv3d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4379540Z test_Conv3d_zero_batch (__main__.TestNN) ... ok (0.038s) 2022-11-23T04:05:07.4379875Z test_Conv3d_zero_batch_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4380236Z test_Conv3d_zero_batch_with_long_tensor (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4380661Z test_Conv3d_zero_batch_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T04:05:07.4381063Z test_Conv3d_zeros_stride2_pad2 (__main__.TestNN) ... ok (0.046s) 2022-11-23T04:05:07.4381404Z test_Conv3d_zeros_stride2_pad2_cuda (__main__.TestNN) ... ok (0.039s) 2022-11-23T04:05:07.4381754Z test_ConvTranspose1d (__main__.TestNN) ... ok (0.055s) 2022-11-23T04:05:07.4382101Z test_ConvTranspose1d_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4382453Z test_ConvTranspose1d_dilated (__main__.TestNN) ... ok (0.052s) 2022-11-23T04:05:07.4382820Z test_ConvTranspose1d_dilated_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4383167Z test_ConvTranspose1d_groups (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4383535Z test_ConvTranspose1d_groups_cuda (__main__.TestNN) ... ok (0.033s) 2022-11-23T04:05:07.4383900Z test_ConvTranspose1d_no_bias (__main__.TestNN) ... ok (0.034s) 2022-11-23T04:05:07.4384261Z test_ConvTranspose1d_no_bias_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4384609Z test_ConvTranspose2d (__main__.TestNN) ... ok (0.055s) 2022-11-23T04:05:07.4384946Z test_ConvTranspose2d_cuda (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.4385280Z test_ConvTranspose2d_dilated (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4385644Z test_ConvTranspose2d_dilated_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4386148Z test_ConvTranspose2d_dilated_with_long_tensor (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4386611Z test_ConvTranspose2d_dilated_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.4387035Z test_ConvTranspose2d_groups (__main__.TestNN) ... ok (0.054s) 2022-11-23T04:05:07.4387406Z test_ConvTranspose2d_groups_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4387800Z test_ConvTranspose2d_groups_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4388239Z test_ConvTranspose2d_groups_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4388661Z test_ConvTranspose2d_no_bias (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4389020Z test_ConvTranspose2d_no_bias_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4389405Z test_ConvTranspose2d_no_bias_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4389861Z test_ConvTranspose2d_no_bias_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.4390293Z test_ConvTranspose2d_with_long_tensor (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4390764Z test_ConvTranspose2d_with_long_tensor_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.4391263Z test_ConvTranspose3d (__main__.TestNN) ... ok (0.065s) 2022-11-23T04:05:07.4391632Z test_ConvTranspose3d_cuda (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4391987Z test_ConvTranspose3d_dilated (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4392353Z test_ConvTranspose3d_dilated_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4392718Z test_CosineEmbeddingLoss (__main__.TestNN) ... ok (0.033s) 2022-11-23T04:05:07.4393071Z test_CosineEmbeddingLoss_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4393464Z test_CosineEmbeddingLoss_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4393849Z test_CosineEmbeddingLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4394229Z test_CosineEmbeddingLoss_margin (__main__.TestNN) ... ok (0.044s) 2022-11-23T04:05:07.4394624Z test_CosineEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.4395038Z test_CosineEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4395427Z test_CosineEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4395837Z test_CosineEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.033s) 2022-11-23T04:05:07.4396272Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4396719Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4397163Z test_CosineEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4397589Z test_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4398016Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4398433Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4399318Z test_CosineEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4400299Z test_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4401033Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4401680Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4402116Z test_CosineEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4402537Z test_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4403107Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4403540Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4403966Z test_CosineEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4404381Z test_CosineEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4404795Z test_CosineEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4405221Z test_CosineEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4405800Z test_CosineEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4406197Z test_CrossEntropyLoss (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4406703Z test_CrossEntropyLoss_2d (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4407089Z test_CrossEntropyLoss_2d_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4407624Z test_CrossEntropyLoss_2d_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4408005Z test_CrossEntropyLoss_2d_cuda_half (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4408368Z test_CrossEntropyLoss_2d_ignore_index (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4408867Z test_CrossEntropyLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4409316Z test_CrossEntropyLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4409732Z test_CrossEntropyLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4410153Z test_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4410594Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4412022Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4412962Z test_CrossEntropyLoss_2d_indices_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4413795Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4414796Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4415661Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4416522Z test_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4417414Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4418258Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4418844Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4419748Z test_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4420428Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4421171Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4421655Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4422129Z test_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4422556Z test_CrossEntropyLoss_2d_prob_target (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4422945Z test_CrossEntropyLoss_2d_prob_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4423558Z test_CrossEntropyLoss_2d_prob_target_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4423975Z test_CrossEntropyLoss_2d_prob_target_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4424391Z test_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4424826Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4425273Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4425715Z test_CrossEntropyLoss_2d_prob_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4426151Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4427268Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4427900Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4428379Z test_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4428828Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4429395Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4429889Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_float (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4430342Z test_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4430786Z test_CrossEntropyLoss_2d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4431234Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4431692Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4432145Z test_CrossEntropyLoss_2d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4432580Z test_CrossEntropyLoss_2d_prob_target_weights (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4433559Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4434299Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4434738Z test_CrossEntropyLoss_2d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4435179Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4436045Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4436587Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4437067Z test_CrossEntropyLoss_2d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4437496Z test_CrossEntropyLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4437892Z test_CrossEntropyLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4438312Z test_CrossEntropyLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4438733Z test_CrossEntropyLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4439310Z test_CrossEntropyLoss_2d_weights (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4439703Z test_CrossEntropyLoss_2d_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4440346Z test_CrossEntropyLoss_2d_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4440896Z test_CrossEntropyLoss_2d_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4441314Z test_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4441756Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4442214Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4442663Z test_CrossEntropyLoss_3d_indices_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4443119Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4443592Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4444060Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4444547Z test_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4445016Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4445637Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4447102Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4449217Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4450169Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4451127Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4452272Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4453382Z test_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda_half (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4454349Z test_CrossEntropyLoss_3d_prob_target (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4455178Z test_CrossEntropyLoss_3d_prob_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4455995Z test_CrossEntropyLoss_3d_prob_target_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4456829Z test_CrossEntropyLoss_3d_prob_target_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4457656Z test_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4458520Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4459488Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4460594Z test_CrossEntropyLoss_3d_prob_target_smoothing_cuda_half (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4461477Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4462396Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4463118Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4463590Z test_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4464044Z test_CrossEntropyLoss_3d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4464539Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4465398Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4466575Z test_CrossEntropyLoss_3d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4467603Z test_CrossEntropyLoss_3d_prob_target_weights (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4468398Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4469186Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4470027Z test_CrossEntropyLoss_3d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4470888Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4471795Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4472852Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4473891Z test_CrossEntropyLoss_3d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4474807Z test_CrossEntropyLoss_4d_prob_target (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4475590Z test_CrossEntropyLoss_4d_prob_target_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4476587Z test_CrossEntropyLoss_4d_prob_target_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4477432Z test_CrossEntropyLoss_4d_prob_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4478248Z test_CrossEntropyLoss_4d_prob_target_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4479134Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4480193Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4481263Z test_CrossEntropyLoss_4d_prob_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4482144Z test_CrossEntropyLoss_4d_prob_target_weights (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4482980Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4483856Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_float (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4484726Z test_CrossEntropyLoss_4d_prob_target_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4485614Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4486645Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4487730Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4488447Z test_CrossEntropyLoss_4d_prob_target_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4488889Z test_CrossEntropyLoss_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4489268Z test_CrossEntropyLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4489644Z test_CrossEntropyLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4490013Z test_CrossEntropyLoss_dim_is_3 (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4490719Z test_CrossEntropyLoss_dim_is_3_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4491531Z test_CrossEntropyLoss_dim_is_3_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4492283Z test_CrossEntropyLoss_dim_is_3_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4493720Z test_CrossEntropyLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4494667Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4495975Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4496841Z test_CrossEntropyLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4497632Z test_CrossEntropyLoss_higher_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4498425Z test_CrossEntropyLoss_higher_dim_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4499249Z test_CrossEntropyLoss_higher_dim_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4500061Z test_CrossEntropyLoss_higher_dim_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4500974Z test_CrossEntropyLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4501933Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4502823Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4503691Z test_CrossEntropyLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4504513Z test_CrossEntropyLoss_weights (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4505298Z test_CrossEntropyLoss_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4506129Z test_CrossEntropyLoss_weights_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4507138Z test_CrossEntropyLoss_weights_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4507988Z test_CrossMapLRN2d (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.4508703Z test_CrossMapLRN2d_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4509372Z test_ELU (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4509945Z test_ELU_cuda (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4510564Z test_ELU_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4511235Z test_ELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4511851Z test_ELU_scalar (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4512468Z test_ELU_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.4513098Z test_Embedding (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4513765Z test_EmbeddingBag_discontiguous (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.4514618Z test_EmbeddingBag_discontiguous_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4515344Z test_EmbeddingBag_max (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4516111Z test_EmbeddingBag_max_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4516839Z test_EmbeddingBag_max_padding_idx (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4517609Z test_EmbeddingBag_max_padding_idx_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4518305Z test_EmbeddingBag_mean (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4519061Z test_EmbeddingBag_mean_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4519777Z test_EmbeddingBag_mean_padding_idx (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4520518Z test_EmbeddingBag_mean_padding_idx_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4521236Z test_EmbeddingBag_sparse (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4522016Z test_EmbeddingBag_sparse_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4522748Z test_EmbeddingBag_sum (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4523507Z test_EmbeddingBag_sum_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4524199Z test_EmbeddingBag_sum_padding_idx (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4525079Z test_EmbeddingBag_sum_padding_idx_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4526886Z test_Embedding_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4527423Z test_Embedding_discontiguous (__main__.TestNN) ... ok (0.033s) 2022-11-23T04:05:07.4528143Z test_Embedding_discontiguous_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4528651Z test_Embedding_sparse (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4528999Z test_Embedding_sparse_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4529399Z test_Flatten (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.4529730Z test_Flatten_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4530200Z test_Flatten_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4530542Z test_Flatten_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4530860Z test_Fold (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4531151Z test_Fold_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4531445Z test_Fold_int_input (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4531770Z test_Fold_int_input_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4532104Z test_Fold_no_batch_dim_input (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4532465Z test_Fold_no_batch_dim_input_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4532828Z test_Fold_no_batch_dim_int_input (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4533189Z test_Fold_no_batch_dim_int_input_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4533541Z test_FractionalMaxPool2d_ratio (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4534046Z test_FractionalMaxPool2d_ratio_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4534846Z test_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4535719Z test_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4536758Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4537732Z test_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4538668Z test_FractionalMaxPool2d_ratio_return_indices (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4539514Z test_FractionalMaxPool2d_ratio_return_indices_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4540299Z test_FractionalMaxPool2d_size (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4541035Z test_FractionalMaxPool2d_size_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4541811Z test_FractionalMaxPool2d_size_no_batch_dim (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4542720Z test_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4543785Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4544748Z test_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.4545653Z test_FractionalMaxPool3d_asymsize (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.4546425Z test_FractionalMaxPool3d_asymsize_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4547169Z test_FractionalMaxPool3d_ratio (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4547914Z test_FractionalMaxPool3d_ratio_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4548683Z test_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4549638Z test_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4550604Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.034s) 2022-11-23T04:05:07.4551679Z test_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.4552620Z test_FractionalMaxPool3d_ratio_return_indices (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4553446Z test_FractionalMaxPool3d_ratio_return_indices_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4554433Z test_FractionalMaxPool3d_size (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4555150Z test_FractionalMaxPool3d_size_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4555892Z test_FractionalMaxPool3d_size_no_batch_dim (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4556817Z test_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4557687Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4558847Z test_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.4559649Z test_GELU (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4560225Z test_GELU_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4560801Z test_GELU_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4561455Z test_GELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4562095Z test_GELU_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4562714Z test_GELU_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4563292Z test_GLU (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4564009Z test_GLU_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4564909Z test_GLU_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4565629Z test_GLU_dim_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4566248Z test_GLU_no_batch_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4566880Z test_GLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4567541Z test_GroupNorm_1d_affine (__main__.TestNN) ... ok (0.045s) 2022-11-23T04:05:07.4568210Z test_GroupNorm_1d_affine_GN (__main__.TestNN) ... ok (0.054s) 2022-11-23T04:05:07.4568879Z test_GroupNorm_1d_affine_GN_cuda (__main__.TestNN) ... ok (0.039s) 2022-11-23T04:05:07.4569594Z test_GroupNorm_1d_affine_GN_eval (__main__.TestNN) ... ok (0.039s) 2022-11-23T04:05:07.4570308Z test_GroupNorm_1d_affine_GN_eval_cuda (__main__.TestNN) ... ok (0.045s) 2022-11-23T04:05:07.4571131Z test_GroupNorm_1d_affine_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4571983Z test_GroupNorm_1d_affine_eval (__main__.TestNN) ... ok (0.048s) 2022-11-23T04:05:07.4572691Z test_GroupNorm_1d_affine_eval_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4573403Z test_GroupNorm_1d_affine_large_batch_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.4574166Z test_GroupNorm_1d_affine_large_batch_eval_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4574903Z test_GroupNorm_1d_no_affine_IN (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4575603Z test_GroupNorm_1d_no_affine_IN_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4576316Z test_GroupNorm_1d_no_affine_IN_eval (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4577061Z test_GroupNorm_1d_no_affine_IN_eval_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4577897Z test_GroupNorm_1d_no_affine_LN (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4578676Z test_GroupNorm_1d_no_affine_LN_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4579480Z test_GroupNorm_1d_no_affine_LN_eval (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4580240Z test_GroupNorm_1d_no_affine_LN_eval_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.4580945Z test_GroupNorm_2d_affine (__main__.TestNN) ... ok (0.045s) 2022-11-23T04:05:07.4581590Z test_GroupNorm_2d_affine_cuda (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.4582242Z test_GroupNorm_2d_affine_eval (__main__.TestNN) ... ok (0.057s) 2022-11-23T04:05:07.4582931Z test_GroupNorm_2d_affine_eval_cuda (__main__.TestNN) ... ok (0.042s) 2022-11-23T04:05:07.4583686Z test_GroupNorm_2d_affine_large_feature_cuda (__main__.TestNN) ... ok (0.066s) 2022-11-23T04:05:07.4584817Z test_GroupNorm_2d_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.034s) 2022-11-23T04:05:07.4585812Z test_GroupNorm_2d_no_affine_IN (__main__.TestNN) ... ok (0.034s) 2022-11-23T04:05:07.4586513Z test_GroupNorm_2d_no_affine_IN_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4587206Z test_GroupNorm_2d_no_affine_IN_eval (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4587949Z test_GroupNorm_2d_no_affine_IN_eval_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4588667Z test_GroupNorm_2d_no_affine_LN (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4589357Z test_GroupNorm_2d_no_affine_LN_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4590052Z test_GroupNorm_2d_no_affine_LN_eval (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4590829Z test_GroupNorm_2d_no_affine_LN_eval_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4591554Z test_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestNN) ... ok (0.089s) 2022-11-23T04:05:07.4592474Z test_GroupNorm_2d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.075s) 2022-11-23T04:05:07.4593385Z test_Hardshrink (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4594004Z test_Hardshrink_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4594666Z test_Hardshrink_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4595523Z test_Hardshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4596210Z test_Hardshrink_scalar (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4596878Z test_Hardshrink_scalar_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4597570Z test_Hardsigmoid_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4598272Z test_Hardsigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4599127Z test_Hardswish_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4599900Z test_Hardswish_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4600584Z test_Hardtanh (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4601187Z test_Hardtanh_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4601839Z test_Hardtanh_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4602513Z test_Hardtanh_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4603188Z test_Hardtanh_scalar (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4603843Z test_Hardtanh_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.4604487Z test_HingeEmbeddingLoss (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4605194Z test_HingeEmbeddingLoss_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4606085Z test_HingeEmbeddingLoss_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4606997Z test_HingeEmbeddingLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4607735Z test_HingeEmbeddingLoss_margin (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4608486Z test_HingeEmbeddingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4609232Z test_HingeEmbeddingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4610021Z test_HingeEmbeddingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4610799Z test_HingeEmbeddingLoss_margin_no_reduce (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4611595Z test_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4612512Z test_HingeEmbeddingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4613441Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4614395Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4615259Z test_HingeEmbeddingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4616275Z test_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4617066Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4617916Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4618759Z test_HingeEmbeddingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4619729Z test_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4620714Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4621573Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4622409Z test_HingeEmbeddingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4623210Z test_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4624040Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4624869Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4625677Z test_HingeEmbeddingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4626755Z test_HingeEmbeddingLoss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4627741Z test_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4628509Z test_HingeEmbeddingLoss_scalar_margin (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4629301Z test_HingeEmbeddingLoss_scalar_margin_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4630149Z test_HingeEmbeddingLoss_scalar_margin_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4630976Z test_HingeEmbeddingLoss_scalar_margin_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4631794Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4632687Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4633711Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4634838Z test_HingeEmbeddingLoss_scalar_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4635673Z test_HingeEmbeddingLoss_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4636475Z test_HingeEmbeddingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4637292Z test_HingeEmbeddingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4638116Z test_HingeEmbeddingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4638839Z test_HuberLoss (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4639481Z test_HuberLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4640307Z test_HuberLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4641080Z test_HuberLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4641824Z test_HuberLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4642480Z test_HuberLoss_delta (__main__.TestNN) ... ok (0.148s) 2022-11-23T04:05:07.4643128Z test_HuberLoss_delta_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4643787Z test_HuberLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4644513Z test_HuberLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4645269Z test_HuberLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4646001Z test_HuberLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4647033Z test_HuberLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4647870Z test_HuberLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4648740Z test_HuberLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4649496Z test_HuberLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4650201Z test_HuberLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.4650935Z test_HuberLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4651667Z test_HuberLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4652422Z test_HuberLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4653123Z test_HuberLoss_sum_reduction (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4653975Z test_HuberLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4654936Z test_HuberLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4655691Z test_HuberLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4656412Z test_HuberLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4657109Z test_InstanceNorm1d (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4657916Z test_InstanceNorm1d_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4658610Z test_InstanceNorm1d_eval (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4659295Z test_InstanceNorm1d_eval_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4659995Z test_InstanceNorm1d_no_batch_dim (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4660813Z test_InstanceNorm1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4661736Z test_InstanceNorm1d_no_batch_dim_eval (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4662543Z test_InstanceNorm1d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4663302Z test_InstanceNorm1d_tracking_stats (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4664031Z test_InstanceNorm1d_tracking_stats_cuda (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4664788Z test_InstanceNorm1d_tracking_stats_eval (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4665553Z test_InstanceNorm1d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4666354Z test_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.034s) 2022-11-23T04:05:07.4667298Z test_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4668257Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4669219Z test_InstanceNorm1d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4669969Z test_InstanceNorm2d (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4670606Z test_InstanceNorm2d_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4671254Z test_InstanceNorm2d_eval (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4671947Z test_InstanceNorm2d_eval_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4672657Z test_InstanceNorm2d_no_batch_dim (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4673391Z test_InstanceNorm2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4674264Z test_InstanceNorm2d_no_batch_dim_eval (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4675002Z test_InstanceNorm2d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4675906Z test_InstanceNorm2d_tracking_stats (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4676643Z test_InstanceNorm2d_tracking_stats_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4677409Z test_InstanceNorm2d_tracking_stats_eval (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4678374Z test_InstanceNorm2d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4679168Z test_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4679964Z test_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4680788Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4681737Z test_InstanceNorm2d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4682657Z test_InstanceNorm3d (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4683315Z test_InstanceNorm3d_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4683976Z test_InstanceNorm3d_eval (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4684640Z test_InstanceNorm3d_eval_cuda (__main__.TestNN) ... ok (0.034s) 2022-11-23T04:05:07.4685342Z test_InstanceNorm3d_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4686063Z test_InstanceNorm3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4686791Z test_InstanceNorm3d_no_batch_dim_eval (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4687532Z test_InstanceNorm3d_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4688555Z test_InstanceNorm3d_tracking_stats (__main__.TestNN) ... ok (0.040s) 2022-11-23T04:05:07.4689502Z test_InstanceNorm3d_tracking_stats_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4690248Z test_InstanceNorm3d_tracking_stats_eval (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4691059Z test_InstanceNorm3d_tracking_stats_eval_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4691881Z test_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4692692Z test_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4693525Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.4694377Z test_InstanceNorm3d_tracking_stats_no_batch_dim_eval_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4696368Z test_KLDivLoss (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T04:05:07.4697785Z warnings.warn( 2022-11-23T04:05:07.4699161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T04:05:07.4700501Z warnings.warn( 2022-11-23T04:05:07.4702025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T04:05:07.4703446Z warnings.warn( 2022-11-23T04:05:07.4703678Z ok (0.010s) 2022-11-23T04:05:07.4703968Z test_KLDivLoss_batch_mean (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4704334Z test_KLDivLoss_batch_mean_log_target (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4704699Z test_KLDivLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4705026Z test_KLDivLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4705548Z test_KLDivLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4706407Z test_KLDivLoss_log_target (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T04:05:07.4707137Z warnings.warn( 2022-11-23T04:05:07.4707874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T04:05:07.4708550Z warnings.warn( 2022-11-23T04:05:07.4708913Z ok (0.008s) 2022-11-23T04:05:07.4709349Z test_KLDivLoss_log_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4709721Z test_KLDivLoss_log_target_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4710325Z test_KLDivLoss_log_target_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4710720Z test_KLDivLoss_log_target_sum_reduction (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4711231Z test_KLDivLoss_log_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4711678Z test_KLDivLoss_log_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4712099Z test_KLDivLoss_log_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4712469Z test_KLDivLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4712850Z test_KLDivLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4713247Z test_KLDivLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4713636Z test_KLDivLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4714012Z test_KLDivLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4714525Z test_KLDivLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4715065Z test_KLDivLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4715459Z test_KLDivLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4715963Z test_KLDivLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4716346Z test_KLDivLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4716857Z test_KLDivLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4717482Z test_KLDivLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4717850Z test_KLDivLoss_no_reduce (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4718177Z test_KLDivLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4718545Z test_KLDivLoss_no_reduce_log_target (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4718923Z test_KLDivLoss_no_reduce_log_target_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4719298Z test_KLDivLoss_no_reduce_scalar (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4719663Z test_KLDivLoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4720042Z test_KLDivLoss_no_reduce_scalar_log_target (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4720621Z test_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4722198Z test_KLDivLoss_scalar (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T04:05:07.4723344Z warnings.warn( 2022-11-23T04:05:07.4724425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T04:05:07.4725124Z warnings.warn( 2022-11-23T04:05:07.4725848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T04:05:07.4726531Z warnings.warn( 2022-11-23T04:05:07.4726745Z ok (0.010s) 2022-11-23T04:05:07.4727039Z test_KLDivLoss_scalar_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4727409Z test_KLDivLoss_scalar_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4727868Z test_KLDivLoss_scalar_cuda_half (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4728968Z test_KLDivLoss_scalar_log_target (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T04:05:07.4729854Z warnings.warn( 2022-11-23T04:05:07.4730738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T04:05:07.4731542Z warnings.warn( 2022-11-23T04:05:07.4731758Z ok (0.010s) 2022-11-23T04:05:07.4732078Z test_KLDivLoss_scalar_log_target_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4732483Z test_KLDivLoss_scalar_log_target_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4732862Z test_KLDivLoss_scalar_log_target_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4733264Z test_KLDivLoss_scalar_log_target_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4733691Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4734133Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4734568Z test_KLDivLoss_scalar_log_target_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4734969Z test_KLDivLoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4735343Z test_KLDivLoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4735759Z test_KLDivLoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4736160Z test_KLDivLoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4736666Z test_KLDivLoss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4737040Z test_KLDivLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4737546Z test_KLDivLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4738116Z test_KLDivLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4739164Z test_KLDivLoss_with_log_target_no_reduce (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4739560Z test_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4739946Z test_KLDivLoss_with_target_no_reduce (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4740330Z test_KLDivLoss_with_target_no_reduce_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4740668Z test_L1Loss (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4741170Z test_L1Loss_cuda_cdouble (__main__.TestNN) ... ok (0.345s) 2022-11-23T04:05:07.4741492Z test_L1Loss_cuda_cfloat (__main__.TestNN) ... ok (0.565s) 2022-11-23T04:05:07.4741820Z test_L1Loss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4742141Z test_L1Loss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4742461Z test_L1Loss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4742798Z test_L1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4743163Z test_L1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4743653Z test_L1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4744027Z test_L1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4744765Z test_L1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4745172Z test_L1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4745552Z test_L1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4745923Z test_L1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4746259Z test_L1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4746618Z test_L1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4746990Z test_L1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4747358Z test_L1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4747700Z test_L1Loss_no_reduce (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4748036Z test_L1Loss_no_reduce_complex (__main__.TestNN) ... ok (0.038s) 2022-11-23T04:05:07.4748382Z test_L1Loss_no_reduce_complex_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4748730Z test_L1Loss_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4749067Z test_L1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4749418Z test_L1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4749752Z test_L1Loss_scalar (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4750202Z test_L1Loss_scalar_cuda_cdouble (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4750545Z test_L1Loss_scalar_cuda_cfloat (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4751239Z test_L1Loss_scalar_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4752005Z test_L1Loss_scalar_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4752637Z test_L1Loss_scalar_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4752974Z test_LPPool1d (__main__.TestNN) ... ok (0.041s) 2022-11-23T04:05:07.4753293Z test_LPPool1d_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4753611Z test_LPPool1d_no_batch_dim (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4753959Z test_LPPool1d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4754471Z test_LPPool1d_norm (__main__.TestNN) ... ok (0.033s) 2022-11-23T04:05:07.4754798Z test_LPPool1d_norm_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.4755113Z test_LPPool2d (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4755406Z test_LPPool2d_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4755897Z test_LPPool2d_norm (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4756219Z test_LPPool2d_norm_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4756530Z test_LSTM_cell (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4757010Z test_LSTM_cell_forward_hidden_size (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4757403Z test_LSTM_cell_forward_input_size (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4757764Z test_LayerNorm_1d_elementwise_affine (__main__.TestNN) ... ok (0.048s) 2022-11-23T04:05:07.4758431Z test_LayerNorm_1d_elementwise_affine_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4758833Z test_LayerNorm_1d_elementwise_affine_eval (__main__.TestNN) ... ok (0.039s) 2022-11-23T04:05:07.4759228Z test_LayerNorm_1d_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4759627Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4760036Z test_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4760449Z test_LayerNorm_1d_empty_elementwise_affine_eval (__main__.TestNN) ... ok (0.039s) 2022-11-23T04:05:07.4760856Z test_LayerNorm_1d_empty_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4761600Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4762535Z test_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4762999Z test_LayerNorm_1d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4763407Z test_LayerNorm_1d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4763929Z test_LayerNorm_3d_elementwise_affine (__main__.TestNN) ... ok (0.046s) 2022-11-23T04:05:07.4764478Z test_LayerNorm_3d_elementwise_affine_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4764984Z test_LayerNorm_3d_elementwise_affine_eval (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.4765515Z test_LayerNorm_3d_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4765910Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestNN) ... ok (1.841s) 2022-11-23T04:05:07.4766301Z test_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestNN) ... ok (0.538s) 2022-11-23T04:05:07.4766704Z test_LayerNorm_3d_no_affine_large_feature_eval (__main__.TestNN) ... ok (1.835s) 2022-11-23T04:05:07.4767094Z test_LayerNorm_3d_no_affine_large_feature_eval_cuda (__main__.TestNN) ... ok (0.589s) 2022-11-23T04:05:07.4767492Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4767884Z test_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4768277Z test_LayerNorm_3d_no_elementwise_affine_eval (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4768683Z test_LayerNorm_3d_no_elementwise_affine_eval_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4769039Z test_LeakyReLU (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4769437Z test_LeakyReLU_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4770043Z test_LeakyReLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4770826Z test_LeakyReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4771307Z test_LeakyReLU_with_negval (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4771671Z test_LeakyReLU_with_negval_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4772248Z test_LeakyReLU_with_negval_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4772606Z test_LeakyReLU_with_negval_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4773144Z test_LeakyReLU_with_zero_negval (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4773518Z test_LeakyReLU_with_zero_negval_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4774011Z test_Linear (__main__.TestNN) ... ok (0.035s) 2022-11-23T04:05:07.4774314Z test_Linear_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4774641Z test_Linear_no_batch_dim (__main__.TestNN) ... ok (0.034s) 2022-11-23T04:05:07.4774963Z test_Linear_no_batch_dim_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4775293Z test_Linear_no_bias (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.4775618Z test_Linear_no_bias_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4775964Z test_LocalResponseNorm_1d (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.4776324Z test_LocalResponseNorm_1d_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4776702Z test_LocalResponseNorm_2d_uneven_pad (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4777079Z test_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4777484Z test_LocalResponseNorm_3d_custom_params (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.4778020Z test_LocalResponseNorm_3d_custom_params_cuda (__main__.TestNN) ... ok (0.039s) 2022-11-23T04:05:07.4778469Z test_LogSigmoid (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.4779269Z test_LogSigmoid_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4779933Z test_LogSigmoid_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4780399Z test_LogSigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4780888Z test_LogSigmoid_scalar (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4781253Z test_LogSigmoid_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4781637Z test_LogSoftmax (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4782084Z test_LogSoftmax_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4782489Z test_LogSoftmax_multiparam (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4782869Z test_LogSoftmax_multiparam_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4783308Z test_LogSoftmax_multiparam_scalar (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4783755Z test_LogSoftmax_multiparam_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4784184Z test_LogSoftmax_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4784595Z test_LogSoftmax_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4784983Z test_MSELoss (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4785324Z test_MSELoss_cuda_double (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4785719Z test_MSELoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4786109Z test_MSELoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4786509Z test_MSELoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.4786939Z test_MSELoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4787380Z test_MSELoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4787781Z test_MSELoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4788199Z test_MSELoss_no_batch_dim_none (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4788626Z test_MSELoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4789067Z test_MSELoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4789649Z test_MSELoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4790083Z test_MSELoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4790459Z test_MSELoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4791562Z test_MSELoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4792399Z test_MSELoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4792866Z test_MSELoss_no_reduce (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4793441Z test_MSELoss_no_reduce_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4793848Z test_MSELoss_no_reduce_scalar (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4794260Z test_MSELoss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4794816Z test_MSELoss_prec (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4795228Z test_MSELoss_prec_cuda_bfloat16 (__main__.TestNN) ... ok (0.079s) 2022-11-23T04:05:07.4795646Z test_MSELoss_prec_cuda_double (__main__.TestNN) ... ok (0.096s) 2022-11-23T04:05:07.4796056Z test_MSELoss_prec_cuda_float (__main__.TestNN) ... ok (0.076s) 2022-11-23T04:05:07.4796454Z test_MSELoss_prec_cuda_half (__main__.TestNN) ... ok (0.085s) 2022-11-23T04:05:07.4822555Z test_MSELoss_scalar (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4823330Z test_MSELoss_scalar_cuda_bfloat16 (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4824074Z test_MSELoss_scalar_cuda_double (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4824769Z test_MSELoss_scalar_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4825488Z test_MSELoss_scalar_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4826199Z test_MSELoss_scalar_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4826956Z test_MSELoss_scalar_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4827976Z test_MSELoss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4828794Z test_MSELoss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4829580Z test_MSELoss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4830319Z test_MSELoss_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4831036Z test_MSELoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4831766Z test_MSELoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4832488Z test_MSELoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4833194Z test_MarginRankingLoss (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4833892Z test_MarginRankingLoss_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4834646Z test_MarginRankingLoss_cuda_float (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4835379Z test_MarginRankingLoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4836090Z test_MarginRankingLoss_margin (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4836836Z test_MarginRankingLoss_margin_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4837616Z test_MarginRankingLoss_margin_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4838507Z test_MarginRankingLoss_margin_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4839411Z test_MarginRankingLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4840393Z test_MarginRankingLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4841289Z test_MarginRankingLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4842163Z test_MarginRankingLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4843012Z test_MarginRankingLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4843814Z test_MarginRankingLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4844642Z test_MarginRankingLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4845459Z test_MarginRankingLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4846285Z test_MarginRankingLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4847117Z test_MarginRankingLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4848228Z test_MarginRankingLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4849057Z test_MarginRankingLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4849850Z test_MarginRankingLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4850682Z test_MarginRankingLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4851552Z test_MarginRankingLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4852391Z test_MarginRankingLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4853184Z test_MarginRankingLoss_sum_reduction (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4853998Z test_MarginRankingLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4854813Z test_MarginRankingLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4855664Z test_MarginRankingLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4856386Z test_MaxPool1d (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4857000Z test_MaxPool1d_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4857676Z test_MaxPool1d_return_indices (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.4858611Z test_MaxPool1d_return_indices_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4859337Z test_MaxPool1d_stride (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4860003Z test_MaxPool1d_stride_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4860670Z test_MaxPool2d_3d_input (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4861334Z test_MaxPool2d_3d_input_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4862015Z test_MaxPool2d_4d_input (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4862716Z test_MaxPool2d_4d_input_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4863403Z test_MaxPool2d_return_indices (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4864136Z test_MaxPool2d_return_indices_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4864823Z test_MaxPool3d (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4865454Z test_MaxPool3d_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4866137Z test_MaxPool3d_return_indices (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4866853Z test_MaxPool3d_return_indices_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4867513Z test_MaxPool3d_stride (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4868182Z test_MaxPool3d_stride_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4868871Z test_MaxPool3d_stride_padding (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4869608Z test_MaxPool3d_stride_padding_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4870335Z test_MaxUnpool1d_net (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.4871000Z test_MaxUnpool1d_net_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4871682Z test_MaxUnpool1d_net_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4872426Z test_MaxUnpool1d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4873142Z test_MaxUnpool2d_net (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.4873817Z test_MaxUnpool2d_net_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4874532Z test_MaxUnpool2d_net_no_batch_dim (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4875261Z test_MaxUnpool2d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.4875945Z test_MaxUnpool3d_net (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4876614Z test_MaxUnpool3d_net_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.4877310Z test_MaxUnpool3d_net_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4878299Z test_MaxUnpool3d_net_no_batch_dim_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4878946Z test_Mish (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4879531Z test_Mish_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.4880143Z test_Mish_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4880806Z test_Mish_no_batch_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4881459Z test_Mish_scalar (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4882085Z test_Mish_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4882696Z test_ModuleDict (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4883285Z test_ModuleList (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4883913Z test_MultiLabelMarginLoss (__main__.TestNN) ... ok (0.047s) 2022-11-23T04:05:07.4884660Z test_MultiLabelMarginLoss_0d_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4885485Z test_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4886253Z test_MultiLabelMarginLoss_1d (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.4887011Z test_MultiLabelMarginLoss_1d_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4887813Z test_MultiLabelMarginLoss_1d_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4889393Z test_MultiLabelMarginLoss_1d_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4890240Z test_MultiLabelMarginLoss_1d_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4891047Z test_MultiLabelMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4891858Z test_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4892683Z test_MultiLabelMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4893555Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4894443Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4895494Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4896436Z test_MultiLabelMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4897378Z test_MultiLabelMarginLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4898172Z test_MultiLabelMarginLoss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4898956Z test_MultiLabelMarginLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4899713Z test_MultiLabelMarginLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4900501Z test_MultiLabelMarginLoss_index_neg (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.4901295Z test_MultiLabelMarginLoss_index_neg_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.4902120Z test_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4903000Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4903885Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4904786Z test_MultiLabelMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4905632Z test_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4906512Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4907419Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4908311Z test_MultiLabelMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4909173Z test_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4910284Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4911133Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4911978Z test_MultiLabelMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4912816Z test_MultiLabelMarginLoss_no_reduce (__main__.TestNN) ... ok (0.038s) 2022-11-23T04:05:07.4913564Z test_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.4914301Z test_MultiLabelMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.4915094Z test_MultiLabelMarginLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4915966Z test_MultiLabelMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4916808Z test_MultiLabelMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4917686Z test_MultiLabelMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4918496Z test_MultiLabelSoftMarginLoss (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4919276Z test_MultiLabelSoftMarginLoss_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4920105Z test_MultiLabelSoftMarginLoss_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4921137Z test_MultiLabelSoftMarginLoss_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4922004Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.4922912Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4923850Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4924750Z test_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4925648Z test_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.4926550Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4927477Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4928375Z test_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4929238Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4930132Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4931061Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4931983Z test_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4932860Z test_MultiLabelSoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.4933679Z test_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.4934520Z test_MultiLabelSoftMarginLoss_weights (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4935382Z test_MultiLabelSoftMarginLoss_weights_cuda_double (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4936265Z test_MultiLabelSoftMarginLoss_weights_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4937153Z test_MultiLabelSoftMarginLoss_weights_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4937993Z test_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.4938882Z test_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.4939762Z test_MultiLabelSoftMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.4940943Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.4941931Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4942895Z test_MultiLabelSoftMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4943725Z test_MultiMarginLoss (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.4944431Z test_MultiMarginLoss_1d (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4946691Z test_MultiMarginLoss_1d_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.4948988Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.4949612Z ok (0.004s) 2022-11-23T04:05:07.4950192Z test_MultiMarginLoss_1d_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4951093Z test_MultiMarginLoss_1d_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4951862Z test_MultiMarginLoss_1d_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4954146Z test_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.4956460Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.4957128Z ok (0.020s) 2022-11-23T04:05:07.4957738Z test_MultiMarginLoss_1d_sum_reduction (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.4960108Z test_MultiMarginLoss_1d_sum_reduction_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.4962445Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.4963112Z ok (0.003s) 2022-11-23T04:05:07.4963733Z test_MultiMarginLoss_1d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.4964570Z test_MultiMarginLoss_1d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4966896Z test_MultiMarginLoss_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.4969349Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.4970015Z ok (0.005s) 2022-11-23T04:05:07.4970581Z test_MultiMarginLoss_cuda_float (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.4971307Z test_MultiMarginLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4972015Z test_MultiMarginLoss_margin (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.4974262Z test_MultiMarginLoss_margin_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.4976556Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.4977207Z ok (0.003s) 2022-11-23T04:05:07.4977973Z test_MultiMarginLoss_margin_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.4978780Z test_MultiMarginLoss_margin_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.4979530Z test_MultiMarginLoss_margin_no_reduce (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.4981797Z test_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.4984073Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.4984728Z ok (0.018s) 2022-11-23T04:05:07.4985357Z test_MultiMarginLoss_margin_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.4987719Z test_MultiMarginLoss_margin_sum_reduction_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.4990090Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.4990731Z ok (0.003s) 2022-11-23T04:05:07.4991422Z test_MultiMarginLoss_margin_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.4992255Z test_MultiMarginLoss_margin_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.4993022Z test_MultiMarginLoss_no_reduce (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.4995296Z test_MultiMarginLoss_no_reduce_cuda (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.4997997Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.4998739Z ok (0.017s) 2022-11-23T04:05:07.4999367Z test_MultiMarginLoss_p (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5001633Z test_MultiMarginLoss_p_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.5003882Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.5004547Z ok (0.003s) 2022-11-23T04:05:07.5005270Z test_MultiMarginLoss_p_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5006037Z test_MultiMarginLoss_p_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5006798Z test_MultiMarginLoss_p_no_reduce (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5009131Z test_MultiMarginLoss_p_no_reduce_cuda (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.5011423Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.5012117Z ok (0.010s) 2022-11-23T04:05:07.5012719Z test_MultiMarginLoss_p_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5015117Z test_MultiMarginLoss_p_sum_reduction_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.5017463Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.5018117Z ok (0.003s) 2022-11-23T04:05:07.5018780Z test_MultiMarginLoss_p_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5019618Z test_MultiMarginLoss_p_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5020393Z test_MultiMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5022723Z test_MultiMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.5025297Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.5025936Z ok (0.003s) 2022-11-23T04:05:07.5026563Z test_MultiMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5027391Z test_MultiMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5028171Z test_MultiMarginLoss_weights (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5030675Z test_MultiMarginLoss_weights_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.5033033Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.5033709Z ok (0.003s) 2022-11-23T04:05:07.5034303Z test_MultiMarginLoss_weights_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5035059Z test_MultiMarginLoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5035836Z test_MultiMarginLoss_weights_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5038236Z test_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.5040570Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.5041238Z ok (0.009s) 2022-11-23T04:05:07.5041875Z test_MultiMarginLoss_weights_sum_reduction (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5044244Z test_MultiMarginLoss_weights_sum_reduction_cuda_double (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.5046520Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.5047169Z ok (0.010s) 2022-11-23T04:05:07.5047811Z test_MultiMarginLoss_weights_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5048228Z test_MultiMarginLoss_weights_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5048493Z test_NLLLoss (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5049019Z test_NLLLoss2d_no_reduce (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5049326Z test_NLLLoss2d_no_reduce_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5049684Z test_NLLLoss2d_no_reduce_ignore_index (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.5050011Z test_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5050362Z test_NLLLoss2d_no_reduce_weights (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.5050716Z test_NLLLoss2d_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5051025Z test_NLLLossNd_no_reduce (__main__.TestNN) ... ok (0.048s) 2022-11-23T04:05:07.5051353Z test_NLLLossNd_no_reduce_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5051704Z test_NLLLossNd_no_reduce_ignore_index (__main__.TestNN) ... ok (0.047s) 2022-11-23T04:05:07.5052070Z test_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.5065290Z test_NLLLossNd_no_reduce_weights (__main__.TestNN) ... ok (0.053s) 2022-11-23T04:05:07.5065703Z test_NLLLossNd_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.5065984Z test_NLLLoss_2d (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5066282Z test_NLLLoss_2d_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5066817Z test_NLLLoss_2d_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5067161Z test_NLLLoss_2d_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5067470Z test_NLLLoss_2d_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5067765Z test_NLLLoss_2d_ignore_index (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5068133Z test_NLLLoss_2d_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5068490Z test_NLLLoss_2d_ignore_index_cuda_double (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5068861Z test_NLLLoss_2d_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5069238Z test_NLLLoss_2d_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5069566Z test_NLLLoss_2d_sum_reduction (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5069924Z test_NLLLoss_2d_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5070250Z test_NLLLoss_2d_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5070595Z test_NLLLoss_2d_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5070932Z test_NLLLoss_2d_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5071209Z test_NLLLoss_2d_weights (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5071536Z test_NLLLoss_2d_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5071853Z test_NLLLoss_2d_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5072175Z test_NLLLoss_2d_weights_cuda_float (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5072486Z test_NLLLoss_2d_weights_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5072774Z test_NLLLoss_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5073064Z test_NLLLoss_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5073323Z test_NLLLoss_cuda_float (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.5073608Z test_NLLLoss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5073885Z test_NLLLoss_dim_is_3 (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5074198Z test_NLLLoss_dim_is_3_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5074507Z test_NLLLoss_dim_is_3_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5074812Z test_NLLLoss_dim_is_3_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5075112Z test_NLLLoss_dim_is_3_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5075636Z test_NLLLoss_dim_is_3_sum_reduction (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5075997Z test_NLLLoss_dim_is_3_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5076347Z test_NLLLoss_dim_is_3_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5076696Z test_NLLLoss_dim_is_3_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5077049Z test_NLLLoss_dim_is_3_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5077312Z test_NLLLoss_higher_dim (__main__.TestNN) ... ok (0.043s) 2022-11-23T04:05:07.5077590Z test_NLLLoss_higher_dim_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5077870Z test_NLLLoss_higher_dim_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5078155Z test_NLLLoss_higher_dim_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5078404Z test_NLLLoss_higher_dim_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5078714Z test_NLLLoss_higher_dim_sum_reduction (__main__.TestNN) ... ok (0.054s) 2022-11-23T04:05:07.5079132Z test_NLLLoss_higher_dim_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5079528Z test_NLLLoss_higher_dim_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5080061Z test_NLLLoss_higher_dim_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5080475Z test_NLLLoss_higher_dim_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5080786Z test_NLLLoss_ignore_index (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5081135Z test_NLLLoss_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5081480Z test_NLLLoss_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5081822Z test_NLLLoss_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5082169Z test_NLLLoss_ignore_index_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5082482Z test_NLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5082842Z test_NLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5083191Z test_NLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5083545Z test_NLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5083862Z test_NLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5084215Z test_NLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5084560Z test_NLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5084921Z test_NLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5085252Z test_NLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5085621Z test_NLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5085993Z test_NLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5086347Z test_NLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5086654Z test_NLLLoss_no_reduce (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5086963Z test_NLLLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5087312Z test_NLLLoss_no_reduce_ignore_index (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5087667Z test_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5087995Z test_NLLLoss_no_reduce_weights (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5088340Z test_NLLLoss_no_reduce_weights_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5088714Z test_NLLLoss_no_reduce_weights_ignore_index (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5089295Z test_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.5089686Z test_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5090080Z test_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5090398Z test_NLLLoss_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.5090739Z test_NLLLoss_sum_reduction_cuda_bfloat16 (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5091158Z test_NLLLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5091524Z test_NLLLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5091877Z test_NLLLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5092173Z test_NLLLoss_weights (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5092513Z test_NLLLoss_weights_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5092855Z test_NLLLoss_weights_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5093182Z test_NLLLoss_weights_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5093489Z test_NLLLoss_weights_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5093820Z test_NLLLoss_weights_ignore_index (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5094353Z test_NLLLoss_weights_ignore_index_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5094755Z test_NLLLoss_weights_ignore_index_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5095124Z test_NLLLoss_weights_ignore_index_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5095481Z test_NLLLoss_weights_ignore_index_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5095825Z test_NLLLoss_weights_ignore_index_neg (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5096214Z test_NLLLoss_weights_ignore_index_neg_cuda_bfloat16 (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5096598Z test_NLLLoss_weights_ignore_index_neg_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5096954Z test_NLLLoss_weights_ignore_index_neg_cuda_float (__main__.TestNN) ... ok (0.001s) 2022-11-23T04:05:07.5097333Z test_NLLLoss_weights_ignore_index_neg_cuda_half (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5097590Z test_PReLU_1d (__main__.TestNN) ... ok (0.035s) 2022-11-23T04:05:07.5097875Z test_PReLU_1d_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.5098181Z test_PReLU_1d_multiparam (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.5098506Z test_PReLU_1d_multiparam_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5098755Z test_PReLU_2d (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.5099024Z test_PReLU_2d_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.5099302Z test_PReLU_2d_multiparam (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5099731Z test_PReLU_2d_multiparam_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5099996Z test_PReLU_3d (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.5100270Z test_PReLU_3d_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5100572Z test_PReLU_3d_multiparam (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.5100933Z test_PReLU_3d_multiparam_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5101354Z test_PReLU_backward_requires_grad_false (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5101661Z test_PReLU_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5101931Z test_PReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5102186Z test_PReLU_scalar (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5102460Z test_PReLU_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5102767Z test_Padding122112_3dcircular (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.5103310Z test_Padding122112_3dcircular_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.5103620Z test_Padding1221_2dcircular (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.5103933Z test_Padding1221_2dcircular_cuda (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.5104241Z test_Padding12_1dcircular (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5104552Z test_Padding12_1dcircular_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5104872Z test_Padding2322_2dcircular (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5105206Z test_Padding2322_2dcircular_cuda (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.5105515Z test_Padding31_1dcircular (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5105834Z test_Padding31_1dcircular_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5106150Z test_Padding322112_3dcircular (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.5106485Z test_Padding322112_3dcircular_cuda (__main__.TestNN) ... ok (0.038s) 2022-11-23T04:05:07.5106773Z test_Padding332122_3dcircular (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.5107107Z test_Padding332122_3dcircular_cuda (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.5107425Z test_Padding3331_2dcircular (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.5107764Z test_Padding3331_2dcircular_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.5108269Z test_Padding33_1dcircular (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5108631Z test_Padding33_1dcircular_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5108946Z test_PairwiseDistance (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5109293Z test_PairwiseDistance_broadcast_lhs (__main__.TestNN) ... ok (0.033s) 2022-11-23T04:05:07.5109669Z test_PairwiseDistance_broadcast_lhs_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5110022Z test_PairwiseDistance_broadcast_rhs (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.5110398Z test_PairwiseDistance_broadcast_rhs_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5110733Z test_PairwiseDistance_cuda (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.5111081Z test_PairwiseDistance_no_batch_dim (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.5111446Z test_PairwiseDistance_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5111838Z test_PairwiseDistance_with_non_default_args (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.5112252Z test_PairwiseDistance_with_non_default_args_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.5112553Z test_ParameterDict (__main__.TestNN) ... ok (0.029s) 2022-11-23T04:05:07.5112881Z test_ParameterDict_replication (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5113177Z test_ParameterList (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5113498Z test_ParameterList_meta (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5113840Z test_ParameterList_replication (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5114138Z test_PixelShuffle (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5114444Z test_PixelShuffle_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5114739Z test_PixelUnshuffle (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5115052Z test_PixelUnshuffle_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5115382Z test_PoissonNLLLoss_full_loss (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5115769Z test_PoissonNLLLoss_full_loss_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5116147Z test_PoissonNLLLoss_full_loss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5116516Z test_PoissonNLLLoss_full_loss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5116901Z test_PoissonNLLLoss_full_loss_no_log_input (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5117302Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5117927Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5118334Z test_PoissonNLLLoss_full_loss_no_log_input_cuda_half (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5118672Z test_PoissonNLLLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5119063Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5119474Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5119873Z test_PoissonNLLLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5120210Z test_PoissonNLLLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5120599Z test_PoissonNLLLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5120975Z test_PoissonNLLLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5121339Z test_PoissonNLLLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5121680Z test_PoissonNLLLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5122058Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5122441Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5122988Z test_PoissonNLLLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5123371Z test_PoissonNLLLoss_no_full_loss (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5123734Z test_PoissonNLLLoss_no_full_loss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5124089Z test_PoissonNLLLoss_no_full_loss_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5124451Z test_PoissonNLLLoss_no_full_loss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5124819Z test_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5125232Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5125623Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5126025Z test_PoissonNLLLoss_no_full_loss_no_log_input_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5126349Z test_PoissonNLLLoss_no_reduce (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.5126692Z test_PoissonNLLLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5126936Z test_RNN_cell (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5127243Z test_RNN_cell_forward_hidden_size (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5127563Z test_RNN_cell_forward_input_size (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5127898Z test_RNN_cell_forward_zero_hidden_size (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5128216Z test_RNN_cell_no_broadcasting (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.5128509Z test_RNN_change_dropout (__main__.TestNN) ... ok (0.377s) 2022-11-23T04:05:07.5128825Z test_RNN_cpu_vs_cudnn_no_dropout (__main__.TestNN) ... ok (4.078s) 2022-11-23T04:05:07.5129150Z test_RNN_cpu_vs_cudnn_with_dropout (__main__.TestNN) ... ok (3.849s) 2022-11-23T04:05:07.5130752Z test_RNN_cudnn_weight_norm (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:776: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T04:05:07.5131164Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-11-23T04:05:07.5133613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:776: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T04:05:07.5134034Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-11-23T04:05:07.5135443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:776: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T04:05:07.5135865Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-11-23T04:05:07.5137516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:776: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T04:05:07.5137936Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-11-23T04:05:07.5138103Z ok (0.017s) 2022-11-23T04:05:07.5138377Z test_RNN_dropout (__main__.TestNN) ... ok (1.240s) 2022-11-23T04:05:07.5139500Z test_RNN_dropout_state (__main__.TestNN) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68849 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.005s) 2022-11-23T04:05:07.5139835Z test_RNN_input_size_zero (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5140135Z test_RNN_nonlinearity (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5140384Z test_RReLU (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5140764Z test_RReLU_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.5141067Z test_RReLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5141464Z test_RReLU_no_batch_dim_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.010s) 2022-11-23T04:05:07.5141753Z test_RReLU_with_up_down (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5142132Z test_RReLU_with_up_down_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.5142447Z test_RReLU_with_up_down_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5142875Z test_RReLU_with_up_down_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.5143120Z test_ReLU (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5143363Z test_ReLU6 (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5143607Z test_ReLU6_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5143884Z test_ReLU6_no_batch_dim (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5144196Z test_ReLU6_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5144476Z test_ReLU6_scalar (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5144757Z test_ReLU6_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5145004Z test_ReLU_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5145281Z test_ReLU_no_batch_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5145579Z test_ReLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5145838Z test_ReLU_scalar (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5146343Z test_ReLU_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5146616Z test_ReflectionPad1d (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5146918Z test_ReflectionPad1d_batch (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5147237Z test_ReflectionPad1d_batch_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5147574Z test_ReflectionPad1d_complex (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.5147910Z test_ReflectionPad1d_complex_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5148219Z test_ReflectionPad1d_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5148519Z test_ReflectionPad2d (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.5148845Z test_ReflectionPad2d_complex (__main__.TestNN) ... ok (0.041s) 2022-11-23T04:05:07.5149181Z test_ReflectionPad2d_complex_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5149501Z test_ReflectionPad2d_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5149851Z test_ReflectionPad2d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5150198Z test_ReflectionPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.5150496Z test_ReflectionPad3d (__main__.TestNN) ... ok (0.040s) 2022-11-23T04:05:07.5150824Z test_ReflectionPad3d_complex (__main__.TestNN) ... ok (0.056s) 2022-11-23T04:05:07.5151355Z test_ReflectionPad3d_complex_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5151698Z test_ReflectionPad3d_cuda (__main__.TestNN) ... ok (0.032s) 2022-11-23T04:05:07.5152020Z test_ReflectionPad3d_no_batch_dim (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.5152379Z test_ReflectionPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5152687Z test_ReplicationPad1d (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5153010Z test_ReplicationPad1d_batch (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5153364Z test_ReplicationPad1d_batch_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5153709Z test_ReplicationPad1d_complex (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.5154055Z test_ReplicationPad1d_complex_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5154389Z test_ReplicationPad1d_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5154691Z test_ReplicationPad2d (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.5155030Z test_ReplicationPad2d_complex (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.5155376Z test_ReplicationPad2d_complex_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5155694Z test_ReplicationPad2d_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5156043Z test_ReplicationPad2d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5156404Z test_ReplicationPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5156705Z test_ReplicationPad3d (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.5157040Z test_ReplicationPad3d_complex (__main__.TestNN) ... ok (0.033s) 2022-11-23T04:05:07.5157400Z test_ReplicationPad3d_complex_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5157718Z test_ReplicationPad3d_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5158060Z test_ReplicationPad3d_no_batch_dim (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.5158432Z test_ReplicationPad3d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5158680Z test_SELU (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5158933Z test_SELU_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5159231Z test_SELU_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5159537Z test_SELU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5159798Z test_SELU_scalar (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5160078Z test_SELU_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5160568Z test_Sequential_add (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5160865Z test_Sequential_append (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5161168Z test_Sequential_delitem (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5161449Z test_Sequential_extend (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5161734Z test_Sequential_getitem (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5162007Z test_Sequential_iadd (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5162283Z test_Sequential_imul (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5162568Z test_Sequential_insert (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5162903Z test_Sequential_insert_fail_case (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5163182Z test_Sequential_mul (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5163454Z test_Sequential_pop (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5163732Z test_Sequential_rmul (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5164024Z test_Sequential_setitem (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5164341Z test_Sequential_setitem_named (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5164578Z test_SiLU (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5164832Z test_SiLU_cuda (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.5165115Z test_SiLU_no_batch_dim (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5165594Z test_SiLU_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5165897Z test_SiLU_scalar (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.5166155Z test_SiLU_scalar_cuda (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5166408Z test_Sigmoid (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5166678Z test_Sigmoid_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5166981Z test_Sigmoid_no_batch_dim (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5167306Z test_Sigmoid_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5167589Z test_Sigmoid_scalar (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.5167884Z test_Sigmoid_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.5168147Z test_SmoothL1Loss (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5168440Z test_SmoothL1Loss_beta (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5168759Z test_SmoothL1Loss_beta_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5169070Z test_SmoothL1Loss_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5169371Z test_SmoothL1Loss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5169670Z test_SmoothL1Loss_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5169983Z test_SmoothL1Loss_no_batch_dim_mean (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5170355Z test_SmoothL1Loss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5170717Z test_SmoothL1Loss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5171080Z test_SmoothL1Loss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5171423Z test_SmoothL1Loss_no_batch_dim_none (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5171811Z test_SmoothL1Loss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5172188Z test_SmoothL1Loss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5172546Z test_SmoothL1Loss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5172879Z test_SmoothL1Loss_no_batch_dim_sum (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.5173251Z test_SmoothL1Loss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5173611Z test_SmoothL1Loss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5173972Z test_SmoothL1Loss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5174517Z test_SmoothL1Loss_no_reduce (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5174852Z test_SmoothL1Loss_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5175195Z test_SmoothL1Loss_no_reduce_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5175543Z test_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5175855Z test_SmoothL1Loss_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5176203Z test_SmoothL1Loss_scalar_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5176541Z test_SmoothL1Loss_scalar_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5176872Z test_SmoothL1Loss_scalar_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5177203Z test_SmoothL1Loss_scalar_sum_reduction (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5177596Z test_SmoothL1Loss_scalar_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5177996Z test_SmoothL1Loss_scalar_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5178370Z test_SmoothL1Loss_scalar_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5178687Z test_SmoothL1Loss_sum_reduction (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.5179232Z test_SmoothL1Loss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5179622Z test_SmoothL1Loss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5179979Z test_SmoothL1Loss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5180283Z test_SmoothL1Loss_zero_beta (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5180620Z test_SmoothL1Loss_zero_beta_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5180917Z test_SoftMarginLoss (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5181248Z test_SoftMarginLoss_cuda_double (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5181563Z test_SoftMarginLoss_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5181886Z test_SoftMarginLoss_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5182225Z test_SoftMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5182631Z test_SoftMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5183019Z test_SoftMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5183382Z test_SoftMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5183739Z test_SoftMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5184117Z test_SoftMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5184507Z test_SoftMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5184888Z test_SoftMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5185214Z test_SoftMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5185593Z test_SoftMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5185975Z test_SoftMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5186353Z test_SoftMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5186693Z test_SoftMarginLoss_no_reduce (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5187034Z test_SoftMarginLoss_no_reduce_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5187370Z test_SoftMarginLoss_sum_reduction (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5187750Z test_SoftMarginLoss_sum_reduction_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5188370Z test_SoftMarginLoss_sum_reduction_cuda_float (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5188744Z test_SoftMarginLoss_sum_reduction_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5189007Z test_Softmax (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.5189272Z test_Softmax2d (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5189529Z test_Softmax2d_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.5189846Z test_Softmax2d_no_batch_dim (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5190165Z test_Softmax2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5190444Z test_Softmax_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5190741Z test_Softmax_no_batch_dim (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.5191094Z test_Softmax_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5191369Z test_Softmax_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5191651Z test_Softmax_scalar_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5191912Z test_Softmin (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5192194Z test_Softmin_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5192482Z test_Softmin_multidim (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5192797Z test_Softmin_multidim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5193275Z test_Softmin_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5193630Z test_Softmin_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5193915Z test_Softmin_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5194192Z test_Softmin_scalar_cuda (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5194456Z test_Softplus (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5194745Z test_Softplus_beta (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5195061Z test_Softplus_beta_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5195391Z test_Softplus_beta_threshold (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5195719Z test_Softplus_beta_threshold_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5196057Z test_Softplus_beta_threshold_scalar (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5196422Z test_Softplus_beta_threshold_scalar_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5196718Z test_Softplus_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5197033Z test_Softplus_no_batch_dim (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5197356Z test_Softplus_no_batch_dim_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5197638Z test_Softshrink (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5197937Z test_Softshrink_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5198231Z test_Softshrink_lambda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5198527Z test_Softshrink_lambda_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5198834Z test_Softshrink_lambda_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5199177Z test_Softshrink_lambda_scalar_cuda (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.5199503Z test_Softshrink_no_batch_dim (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5199833Z test_Softshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5200091Z test_Softsign (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5200377Z test_Softsign_cuda (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.5200678Z test_Softsign_no_batch_dim (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.5201000Z test_Softsign_no_batch_dim_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5201291Z test_Softsign_scalar (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5201572Z test_Softsign_scalar_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5201909Z test_Tanh (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5202410Z test_Tanh_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5202702Z test_Tanh_no_batch_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5203074Z test_Tanh_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5203353Z test_Tanh_scalar (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5203618Z test_Tanh_scalar_cuda (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5203990Z test_Tanhshrink (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.5204279Z test_Tanhshrink_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5204591Z test_Tanhshrink_no_batch_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5204922Z test_Tanhshrink_no_batch_dim_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5205229Z test_Tanhshrink_scalar (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5205544Z test_Tanhshrink_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5205852Z test_Threshold_large_value (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5206184Z test_Threshold_large_value_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5206492Z test_Threshold_no_batch_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5206815Z test_Threshold_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5207137Z test_Threshold_threshold_value (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5208292Z test_Threshold_threshold_value_cuda (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.5208696Z test_Threshold_threshold_value_scalar (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5209056Z test_Threshold_threshold_value_scalar_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5209453Z test_TransformerDecoderLayer_gelu_activation (__main__.TestNN) ... ok (0.190s) 2022-11-23T04:05:07.5209861Z test_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestNN) ... ok (0.127s) 2022-11-23T04:05:07.5210253Z test_TransformerDecoderLayer_relu_activation (__main__.TestNN) ... ok (0.195s) 2022-11-23T04:05:07.5210685Z test_TransformerDecoderLayer_relu_activation_cuda (__main__.TestNN) ... ok (0.092s) 2022-11-23T04:05:07.5211107Z test_TransformerEncoderLayer_gelu_activation (__main__.TestNN) ... ok (0.101s) 2022-11-23T04:05:07.5211528Z test_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestNN) ... ok (0.107s) 2022-11-23T04:05:07.5211937Z test_TransformerEncoderLayer_relu_activation (__main__.TestNN) ... ok (0.351s) 2022-11-23T04:05:07.5212352Z test_TransformerEncoderLayer_relu_activation_cuda (__main__.TestNN) ... ok (0.095s) 2022-11-23T04:05:07.5212640Z test_Transformer_cell (__main__.TestNN) ... ok (1.847s) 2022-11-23T04:05:07.5212971Z test_Transformer_multilayer_coder (__main__.TestNN) ... ok (0.818s) 2022-11-23T04:05:07.5213309Z test_Transformer_multilayer_coder_cuda (__main__.TestNN) ... ok (0.345s) 2022-11-23T04:05:07.5213679Z test_TripletMarginLoss_no_batch_dim_mean (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.5214093Z test_TripletMarginLoss_no_batch_dim_mean_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5214494Z test_TripletMarginLoss_no_batch_dim_mean_cuda_float (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5214890Z test_TripletMarginLoss_no_batch_dim_mean_cuda_half (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5215249Z test_TripletMarginLoss_no_batch_dim_none (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5215653Z test_TripletMarginLoss_no_batch_dim_none_cuda_double (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5216040Z test_TripletMarginLoss_no_batch_dim_none_cuda_float (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5216432Z test_TripletMarginLoss_no_batch_dim_none_cuda_half (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5216769Z test_TripletMarginLoss_no_batch_dim_sum (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5217156Z test_TripletMarginLoss_no_batch_dim_sum_cuda_double (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5217758Z test_TripletMarginLoss_no_batch_dim_sum_cuda_float (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5218153Z test_TripletMarginLoss_no_batch_dim_sum_cuda_half (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5218479Z test_Unflatten_no_batch_dim (__main__.TestNN) ... ok (0.025s) 2022-11-23T04:05:07.5218799Z test_Unflatten_no_batch_dim_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5219073Z test_Unfold (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5219345Z test_Unfold_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5219637Z test_Unfold_int_input (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5219944Z test_Unfold_int_input_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5220221Z test_ZeroPad2d (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5220534Z test_ZeroPad2d_complex (__main__.TestNN) ... ok (0.041s) 2022-11-23T04:05:07.5220858Z test_ZeroPad2d_complex_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5221152Z test_ZeroPad2d_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5221459Z test_ZeroPad2d_negative_dims (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5221796Z test_ZeroPad2d_negative_dims_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.5222084Z test_ZeroPad2d_no_batch_dim (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5222608Z test_ZeroPad2d_no_batch_dim_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5222950Z test_adaptive_log_softmax (__main__.TestNN) ... ok (0.044s) 2022-11-23T04:05:07.5223216Z test_add_module (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5223582Z test_add_module_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5223859Z test_affine_grid (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5224131Z test_affine_grid_3d (__main__.TestNN) ... ok (0.041s) 2022-11-23T04:05:07.5224447Z test_affine_grid_error_checking (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5224726Z test_assignment (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5225054Z test_backward_hooks_interaction (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5225457Z test_batchnorm_buffer_update_when_stats_are_not_tracked (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5225754Z test_batchnorm_cudnn_half (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5226061Z test_batchnorm_cudnn_nhwc (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5226350Z test_batchnorm_nhwc_cpu (__main__.TestNN) ... ok (0.036s) 2022-11-23T04:05:07.5226645Z test_batchnorm_nhwc_cuda (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5226947Z test_batchnorm_non_contig_cpu (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5227313Z test_batchnorm_nonaffine_cuda_half_input (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5227722Z test_batchnorm_raises_error_if_bias_is_not_same_size_as_input (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5228152Z test_batchnorm_raises_error_if_less_than_one_value_per_channel (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5228598Z test_batchnorm_raises_error_if_running_mean_is_not_same_size_as_input (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5229038Z test_batchnorm_raises_error_if_running_var_is_not_same_size_as_input (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5229497Z test_batchnorm_raises_error_if_running_var_or_running_mean_have_forward_grad (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5229925Z test_batchnorm_raises_error_if_weight_is_not_same_size_as_input (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5230267Z test_bce_loss_always_nonnegative (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5230600Z test_bce_loss_broadcasts_weights (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5230910Z test_bce_loss_input_range (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5231226Z test_bce_loss_size_mismatch (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.5231834Z test_bce_with_logits_broadcasts_pos_weights (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5232183Z test_bce_with_logits_broadcasts_weights (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5232592Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5233074Z test_bce_with_logits_gives_same_result_as_sigmoid_and_bce_loss_large_tensors_with_grad (__main__.TestNN) ... ok (0.145s) 2022-11-23T04:05:07.5233443Z test_bce_with_logits_has_correct_forward_grad (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5233806Z test_bce_with_logits_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5234221Z test_bce_with_logits_ones_in_pos_weights_are_the_same_as_none (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5234655Z test_bce_with_logits_raises_if_target_and_input_are_different_size (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.5234966Z test_bce_with_logits_stability (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5235374Z test_bce_with_logits_with_pos_weight_has_correct_grad_at_zero (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5235647Z test_bilinear (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.5235961Z test_bilinear_broadcasting (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5236250Z test_bilinear_no_bias (__main__.TestNN) ... ok (0.049s) 2022-11-23T04:05:07.5236761Z test_bilinear_non_contiguous (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5237252Z test_broadcast_double_backwards_gpu (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T04:05:07.5237657Z test_broadcast_no_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T04:05:07.5238093Z test_broadcast_not_requiring_grad (__main__.TestNN) ... skip: multi-GPU not supported (0.001s) 2022-11-23T04:05:07.5238410Z test_buffer_not_persistent (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5238743Z test_buffer_not_persistent_assign (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5239054Z test_buffer_not_persistent_del (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5239373Z test_buffer_not_persistent_load (__main__.TestNN) ... ok (0.001s) 2022-11-23T04:05:07.5239717Z test_buffer_not_persistent_overwrite (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5240045Z test_buffers_and_named_buffers (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5240340Z test_caching_parametrization (__main__.TestNN) 2022-11-23T04:05:07.5240650Z Test the caching system of a parametrization ... ok (0.004s) 2022-11-23T04:05:07.5241095Z test_caching_parametrization_with_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T04:05:07.5241555Z Test that transferring parametrizations doesn't cause issues with caching ... ok (0.009s) 2022-11-23T04:05:07.5242988Z test_call_supports_python_dict_output (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1284: UserWarning: Using non-full backward hooks on a Module that does not return a single Tensor or a tuple of Tensors is deprecated and will be removed in future versions. This hook will be missing some of the grad_output. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T04:05:07.5243443Z warnings.warn("Using non-full backward hooks on a Module that does not return a " 2022-11-23T04:05:07.5243622Z ok (0.000s) 2022-11-23T04:05:07.5243914Z test_channel_shuffle (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5244240Z test_channel_shuffle_return_self (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5244510Z test_children (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5244789Z test_clip_grad_norm (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.5245069Z test_clip_grad_value (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5245346Z test_compute_nparams_to_prune (__main__.TestNN) 2022-11-23T04:05:07.5245972Z Test that requested pruning `amount` gets translated into the ... ok (0.002s) 2022-11-23T04:05:07.5246263Z test_container_copy (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5246575Z test_convert_sync_batchnorm (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5246935Z test_cosine_embedding_loss_invalid_shape (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5247304Z test_cosine_embedding_loss_margin_no_reduce (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5247652Z test_cosine_embedding_loss_no_reduce (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5248003Z test_cosine_embedding_loss_with_diff_type (__main__.TestNN) ... ok (0.327s) 2022-11-23T04:05:07.5248277Z test_cosine_similarity (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5248567Z test_cross_entropy_loss (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5248903Z test_cross_entropy_loss_precision (__main__.TestNN) ... ok (7.310s) 2022-11-23T04:05:07.5249256Z test_cross_entropy_loss_zero_div (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5249717Z test_cudnn_rnn_dropout_states_device (__main__.TestNN) ... skip: CUDNN or multi-gpu not available (0.002s) 2022-11-23T04:05:07.5250020Z test_cudnn_weight_format (__main__.TestNN) ... ok (0.068s) 2022-11-23T04:05:07.5250310Z test_cudnn_weight_tying (__main__.TestNN) ... ok (0.041s) 2022-11-23T04:05:07.5250776Z test_custom_from_mask_pruning (__main__.TestNN) 2022-11-23T04:05:07.5251171Z Test that the CustomFromMask is capable of receiving ... ok (0.003s) 2022-11-23T04:05:07.5251482Z test_deepcopy_after_parametrization (__main__.TestNN) 2022-11-23T04:05:07.5251926Z Test that we are able to create a deepcopy of the module when it's parametrized. ... ok (0.015s) 2022-11-23T04:05:07.5252184Z test_dir (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5252450Z test_dir_digit (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5252770Z test_elu_inplace_gradgrad (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5253092Z test_elu_inplace_on_view (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5253381Z test_error_RNN_seq_len_zero (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5253785Z test_errors_parametrized_tensor_parametrization (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5254189Z test_errors_unparametrized_tensor_parametrization (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5254469Z test_extra_state (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5254810Z test_extra_state_missing_get_extra_state (__main__.TestNN) ... ok (0.001s) 2022-11-23T04:05:07.5255149Z test_extra_state_missing_set_extra_state (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5255447Z test_extra_state_non_dict (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5256552Z test_fb_fc_packed (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5090: UserWarning: fbgemm_pack_gemm_matrix_fp16 is deprecated and will be removed in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\QuantizedLinear.cpp:382.) 2022-11-23T04:05:07.5256926Z packed_w_tensor = torch.fbgemm_pack_gemm_matrix_fp16(w_tensor) 2022-11-23T04:05:07.5257986Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5091: UserWarning: fbgemm_linear_fp16_weight_fp32_activation is deprecated and will be removed in a future PyTorch release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\QuantizedLinear.cpp:417.) 2022-11-23T04:05:07.5258421Z actual_output = torch.fbgemm_linear_fp16_weight(x_tensor, packed_w_tensor, b_tensor) 2022-11-23T04:05:07.5258599Z ok (0.132s) 2022-11-23T04:05:07.5258863Z test_flatten (__main__.TestNN) ... ok (0.001s) 2022-11-23T04:05:07.5259168Z test_fold_invalid_arg (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5259489Z test_gaussian_nll_loss_args (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5260076Z test_gaussian_nll_loss_broadcasting (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5260341Z test_get_buffer (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5260655Z test_get_buffer_from_submodules (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5261035Z test_getattr_with_property (__main__.TestNN) ... expected failure (0.002s) 2022-11-23T04:05:07.5261283Z test_global_pruning (__main__.TestNN) 2022-11-23T04:05:07.5261673Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.005s) 2022-11-23T04:05:07.5261988Z test_global_pruning_importance_scores (__main__.TestNN) 2022-11-23T04:05:07.5262388Z Test that global l1 unstructured pruning over 2 parameters removes ... ok (0.005s) 2022-11-23T04:05:07.5262663Z test_grid_sample (__main__.TestNN) ... ok (6.826s) 2022-11-23T04:05:07.5262938Z test_grid_sample_3d (__main__.TestNN) ... ok (0.480s) 2022-11-23T04:05:07.5264137Z test_grid_sample_error_checking (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T04:05:07.5264355Z warnings.warn( 2022-11-23T04:05:07.5264513Z ok (0.012s) 2022-11-23T04:05:07.5264811Z test_hardtanh_backward (__main__.TestNN) ... ok (0.212s) 2022-11-23T04:05:07.5265343Z test_hardtanh_inplace_gradgrad (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5265689Z test_hook_backward_size (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5266554Z test_hook_backward_writeable (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T04:05:07.5267006Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T04:05:07.5268248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1319: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T04:05:07.5268754Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T04:05:07.5268922Z ok (0.003s) 2022-11-23T04:05:07.5269246Z test_hook_buffer_registration (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5269525Z test_hook_cpp (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5269814Z test_hook_extra_input (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5270170Z test_hook_forward_preforward_writable (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5270432Z test_hook_inplace (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5270747Z test_hook_invalid_outputs (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5271077Z test_hook_last_arg_requires_grad (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5271373Z test_hook_no_requires_grad (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5271673Z test_hook_non_full_warning (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5272007Z test_hook_parameter_registration (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5272304Z test_hook_requires_grad (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5272629Z test_hook_submodule_registration (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5273905Z test_hooks (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1319: UserWarning: Using a non-full backward hook when the forward contains multiple autograd Nodes is deprecated and will be removed in future versions. This hook will be missing some grad_input. Please use register_full_backward_hook to get the documented behavior. 2022-11-23T04:05:07.5274607Z warnings.warn("Using a non-full backward hook when the forward contains multiple autograd Nodes " 2022-11-23T04:05:07.5274779Z ok (0.027s) 2022-11-23T04:05:07.5275089Z test_huber_loss_invalid_delta (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5275329Z test_identity_pruning (__main__.TestNN) 2022-11-23T04:05:07.5275669Z Test that a mask of 1s does not change forward or backward. ... ok (0.006s) 2022-11-23T04:05:07.5276003Z test_initialization_parametrization (__main__.TestNN) 2022-11-23T04:05:07.5276409Z Test that it is possible to initialize a parametrization when it ... ok (0.012s) 2022-11-23T04:05:07.5276707Z test_inplace_thnn (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.5276998Z test_interpolate (__main__.TestNN) ... ok (0.766s) 2022-11-23T04:05:07.5277300Z test_interpolate_bicubic_2d (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5277636Z test_interpolate_bicubic_2d_cuda (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.5277987Z test_interpolate_bicubic_2d_zero_dim (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5278344Z test_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5278673Z test_interpolate_bicubic_scale_2d (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5279005Z test_interpolate_bicubic_scale_2d_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5279564Z test_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5279992Z test_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5280365Z test_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5280778Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5281221Z test_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5281622Z test_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5281965Z test_interpolate_bicubic_tuple_2d (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5282345Z test_interpolate_bicubic_tuple_2d_align_corners (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5282739Z test_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5283106Z test_interpolate_bicubic_tuple_2d_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5283427Z test_interpolate_bilinear_2d (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5283742Z test_interpolate_bilinear_2d_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5284098Z test_interpolate_bilinear_2d_zero_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5284475Z test_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5284815Z test_interpolate_bilinear_scale_2d (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5285190Z test_interpolate_bilinear_scale_2d_cuda (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5285591Z test_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5286000Z test_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5286394Z test_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5286828Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5287272Z test_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5287675Z test_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.5288008Z test_interpolate_bilinear_tuple_2d (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5288396Z test_interpolate_bilinear_tuple_2d_align_corners (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5289038Z test_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5289397Z test_interpolate_bilinear_tuple_2d_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5289746Z test_interpolate_illegal_memory_access (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5290070Z test_interpolate_linear_1d (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5290421Z test_interpolate_linear_1d_align_corners (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5290767Z test_interpolate_linear_1d_align_corners_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5291145Z test_interpolate_linear_1d_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5291472Z test_interpolate_linear_1d_zero_dim (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5291827Z test_interpolate_linear_1d_zero_dim_cuda (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5292182Z test_interpolate_linear_scale_1d (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5292553Z test_interpolate_linear_scale_1d_align_corners (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5292936Z test_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5293269Z test_interpolate_linear_scale_1d_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5293795Z test_interpolate_linear_tuple_1d (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5294176Z test_interpolate_linear_tuple_1d_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5294482Z test_interpolate_nearest_1d (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5294802Z test_interpolate_nearest_1d_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5295154Z test_interpolate_nearest_1d_zero_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5295516Z test_interpolate_nearest_1d_zero_dim_cuda (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5295854Z test_interpolate_nearest_2d (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5296198Z test_interpolate_nearest_2d_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5296566Z test_interpolate_nearest_2d_launch_configs (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5296933Z test_interpolate_nearest_2d_launch_configs_cuda (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5297282Z test_interpolate_nearest_2d_zero_dim (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5297632Z test_interpolate_nearest_2d_zero_dim_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5297943Z test_interpolate_nearest_3d (__main__.TestNN) ... ok (0.026s) 2022-11-23T04:05:07.5298258Z test_interpolate_nearest_3d_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5298586Z test_interpolate_nearest_3d_zero_dim (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5298934Z test_interpolate_nearest_3d_zero_dim_cuda (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5299270Z test_interpolate_nearest_scale_1d (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5299609Z test_interpolate_nearest_scale_1d_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5299933Z test_interpolate_nearest_scale_2d (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5300276Z test_interpolate_nearest_scale_2d_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5300614Z test_interpolate_nearest_scale_3d (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5300961Z test_interpolate_nearest_scale_3d_cuda (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.5301302Z test_interpolate_nearest_tuple_1d (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5301668Z test_interpolate_nearest_tuple_1d_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5302015Z test_interpolate_nearest_tuple_2d (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5302355Z test_interpolate_nearest_tuple_2d_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5302908Z test_interpolate_nearest_tuple_3d (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5303258Z test_interpolate_nearest_tuple_3d_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5303573Z test_interpolate_trilinear_3d (__main__.TestNN) ... ok (0.027s) 2022-11-23T04:05:07.5303900Z test_interpolate_trilinear_3d_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5304355Z test_interpolate_trilinear_3d_zero_dim (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5304737Z test_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5305082Z test_interpolate_trilinear_scale_3d (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.5305523Z test_interpolate_trilinear_scale_3d_align_corners (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5305980Z test_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5306350Z test_interpolate_trilinear_scale_3d_cuda (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5306680Z test_interpolate_trilinear_tuple_3d (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5307073Z test_interpolate_trilinear_tuple_3d_align_corners (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5307467Z test_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5308023Z test_interpolate_trilinear_tuple_3d_cuda (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5308388Z test_kl_div_log_softmax_target (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5309653Z test_kl_div_with_diff_type (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T04:05:07.5309858Z warnings.warn( 2022-11-23T04:05:07.5310004Z ok (0.006s) 2022-11-23T04:05:07.5310327Z test_kl_div_with_diff_type_log_target (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5310583Z test_l1_loss_correct (__main__.TestNN) ... ok (20.520s) 2022-11-23T04:05:07.5310855Z test_l1_unstructured_pruning (__main__.TestNN) 2022-11-23T04:05:07.5311253Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.009s) 2022-11-23T04:05:07.5311621Z test_l1_unstructured_pruning_with_importance_scores (__main__.TestNN) 2022-11-23T04:05:07.5312005Z Test that l1 unstructured pruning actually removes the lowest ... ok (0.006s) 2022-11-23T04:05:07.5312383Z test_layer_norm_grads_with_create_graph_flag (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5312747Z test_linear_autograd_device_cpu_bias_weightCOO (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5314206Z test_linear_autograd_device_cpu_bias_weightCSC (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:9899: UserWarning: Sparse CSC tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\SparseCsrTensorImpl.cpp:56.) 2022-11-23T04:05:07.5314603Z module.weight = nn.Parameter(module.weight.to_sparse_csc()) 2022-11-23T04:05:07.5314774Z ok (0.010s) 2022-11-23T04:05:07.5315156Z test_linear_autograd_device_cpu_bias_weightCSR (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5315568Z test_linear_autograd_device_cpu_bias_weightStrided (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.5315975Z test_linear_autograd_device_cpu_nobias_weightCOO (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5316375Z test_linear_autograd_device_cpu_nobias_weightCSC (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5316738Z test_linear_autograd_device_cpu_nobias_weightCSR (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.5317365Z test_linear_autograd_device_cpu_nobias_weightStrided (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5317747Z test_linear_autograd_device_cuda_bias_weightCOO (__main__.TestNN) ... ok (0.376s) 2022-11-23T04:05:07.5318122Z test_linear_autograd_device_cuda_bias_weightCSC (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5318498Z test_linear_autograd_device_cuda_bias_weightCSR (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5318880Z test_linear_autograd_device_cuda_bias_weightStrided (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5319280Z test_linear_autograd_device_cuda_nobias_weightCOO (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5319660Z test_linear_autograd_device_cuda_nobias_weightCSC (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5320048Z test_linear_autograd_device_cuda_nobias_weightCSR (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5320476Z test_linear_autograd_device_cuda_nobias_weightStrided (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.5320809Z test_linear_broadcasting (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5321098Z test_ln_structured_pruning (__main__.TestNN) 2022-11-23T04:05:07.5321401Z Check Ln structured pruning by hand. ... ok (0.003s) 2022-11-23T04:05:07.5321742Z test_ln_structured_pruning_importance_scores (__main__.TestNN) 2022-11-23T04:05:07.5322238Z Check Ln structured pruning by hand. ... ok (0.005s) 2022-11-23T04:05:07.5322566Z test_load_state_dict (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5322872Z test_load_state_dict_BC (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.5323186Z test_load_state_dict_child (__main__.TestNN) ... ok (0.201s) 2022-11-23T04:05:07.5323498Z test_load_state_dict_custom (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5323813Z test_load_state_dict_invalid (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5324137Z test_load_state_dict_ref_cycle (__main__.TestNN) ... ok (0.163s) 2022-11-23T04:05:07.5324440Z test_load_state_dict_type (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5324734Z test_log_softmax_cpu (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5325015Z test_log_softmax_dim0 (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5325321Z test_log_softmax_dim0_cuda (__main__.TestNN) ... ok (0.020s) 2022-11-23T04:05:07.5325609Z test_log_softmax_dim3 (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5325915Z test_log_softmax_dim3_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5326228Z test_log_softmax_lastdim (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5326553Z test_log_softmax_lastdim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5326855Z test_log_softmax_scalar (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5327175Z test_log_softmax_scalar_cuda (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5327479Z test_log_softmax_spatial (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5327815Z test_log_softmax_spatial_cuda (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5328153Z test_log_softmax_spatial_special (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5328493Z test_log_softmax_spatial_special_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5329602Z test_loss_equal_input_target_shape (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6136: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5329891Z 'mse_loss': lambda x, y: F.mse_loss(x, y), 2022-11-23T04:05:07.5330848Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6137: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5331333Z 'l1_loss': lambda x, y: F.l1_loss(x, y), 2022-11-23T04:05:07.5332284Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6138: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5332600Z 'smooth_l1_loss': lambda x, y: F.smooth_l1_loss(x, y), 2022-11-23T04:05:07.5333554Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:6139: UserWarning: Using a target size (torch.Size([5, 3])) that is different to the input size (torch.Size([3, 5])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5333844Z 'huber_loss': lambda x, y: F.huber_loss(x, y), 2022-11-23T04:05:07.5335047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T04:05:07.5335256Z warnings.warn( 2022-11-23T04:05:07.5335399Z ok (0.011s) 2022-11-23T04:05:07.5335774Z test_margin_ranking_loss_margin_no_reduce (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5336303Z test_margin_ranking_loss_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5336671Z test_module_apply_inplace_op (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5336989Z test_module_backcompat (__main__.TestNN) ... ok (0.053s) 2022-11-23T04:05:07.5337292Z test_module_to_argparse (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5337551Z test_modules (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5337865Z test_mse_loss_size_warning (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5338296Z test_multihead_attention_average_attn_weights_False (__main__.TestNN) ... ok (4.160s) 2022-11-23T04:05:07.5338706Z test_multihead_attention_average_attn_weights_True (__main__.TestNN) ... ok (3.848s) 2022-11-23T04:05:07.5339036Z test_multihead_attn_3d_attn_mask (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.5339423Z test_multihead_attn_fast_path_invalid_shape (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5339775Z test_multihead_attn_invalid_shape (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5341034Z test_multihead_attn_nested_tensor_outside_fast_path (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:5598: UserWarning: The PyTorch API of nested tensors is in prototype stage and will change in the near future. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\NestedTensorImpl.cpp:179.) 2022-11-23T04:05:07.5341389Z nt = torch.nested.nested_tensor([torch.randn(4, 4)]) 2022-11-23T04:05:07.5341558Z ok (0.016s) 2022-11-23T04:05:07.5341890Z test_multihead_attn_no_bias (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5342271Z test_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5344309Z test_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.5344809Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.5345177Z ok (0.015s) 2022-11-23T04:05:07.5345548Z test_multiple_inputs_parametrization (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5345857Z test_multiple_pruning_calls (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5346148Z test_named_children (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5346438Z test_named_modules (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5346815Z test_named_parameters_remove_duplicate (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5347147Z test_nested_tensor_from_mask (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5347486Z test_nested_tensor_from_mask_error (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5347782Z test_new_spectral_norm (__main__.TestNN) ... ok (0.109s) 2022-11-23T04:05:07.5348089Z test_new_spectral_norm_dim (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5348501Z test_new_spectral_norm_forward (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5348850Z test_new_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.054s) 2022-11-23T04:05:07.5349123Z test_no_grad (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5349435Z test_non_leaf_parameters (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5349700Z test_normalize (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5350004Z test_orthogonal_errors (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5350350Z test_orthogonal_parametrization (__main__.TestNN) ... ok (0.346s) 2022-11-23T04:05:07.5350879Z test_overwrite_module_params_on_conversion (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5351242Z test_pack_sequence_batch_sizes_throw (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5351536Z test_pad_scalar_error (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.5351826Z test_padding_list (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5352118Z test_pairwise_distance (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5352435Z test_parameter_assignment (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5352776Z test_parameterlistdict_pickle (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5353165Z test_parameterlistdict_setting_attributes (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5353527Z test_parameters_and_named_parameters (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5353846Z test_parameters_to_vector (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5354192Z test_parametrization_same_training_mode (__main__.TestNN) 2022-11-23T04:05:07.5354593Z Test training mode updated on parametrization registration ... ok (0.003s) 2022-11-23T04:05:07.5354848Z test_parse_to (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5356489Z test_partial_flat_weights (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\rnn.py:776: UserWarning: RNN module weights are not part of single contiguous chunk of memory. This means they need to be compacted at every call, possibly greatly increasing memory usage. To compact weights again call flatten_parameters(). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\cudnn\RNN.cpp:982.) 2022-11-23T04:05:07.5356908Z result = _VF.lstm(input, hx, self._flat_weights, self.bias, self.num_layers, 2022-11-23T04:05:07.5357084Z ok (0.006s) 2022-11-23T04:05:07.5357339Z test_pdist (__main__.TestNN) ... ok (0.098s) 2022-11-23T04:05:07.5357762Z test_pdist_cpu_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.005s) 2022-11-23T04:05:07.5358191Z test_pdist_cuda_gradgrad_unimplemented (__main__.TestNN) ... expected failure (0.012s) 2022-11-23T04:05:07.5358478Z test_pdist_empty_col (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5358754Z test_pdist_empty_row (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5359010Z test_pdist_large (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.5359247Z test_pdist_zeros (__main__.TestNN) 2022-11-23T04:05:07.5359559Z Test that grad is still valid when dist is 0 ... ok (0.048s) 2022-11-23T04:05:07.5360806Z test_pixel_shuffle_nhwc_cpu (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5361130Z test_pixel_shuffle_unshuffle (__main__.TestNN) ... ok (0.844s) 2022-11-23T04:05:07.5362234Z test_pointwise_loss_broadcast (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5362576Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5363558Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5363879Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5364815Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5365139Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5366266Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5366615Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5367517Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5367855Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5368782Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5369115Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5370041Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5370364Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5371315Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5371638Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5372602Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5372928Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5373886Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5374433Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5375406Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5375736Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5376694Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5377002Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5377946Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5378277Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5379399Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5379755Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5380672Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5381018Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5381969Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5382306Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5383257Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5383582Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5384481Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5384822Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5385764Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5386094Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5386997Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5387554Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5388504Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5388830Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5389787Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5390116Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5391103Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5391426Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5392561Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5392906Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5393873Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5394193Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5395173Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5395495Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5396436Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5396770Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5397705Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5398052Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5398962Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5399294Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5400196Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5400524Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5401445Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5402000Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5402956Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5403274Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5404175Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5404515Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5405426Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5405950Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5406998Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5407329Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5408361Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8751: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5408684Z 'mse_loss': lambda x, y, r: F.mse_loss(x, y, reduction=r), 2022-11-23T04:05:07.5409629Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5409942Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5410886Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5411196Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5412096Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5412416Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5413418Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5413753Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5414751Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5415355Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5416263Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5416568Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5417498Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5417810Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5418770Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5419086Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5420232Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5420664Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5421667Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5422022Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5422985Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5423286Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5424259Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5424566Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5425525Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5425853Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5426813Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5427115Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5428146Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5428725Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5429729Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5430051Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5430970Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5431287Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5432228Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5432548Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5434387Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5434775Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5435788Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5436163Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5437102Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5437407Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5438319Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5438637Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5439577Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5439892Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5440807Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5441127Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5442206Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5442561Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5443775Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5444074Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5445006Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5445314Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5446229Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5446559Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5447502Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5448015Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5449035Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5449371Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5450386Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5450757Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5451664Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5451984Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5452892Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5453219Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5454167Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5454488Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5455433Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5455739Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5456765Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8752: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5457357Z 'l1_loss': lambda x, y, r: F.l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5458379Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5458745Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5459668Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5460025Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5460974Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5461323Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5462452Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5462850Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5463877Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5464236Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5465280Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5465626Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5466567Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5466925Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5467896Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5468254Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5469213Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5469565Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5470530Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5471126Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5472173Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5472507Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5473425Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5473786Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5474698Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5475045Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5476164Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5476546Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5477547Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5477911Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5478942Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5479294Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5480254Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5480628Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5481579Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5481935Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5482892Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5483229Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5484155Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5484820Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5485876Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5486228Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5487108Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5487477Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5488415Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5488941Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5489896Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5490243Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5491292Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5491673Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5492660Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5493062Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5493984Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5494351Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5495263Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5495640Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5496648Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5497017Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5497936Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5498602Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5499638Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5500057Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5500989Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5501358Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5502312Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5502837Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5503842Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5504200Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5505148Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5505598Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5506599Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8753: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5507005Z 'smooth_l1_loss': lambda x, y, r: F.smooth_l1_loss(x, y, reduction=r), 2022-11-23T04:05:07.5507962Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5508317Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5509278Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5509630Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5510588Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5510931Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5511881Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5512517Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5513555Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5513943Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5514889Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5515236Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5516204Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5516547Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5517682Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5518061Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5519008Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5519449Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5520483Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5520861Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5521799Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5522137Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5523035Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5523375Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5524289Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5524635Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5525551Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5526191Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5527175Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5527555Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5528528Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5528857Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5529802Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5530138Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5531282Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5531641Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5532597Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5532933Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5533995Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5534376Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5535399Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5535740Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5536693Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5537039Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5537999Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5538337Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5539284Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5539832Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5540877Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5541279Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5542290Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5542610Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5543514Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5543858Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5544988Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5545348Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5546297Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5546653Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5547683Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5548023Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5549048Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5549375Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5550292Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5550637Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5551573Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5551921Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5552874Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5553425Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5554438Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5554784Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5555785Z C:\actions-runner\_work\pytorch\pytorch\test\test_nn.py:8754: UserWarning: Using a target size (torch.Size([2, 10])) that is different to the input size (torch.Size([2, 1])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size. 2022-11-23T04:05:07.5556175Z 'huber_loss': lambda x, y, r: F.huber_loss(x, y, reduction=r), 2022-11-23T04:05:07.5556340Z ok (0.074s) 2022-11-23T04:05:07.5556719Z test_pointwise_loss_target_grad_none_reduction (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5557072Z test_poisson_nll_loss_reduction_modes (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5557433Z test_projections_errors_on_gru_and_rnn (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5557775Z test_projections_lstm_args_check (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5558228Z test_projections_lstm_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.002s) 2022-11-23T04:05:07.5558785Z test_projections_lstm_initial_hidden_state (__main__.TestNN) ... ok (0.030s) 2022-11-23T04:05:07.5559088Z test_prune (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5559419Z test_prune_importance_scores (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5559798Z test_prune_importance_scores_mimic_default (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5560104Z test_pruning_container (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5560415Z test_pruning_container_compute_mask (__main__.TestNN) 2022-11-23T04:05:07.5560801Z Test `compute_mask` of pruning container with a known `t` and ... ok (0.005s) 2022-11-23T04:05:07.5561082Z test_pruning_id_consistency (__main__.TestNN) 2022-11-23T04:05:07.5561529Z Test that pruning doesn't change the id of the parameters, which ... ok (0.003s) 2022-11-23T04:05:07.5561791Z test_pruning_rollback (__main__.TestNN) 2022-11-23T04:05:07.5562173Z Test that if something fails when the we try to compute the mask, ... ok (0.005s) 2022-11-23T04:05:07.5562517Z test_pruning_serialization_model (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5562890Z test_pruning_serialization_state_dict (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5563238Z test_random_pruning (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5563503Z test_random_pruning_0perc (__main__.TestNN) 2022-11-23T04:05:07.5563853Z Test that a mask of 1s does not change forward or backward. ... ok (0.008s) 2022-11-23T04:05:07.5564121Z test_random_pruning_forward (__main__.TestNN) 2022-11-23T04:05:07.5564411Z check forward with mask (by hand). ... ok (0.005s) 2022-11-23T04:05:07.5564693Z test_random_pruning_new_weight (__main__.TestNN) 2022-11-23T04:05:07.5565053Z Test that module.name now contains a pruned version of ... ok (0.006s) 2022-11-23T04:05:07.5565321Z test_random_pruning_orig (__main__.TestNN) 2022-11-23T04:05:07.5565676Z Test that original tensor is correctly stored in 'orig' ... ok (0.005s) 2022-11-23T04:05:07.5566003Z test_random_pruning_pickle (__main__.TestNN) ... ok (0.009s) 2022-11-23T04:05:07.5566274Z test_random_pruning_sizes (__main__.TestNN) 2022-11-23T04:05:07.5566664Z Test that the new parameters and buffers created by the pruning ... ok (0.012s) 2022-11-23T04:05:07.5567025Z test_random_structured_pruning_amount (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5567388Z test_register_and_remove_buffer_parametrization (__main__.TestNN) 2022-11-23T04:05:07.5567809Z Test that it is possible to add and remove parametrizations on buffers ... ok (0.007s) 2022-11-23T04:05:07.5568348Z test_register_and_remove_nested_parametrization (__main__.TestNN) 2022-11-23T04:05:07.5568789Z Test that it is possible to nest the parametrizations ... ok (0.007s) 2022-11-23T04:05:07.5569131Z test_register_and_remove_parametrization (__main__.TestNN) 2022-11-23T04:05:07.5569493Z Test that it is possible to add a few parametrizations ... ok (0.052s) 2022-11-23T04:05:07.5569955Z test_register_buffer_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5570402Z test_register_buffer_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5570802Z test_register_buffer_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5571189Z test_register_buffer_raises_error_if_not_tensor (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5571610Z test_register_parameter_allows_overwriting_with_same_name (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5572025Z test_register_parameter_raises_error_if_attr_exists (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5572442Z test_register_parameter_raises_error_if_name_is_not_string (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5572755Z test_relu_inplace_on_view (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5572987Z test_remove_pruning (__main__.TestNN) 2022-11-23T04:05:07.5573536Z `prune.remove` removes the hook and the reparametrization ... ok (0.008s) 2022-11-23T04:05:07.5573851Z test_remove_pruning_exception (__main__.TestNN) 2022-11-23T04:05:07.5574228Z Removing from an unpruned tensor throws an assertion error ... ok (0.000s) 2022-11-23T04:05:07.5574486Z test_remove_pruning_forward (__main__.TestNN) 2022-11-23T04:05:07.5574828Z Remove pruning and check forward is unchanged from previous ... ok (0.006s) 2022-11-23T04:05:07.5575077Z test_repr (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5575345Z test_requires_grad_ (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5575731Z test_rnn_args_check (__main__.TestNN) ... ok (0.028s) 2022-11-23T04:05:07.5576138Z test_rnn_check_device (__main__.TestNN) ... skip: multi-GPU not supported (0.003s) 2022-11-23T04:05:07.5576460Z test_rnn_initial_hidden_state (__main__.TestNN) ... ok (0.035s) 2022-11-23T04:05:07.5576776Z test_rnn_pruning (__main__.TestNN) ... ok (0.005s) 2022-11-23T04:05:07.5577105Z test_rnn_weight_norm (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.5577431Z test_serialization_parametrization (__main__.TestNN) 2022-11-23T04:05:07.5577828Z Test that it is possible to serialize a parametrized model via state_dict ... ok (0.019s) 2022-11-23T04:05:07.5578896Z test_share_memory (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T04:05:07.5579185Z warnings.warn(message, UserWarning) 2022-11-23T04:05:07.5580177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T04:05:07.5580450Z warnings.warn(message, UserWarning) 2022-11-23T04:05:07.5581463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T04:05:07.5581728Z warnings.warn(message, UserWarning) 2022-11-23T04:05:07.5582792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T04:05:07.5584036Z warnings.warn(message, UserWarning) 2022-11-23T04:05:07.5585111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T04:05:07.5585393Z warnings.warn(message, UserWarning) 2022-11-23T04:05:07.5586389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T04:05:07.5586649Z warnings.warn(message, UserWarning) 2022-11-23T04:05:07.5587623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T04:05:07.5587908Z warnings.warn(message, UserWarning) 2022-11-23T04:05:07.5589114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T04:05:07.5589414Z warnings.warn(message, UserWarning) 2022-11-23T04:05:07.5589659Z ok (0.000s) 2022-11-23T04:05:07.5589992Z test_smoothl1loss_intergral_target (__main__.TestNN) ... ok (0.045s) 2022-11-23T04:05:07.5590378Z test_smoothl1loss_negative_beta_not_supported (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5590656Z test_softmax_cpu (__main__.TestNN) ... ok (0.018s) 2022-11-23T04:05:07.5591015Z test_softmax_functional_dim0 (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5591559Z test_softmax_functional_dim0_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.5591872Z test_softmax_functional_dim3 (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5592286Z test_softmax_functional_dim3_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.002s) 2022-11-23T04:05:07.5592623Z test_softmax_functional_scalar (__main__.TestNN) ... ok (0.013s) 2022-11-23T04:05:07.5593074Z test_softmax_functional_scalar_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.5593359Z test_softmax_lastdim (__main__.TestNN) ... ok (0.024s) 2022-11-23T04:05:07.5593668Z test_softmax_lastdim_cuda (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5593978Z test_softmax_lastdim_dtype (__main__.TestNN) ... ok (0.017s) 2022-11-23T04:05:07.5594385Z test_softmax_lastdim_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:05:07.5594696Z test_softmax_spatial (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5595011Z test_softmax_spatial_cuda (__main__.TestNN) ... ok (0.023s) 2022-11-23T04:05:07.5595314Z test_softmax_spatial_dtype (__main__.TestNN) ... ok (0.015s) 2022-11-23T04:05:07.5595718Z test_softmax_spatial_dtype_cuda (__main__.TestNN) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:05:07.5596043Z test_softmax_spatial_special (__main__.TestNN) ... ok (0.019s) 2022-11-23T04:05:07.5596381Z test_softmax_spatial_special_cuda (__main__.TestNN) ... ok (0.022s) 2022-11-23T04:05:07.5596704Z test_softmin (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5597902Z test_spectral_norm (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T04:05:07.5598463Z warnings.warn(message, UserWarning) 2022-11-23T04:05:07.5599478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T04:05:07.5599739Z warnings.warn(message, UserWarning) 2022-11-23T04:05:07.5599908Z ok (0.044s) 2022-11-23T04:05:07.5600215Z test_spectral_norm_dim (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5600516Z test_spectral_norm_forward (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5600838Z test_spectral_norm_load_state_dict (__main__.TestNN) ... ok (0.031s) 2022-11-23T04:05:07.5601147Z test_spectral_norm_pickle (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5601414Z test_state_dict (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5601745Z test_sync_batchnorm_accuracy_cuda (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5602079Z test_sync_batchnorm_backward_elemt (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5602373Z test_threshold_bfloat16 (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5602656Z test_threshold_int (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5602867Z test_to (__main__.TestNN) ... ok (0.016s) 2022-11-23T04:05:07.5603187Z test_train_errors_for_invalid_mode (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5603792Z test_transfer_parametrizations_and_params (__main__.TestNN) 2022-11-23T04:05:07.5604301Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.012s) 2022-11-23T04:05:07.5604719Z test_transfer_parametrizations_and_params_many_to_one (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5605150Z test_transfer_parametrizations_and_params_right_inverse (__main__.TestNN) 2022-11-23T04:05:07.5605684Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.005s) 2022-11-23T04:05:07.5606049Z test_transfer_parametrizations_and_params_single_param (__main__.TestNN) 2022-11-23T04:05:07.5606500Z Test that all parametrizations and their associated parameters are transferred. ... ok (0.006s) 2022-11-23T04:05:07.5606820Z test_transformer_args_check (__main__.TestNN) ... ok (0.402s) 2022-11-23T04:05:07.5607148Z test_transformer_layer_args_check (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5607464Z test_transformerdecoder (__main__.TestNN) ... ok (0.301s) 2022-11-23T04:05:07.5607800Z test_transformerdecoderlayer (__main__.TestNN) ... ok (0.047s) 2022-11-23T04:05:07.5608141Z test_transformerdecoderlayer_gelu (__main__.TestNN) ... ok (0.080s) 2022-11-23T04:05:07.5608440Z test_triplet_margin_loss (__main__.TestNN) ... ok (0.012s) 2022-11-23T04:05:07.5608779Z test_triplet_margin_loss_no_reduce (__main__.TestNN) ... ok (0.010s) 2022-11-23T04:05:07.5609110Z test_triplet_margin_loss_swap (__main__.TestNN) ... ok (0.007s) 2022-11-23T04:05:07.5609439Z test_triplet_margin_loss_swap_no_reduce (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5609703Z test_type (__main__.TestNN) ... ok (0.021s) 2022-11-23T04:05:07.5610009Z test_type_before_parametrizations (__main__.TestNN) 2022-11-23T04:05:07.5610424Z Test that type_before_parametrizations always retrieves original type ... ok (0.003s) 2022-11-23T04:05:07.5611972Z test_unflatten (__main__.TestNN) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_tensor.py:1093: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\c10/core/TensorImpl.h:1787.) 2022-11-23T04:05:07.5612339Z return super(Tensor, self).refine_names(names) 2022-11-23T04:05:07.5612501Z ok (0.004s) 2022-11-23T04:05:07.5612813Z test_unflatten_invalid_arg (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5613102Z test_unfold_invalid_arg (__main__.TestNN) ... ok (0.006s) 2022-11-23T04:05:07.5613651Z test_unstructured_pruning_same_magnitude (__main__.TestNN) 2022-11-23T04:05:07.5614040Z Since it may happen that the tensor to prune has entries with the ... ok (0.000s) 2022-11-23T04:05:07.5614440Z test_upsamplingBilinear2d_spatial_invariance (__main__.TestNN) ... ok (0.000s) 2022-11-23T04:05:07.5614772Z test_upsamplingLinear1d (__main__.TestNN) ... ok (0.049s) 2022-11-23T04:05:07.5615175Z test_upsamplingLinear1d_spatial_invariance (__main__.TestNN) ... ok (0.002s) 2022-11-23T04:05:07.5615511Z test_upsamplingTrilinear3d (__main__.TestNN) ... ok (0.083s) 2022-11-23T04:05:07.5615919Z test_upsamplingTrilinear3d_spatial_invariance (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5616235Z test_upsampling_bfloat16 (__main__.TestNN) ... ok (0.046s) 2022-11-23T04:05:07.5616601Z test_upsampling_not_recompute_scale_factor (__main__.TestNN) ... ok (0.037s) 2022-11-23T04:05:07.5616900Z test_upsampling_small_scale (__main__.TestNN) ... ok (0.011s) 2022-11-23T04:05:07.5617182Z test_validate_pruning_amount (__main__.TestNN) 2022-11-23T04:05:07.5617526Z Tests the second util function that validates the pruning ... ok (0.003s) 2022-11-23T04:05:07.5617926Z test_validate_pruning_amount_init (__main__.TestNN) 2022-11-23T04:05:07.5618292Z Test the first util function that validates the pruning ... ok (0.003s) 2022-11-23T04:05:07.5618853Z test_vector_to_parameters (__main__.TestNN) ... ok (0.003s) 2022-11-23T04:05:07.5619168Z test_weight_norm (__main__.TestNN) ... ok (0.014s) 2022-11-23T04:05:07.5619528Z test_weight_norm_pickle (__main__.TestNN) ... ok (0.004s) 2022-11-23T04:05:07.5619791Z test_zero_grad (__main__.TestNN) ... ok (0.008s) 2022-11-23T04:05:07.5620164Z test_BatchNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T04:05:07.5620527Z test_Bilinear_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T04:05:07.5620897Z test_CTCLoss_cudnn_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.115s) 2022-11-23T04:05:07.5621293Z test_CTCLoss_empty_target_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T04:05:07.5621767Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T04:05:07.5622256Z test_CTCLoss_no_batch_dim_reduction_mean_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T04:05:07.5622760Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T04:05:07.5623241Z test_CTCLoss_no_batch_dim_reduction_none_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T04:05:07.5623720Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T04:05:07.5624184Z test_CTCLoss_no_batch_dim_reduction_sum_use_module_form_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T04:05:07.5626433Z test_GRU_grad_and_gradgrad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\engine.cpp:1127.) 2022-11-23T04:05:07.5626905Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.5627069Z ok (0.065s) 2022-11-23T04:05:07.5627432Z test_GroupNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T04:05:07.5627819Z test_GroupNorm_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T04:05:07.5628437Z test_GroupNorm_numeric_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (1.859s) 2022-11-23T04:05:07.5628917Z test_GroupNorm_raises_error_if_one_value_per_group_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5629344Z test_InstanceNorm1d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T04:05:07.5629759Z test_InstanceNorm2d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T04:05:07.5630162Z test_InstanceNorm3d_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T04:05:07.5630589Z test_LSTM_grad_and_gradgrad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.079s) 2022-11-23T04:05:07.5630978Z test_LayerNorm_general_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T04:05:07.5631360Z test_LayerNorm_numeric_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (1.111s) 2022-11-23T04:05:07.5631844Z test_LocalResponseNorm_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5634132Z test_MarginLoss_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [0, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.5634637Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.5634802Z ok (0.009s) 2022-11-23T04:05:07.5636699Z test_MarginLoss_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [0, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:05:07.5637189Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:05:07.5637367Z ok (0.013s) 2022-11-23T04:05:07.5637787Z test_ReflectionPad2d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (2.099s) 2022-11-23T04:05:07.5638202Z test_ReflectionPad3d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.645s) 2022-11-23T04:05:07.5638603Z test_ReflectionPad_empty_cuda_complex64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T04:05:07.5639125Z test_ReflectionPad_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T04:05:07.5639537Z test_ReplicationPad1d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T04:05:07.5639998Z test_ReplicationPad2d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.039s) 2022-11-23T04:05:07.5640469Z test_ReplicationPad3d_large_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.159s) 2022-11-23T04:05:07.5640910Z test_ReplicationPad_empty_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T04:05:07.5641342Z test_ReplicationPad_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T04:05:07.5641786Z test_TransformerDecoderLayer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.201s) 2022-11-23T04:05:07.5642205Z test_TransformerDecoder_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.321s) 2022-11-23T04:05:07.5642635Z test_TransformerEncoderLayer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.279s) 2022-11-23T04:05:07.5643291Z test_TransformerEncoder_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.250s) 2022-11-23T04:05:07.5643683Z test_Transformer_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (1.676s) 2022-11-23T04:05:07.5644051Z test_Unfold_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T04:05:07.5644514Z test_activations_bfloat16_cpu_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:05:07.5644913Z test_activations_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T04:05:07.5645288Z test_affine_2d_rotate0_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.036s) 2022-11-23T04:05:07.5645743Z test_affine_2d_rotate45_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T04:05:07.5646129Z test_affine_2d_rotate90_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.034s) 2022-11-23T04:05:07.5646527Z test_affine_2d_rotateRandom_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.652s) 2022-11-23T04:05:07.5646994Z test_affine_3d_rotateRandom_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (13.333s) 2022-11-23T04:05:07.5647448Z test_batchnorm_affine_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T04:05:07.5647841Z test_batchnorm_affine_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T04:05:07.5648512Z test_batchnorm_affine_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T04:05:07.5648962Z test_batchnorm_affine_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T04:05:07.5649367Z test_batchnorm_eval_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T04:05:07.5649765Z test_batchnorm_eval_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.026s) 2022-11-23T04:05:07.5650169Z test_batchnorm_eval_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.019s) 2022-11-23T04:05:07.5650567Z test_batchnorm_eval_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.018s) 2022-11-23T04:05:07.5650950Z test_batchnorm_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.174s) 2022-11-23T04:05:07.5651354Z test_batchnorm_large_batch_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5651754Z test_batchnorm_large_batch_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T04:05:07.5652183Z test_batchnorm_simple_average_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.023s) 2022-11-23T04:05:07.5652612Z test_batchnorm_simple_average_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.023s) 2022-11-23T04:05:07.5653172Z test_batchnorm_simple_average_mixed_cuda_bfloat16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.021s) 2022-11-23T04:05:07.5653625Z test_batchnorm_simple_average_mixed_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T04:05:07.5654030Z test_batchnorm_update_stats_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T04:05:07.5654574Z test_clip_grad_norm_error_if_nonfinite_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.502s) 2022-11-23T04:05:07.5655084Z test_clip_grad_norm_multi_device_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: fewer than 2 devices detected (0.003s) 2022-11-23T04:05:07.5656775Z test_conv_empty_input_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T04:05:07.5656987Z warnings.warn( 2022-11-23T04:05:07.5658471Z 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-23T04:05:07.5658903Z warnings.warn( 2022-11-23T04:05:07.5659059Z ok (0.011s) 2022-11-23T04:05:07.5659469Z test_conv_empty_input_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T04:05:07.5659863Z test_conv_empty_input_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T04:05:07.5660346Z test_conv_empty_input_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T04:05:07.5660881Z test_cross_entropy_label_smoothing_consistent_index_target_and_probs_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.042s) 2022-11-23T04:05:07.5661377Z test_cross_entropy_label_smoothing_errors_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5661951Z test_cross_entropy_label_smoothing_weight_ignore_indices_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.061s) 2022-11-23T04:05:07.5662395Z test_cross_entropy_label_smoothing_with_probs_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.030s) 2022-11-23T04:05:07.5662958Z test_cross_entropy_large_tensor_reduction_mean_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.131s) 2022-11-23T04:05:07.5664385Z test_cross_entropy_large_tensor_reduction_none_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.092s) 2022-11-23T04:05:07.5664989Z test_cross_entropy_large_tensor_reduction_sum_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.086s) 2022-11-23T04:05:07.5665479Z test_cross_entropy_loss_index_target_unit_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.021s) 2022-11-23T04:05:07.5665900Z test_cross_entropy_loss_one_hot_target_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T04:05:07.5666402Z test_cross_entropy_loss_prob_target_all_reductions_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.030s) 2022-11-23T04:05:07.5667111Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T04:05:07.5667695Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_mean_weighted_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T04:05:07.5668321Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T04:05:07.5668955Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_none_weighted_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T04:05:07.5669485Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5670032Z test_cross_entropy_loss_prob_target_no_batch_dim_reduction_sum_weighted_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5670514Z test_cross_entropy_loss_prob_target_unit_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T04:05:07.5671029Z test_ctc_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Test is flaky on Linux and Windows, typical error message: 2022-11-23T04:05:07.5671419Z https://github.com/pytorch/pytorch/issues/34870 (0.004s) 2022-11-23T04:05:07.5671795Z test_ctc_loss_cudnn_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T04:05:07.5672159Z test_device_mask_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T04:05:07.5672545Z test_elu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5672966Z test_elu_inplace_with_neg_alpha_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T04:05:07.5673312Z test_fold_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.092s) 2022-11-23T04:05:07.5673722Z test_glu_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:05:07.5675425Z test_grid_sample_large_cuda (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T04:05:07.5675628Z warnings.warn( 2022-11-23T04:05:07.5676727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4293: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T04:05:07.5676929Z warnings.warn( 2022-11-23T04:05:07.5678073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T04:05:07.5678283Z warnings.warn( 2022-11-23T04:05:07.5679574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4293: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T04:05:07.5679798Z warnings.warn( 2022-11-23T04:05:07.5680967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T04:05:07.5681178Z warnings.warn( 2022-11-23T04:05:07.5682324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4293: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T04:05:07.5682524Z warnings.warn( 2022-11-23T04:05:07.5683722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T04:05:07.5683918Z warnings.warn( 2022-11-23T04:05:07.5685030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4293: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T04:05:07.5685233Z warnings.warn( 2022-11-23T04:05:07.5686362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:4231: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. 2022-11-23T04:05:07.5686563Z warnings.warn( 2022-11-23T04:05:07.5686706Z ok (0.014s) 2022-11-23T04:05:07.5687155Z test_grid_sample_large_index_2d_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.387s) 2022-11-23T04:05:07.5687678Z test_grid_sample_large_index_2d_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.108s) 2022-11-23T04:05:07.5688086Z test_grid_sample_large_index_3d_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.494s) 2022-11-23T04:05:07.5688904Z test_grid_sample_large_index_3d_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.114s) 2022-11-23T04:05:07.5689371Z test_grid_sample_nan_inf_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T04:05:07.5689848Z test_grid_sample_nan_inf_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5690316Z test_groupnorm_nhwc_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:05:07.5690753Z test_groupnorm_nhwc_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:05:07.5691199Z test_gumbel_softmax_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.028s) 2022-11-23T04:05:07.5691603Z test_gumbel_softmax_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.042s) 2022-11-23T04:05:07.5691989Z test_gumbel_softmax_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.027s) 2022-11-23T04:05:07.5692406Z test_hardsigmoid_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T04:05:07.5692782Z test_hardswish_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T04:05:07.5693200Z test_hardswish_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T04:05:07.5693742Z test_instancenorm_raises_error_for_single_spatial_element_during_training_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T04:05:07.5694473Z test_instancenorm_raises_error_if_less_than_one_value_per_channel_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.001s) 2022-11-23T04:05:07.5694917Z test_invalid_reduction_strings_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T04:05:07.5695405Z test_layernorm_half_precision_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5695792Z test_layernorm_weight_bias_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5696209Z test_leaky_relu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5696729Z test_leaky_relu_inplace_with_neg_slope_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T04:05:07.5697179Z test_leaky_relu_inplace_with_zero_slope_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T04:05:07.5697541Z test_linear_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5697937Z test_log_softmax_big_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5698315Z test_log_softmax_big_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T04:05:07.5698679Z test_logsigmoid_out_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5699157Z test_lstmcell_backward_only_one_output_grad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5699569Z test_masked_softmax_TxT_layout_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.271s) 2022-11-23T04:05:07.5699931Z test_masked_softmax_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (5.887s) 2022-11-23T04:05:07.5700375Z test_masked_softmax_devices_parity_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (27.168s) 2022-11-23T04:05:07.5700822Z test_masked_softmax_forward_with_nans_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.266s) 2022-11-23T04:05:07.5701221Z test_masked_softmax_grad_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.073s) 2022-11-23T04:05:07.5701652Z test_masked_softmax_mask_types_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (18.830s) 2022-11-23T04:05:07.5702076Z test_masked_softmax_transformer_layout_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.259s) 2022-11-23T04:05:07.5702568Z test_mish_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5702968Z test_module_to_empty_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T04:05:07.5703415Z test_module_to_empty_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T04:05:07.5704105Z test_multi_margin_loss_errors_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5704564Z test_multihead_attention_dtype_batch_first_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T04:05:07.5705043Z test_multihead_attention_dtype_batch_first_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T04:05:07.5705532Z test_multihead_attention_dtype_batch_first_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T04:05:07.5705966Z test_multihead_attention_dtype_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T04:05:07.5706407Z test_multihead_attention_dtype_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T04:05:07.5706832Z test_multihead_attention_dtype_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T04:05:07.5707381Z test_multihead_attn_fast_path_query_and_bias_have_different_dtypes_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5707871Z test_multihead_attn_fast_path_small_test_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T04:05:07.5708323Z test_multihead_attn_in_proj_bias_none_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T04:05:07.5708784Z test_multihead_attn_in_proj_weight_none_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5709456Z test_multihead_self_attn_two_masks_fast_path_cuda (__main__.TestNNDeviceTypeCUDA) 2022-11-23T04:05:07.5710047Z Multihead self-attention should give the same result on the fast path (BetterTransformer) as on the slow path ... ok (0.006s) 2022-11-23T04:05:07.5710528Z test_multihead_self_attn_two_masks_fast_path_mock_cuda (__main__.TestNNDeviceTypeCUDA) 2022-11-23T04:05:07.5711159Z Multihead self-attention should take fast path when both attention mask (mask type 0) ... skip: Fastpath only runs on CPU and CUDA. (0.002s) 2022-11-23T04:05:07.5711549Z test_nll_loss_all_ignored_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T04:05:07.5711990Z test_nll_loss_byte_target_matches_long_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T04:05:07.5712443Z test_nll_loss_empty_tensor_reduction_mean_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5712889Z test_nll_loss_empty_tensor_reduction_none_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T04:05:07.5713322Z test_nll_loss_empty_tensor_reduction_sum_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T04:05:07.5713747Z test_nll_loss_invalid_target_dim_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T04:05:07.5714136Z test_nll_loss_invalid_weights_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5714639Z test_nll_loss_large_tensor_reduction_mean_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.111s) 2022-11-23T04:05:07.5715177Z test_nll_loss_large_tensor_reduction_none_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.091s) 2022-11-23T04:05:07.5715707Z test_nll_loss_large_tensor_reduction_sum_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda memory (0.091s) 2022-11-23T04:05:07.5716176Z test_nll_loss_mismatched_batch_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T04:05:07.5716624Z test_nll_loss_out_of_bounds_ignore_index_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T04:05:07.5717047Z test_nll_loss_total_weight_is_zero_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T04:05:07.5717457Z test_nn_empty_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T04:05:07.5717873Z test_nn_scalars_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T04:05:07.5718277Z test_nn_scalars_reductions_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.026s) 2022-11-23T04:05:07.5719186Z test_nonlinearity_propagate_nan_cuda (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1958: UserWarning: nn.functional.tanh is deprecated. Use torch.tanh instead. 2022-11-23T04:05:07.5719822Z warnings.warn("nn.functional.tanh is deprecated. Use torch.tanh instead.") 2022-11-23T04:05:07.5720553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:1969: UserWarning: nn.functional.sigmoid is deprecated. Use torch.sigmoid instead. 2022-11-23T04:05:07.5721007Z warnings.warn("nn.functional.sigmoid is deprecated. Use torch.sigmoid instead.") 2022-11-23T04:05:07.5721167Z ok (0.007s) 2022-11-23T04:05:07.5721498Z test_one_hot_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T04:05:07.5721979Z test_overwrite_module_params_on_conversion_cpu_device_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T04:05:07.5722354Z test_pad_cuda_complex128 (__main__.TestNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T04:05:07.5722706Z test_pad_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T04:05:07.5723297Z test_prelu_backward_32bit_indexing_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.086s) 2022-11-23T04:05:07.5723684Z test_rnn_fused_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.070s) 2022-11-23T04:05:07.5724040Z test_rnn_fused_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.067s) 2022-11-23T04:05:07.5724744Z test_rnn_retain_variables_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.172s) 2022-11-23T04:05:07.5725194Z test_rnn_retain_variables_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.173s) 2022-11-23T04:05:07.5725597Z test_rnn_retain_variables_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.164s) 2022-11-23T04:05:07.5725999Z test_save_lstm_compatibility_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T04:05:07.5726381Z test_silu_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T04:05:07.5726739Z test_skip_init_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T04:05:07.5727187Z test_smooth_l1_loss_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:05:07.5727585Z test_smooth_l1_loss_vs_huber_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.028s) 2022-11-23T04:05:07.5728078Z test_softmax_64bit_indexing_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.110s) 2022-11-23T04:05:07.5728471Z test_softmax_bfloat16_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.023s) 2022-11-23T04:05:07.5728846Z test_softmax_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T04:05:07.5729216Z test_softmax_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5729624Z test_softmax_results_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (2.088s) 2022-11-23T04:05:07.5730101Z test_softmax_results_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (1.871s) 2022-11-23T04:05:07.5731362Z test_softplus_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5731978Z test_softplus_low_threshold_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T04:05:07.5732400Z test_softshrink_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:05:07.5732822Z test_softshrink_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T04:05:07.5733209Z test_softshrink_negative_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5733627Z test_threshold_inplace_overlap_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T04:05:07.5735181Z test_to_complex_cuda (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1108: UserWarning: Complex modules are a new feature under active development whose design may change, and some modules might not work as expected when using complex tensors as parameters or buffers. Please file an issue at https://github.com/pytorch/pytorch/issues/new?template=bug-report.yml if a complex module does not work as expected. 2022-11-23T04:05:07.5735619Z warnings.warn( 2022-11-23T04:05:07.5737195Z 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-23T04:05:07.5737432Z warnings.warn( 2022-11-23T04:05:07.5738564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\module.py:1118: UserWarning: Casting complex values to real discards the imaginary part (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Copy.cpp:275.) 2022-11-23T04:05:07.5739025Z return t.to(device, dtype if t.is_floating_point() or t.is_complex() else None, non_blocking) 2022-11-23T04:05:07.5739206Z ok (0.003s) 2022-11-23T04:05:07.5739646Z test_transformerencoderlayer_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.102s) 2022-11-23T04:05:07.5740105Z test_transformerencoderlayer_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.109s) 2022-11-23T04:05:07.5741806Z test_transformerencoderlayer_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\transformer.py:507: UserWarning: nested_from_padded CUDA kernels only support fp32/fp16; falling back to slower generic kernel (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\nested\cuda\NestedTensorTransformerFunctions.cpp:54.) 2022-11-23T04:05:07.5742154Z return torch._transformer_encoder_layer_fwd( 2022-11-23T04:05:07.5742308Z ok (0.074s) 2022-11-23T04:05:07.5742733Z test_transformerencoderlayer_fast_path_cuda_float64 (__main__.TestNNDeviceTypeCUDA) 2022-11-23T04:05:07.5743230Z Test transformer fast path on CPU with different valid mask types and shapes ... skip: Only runs on cpu (0.012s) 2022-11-23T04:05:07.5743698Z test_transformerencoderlayer_gelu_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.086s) 2022-11-23T04:05:07.5744316Z test_transformerencoderlayer_gelu_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.082s) 2022-11-23T04:05:07.5744746Z test_triplet_margin_with_distance_loss_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (8.503s) 2022-11-23T04:05:07.5745391Z test_triplet_margin_with_distance_loss_default_parity_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.486s) 2022-11-23T04:05:07.5745924Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_channels_last_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5746493Z test_upsamplingBicubic2d_aa_correctness_memory_format_torch_contiguous_format_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T04:05:07.5747004Z test_upsamplingBicubic2d_antialias_False_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5747512Z test_upsamplingBicubic2d_antialias_False_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T04:05:07.5747994Z test_upsamplingBicubic2d_antialias_True_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T04:05:07.5748499Z test_upsamplingBicubic2d_antialias_True_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T04:05:07.5748937Z test_upsamplingBicubic2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5749484Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_channels_last_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5750034Z test_upsamplingBilinear2d_aa_correctness_memory_format_torch_contiguous_format_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5750874Z test_upsamplingBilinear2d_antialias_False_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.150s) 2022-11-23T04:05:07.5751391Z test_upsamplingBilinear2d_antialias_False_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.164s) 2022-11-23T04:05:07.5751964Z test_upsamplingBilinear2d_antialias_True_align_corners_False_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.176s) 2022-11-23T04:05:07.5752511Z test_upsamplingBilinear2d_antialias_True_align_corners_True_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.148s) 2022-11-23T04:05:07.5752902Z test_upsamplingNearest1d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T04:05:07.5753254Z test_upsamplingNearest1d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.077s) 2022-11-23T04:05:07.5753640Z test_upsamplingNearest1d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (5.506s) 2022-11-23T04:05:07.5754028Z test_upsamplingNearest2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.035s) 2022-11-23T04:05:07.5754381Z test_upsamplingNearest2d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.233s) 2022-11-23T04:05:07.5754768Z test_upsamplingNearest2d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (5.783s) 2022-11-23T04:05:07.5755195Z test_upsamplingNearest2d_launch_fail_cuda (__main__.TestNNDeviceTypeCUDA) ... expected failure (0.006s) 2022-11-23T04:05:07.5755858Z test_upsamplingNearest2d_launch_rocm_cuda (__main__.TestNNDeviceTypeCUDA) ... skip: test doesn't currently work on the CUDA stack (0.000s) 2022-11-23T04:05:07.5756278Z test_upsamplingNearest3d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.453s) 2022-11-23T04:05:07.5756628Z test_upsamplingNearest3d_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.238s) 2022-11-23T04:05:07.5757015Z test_upsamplingNearest3d_launch_config_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (13.732s) 2022-11-23T04:05:07.5757429Z test_upsamplingNearestExact1d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T04:05:07.5757920Z test_upsamplingNearestExact1d_rescale_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T04:05:07.5758339Z test_upsamplingNearestExact2d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.050s) 2022-11-23T04:05:07.5758831Z test_upsamplingNearestExact3d_correctness_cuda (__main__.TestNNDeviceTypeCUDA) ... ok (0.438s) 2022-11-23T04:05:07.5759391Z test_upsampling_64bit_indexing_channels_last_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.102s) 2022-11-23T04:05:07.5759748Z test_variable_sequence_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... ok (0.573s) 2022-11-23T04:05:07.5760093Z test_variable_sequence_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... ok (0.538s) 2022-11-23T04:05:07.5760429Z test_variable_sequence_cuda_float64 (__main__.TestNNDeviceTypeCUDA) ... ok (0.559s) 2022-11-23T04:05:07.5760862Z test_warp_softmax_64bit_indexing_cuda_float16 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.109s) 2022-11-23T04:05:07.5761322Z test_warp_softmax_64bit_indexing_cuda_float32 (__main__.TestNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.072s) 2022-11-23T04:05:07.5761616Z test_calculate_gain_leaky_relu (__main__.TestNNInit) ... ok (0.003s) 2022-11-23T04:05:07.5761978Z test_calculate_gain_leaky_relu_only_accepts_numbers (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T04:05:07.5762268Z test_calculate_gain_linear (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T04:05:07.5762568Z test_calculate_gain_nonlinear (__main__.TestNNInit) ... ok (0.006s) 2022-11-23T04:05:07.5762936Z test_calculate_gain_only_accepts_valid_nonlinearities (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T04:05:07.5763189Z test_constant (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T04:05:07.5763447Z test_deprecation (__main__.TestNNInit) ... ok (0.010s) 2022-11-23T04:05:07.5763713Z test_dirac_identity (__main__.TestNNInit) ... ok (0.010s) 2022-11-23T04:05:07.5764184Z test_dirac_only_works_on_3_4_5d_inputs (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T04:05:07.5764530Z test_dirac_properties (__main__.TestNNInit) ... ok (0.010s) 2022-11-23T04:05:07.5764758Z test_eye (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T04:05:07.5765052Z test_eye_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T04:05:07.5765407Z test_kaiming_normal (__main__.TestNNInit) ... ok (0.517s) 2022-11-23T04:05:07.5765834Z test_kaiming_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T04:05:07.5766180Z test_kaiming_normal_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.008s) 2022-11-23T04:05:07.5766427Z test_kaiming_uniform (__main__.TestNNInit) ... ok (0.446s) 2022-11-23T04:05:07.5766788Z test_kaiming_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.010s) 2022-11-23T04:05:07.5767123Z test_kaiming_uniform_warning_on_0element_tensor (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T04:05:07.5767370Z test_normal (__main__.TestNNInit) ... ok (1.648s) 2022-11-23T04:05:07.5767630Z test_ones_and_zeros (__main__.TestNNInit) ... ok (0.000s) 2022-11-23T04:05:07.5767883Z test_orthogonal (__main__.TestNNInit) ... ok (0.010s) 2022-11-23T04:05:07.5768161Z test_sparse_default_std (__main__.TestNNInit) ... ok (0.022s) 2022-11-23T04:05:07.5768582Z test_sparse_only_works_on_2d_inputs (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T04:05:07.5769035Z test_trunc_normal (__main__.TestNNInit) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T04:05:07.5769277Z test_uniform (__main__.TestNNInit) ... ok (1.532s) 2022-11-23T04:05:07.5769534Z test_xavier_normal (__main__.TestNNInit) ... ok (0.903s) 2022-11-23T04:05:07.5769884Z test_xavier_normal_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.001s) 2022-11-23T04:05:07.5770147Z test_xavier_uniform (__main__.TestNNInit) ... ok (0.199s) 2022-11-23T04:05:07.5770507Z test_xavier_uniform_errors_on_inputs_smaller_than_2d (__main__.TestNNInit) ... ok (0.002s) 2022-11-23T04:05:07.5770847Z test_load_state_dict_module_pre_hook (__main__.TestStateDictHooks) ... ok (0.005s) 2022-11-23T04:05:07.5771253Z test_load_state_dict_post_hook (__main__.TestStateDictHooks) ... ok (0.008s) 2022-11-23T04:05:07.5771766Z test_load_state_dict_post_hook_backward_compatibility (__main__.TestStateDictHooks) ... skip: Tempfile permission issue on windows (0.002s) 2022-11-23T04:05:07.5772161Z test_load_state_dict_pre_hook (__main__.TestStateDictHooks) ... ok (0.004s) 2022-11-23T04:05:07.5772523Z test_no_extra_ref_to_module (__main__.TestStateDictHooks) ... ok (0.001s) 2022-11-23T04:05:07.5772820Z test_pickled_hook (__main__.TestStateDictHooks) ... ok (0.002s) 2022-11-23T04:05:07.5772838Z 2022-11-23T04:05:07.5773151Z ---------------------------------------------------------------------- 2022-11-23T04:05:07.5773325Z Ran 2427 tests in 236.484s 2022-11-23T04:05:07.5773343Z 2022-11-23T04:05:07.5773554Z OK (skipped=75, expected failures=4) 2022-11-23T04:05:07.5773566Z 2022-11-23T04:05:07.5773752Z Generating XML reports... 2022-11-23T04:05:07.5774196Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestAddRelu-20221123040108.xml 2022-11-23T04:05:07.5774680Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestConstantPadNd-20221123040108.xml 2022-11-23T04:05:07.5775177Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFunctionalPickle-20221123040108.xml 2022-11-23T04:05:07.5775630Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFusionEval-20221123040108.xml 2022-11-23T04:05:07.5776083Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestFusionUtils-20221123040108.xml 2022-11-23T04:05:07.5776574Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestModuleGlobalHooks-20221123040108.xml 2022-11-23T04:05:07.5776973Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNN-20221123040108.xml 2022-11-23T04:05:07.5777684Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNNDeviceTypeCUDA-20221123040108.xml 2022-11-23T04:05:07.5778130Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestNNInit-20221123040108.xml 2022-11-23T04:05:07.5778671Z Generated XML report: test-reports\python-unittest\test_nn\TEST-TestStateDictHooks-20221123040108.xml 2022-11-23T04:05:07.5779160Z [W CUDAGuardImpl.h:46] Warning: CUDA warning: driver shutting down (function uncheckedGetDevice) 2022-11-23T04:05:07.5779580Z [W CUDAGuardImpl.h:62] Warning: CUDA warning: invalid device ordinal (function uncheckedSetDevice) 2022-11-23T04:05:07.5779597Z 2022-11-23T04:05:07.5780203Z ##[endgroup] 2022-11-23T04:05:07.5780670Z FINISHED PRINTING LOG FILE of test_nn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_nn_47jrrc4z) 2022-11-23T04:05:07.5780702Z 2022-11-23T04:05:07.5780927Z Running test_sparse_csr ... [2022-11-23 04:05:07.417713] 2022-11-23T04:05:07.5781564Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:05:07.418391] 2022-11-23T04:08:20.1154327Z 2022-11-23T04:08:20.1155081Z Expand the folded group to see the log file of test_sparse_csr 2022-11-23T04:08:20.1156839Z ##[group]PRINTING LOG FILE of test_sparse_csr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_csr_yvgp_ml6) 2022-11-23T04:08:20.1220042Z 2022-11-23T04:08:20.1220492Z Running tests... 2022-11-23T04:08:20.1221076Z ---------------------------------------------------------------------- 2022-11-23T04:08:20.1221831Z Test results will be stored in test-reports\python-unittest\test_sparse_csr 2022-11-23T04:08:20.1223956Z 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-23T04:08:20.1225910Z return torch.sparse_compressed_tensor(compressed_indices, plain_indices, 2022-11-23T04:08:20.1226484Z ok (1.972s) 2022-11-23T04:08:20.1227042Z test_add_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.203s) 2022-11-23T04:08:20.1227832Z test_addmm_all_sparse_csr_SparseCSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.971s) 2022-11-23T04:08:20.1228712Z test_addmm_all_sparse_csr_SparseCSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.114s) 2022-11-23T04:08:20.1229661Z test_addmm_all_sparse_csr_SparseCSC_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.098s) 2022-11-23T04:08:20.1230534Z test_addmm_all_sparse_csr_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.100s) 2022-11-23T04:08:20.1231664Z test_addmm_all_sparse_csr_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.115s) 2022-11-23T04:08:20.1232518Z test_addmm_all_sparse_csr_SparseCSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.095s) 2022-11-23T04:08:20.1233291Z test_addmm_all_sparse_csr_SparseCSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.082s) 2022-11-23T04:08:20.1234099Z test_addmm_all_sparse_csr_SparseCSR_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.076s) 2022-11-23T04:08:20.1234926Z test_addmm_all_sparse_csr_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.082s) 2022-11-23T04:08:20.1235728Z test_addmm_all_sparse_csr_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.084s) 2022-11-23T04:08:20.1236741Z test_addmm_dense_result_SparseCSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:08:20.1237925Z test_addmm_dense_result_SparseCSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:08:20.1239100Z test_addmm_dense_result_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T04:08:20.1239927Z test_addmm_dense_result_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T04:08:20.1240805Z test_addmm_dense_result_SparseCSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T04:08:20.1241788Z test_addmm_dense_result_SparseCSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:08:20.1242632Z test_addmm_dense_result_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:08:20.1243630Z test_addmm_dense_result_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:08:20.1244500Z test_addmm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.953s) 2022-11-23T04:08:20.1245379Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.1246164Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1246920Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1247849Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1248643Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1249402Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1250338Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1251225Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1252146Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1252932Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1253708Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1254520Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1255308Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1256092Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1256847Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1257739Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1258745Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1259518Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1260283Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1261065Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1261838Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1262632Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1263414Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1264491Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.1265483Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1266259Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1267066Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1267858Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1268637Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.1269402Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1270190Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1271108Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1272104Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1273010Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1273819Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1274593Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1275392Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1276177Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1276988Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1277965Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1278986Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1279855Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1280730Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1281704Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1282580Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1283375Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1284323Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1285343Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1286115Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1286916Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1287726Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.1288535Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1289337Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1291546Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1292398Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1293195Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1294025Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1294844Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1295647Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1296440Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1297324Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1298334Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1299116Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1299921Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1300863Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1301705Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1302518Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.1303417Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1304360Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1305144Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1305942Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1306756Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1307551Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1308340Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1309136Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.1310024Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1310950Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1311758Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1312552Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1313355Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1314161Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1314972Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.1315823Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1316867Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1317691Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1318491Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1319320Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1320121Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1320929Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1321719Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1322599Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1323522Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1324340Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1325141Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1326069Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1326906Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1327733Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.1328546Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1329406Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1330359Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1331178Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1331999Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1332917Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1333803Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1334681Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1335519Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1336436Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1337317Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.1338192Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1339069Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1339949Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.1340933Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1341908Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.1342818Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.087s) 2022-11-23T04:08:20.1343892Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1344792Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1345717Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1346624Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1347509Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1348391Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1349232Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.1350149Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1351040Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1351926Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1352939Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1353873Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1354774Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.1355596Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1356485Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1357486Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.1358611Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1359523Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1360420Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1361303Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1362124Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1363000Z test_autograd_dense_output_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.919s) 2022-11-23T04:08:20.1363880Z test_autograd_dense_output_addmv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.075s) 2022-11-23T04:08:20.1364736Z test_autograd_dense_output_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T04:08:20.1365601Z test_autograd_dense_output_mv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.1366509Z test_autograd_sparse_csr_unary_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.325s) 2022-11-23T04:08:20.1367402Z test_autograd_sparse_csr_unary_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1368425Z test_autograd_sparse_csr_unary_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.003s) 2022-11-23T04:08:20.1369650Z test_autograd_sparse_csr_unary_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.003s) 2022-11-23T04:08:20.1371040Z 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-23T04:08:20.1372248Z 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-23T04:08:20.1373479Z test_autograd_sparse_csr_unary_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-11-23T04:08:20.1374703Z test_autograd_sparse_csr_unary_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.002s) 2022-11-23T04:08:20.1375924Z 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-23T04:08:20.1376989Z test_autograd_sparse_csr_unary_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.000s) 2022-11-23T04:08:20.1378063Z test_autograd_sparse_csr_unary_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.006s) 2022-11-23T04:08:20.1378917Z test_autograd_sparse_csr_unary_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.000s) 2022-11-23T04:08:20.1379604Z test_autograd_sparse_csr_unary_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.000s) 2022-11-23T04:08:20.1380237Z test_autograd_sparse_csr_unary_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1380799Z test_autograd_sparse_csr_unary_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1381337Z test_autograd_sparse_csr_unary_deg2rad_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1382289Z test_autograd_sparse_csr_unary_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.012s) 2022-11-23T04:08:20.1383654Z test_autograd_sparse_csr_unary_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.003s) 2022-11-23T04:08:20.1385021Z test_autograd_sparse_csr_unary_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.003s) 2022-11-23T04:08:20.1386621Z test_autograd_sparse_csr_unary_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.003s) 2022-11-23T04:08:20.1413595Z test_autograd_sparse_csr_unary_frac_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1414187Z 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-23T04:08:20.1414847Z 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-23T04:08:20.1415496Z 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-23T04:08:20.1416136Z 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-23T04:08:20.1416788Z 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-23T04:08:20.1417448Z test_autograd_sparse_csr_unary_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isposinf not supported with CSR input and autograd (0.004s) 2022-11-23T04:08:20.1418740Z 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-23T04:08:20.1419702Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:08:20.1420037Z ok (0.006s) 2022-11-23T04:08:20.1420388Z test_autograd_sparse_csr_unary_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.247s) 2022-11-23T04:08:20.1420830Z test_autograd_sparse_csr_unary_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1421316Z test_autograd_sparse_csr_unary_nn_functional_relu_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1421944Z test_autograd_sparse_csr_unary_positive_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1422549Z test_autograd_sparse_csr_unary_positive_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1423133Z test_autograd_sparse_csr_unary_rad2deg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1423722Z test_autograd_sparse_csr_unary_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.000s) 2022-11-23T04:08:20.1424365Z test_autograd_sparse_csr_unary_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.012s) 2022-11-23T04:08:20.1425003Z 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-23T04:08:20.1425619Z 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-23T04:08:20.1426265Z 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-23T04:08:20.1426911Z 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-23T04:08:20.1427538Z 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-23T04:08:20.1428329Z 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-23T04:08:20.1429542Z 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-23T04:08:20.1430781Z test_autograd_sparse_csr_unary_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.003s) 2022-11-23T04:08:20.1432031Z 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-23T04:08:20.1433025Z 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-23T04:08:20.1433669Z 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-23T04:08:20.1435924Z test_autograd_sparse_csr_unary_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.003s) 2022-11-23T04:08:20.1436548Z test_autograd_sparse_csr_unary_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.002s) 2022-11-23T04:08:20.1437199Z test_autograd_sparse_csr_unary_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.003s) 2022-11-23T04:08:20.1437794Z test_baddbmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: ROCm not available (0.006s) 2022-11-23T04:08:20.1438414Z test_baddbmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: ROCm not available (0.000s) 2022-11-23T04:08:20.1439275Z test_baddbmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: ROCm not available (0.010s) 2022-11-23T04:08:20.1439747Z test_baddbmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: ROCm not available (0.000s) 2022-11-23T04:08:20.1440243Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.137s) 2022-11-23T04:08:20.1440761Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.123s) 2022-11-23T04:08:20.1441936Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.139s) 2022-11-23T04:08:20.1442512Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.117s) 2022-11-23T04:08:20.1443012Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.107s) 2022-11-23T04:08:20.1443521Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.149s) 2022-11-23T04:08:20.1444027Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.168s) 2022-11-23T04:08:20.1444540Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.159s) 2022-11-23T04:08:20.1445025Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.127s) 2022-11-23T04:08:20.1445517Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.148s) 2022-11-23T04:08:20.1446217Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.129s) 2022-11-23T04:08:20.1446893Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.134s) 2022-11-23T04:08:20.1447527Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.143s) 2022-11-23T04:08:20.1448028Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.128s) 2022-11-23T04:08:20.1448523Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.122s) 2022-11-23T04:08:20.1449023Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.142s) 2022-11-23T04:08:20.1449536Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.144s) 2022-11-23T04:08:20.1450019Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.144s) 2022-11-23T04:08:20.1450510Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.134s) 2022-11-23T04:08:20.1451005Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.140s) 2022-11-23T04:08:20.1451506Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.127s) 2022-11-23T04:08:20.1452162Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.125s) 2022-11-23T04:08:20.1452670Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.142s) 2022-11-23T04:08:20.1453176Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.121s) 2022-11-23T04:08:20.1453720Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.115s) 2022-11-23T04:08:20.1454203Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.139s) 2022-11-23T04:08:20.1454707Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.140s) 2022-11-23T04:08:20.1455207Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.152s) 2022-11-23T04:08:20.1455705Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.137s) 2022-11-23T04:08:20.1456189Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.124s) 2022-11-23T04:08:20.1456780Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.128s) 2022-11-23T04:08:20.1457315Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.163s) 2022-11-23T04:08:20.1457817Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.160s) 2022-11-23T04:08:20.1458289Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.135s) 2022-11-23T04:08:20.1458779Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.121s) 2022-11-23T04:08:20.1459286Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.149s) 2022-11-23T04:08:20.1459778Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.145s) 2022-11-23T04:08:20.1460275Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.145s) 2022-11-23T04:08:20.1460746Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.134s) 2022-11-23T04:08:20.1461235Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.135s) 2022-11-23T04:08:20.1461728Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.1462229Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1462730Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T04:08:20.1463223Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T04:08:20.1463719Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.1464221Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T04:08:20.1464701Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T04:08:20.1465188Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.1465684Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.1466306Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T04:08:20.1466807Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.1467306Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1467800Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-11-23T04:08:20.1468300Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T04:08:20.1468779Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.1469268Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1469768Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T04:08:20.1470269Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T04:08:20.1470844Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-11-23T04:08:20.1471361Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.1471937Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T04:08:20.1472811Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T04:08:20.1473692Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.1474563Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1475439Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.031s) 2022-11-23T04:08:20.1476314Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T04:08:20.1476827Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.1477326Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T04:08:20.1477821Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T04:08:20.1478305Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.1478804Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T04:08:20.1479301Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1480144Z 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-23T04:08:20.1480959Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T04:08:20.1481358Z X = torch.triangular_solve(B, A).solution 2022-11-23T04:08:20.1481635Z should be replaced with 2022-11-23T04:08:20.1482294Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\BatchLinearAlgebra.cpp:2224.) 2022-11-23T04:08:20.1482786Z expected_X, _ = torch.triangular_solve( 2022-11-23T04:08:20.1483043Z ok (0.079s) 2022-11-23T04:08:20.1483432Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.083s) 2022-11-23T04:08:20.1483979Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.071s) 2022-11-23T04:08:20.1484513Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-11-23T04:08:20.1485048Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.070s) 2022-11-23T04:08:20.1485587Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.072s) 2022-11-23T04:08:20.1486108Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.066s) 2022-11-23T04:08:20.1486633Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.077s) 2022-11-23T04:08:20.1487262Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.071s) 2022-11-23T04:08:20.1487828Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.086s) 2022-11-23T04:08:20.1488360Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.074s) 2022-11-23T04:08:20.1488887Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.071s) 2022-11-23T04:08:20.1489414Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.066s) 2022-11-23T04:08:20.1489948Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.078s) 2022-11-23T04:08:20.1490459Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.076s) 2022-11-23T04:08:20.1490985Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.069s) 2022-11-23T04:08:20.1491515Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.070s) 2022-11-23T04:08:20.1492100Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.085s) 2022-11-23T04:08:20.1492634Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.073s) 2022-11-23T04:08:20.1493163Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.080s) 2022-11-23T04:08:20.1493693Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.066s) 2022-11-23T04:08:20.1494227Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.075s) 2022-11-23T04:08:20.1494738Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.068s) 2022-11-23T04:08:20.1495261Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.066s) 2022-11-23T04:08:20.1495789Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.083s) 2022-11-23T04:08:20.1496322Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.076s) 2022-11-23T04:08:20.1496973Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.078s) 2022-11-23T04:08:20.1497497Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.071s) 2022-11-23T04:08:20.1498032Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.091s) 2022-11-23T04:08:20.1498562Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.091s) 2022-11-23T04:08:20.1499070Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.073s) 2022-11-23T04:08:20.1499593Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.068s) 2022-11-23T04:08:20.1500045Z test_bmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T04:08:20.1500429Z test_bmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-11-23T04:08:20.1500810Z test_bmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T04:08:20.1501180Z test_bmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2022-11-23T04:08:20.1501711Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1502188Z This test performs a smoke test for covered conversion and verifies ... ok (0.017s) 2022-11-23T04:08:20.1502656Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1503120Z This test performs a smoke test for covered conversion and verifies ... ok (0.010s) 2022-11-23T04:08:20.1503574Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1504030Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-11-23T04:08:20.1504486Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1504937Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T04:08:20.1505374Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1505829Z This test performs a smoke test for covered conversion and verifies ... ok (0.018s) 2022-11-23T04:08:20.1506283Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1506734Z This test performs a smoke test for covered conversion and verifies ... ok (0.014s) 2022-11-23T04:08:20.1507193Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1507644Z This test performs a smoke test for covered conversion and verifies ... ok (0.010s) 2022-11-23T04:08:20.1508079Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1508525Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T04:08:20.1508986Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1509444Z This test performs a smoke test for covered conversion and verifies ... ok (0.010s) 2022-11-23T04:08:20.1509896Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1510345Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T04:08:20.1510793Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1511226Z This test performs a smoke test for covered conversion and verifies ... ok (0.011s) 2022-11-23T04:08:20.1511795Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1512249Z This test performs a smoke test for covered conversion and verifies ... ok (0.011s) 2022-11-23T04:08:20.1512707Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1513159Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T04:08:20.1513614Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1514058Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T04:08:20.1514491Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1514940Z This test performs a smoke test for covered conversion and verifies ... ok (0.012s) 2022-11-23T04:08:20.1515395Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1515845Z This test performs a smoke test for covered conversion and verifies ... ok (0.010s) 2022-11-23T04:08:20.1516267Z test_coo_csr_conversion_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1516690Z test_coo_csr_conversion_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1517176Z test_coo_csr_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1517633Z test_coo_csr_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1518055Z test_coo_csr_conversion_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1518472Z test_coo_csr_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1518885Z test_coo_csr_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1519299Z test_coo_csr_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1519711Z test_coo_csr_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1520102Z test_coo_csr_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1520508Z test_coo_csr_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1521093Z test_coo_csr_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1521519Z test_coo_to_csr_convert_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.1521941Z test_csr_coo_conversion_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1522352Z test_csr_coo_conversion_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1522753Z test_csr_coo_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1523186Z test_csr_coo_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1523608Z test_csr_coo_conversion_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1524021Z test_csr_coo_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1524428Z test_csr_coo_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1524838Z test_csr_coo_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1525242Z test_csr_coo_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1525632Z test_csr_coo_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1526038Z test_csr_coo_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.1526444Z test_csr_coo_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1526976Z test_csr_double_to_sparse_csr_cuda (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1527374Z test_csr_is_contiguous_cuda (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1527773Z test_csr_matvec_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.057s) 2022-11-23T04:08:20.1528163Z test_csr_matvec_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.056s) 2022-11-23T04:08:20.1528566Z test_csr_matvec_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.057s) 2022-11-23T04:08:20.1528958Z test_csr_matvec_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.061s) 2022-11-23T04:08:20.1529344Z test_csr_matvec_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.062s) 2022-11-23T04:08:20.1530134Z 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-23T04:08:20.1531035Z warnings.warn(message, UserWarning) 2022-11-23T04:08:20.1531296Z ok (0.000s) 2022-11-23T04:08:20.1531578Z test_csr_stride_cuda (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.1531998Z test_csr_to_block_csr_blocksize_2_cuda_float64_int32 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2022-11-23T04:08:20.1532543Z test_csr_to_block_csr_blocksize_2_cuda_float64_int64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T04:08:20.1533015Z test_csr_to_block_csr_blocksize_4_cuda_float64_int32 (__main__.TestSparseCSRCUDA) ... ok (0.050s) 2022-11-23T04:08:20.1533462Z test_csr_to_block_csr_blocksize_4_cuda_float64_int64 (__main__.TestSparseCSRCUDA) ... ok (0.041s) 2022-11-23T04:08:20.1533897Z test_csr_to_block_csr_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.1534353Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1534775Z This test tests conversion from dense to/from CSR and CSC ... ok (0.017s) 2022-11-23T04:08:20.1535224Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1535652Z This test tests conversion from dense to/from CSR and CSC ... ok (0.439s) 2022-11-23T04:08:20.1536093Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1536529Z This test tests conversion from dense to/from CSR and CSC ... ok (0.014s) 2022-11-23T04:08:20.1536977Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1537395Z This test tests conversion from dense to/from CSR and CSC ... ok (0.048s) 2022-11-23T04:08:20.1537824Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1538249Z This test tests conversion from dense to/from CSR and CSC ... ok (0.017s) 2022-11-23T04:08:20.1538695Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1539127Z This test tests conversion from dense to/from CSR and CSC ... ok (0.435s) 2022-11-23T04:08:20.1539567Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1539996Z This test tests conversion from dense to/from CSR and CSC ... ok (0.016s) 2022-11-23T04:08:20.1540413Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1540845Z This test tests conversion from dense to/from CSR and CSC ... ok (0.041s) 2022-11-23T04:08:20.1541278Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1541703Z This test tests conversion from dense to/from CSR and CSC ... ok (0.025s) 2022-11-23T04:08:20.1542250Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1542681Z This test tests conversion from dense to/from CSR and CSC ... ok (0.144s) 2022-11-23T04:08:20.1543119Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1543534Z This test tests conversion from dense to/from CSR and CSC ... ok (0.015s) 2022-11-23T04:08:20.1543982Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1544417Z This test tests conversion from dense to/from CSR and CSC ... ok (0.019s) 2022-11-23T04:08:20.1544848Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1545274Z This test tests conversion from dense to/from CSR and CSC ... ok (0.016s) 2022-11-23T04:08:20.1545707Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1546124Z This test tests conversion from dense to/from CSR and CSC ... ok (0.137s) 2022-11-23T04:08:20.1546560Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1546989Z This test tests conversion from dense to/from CSR and CSC ... ok (0.017s) 2022-11-23T04:08:20.1547517Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.1548197Z This test tests conversion from dense to/from CSR and CSC ... ok (0.020s) 2022-11-23T04:08:20.1548773Z test_direct_coo_csr_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1549354Z test_direct_coo_csr_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1549782Z test_direct_coo_csr_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1550222Z test_direct_coo_csr_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1550659Z test_direct_coo_csr_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.1551086Z test_direct_coo_csr_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1551668Z test_direct_coo_csr_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1552106Z test_direct_coo_csr_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1552519Z test_direct_coo_csr_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1552940Z test_exercise_detach_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1553352Z test_exercise_detach_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1553766Z test_exercise_detach_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1554191Z test_exercise_detach_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1554606Z test_exercise_detach_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.1555013Z test_exercise_detach_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1555406Z test_exercise_detach_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1555808Z test_exercise_detach_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1556212Z test_exercise_detach_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1556612Z test_exercise_detach_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1557011Z test_exercise_detach_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1557409Z test_exercise_detach_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1557808Z test_matmul_device_mismatch_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.1558342Z test_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (1.494s) 2022-11-23T04:08:20.1558721Z test_mm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1559103Z test_mul_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.440s) 2022-11-23T04:08:20.1559472Z test_mul_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.424s) 2022-11-23T04:08:20.1560353Z 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-23T04:08:20.1561349Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T04:08:20.1561613Z ok (0.055s) 2022-11-23T04:08:20.1561980Z test_resize_as_sparse_compressed_SparseBSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.053s) 2022-11-23T04:08:20.1562459Z test_resize_as_sparse_compressed_SparseBSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.053s) 2022-11-23T04:08:20.1562937Z test_resize_as_sparse_compressed_SparseBSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.049s) 2022-11-23T04:08:20.1563513Z test_resize_as_sparse_compressed_SparseCSC_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.074s) 2022-11-23T04:08:20.1564017Z test_resize_as_sparse_compressed_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.073s) 2022-11-23T04:08:20.1564490Z test_resize_as_sparse_compressed_SparseCSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.110s) 2022-11-23T04:08:20.1564952Z test_resize_as_sparse_compressed_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.096s) 2022-11-23T04:08:20.1565383Z test_resize_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1565768Z test_resize_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1566155Z test_resize_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1566548Z test_resize_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1566933Z test_resize_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1567299Z test_resize_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1567686Z test_resize_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1568066Z test_resize_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1568437Z test_resize_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1568798Z test_resize_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1569158Z test_resize_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1569527Z test_resize_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1569906Z test_resize_errors_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1570482Z test_resize_errors_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1570891Z test_resize_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1571310Z test_resize_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1571717Z test_resize_errors_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1572115Z test_resize_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1572496Z test_resize_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1572888Z test_resize_errors_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1573280Z test_resize_errors_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1573794Z test_resize_errors_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1574179Z test_resize_errors_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.1574569Z test_resize_errors_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1574968Z test_sampled_addmm_autograd_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1575420Z test_sampled_addmm_autograd_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1575863Z test_sampled_addmm_autograd_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1576296Z test_sampled_addmm_autograd_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1576722Z test_sampled_addmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (2.135s) 2022-11-23T04:08:20.1577138Z test_sampled_addmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (2.239s) 2022-11-23T04:08:20.1577549Z test_sampled_addmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (2.072s) 2022-11-23T04:08:20.1577934Z test_sampled_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (2.058s) 2022-11-23T04:08:20.1578349Z test_sampled_addmm_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1578786Z test_sampled_addmm_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1579301Z test_sampled_addmm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1579747Z test_sampled_addmm_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1580485Z test_sampled_addmm_zero_sized_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.000s) 2022-11-23T04:08:20.1581173Z test_sampled_addmm_zero_sized_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.000s) 2022-11-23T04:08:20.1581835Z test_sampled_addmm_zero_sized_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.000s) 2022-11-23T04:08:20.1582509Z test_sampled_addmm_zero_sized_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.011s) 2022-11-23T04:08:20.1583046Z test_select_SparseBSC_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T04:08:20.1583480Z test_select_SparseBSC_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.1583916Z test_select_SparseBSC_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2022-11-23T04:08:20.1584356Z test_select_SparseBSC_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T04:08:20.1584787Z test_select_SparseBSC_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T04:08:20.1585196Z test_select_SparseBSC_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T04:08:20.1585622Z test_select_SparseBSC_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T04:08:20.1586047Z test_select_SparseBSC_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2022-11-23T04:08:20.1586468Z test_select_SparseBSC_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T04:08:20.1586872Z test_select_SparseBSC_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T04:08:20.1587282Z test_select_SparseBSC_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-11-23T04:08:20.1587704Z test_select_SparseBSC_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-11-23T04:08:20.1588112Z test_select_SparseBSC_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2022-11-23T04:08:20.1588663Z test_select_SparseBSC_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T04:08:20.1589087Z test_select_SparseBSC_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T04:08:20.1589528Z test_select_SparseBSC_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T04:08:20.1589957Z test_select_SparseBSC_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T04:08:20.1590519Z test_select_SparseBSC_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T04:08:20.1590975Z test_select_SparseBSC_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T04:08:20.1591386Z test_select_SparseBSC_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-11-23T04:08:20.1591803Z test_select_SparseBSC_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T04:08:20.1592257Z test_select_SparseBSC_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2022-11-23T04:08:20.1592672Z test_select_SparseBSC_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.039s) 2022-11-23T04:08:20.1593088Z test_select_SparseBSC_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T04:08:20.1593508Z test_select_SparseBSR_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T04:08:20.1593913Z test_select_SparseBSR_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.1594441Z test_select_SparseBSR_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.1594909Z test_select_SparseBSR_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.1595339Z test_select_SparseBSR_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.1595764Z test_select_SparseBSR_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T04:08:20.1596187Z test_select_SparseBSR_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-11-23T04:08:20.1596612Z test_select_SparseBSR_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.1597005Z test_select_SparseBSR_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.1597415Z test_select_SparseBSR_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.1597830Z test_select_SparseBSR_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T04:08:20.1598247Z test_select_SparseBSR_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.1598671Z test_select_SparseBSR_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T04:08:20.1599091Z test_select_SparseBSR_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T04:08:20.1599502Z test_select_SparseBSR_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-11-23T04:08:20.1600108Z test_select_SparseBSR_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.1600547Z test_select_SparseBSR_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T04:08:20.1600972Z test_select_SparseBSR_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T04:08:20.1601390Z test_select_SparseBSR_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2022-11-23T04:08:20.1601818Z test_select_SparseBSR_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.1602234Z test_select_SparseBSR_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.1602619Z test_select_SparseBSR_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.1603035Z test_select_SparseBSR_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.1603453Z test_select_SparseBSR_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T04:08:20.1604508Z test_select_SparseCSC_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.037s) 2022-11-23T04:08:20.1604934Z test_select_SparseCSC_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.053s) 2022-11-23T04:08:20.1605363Z test_select_SparseCSC_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-11-23T04:08:20.1605783Z test_select_SparseCSC_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-11-23T04:08:20.1606216Z test_select_SparseCSC_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.040s) 2022-11-23T04:08:20.1606645Z test_select_SparseCSC_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.050s) 2022-11-23T04:08:20.1607070Z test_select_SparseCSC_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-11-23T04:08:20.1607494Z test_select_SparseCSC_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-11-23T04:08:20.1607907Z test_select_SparseCSC_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.037s) 2022-11-23T04:08:20.1608316Z test_select_SparseCSC_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.048s) 2022-11-23T04:08:20.1608711Z test_select_SparseCSC_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-11-23T04:08:20.1609134Z test_select_SparseCSC_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-11-23T04:08:20.1609654Z test_select_SparseCSC_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.052s) 2022-11-23T04:08:20.1610109Z test_select_SparseCSC_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.050s) 2022-11-23T04:08:20.1610539Z test_select_SparseCSC_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.055s) 2022-11-23T04:08:20.1610979Z test_select_SparseCSC_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.048s) 2022-11-23T04:08:20.1611411Z test_select_SparseCSC_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-11-23T04:08:20.1611819Z test_select_SparseCSC_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.041s) 2022-11-23T04:08:20.1612252Z test_select_SparseCSC_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-11-23T04:08:20.1612679Z test_select_SparseCSC_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.037s) 2022-11-23T04:08:20.1613098Z test_select_SparseCSC_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.049s) 2022-11-23T04:08:20.1613509Z test_select_SparseCSC_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-11-23T04:08:20.1613916Z test_select_SparseCSC_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.040s) 2022-11-23T04:08:20.1614315Z test_select_SparseCSC_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2022-11-23T04:08:20.1614915Z test_select_SparseCSR_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-11-23T04:08:20.1615350Z test_select_SparseCSR_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.037s) 2022-11-23T04:08:20.1615777Z test_select_SparseCSR_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-11-23T04:08:20.1616215Z test_select_SparseCSR_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-11-23T04:08:20.1616644Z test_select_SparseCSR_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.033s) 2022-11-23T04:08:20.1617067Z test_select_SparseCSR_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-11-23T04:08:20.1617473Z test_select_SparseCSR_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.033s) 2022-11-23T04:08:20.1617896Z test_select_SparseCSR_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-11-23T04:08:20.1618311Z test_select_SparseCSR_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.033s) 2022-11-23T04:08:20.1618717Z test_select_SparseCSR_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.038s) 2022-11-23T04:08:20.1619126Z test_select_SparseCSR_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.032s) 2022-11-23T04:08:20.1620087Z test_select_SparseCSR_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-11-23T04:08:20.1620494Z test_select_SparseCSR_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.041s) 2022-11-23T04:08:20.1620915Z test_select_SparseCSR_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2022-11-23T04:08:20.1621344Z test_select_SparseCSR_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.039s) 2022-11-23T04:08:20.1621787Z test_select_SparseCSR_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2022-11-23T04:08:20.1622216Z test_select_SparseCSR_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-11-23T04:08:20.1622635Z test_select_SparseCSR_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2022-11-23T04:08:20.1623059Z test_select_SparseCSR_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.039s) 2022-11-23T04:08:20.1623462Z test_select_SparseCSR_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.024s) 2022-11-23T04:08:20.1623881Z test_select_SparseCSR_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.041s) 2022-11-23T04:08:20.1624287Z test_select_SparseCSR_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2022-11-23T04:08:20.1624697Z test_select_SparseCSR_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-11-23T04:08:20.1625209Z test_select_SparseCSR_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-11-23T04:08:20.1625652Z test_sparse_add_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.072s) 2022-11-23T04:08:20.1626218Z test_sparse_add_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-11-23T04:08:20.1626629Z test_sparse_add_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.054s) 2022-11-23T04:08:20.1627022Z test_sparse_add_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.054s) 2022-11-23T04:08:20.1627428Z test_sparse_add_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1627860Z test_sparse_add_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1628280Z test_sparse_add_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1628688Z test_sparse_add_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1629085Z test_sparse_addmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.049s) 2022-11-23T04:08:20.1629501Z test_sparse_addmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-11-23T04:08:20.1629907Z test_sparse_addmm_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.052s) 2022-11-23T04:08:20.1630312Z test_sparse_addmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-11-23T04:08:20.1630707Z test_sparse_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-11-23T04:08:20.1631109Z test_sparse_csc_to_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1631513Z test_sparse_csc_to_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1631939Z test_sparse_csc_to_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1632368Z test_sparse_csc_to_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1632789Z test_sparse_csc_to_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.1633207Z test_sparse_csc_to_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1633617Z test_sparse_csc_to_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1634025Z test_sparse_csc_to_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1634414Z test_sparse_csc_to_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1634821Z test_sparse_csc_to_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1635806Z test_sparse_csc_to_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1636348Z test_sparse_csc_to_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1636813Z test_sparse_csr_from_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1637239Z test_sparse_csr_from_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1637663Z test_sparse_csr_from_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1638104Z test_sparse_csr_from_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1638534Z test_sparse_csr_from_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1638957Z test_sparse_csr_from_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1639377Z test_sparse_csr_from_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1639802Z test_sparse_csr_from_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1640219Z test_sparse_csr_from_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1640613Z test_sparse_csr_from_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.1641133Z test_sparse_csr_from_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1641577Z test_sparse_csr_from_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1641992Z test_sparse_csr_to_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1642408Z test_sparse_csr_to_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1642832Z test_sparse_csr_to_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1643245Z test_sparse_csr_to_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1643671Z test_sparse_csr_to_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1644080Z test_sparse_csr_to_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.1644489Z test_sparse_csr_to_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1644901Z test_sparse_csr_to_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1645307Z test_sparse_csr_to_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1645706Z test_sparse_csr_to_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1646094Z test_sparse_csr_to_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1646502Z test_sparse_csr_to_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1646929Z test_sparse_csr_unary_inplace_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1647380Z test_sparse_csr_unary_inplace_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.1647828Z test_sparse_csr_unary_inplace_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1648339Z test_sparse_csr_unary_inplace_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.296s) 2022-11-23T04:08:20.1648904Z test_sparse_csr_unary_inplace_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.263s) 2022-11-23T04:08:20.1649355Z test_sparse_csr_unary_inplace_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1649965Z test_sparse_csr_unary_inplace_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1650408Z test_sparse_csr_unary_inplace_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1650976Z test_sparse_csr_unary_inplace_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1651712Z test_sparse_csr_unary_inplace_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1652138Z test_sparse_csr_unary_inplace_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1652547Z test_sparse_csr_unary_inplace_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1652986Z test_sparse_csr_unary_inplace_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1653500Z test_sparse_csr_unary_inplace_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1654077Z test_sparse_csr_unary_inplace_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1654660Z test_sparse_csr_unary_inplace_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1655239Z test_sparse_csr_unary_inplace_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1655805Z test_sparse_csr_unary_inplace_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.005s) 2022-11-23T04:08:20.1656466Z test_sparse_csr_unary_inplace_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1657196Z test_sparse_csr_unary_inplace_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T04:08:20.1657770Z test_sparse_csr_unary_inplace_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T04:08:20.1658604Z test_sparse_csr_unary_inplace_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1659184Z test_sparse_csr_unary_inplace_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1659749Z test_sparse_csr_unary_inplace_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1660258Z test_sparse_csr_unary_inplace_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1660711Z test_sparse_csr_unary_inplace_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1661166Z test_sparse_csr_unary_inplace_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1661781Z test_sparse_csr_unary_inplace_asin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1662233Z test_sparse_csr_unary_inplace_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1662675Z test_sparse_csr_unary_inplace_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1663128Z test_sparse_csr_unary_inplace_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1663579Z test_sparse_csr_unary_inplace_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1664178Z test_sparse_csr_unary_inplace_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1664624Z test_sparse_csr_unary_inplace_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1665175Z test_sparse_csr_unary_inplace_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1665751Z test_sparse_csr_unary_inplace_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1666189Z test_sparse_csr_unary_inplace_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1666634Z test_sparse_csr_unary_inplace_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1667203Z test_sparse_csr_unary_inplace_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1667661Z test_sparse_csr_unary_inplace_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1679425Z test_sparse_csr_unary_inplace_asinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1682438Z test_sparse_csr_unary_inplace_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1683861Z test_sparse_csr_unary_inplace_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1685127Z test_sparse_csr_unary_inplace_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1686209Z test_sparse_csr_unary_inplace_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1687008Z test_sparse_csr_unary_inplace_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1687813Z test_sparse_csr_unary_inplace_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1688593Z test_sparse_csr_unary_inplace_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1689358Z test_sparse_csr_unary_inplace_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1690339Z test_sparse_csr_unary_inplace_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1691269Z test_sparse_csr_unary_inplace_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1692206Z test_sparse_csr_unary_inplace_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1693104Z test_sparse_csr_unary_inplace_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1693913Z test_sparse_csr_unary_inplace_atan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1694710Z test_sparse_csr_unary_inplace_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1695514Z test_sparse_csr_unary_inplace_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1696307Z test_sparse_csr_unary_inplace_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1697096Z test_sparse_csr_unary_inplace_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1697952Z test_sparse_csr_unary_inplace_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1698850Z test_sparse_csr_unary_inplace_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1699714Z test_sparse_csr_unary_inplace_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1700463Z test_sparse_csr_unary_inplace_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1701236Z test_sparse_csr_unary_inplace_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1702040Z test_sparse_csr_unary_inplace_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1702830Z test_sparse_csr_unary_inplace_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1703629Z test_sparse_csr_unary_inplace_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1704449Z test_sparse_csr_unary_inplace_atanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1705437Z test_sparse_csr_unary_inplace_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1706303Z test_sparse_csr_unary_inplace_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1707096Z test_sparse_csr_unary_inplace_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1707884Z test_sparse_csr_unary_inplace_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.1708851Z test_sparse_csr_unary_inplace_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1709629Z test_sparse_csr_unary_inplace_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1710407Z test_sparse_csr_unary_inplace_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1711292Z test_sparse_csr_unary_inplace_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1712136Z test_sparse_csr_unary_inplace_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1713012Z test_sparse_csr_unary_inplace_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1713807Z test_sparse_csr_unary_inplace_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1714601Z test_sparse_csr_unary_inplace_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1715383Z test_sparse_csr_unary_inplace_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1716163Z test_sparse_csr_unary_inplace_ceil_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1716925Z test_sparse_csr_unary_inplace_ceil_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1718469Z test_sparse_csr_unary_inplace_ceil_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1719485Z test_sparse_csr_unary_inplace_ceil_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1720265Z test_sparse_csr_unary_inplace_ceil_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1721079Z test_sparse_csr_unary_inplace_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.1721920Z test_sparse_csr_unary_inplace_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1722776Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1723634Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.240s) 2022-11-23T04:08:20.1724533Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1725525Z test_sparse_csr_unary_inplace_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1726377Z test_sparse_csr_unary_inplace_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1727214Z test_sparse_csr_unary_inplace_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1728042Z test_sparse_csr_unary_inplace_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1728855Z test_sparse_csr_unary_inplace_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.1729659Z test_sparse_csr_unary_inplace_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1730445Z test_sparse_csr_unary_inplace_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1731356Z test_sparse_csr_unary_inplace_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1732331Z test_sparse_csr_unary_inplace_deg2rad_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1733140Z test_sparse_csr_unary_inplace_deg2rad_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1733931Z test_sparse_csr_unary_inplace_deg2rad_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1734734Z test_sparse_csr_unary_inplace_deg2rad_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1735535Z test_sparse_csr_unary_inplace_deg2rad_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1736487Z test_sparse_csr_unary_inplace_deg2rad_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1737348Z test_sparse_csr_unary_inplace_deg2rad_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1738211Z test_sparse_csr_unary_inplace_deg2rad_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1739088Z test_sparse_csr_unary_inplace_deg2rad_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1739877Z test_sparse_csr_unary_inplace_deg2rad_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1740658Z test_sparse_csr_unary_inplace_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1741410Z test_sparse_csr_unary_inplace_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1742186Z test_sparse_csr_unary_inplace_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1742970Z test_sparse_csr_unary_inplace_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1743740Z test_sparse_csr_unary_inplace_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1744579Z test_sparse_csr_unary_inplace_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1746143Z test_sparse_csr_unary_inplace_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1746971Z test_sparse_csr_unary_inplace_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1747708Z test_sparse_csr_unary_inplace_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1748465Z test_sparse_csr_unary_inplace_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1749239Z test_sparse_csr_unary_inplace_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.397s) 2022-11-23T04:08:20.1750045Z test_sparse_csr_unary_inplace_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.268s) 2022-11-23T04:08:20.1750943Z test_sparse_csr_unary_inplace_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.263s) 2022-11-23T04:08:20.1751896Z test_sparse_csr_unary_inplace_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.343s) 2022-11-23T04:08:20.1752689Z test_sparse_csr_unary_inplace_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1753447Z test_sparse_csr_unary_inplace_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.1754224Z test_sparse_csr_unary_inplace_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1754996Z test_sparse_csr_unary_inplace_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1755770Z test_sparse_csr_unary_inplace_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1756561Z test_sparse_csr_unary_inplace_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1757435Z test_sparse_csr_unary_inplace_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1758360Z test_sparse_csr_unary_inplace_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1759128Z test_sparse_csr_unary_inplace_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1759911Z test_sparse_csr_unary_inplace_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1760689Z test_sparse_csr_unary_inplace_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1761460Z test_sparse_csr_unary_inplace_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1762227Z test_sparse_csr_unary_inplace_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1762987Z test_sparse_csr_unary_inplace_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1764026Z test_sparse_csr_unary_inplace_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1764929Z test_sparse_csr_unary_inplace_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1765718Z test_sparse_csr_unary_inplace_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1766514Z test_sparse_csr_unary_inplace_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1767299Z test_sparse_csr_unary_inplace_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1768073Z test_sparse_csr_unary_inplace_floor_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1768846Z test_sparse_csr_unary_inplace_floor_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1769610Z test_sparse_csr_unary_inplace_floor_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1770434Z test_sparse_csr_unary_inplace_floor_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1771338Z test_sparse_csr_unary_inplace_floor_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1772133Z test_sparse_csr_unary_inplace_frac_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1773547Z test_sparse_csr_unary_inplace_frac_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1774395Z test_sparse_csr_unary_inplace_frac_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1775178Z test_sparse_csr_unary_inplace_frac_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1776067Z test_sparse_csr_unary_inplace_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1777237Z test_sparse_csr_unary_inplace_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.006s) 2022-11-23T04:08:20.1778374Z test_sparse_csr_unary_inplace_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1779408Z test_sparse_csr_unary_inplace_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1780451Z test_sparse_csr_unary_inplace_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1781461Z test_sparse_csr_unary_inplace_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T04:08:20.1782478Z test_sparse_csr_unary_inplace_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1783559Z test_sparse_csr_unary_inplace_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1784720Z test_sparse_csr_unary_inplace_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1785705Z test_sparse_csr_unary_inplace_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T04:08:20.1786706Z test_sparse_csr_unary_inplace_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1787719Z test_sparse_csr_unary_inplace_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1788720Z test_sparse_csr_unary_inplace_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1789788Z test_sparse_csr_unary_inplace_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T04:08:20.1791128Z test_sparse_csr_unary_inplace_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1792195Z test_sparse_csr_unary_inplace_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1793243Z test_sparse_csr_unary_inplace_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1794267Z test_sparse_csr_unary_inplace_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T04:08:20.1795261Z test_sparse_csr_unary_inplace_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1796326Z test_sparse_csr_unary_inplace_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1797490Z test_sparse_csr_unary_inplace_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1798501Z test_sparse_csr_unary_inplace_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T04:08:20.1800131Z test_sparse_csr_unary_inplace_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1801195Z test_sparse_csr_unary_inplace_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1802197Z test_sparse_csr_unary_inplace_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1803426Z test_sparse_csr_unary_inplace_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T04:08:20.1804544Z test_sparse_csr_unary_inplace_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1805548Z test_sparse_csr_unary_inplace_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1806581Z test_sparse_csr_unary_inplace_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1807609Z test_sparse_csr_unary_inplace_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T04:08:20.1808631Z test_sparse_csr_unary_inplace_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1809731Z test_sparse_csr_unary_inplace_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1810864Z test_sparse_csr_unary_inplace_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1811871Z test_sparse_csr_unary_inplace_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1812888Z test_sparse_csr_unary_inplace_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T04:08:20.1813887Z test_sparse_csr_unary_inplace_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1814912Z test_sparse_csr_unary_inplace_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1816023Z test_sparse_csr_unary_inplace_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1817366Z test_sparse_csr_unary_inplace_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.012s) 2022-11-23T04:08:20.1818390Z test_sparse_csr_unary_inplace_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1819410Z test_sparse_csr_unary_inplace_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1820410Z test_sparse_csr_unary_inplace_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1821402Z test_sparse_csr_unary_inplace_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1822472Z test_sparse_csr_unary_inplace_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1823648Z test_sparse_csr_unary_inplace_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1824549Z test_sparse_csr_unary_inplace_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1825355Z test_sparse_csr_unary_inplace_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1826765Z test_sparse_csr_unary_inplace_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1827626Z test_sparse_csr_unary_inplace_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1828418Z test_sparse_csr_unary_inplace_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1829321Z test_sparse_csr_unary_inplace_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1830276Z test_sparse_csr_unary_inplace_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.1831068Z test_sparse_csr_unary_inplace_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1831837Z test_sparse_csr_unary_inplace_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1832605Z test_sparse_csr_unary_inplace_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1833393Z test_sparse_csr_unary_inplace_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1834182Z test_sparse_csr_unary_inplace_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1834976Z test_sparse_csr_unary_inplace_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.250s) 2022-11-23T04:08:20.1835832Z test_sparse_csr_unary_inplace_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.275s) 2022-11-23T04:08:20.1836766Z test_sparse_csr_unary_inplace_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1837553Z test_sparse_csr_unary_inplace_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1838324Z test_sparse_csr_unary_inplace_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1839087Z test_sparse_csr_unary_inplace_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1839863Z test_sparse_csr_unary_inplace_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1840617Z test_sparse_csr_unary_inplace_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1841347Z test_sparse_csr_unary_inplace_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1842191Z test_sparse_csr_unary_inplace_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1843252Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1844502Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1845563Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1846622Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T04:08:20.1847681Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T04:08:20.1848826Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1849970Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1851008Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.006s) 2022-11-23T04:08:20.1852665Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1853775Z test_sparse_csr_unary_inplace_positive_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1854810Z test_sparse_csr_unary_inplace_positive_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T04:08:20.1856029Z test_sparse_csr_unary_inplace_positive_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.011s) 2022-11-23T04:08:20.1857176Z test_sparse_csr_unary_inplace_positive_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1858342Z test_sparse_csr_unary_inplace_positive_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1859372Z test_sparse_csr_unary_inplace_positive_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1860396Z test_sparse_csr_unary_inplace_positive_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1861381Z test_sparse_csr_unary_inplace_positive_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1862569Z test_sparse_csr_unary_inplace_positive_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.004s) 2022-11-23T04:08:20.1863687Z test_sparse_csr_unary_inplace_positive_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1864681Z test_sparse_csr_unary_inplace_positive_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.004s) 2022-11-23T04:08:20.1865685Z test_sparse_csr_unary_inplace_positive_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1866583Z test_sparse_csr_unary_inplace_rad2deg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1867378Z test_sparse_csr_unary_inplace_rad2deg_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1868283Z test_sparse_csr_unary_inplace_rad2deg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1869162Z test_sparse_csr_unary_inplace_rad2deg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1870238Z test_sparse_csr_unary_inplace_rad2deg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1871042Z test_sparse_csr_unary_inplace_rad2deg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1871841Z test_sparse_csr_unary_inplace_rad2deg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1872640Z test_sparse_csr_unary_inplace_rad2deg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.1873436Z test_sparse_csr_unary_inplace_rad2deg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1874231Z test_sparse_csr_unary_inplace_rad2deg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1875094Z test_sparse_csr_unary_inplace_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1876008Z test_sparse_csr_unary_inplace_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1876824Z test_sparse_csr_unary_inplace_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1877624Z test_sparse_csr_unary_inplace_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1878411Z test_sparse_csr_unary_inplace_round_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1879192Z test_sparse_csr_unary_inplace_round_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1880585Z test_sparse_csr_unary_inplace_round_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1881513Z test_sparse_csr_unary_inplace_round_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1882398Z test_sparse_csr_unary_inplace_round_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.1883281Z test_sparse_csr_unary_inplace_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1884062Z test_sparse_csr_unary_inplace_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1884868Z test_sparse_csr_unary_inplace_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1885676Z test_sparse_csr_unary_inplace_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.306s) 2022-11-23T04:08:20.1886455Z test_sparse_csr_unary_inplace_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.295s) 2022-11-23T04:08:20.1887251Z test_sparse_csr_unary_inplace_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1888103Z test_sparse_csr_unary_inplace_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1888968Z test_sparse_csr_unary_inplace_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1889743Z test_sparse_csr_unary_inplace_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.1890505Z test_sparse_csr_unary_inplace_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1891271Z test_sparse_csr_unary_inplace_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1892043Z test_sparse_csr_unary_inplace_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1892809Z test_sparse_csr_unary_inplace_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1893594Z test_sparse_csr_unary_inplace_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1894434Z test_sparse_csr_unary_inplace_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1895276Z test_sparse_csr_unary_inplace_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1896141Z test_sparse_csr_unary_inplace_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1896916Z test_sparse_csr_unary_inplace_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.1897847Z test_sparse_csr_unary_inplace_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1898616Z test_sparse_csr_unary_inplace_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1899371Z test_sparse_csr_unary_inplace_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1900130Z test_sparse_csr_unary_inplace_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1900952Z test_sparse_csr_unary_inplace_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1901947Z test_sparse_csr_unary_inplace_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.012s) 2022-11-23T04:08:20.1903045Z test_sparse_csr_unary_inplace_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1904033Z test_sparse_csr_unary_inplace_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1905048Z test_sparse_csr_unary_inplace_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1906061Z test_sparse_csr_unary_inplace_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1907765Z test_sparse_csr_unary_inplace_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1909015Z test_sparse_csr_unary_inplace_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1910005Z test_sparse_csr_unary_inplace_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1910993Z test_sparse_csr_unary_inplace_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1911992Z test_sparse_csr_unary_inplace_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T04:08:20.1912877Z test_sparse_csr_unary_inplace_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1913646Z test_sparse_csr_unary_inplace_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1914524Z test_sparse_csr_unary_inplace_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1915454Z test_sparse_csr_unary_inplace_sin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1916246Z test_sparse_csr_unary_inplace_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1917037Z test_sparse_csr_unary_inplace_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1917821Z test_sparse_csr_unary_inplace_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1918579Z test_sparse_csr_unary_inplace_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1919340Z test_sparse_csr_unary_inplace_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1920106Z test_sparse_csr_unary_inplace_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1920943Z test_sparse_csr_unary_inplace_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1921844Z test_sparse_csr_unary_inplace_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1922608Z test_sparse_csr_unary_inplace_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1923372Z test_sparse_csr_unary_inplace_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.1924130Z test_sparse_csr_unary_inplace_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1925097Z test_sparse_csr_unary_inplace_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1925907Z test_sparse_csr_unary_inplace_sinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1926710Z test_sparse_csr_unary_inplace_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1927595Z test_sparse_csr_unary_inplace_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1928540Z test_sparse_csr_unary_inplace_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1929329Z test_sparse_csr_unary_inplace_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1930095Z test_sparse_csr_unary_inplace_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1930865Z test_sparse_csr_unary_inplace_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1931648Z test_sparse_csr_unary_inplace_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1932418Z test_sparse_csr_unary_inplace_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1933189Z test_sparse_csr_unary_inplace_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1934756Z test_sparse_csr_unary_inplace_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1935702Z test_sparse_csr_unary_inplace_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1936479Z test_sparse_csr_unary_inplace_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.695s) 2022-11-23T04:08:20.1937288Z test_sparse_csr_unary_inplace_sqrt_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.743s) 2022-11-23T04:08:20.1938086Z test_sparse_csr_unary_inplace_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.753s) 2022-11-23T04:08:20.1938884Z test_sparse_csr_unary_inplace_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1939660Z test_sparse_csr_unary_inplace_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1940512Z test_sparse_csr_unary_inplace_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.1941464Z test_sparse_csr_unary_inplace_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1942231Z test_sparse_csr_unary_inplace_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1942998Z test_sparse_csr_unary_inplace_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1943767Z test_sparse_csr_unary_inplace_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1944537Z test_sparse_csr_unary_inplace_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1945310Z test_sparse_csr_unary_inplace_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1946077Z test_sparse_csr_unary_inplace_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1946901Z test_sparse_csr_unary_inplace_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1947783Z test_sparse_csr_unary_inplace_tan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1948645Z test_sparse_csr_unary_inplace_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1949431Z test_sparse_csr_unary_inplace_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1950214Z test_sparse_csr_unary_inplace_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1950989Z test_sparse_csr_unary_inplace_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1951919Z test_sparse_csr_unary_inplace_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1952672Z test_sparse_csr_unary_inplace_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1953429Z test_sparse_csr_unary_inplace_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1954282Z test_sparse_csr_unary_inplace_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1955211Z test_sparse_csr_unary_inplace_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1955993Z test_sparse_csr_unary_inplace_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1956770Z test_sparse_csr_unary_inplace_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1957558Z test_sparse_csr_unary_inplace_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1958349Z test_sparse_csr_unary_inplace_tanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1959165Z test_sparse_csr_unary_inplace_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1959964Z test_sparse_csr_unary_inplace_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.1960838Z test_sparse_csr_unary_inplace_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1962436Z test_sparse_csr_unary_inplace_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1963287Z test_sparse_csr_unary_inplace_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1964068Z test_sparse_csr_unary_inplace_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1964825Z test_sparse_csr_unary_inplace_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1965607Z test_sparse_csr_unary_inplace_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1966390Z test_sparse_csr_unary_inplace_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1967273Z test_sparse_csr_unary_inplace_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1968248Z test_sparse_csr_unary_inplace_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1969046Z test_sparse_csr_unary_inplace_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1969848Z test_sparse_csr_unary_inplace_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1970621Z test_sparse_csr_unary_inplace_trunc_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1971409Z test_sparse_csr_unary_inplace_trunc_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1972187Z test_sparse_csr_unary_inplace_trunc_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1972569Z test_sparse_csr_unary_inplace_trunc_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.1972943Z test_sparse_csr_unary_inplace_trunc_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.1973380Z test_sparse_csr_unary_out_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1973745Z test_sparse_csr_unary_out_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T04:08:20.1975036Z 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-23T04:08:20.1975251Z return self.op(*args, **kwargs) 2022-11-23T04:08:20.1975396Z ok (0.014s) 2022-11-23T04:08:20.1975766Z test_sparse_csr_unary_out_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.1976301Z test_sparse_csr_unary_out_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.1976662Z test_sparse_csr_unary_out_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1977021Z test_sparse_csr_unary_out_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T04:08:20.1977385Z test_sparse_csr_unary_out_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1977720Z test_sparse_csr_unary_out_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1978070Z test_sparse_csr_unary_out_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1978419Z test_sparse_csr_unary_out_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1978764Z test_sparse_csr_unary_out_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1979123Z test_sparse_csr_unary_out_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1979481Z test_sparse_csr_unary_out_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T04:08:20.1979946Z test_sparse_csr_unary_out_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.334s) 2022-11-23T04:08:20.1980443Z test_sparse_csr_unary_out_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.327s) 2022-11-23T04:08:20.1981013Z test_sparse_csr_unary_out_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.330s) 2022-11-23T04:08:20.1981382Z test_sparse_csr_unary_out_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.1981747Z test_sparse_csr_unary_out_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1982101Z test_sparse_csr_unary_out_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1982456Z test_sparse_csr_unary_out_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1982819Z test_sparse_csr_unary_out_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1983184Z test_sparse_csr_unary_out_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1983540Z test_sparse_csr_unary_out_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T04:08:20.1983915Z test_sparse_csr_unary_out_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1984268Z test_sparse_csr_unary_out_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1984690Z test_sparse_csr_unary_out_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1985044Z test_sparse_csr_unary_out_asin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1985415Z test_sparse_csr_unary_out_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1985784Z test_sparse_csr_unary_out_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.1986208Z test_sparse_csr_unary_out_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1986569Z test_sparse_csr_unary_out_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1986926Z test_sparse_csr_unary_out_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1987421Z test_sparse_csr_unary_out_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1987785Z test_sparse_csr_unary_out_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1988141Z test_sparse_csr_unary_out_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.1988497Z test_sparse_csr_unary_out_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1988861Z test_sparse_csr_unary_out_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.1989582Z test_sparse_csr_unary_out_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1989962Z test_sparse_csr_unary_out_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.1990329Z test_sparse_csr_unary_out_asinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1990703Z test_sparse_csr_unary_out_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T04:08:20.1991066Z test_sparse_csr_unary_out_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.1991430Z test_sparse_csr_unary_out_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.1991795Z test_sparse_csr_unary_out_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1992202Z test_sparse_csr_unary_out_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1992566Z test_sparse_csr_unary_out_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1992980Z test_sparse_csr_unary_out_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1993343Z test_sparse_csr_unary_out_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1994010Z test_sparse_csr_unary_out_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1994415Z test_sparse_csr_unary_out_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1994772Z test_sparse_csr_unary_out_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1995153Z test_sparse_csr_unary_out_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1995524Z test_sparse_csr_unary_out_atan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1995897Z test_sparse_csr_unary_out_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1996259Z test_sparse_csr_unary_out_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1996620Z test_sparse_csr_unary_out_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1996970Z test_sparse_csr_unary_out_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.1997332Z test_sparse_csr_unary_out_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.1997685Z test_sparse_csr_unary_out_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T04:08:20.1998039Z test_sparse_csr_unary_out_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1998395Z test_sparse_csr_unary_out_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1998747Z test_sparse_csr_unary_out_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.1999120Z test_sparse_csr_unary_out_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.1999566Z test_sparse_csr_unary_out_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.1999948Z test_sparse_csr_unary_out_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2000427Z test_sparse_csr_unary_out_atanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2000813Z test_sparse_csr_unary_out_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T04:08:20.2001175Z test_sparse_csr_unary_out_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2001536Z test_sparse_csr_unary_out_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2001888Z test_sparse_csr_unary_out_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2002393Z test_sparse_csr_unary_out_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2002751Z test_sparse_csr_unary_out_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2003099Z test_sparse_csr_unary_out_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2003451Z test_sparse_csr_unary_out_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2003811Z test_sparse_csr_unary_out_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2004178Z test_sparse_csr_unary_out_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2004537Z test_sparse_csr_unary_out_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2004892Z test_sparse_csr_unary_out_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2005249Z test_sparse_csr_unary_out_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2005603Z test_sparse_csr_unary_out_ceil_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2006041Z test_sparse_csr_unary_out_ceil_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2006396Z test_sparse_csr_unary_out_ceil_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2007002Z test_sparse_csr_unary_out_ceil_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2007396Z test_sparse_csr_unary_out_ceil_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2007795Z test_sparse_csr_unary_out_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-11-23T04:08:20.2008167Z test_sparse_csr_unary_out_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2008565Z test_sparse_csr_unary_out_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2008973Z test_sparse_csr_unary_out_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2009362Z test_sparse_csr_unary_out_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2009751Z test_sparse_csr_unary_out_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2010136Z test_sparse_csr_unary_out_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2010513Z test_sparse_csr_unary_out_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.2010900Z test_sparse_csr_unary_out_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2011285Z test_sparse_csr_unary_out_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2011668Z test_sparse_csr_unary_out_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2012053Z test_sparse_csr_unary_out_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2012498Z test_sparse_csr_unary_out_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2012882Z test_sparse_csr_unary_out_deg2rad_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2013320Z test_sparse_csr_unary_out_deg2rad_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2013790Z test_sparse_csr_unary_out_deg2rad_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2014161Z test_sparse_csr_unary_out_deg2rad_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2014524Z test_sparse_csr_unary_out_deg2rad_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2014887Z test_sparse_csr_unary_out_deg2rad_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2015402Z test_sparse_csr_unary_out_deg2rad_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2015760Z test_sparse_csr_unary_out_deg2rad_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2016122Z test_sparse_csr_unary_out_deg2rad_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2016457Z test_sparse_csr_unary_out_deg2rad_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2016819Z test_sparse_csr_unary_out_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2017172Z test_sparse_csr_unary_out_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2017530Z test_sparse_csr_unary_out_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2017889Z test_sparse_csr_unary_out_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2018247Z test_sparse_csr_unary_out_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2018603Z test_sparse_csr_unary_out_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2019027Z test_sparse_csr_unary_out_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2019379Z test_sparse_csr_unary_out_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2019929Z test_sparse_csr_unary_out_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2020391Z test_sparse_csr_unary_out_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2020750Z test_sparse_csr_unary_out_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2021114Z test_sparse_csr_unary_out_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2021478Z test_sparse_csr_unary_out_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2021844Z test_sparse_csr_unary_out_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2022199Z test_sparse_csr_unary_out_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2022558Z test_sparse_csr_unary_out_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2022915Z test_sparse_csr_unary_out_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2023273Z test_sparse_csr_unary_out_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2023612Z test_sparse_csr_unary_out_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2023979Z test_sparse_csr_unary_out_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2024335Z test_sparse_csr_unary_out_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2024697Z test_sparse_csr_unary_out_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2025059Z test_sparse_csr_unary_out_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2025489Z test_sparse_csr_unary_out_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2025849Z test_sparse_csr_unary_out_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2026267Z test_sparse_csr_unary_out_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2026710Z test_sparse_csr_unary_out_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2027064Z test_sparse_csr_unary_out_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2027414Z test_sparse_csr_unary_out_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T04:08:20.2027777Z test_sparse_csr_unary_out_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2028277Z test_sparse_csr_unary_out_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2028636Z test_sparse_csr_unary_out_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2028986Z test_sparse_csr_unary_out_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2029335Z test_sparse_csr_unary_out_floor_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2029691Z test_sparse_csr_unary_out_floor_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2030031Z test_sparse_csr_unary_out_floor_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2030382Z test_sparse_csr_unary_out_floor_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2030736Z test_sparse_csr_unary_out_floor_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2031078Z test_sparse_csr_unary_out_frac_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2031438Z test_sparse_csr_unary_out_frac_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2031795Z test_sparse_csr_unary_out_frac_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2032228Z test_sparse_csr_unary_out_frac_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2032853Z test_sparse_csr_unary_out_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T04:08:20.2033433Z test_sparse_csr_unary_out_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2033896Z test_sparse_csr_unary_out_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T04:08:20.2034353Z test_sparse_csr_unary_out_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2034810Z test_sparse_csr_unary_out_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T04:08:20.2035253Z test_sparse_csr_unary_out_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T04:08:20.2035698Z test_sparse_csr_unary_out_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2036138Z test_sparse_csr_unary_out_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T04:08:20.2036575Z test_sparse_csr_unary_out_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T04:08:20.2037012Z test_sparse_csr_unary_out_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T04:08:20.2037446Z test_sparse_csr_unary_out_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T04:08:20.2037895Z test_sparse_csr_unary_out_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T04:08:20.2038335Z test_sparse_csr_unary_out_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T04:08:20.2038860Z test_sparse_csr_unary_out_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T04:08:20.2039364Z test_sparse_csr_unary_out_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.011s) 2022-11-23T04:08:20.2039914Z test_sparse_csr_unary_out_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T04:08:20.2040367Z test_sparse_csr_unary_out_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T04:08:20.2040805Z test_sparse_csr_unary_out_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T04:08:20.2041390Z test_sparse_csr_unary_out_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T04:08:20.2041824Z test_sparse_csr_unary_out_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T04:08:20.2042266Z test_sparse_csr_unary_out_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T04:08:20.2042683Z test_sparse_csr_unary_out_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2043119Z test_sparse_csr_unary_out_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T04:08:20.2043555Z test_sparse_csr_unary_out_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2043988Z test_sparse_csr_unary_out_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T04:08:20.2044375Z test_sparse_csr_unary_out_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2044740Z test_sparse_csr_unary_out_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2045222Z test_sparse_csr_unary_out_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2045614Z test_sparse_csr_unary_out_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2045988Z test_sparse_csr_unary_out_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2046352Z test_sparse_csr_unary_out_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2046719Z test_sparse_csr_unary_out_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2047077Z test_sparse_csr_unary_out_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2047452Z test_sparse_csr_unary_out_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2047822Z test_sparse_csr_unary_out_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2048202Z test_sparse_csr_unary_out_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2048572Z test_sparse_csr_unary_out_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2048948Z test_sparse_csr_unary_out_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2049321Z test_sparse_csr_unary_out_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2049695Z test_sparse_csr_unary_out_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2050139Z test_sparse_csr_unary_out_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2050510Z test_sparse_csr_unary_out_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2050928Z test_sparse_csr_unary_out_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2051386Z test_sparse_csr_unary_out_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2051775Z test_sparse_csr_unary_out_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2052145Z test_sparse_csr_unary_out_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2052506Z test_sparse_csr_unary_out_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T04:08:20.2052867Z test_sparse_csr_unary_out_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2053231Z test_sparse_csr_unary_out_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2053744Z test_sparse_csr_unary_out_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.2054102Z test_sparse_csr_unary_out_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2054456Z test_sparse_csr_unary_out_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2054813Z test_sparse_csr_unary_out_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2055173Z test_sparse_csr_unary_out_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2055532Z test_sparse_csr_unary_out_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2055892Z test_sparse_csr_unary_out_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2056264Z test_sparse_csr_unary_out_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2056628Z test_sparse_csr_unary_out_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2057003Z test_sparse_csr_unary_out_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2057356Z test_sparse_csr_unary_out_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2057716Z test_sparse_csr_unary_out_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2058185Z test_sparse_csr_unary_out_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2058544Z test_sparse_csr_unary_out_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2058893Z test_sparse_csr_unary_out_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2059246Z test_sparse_csr_unary_out_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2059606Z test_sparse_csr_unary_out_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2059967Z test_sparse_csr_unary_out_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2060459Z test_sparse_csr_unary_out_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2060947Z test_sparse_csr_unary_out_nn_functional_relu_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2061441Z test_sparse_csr_unary_out_nn_functional_relu_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2061926Z test_sparse_csr_unary_out_nn_functional_relu_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2062399Z test_sparse_csr_unary_out_nn_functional_relu_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2062873Z test_sparse_csr_unary_out_nn_functional_relu_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2063346Z test_sparse_csr_unary_out_nn_functional_relu_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2063816Z test_sparse_csr_unary_out_nn_functional_relu_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2064284Z test_sparse_csr_unary_out_nn_functional_relu_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2064753Z test_sparse_csr_unary_out_positive_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2065221Z test_sparse_csr_unary_out_positive_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2065690Z test_sparse_csr_unary_out_positive_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2066299Z test_sparse_csr_unary_out_positive_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2066858Z test_sparse_csr_unary_out_positive_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.001s) 2022-11-23T04:08:20.2067325Z test_sparse_csr_unary_out_positive_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T04:08:20.2067861Z test_sparse_csr_unary_out_positive_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T04:08:20.2068410Z test_sparse_csr_unary_out_positive_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T04:08:20.2068866Z test_sparse_csr_unary_out_positive_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T04:08:20.2069320Z test_sparse_csr_unary_out_positive_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T04:08:20.2069782Z test_sparse_csr_unary_out_positive_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T04:08:20.2070234Z test_sparse_csr_unary_out_positive_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T04:08:20.2070726Z test_sparse_csr_unary_out_rad2deg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2071099Z test_sparse_csr_unary_out_rad2deg_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.2071474Z test_sparse_csr_unary_out_rad2deg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2071844Z test_sparse_csr_unary_out_rad2deg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2072212Z test_sparse_csr_unary_out_rad2deg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2072579Z test_sparse_csr_unary_out_rad2deg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2072947Z test_sparse_csr_unary_out_rad2deg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2073308Z test_sparse_csr_unary_out_rad2deg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2073664Z test_sparse_csr_unary_out_rad2deg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T04:08:20.2074025Z test_sparse_csr_unary_out_rad2deg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2074401Z test_sparse_csr_unary_out_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2074767Z test_sparse_csr_unary_out_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2075127Z test_sparse_csr_unary_out_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2075482Z test_sparse_csr_unary_out_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2075844Z test_sparse_csr_unary_out_round_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2076188Z test_sparse_csr_unary_out_round_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2076539Z test_sparse_csr_unary_out_round_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2076900Z test_sparse_csr_unary_out_round_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2077258Z test_sparse_csr_unary_out_round_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2077619Z test_sparse_csr_unary_out_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2077971Z test_sparse_csr_unary_out_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2078324Z test_sparse_csr_unary_out_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2078830Z test_sparse_csr_unary_out_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2079198Z test_sparse_csr_unary_out_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2079554Z test_sparse_csr_unary_out_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2079908Z test_sparse_csr_unary_out_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2080272Z test_sparse_csr_unary_out_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2080631Z test_sparse_csr_unary_out_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2080982Z test_sparse_csr_unary_out_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2081332Z test_sparse_csr_unary_out_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2081680Z test_sparse_csr_unary_out_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2082040Z test_sparse_csr_unary_out_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2082402Z test_sparse_csr_unary_out_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2082752Z test_sparse_csr_unary_out_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2083221Z test_sparse_csr_unary_out_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2083609Z test_sparse_csr_unary_out_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2083965Z test_sparse_csr_unary_out_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2084315Z test_sparse_csr_unary_out_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2084670Z test_sparse_csr_unary_out_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2085030Z test_sparse_csr_unary_out_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2085361Z test_sparse_csr_unary_out_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2085717Z test_sparse_csr_unary_out_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2086093Z test_sparse_csr_unary_out_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2086461Z test_sparse_csr_unary_out_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2086838Z test_sparse_csr_unary_out_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2087211Z test_sparse_csr_unary_out_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2087582Z test_sparse_csr_unary_out_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2087946Z test_sparse_csr_unary_out_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2088312Z test_sparse_csr_unary_out_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2088664Z test_sparse_csr_unary_out_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2089016Z test_sparse_csr_unary_out_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2089378Z test_sparse_csr_unary_out_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2089731Z test_sparse_csr_unary_out_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2090078Z test_sparse_csr_unary_out_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2090444Z test_sparse_csr_unary_out_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2090809Z test_sparse_csr_unary_out_sin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2091309Z test_sparse_csr_unary_out_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2091660Z test_sparse_csr_unary_out_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2092067Z test_sparse_csr_unary_out_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2092407Z test_sparse_csr_unary_out_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2092763Z test_sparse_csr_unary_out_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2093111Z test_sparse_csr_unary_out_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2093452Z test_sparse_csr_unary_out_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2093803Z test_sparse_csr_unary_out_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2094146Z test_sparse_csr_unary_out_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T04:08:20.2094512Z test_sparse_csr_unary_out_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2094853Z test_sparse_csr_unary_out_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2095221Z test_sparse_csr_unary_out_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2095709Z test_sparse_csr_unary_out_sinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2096100Z test_sparse_csr_unary_out_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2096455Z test_sparse_csr_unary_out_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T04:08:20.2096807Z test_sparse_csr_unary_out_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2097154Z test_sparse_csr_unary_out_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2097510Z test_sparse_csr_unary_out_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2097859Z test_sparse_csr_unary_out_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2098205Z test_sparse_csr_unary_out_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2098651Z test_sparse_csr_unary_out_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2099013Z test_sparse_csr_unary_out_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2099445Z test_sparse_csr_unary_out_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2099855Z test_sparse_csr_unary_out_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2100230Z test_sparse_csr_unary_out_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2100595Z test_sparse_csr_unary_out_sqrt_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2100967Z test_sparse_csr_unary_out_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2101324Z test_sparse_csr_unary_out_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2101678Z test_sparse_csr_unary_out_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2102034Z test_sparse_csr_unary_out_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2102382Z test_sparse_csr_unary_out_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2102729Z test_sparse_csr_unary_out_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2103080Z test_sparse_csr_unary_out_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2103423Z test_sparse_csr_unary_out_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2103917Z test_sparse_csr_unary_out_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T04:08:20.2104274Z test_sparse_csr_unary_out_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2104622Z test_sparse_csr_unary_out_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2104981Z test_sparse_csr_unary_out_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2105350Z test_sparse_csr_unary_out_tan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2105712Z test_sparse_csr_unary_out_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2106060Z test_sparse_csr_unary_out_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T04:08:20.2106415Z test_sparse_csr_unary_out_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2106751Z test_sparse_csr_unary_out_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2107104Z test_sparse_csr_unary_out_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2107446Z test_sparse_csr_unary_out_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2107791Z test_sparse_csr_unary_out_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2108246Z test_sparse_csr_unary_out_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2108621Z test_sparse_csr_unary_out_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2108986Z test_sparse_csr_unary_out_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2109331Z test_sparse_csr_unary_out_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2109705Z test_sparse_csr_unary_out_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2110068Z test_sparse_csr_unary_out_tanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2110439Z test_sparse_csr_unary_out_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2110794Z test_sparse_csr_unary_out_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2111144Z test_sparse_csr_unary_out_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2111507Z test_sparse_csr_unary_out_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2111853Z test_sparse_csr_unary_out_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2112202Z test_sparse_csr_unary_out_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2112546Z test_sparse_csr_unary_out_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2112889Z test_sparse_csr_unary_out_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2113241Z test_sparse_csr_unary_out_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2113583Z test_sparse_csr_unary_out_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2113942Z test_sparse_csr_unary_out_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2114301Z test_sparse_csr_unary_out_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2114664Z test_sparse_csr_unary_out_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2115014Z test_sparse_csr_unary_out_trunc_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2115365Z test_sparse_csr_unary_out_trunc_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2115715Z test_sparse_csr_unary_out_trunc_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2116065Z test_sparse_csr_unary_out_trunc_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T04:08:20.2116553Z test_sparse_csr_unary_out_trunc_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2116885Z test_sparse_mm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T04:08:20.2117213Z test_sparse_mm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T04:08:20.2117538Z test_sparse_mm_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T04:08:20.2117854Z test_sparse_mm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.2118167Z test_sparse_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T04:08:20.2118535Z test_sparse_to_sparse_compressed_SparseBSC_cuda_float64 (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.2118881Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.002s) 2022-11-23T04:08:20.2119252Z test_sparse_to_sparse_compressed_SparseBSR_cuda_float64 (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.2119604Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.003s) 2022-11-23T04:08:20.2119971Z test_sparse_to_sparse_compressed_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.2120293Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.041s) 2022-11-23T04:08:20.2120775Z test_sparse_to_sparse_compressed_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) 2022-11-23T04:08:20.2121143Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.047s) 2022-11-23T04:08:20.2121515Z test_sparse_triangular_solve_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.291s) 2022-11-23T04:08:20.2121883Z test_sparse_triangular_solve_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.274s) 2022-11-23T04:08:20.2122243Z test_sparse_triangular_solve_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.270s) 2022-11-23T04:08:20.2122610Z test_sparse_triangular_solve_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.256s) 2022-11-23T04:08:20.2122914Z test_sum_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.048s) 2022-11-23T04:08:20.2123205Z test_sum_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-11-23T04:08:20.2123518Z test_sum_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.059s) 2022-11-23T04:08:20.2123828Z test_sum_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2022-11-23T04:08:20.2124126Z test_sum_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-11-23T04:08:20.2124419Z test_sum_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.055s) 2022-11-23T04:08:20.2124705Z test_sum_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.052s) 2022-11-23T04:08:20.2124992Z test_sum_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-11-23T04:08:20.2125276Z test_sum_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.054s) 2022-11-23T04:08:20.2125564Z test_sum_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-11-23T04:08:20.2125828Z test_sum_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-11-23T04:08:20.2126116Z test_sum_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-11-23T04:08:20.2126467Z test_transpose_SparseBSC_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (3.021s) 2022-11-23T04:08:20.2126815Z test_transpose_SparseBSC_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (2.825s) 2022-11-23T04:08:20.2127185Z test_transpose_SparseBSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (3.077s) 2022-11-23T04:08:20.2127548Z test_transpose_SparseBSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (2.988s) 2022-11-23T04:08:20.2127898Z test_transpose_SparseBSC_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (3.003s) 2022-11-23T04:08:20.2128248Z test_transpose_SparseBSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (3.015s) 2022-11-23T04:08:20.2128589Z test_transpose_SparseBSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (3.014s) 2022-11-23T04:08:20.2129072Z test_transpose_SparseBSC_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (2.790s) 2022-11-23T04:08:20.2129408Z test_transpose_SparseBSC_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (2.832s) 2022-11-23T04:08:20.2129742Z test_transpose_SparseBSC_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (2.783s) 2022-11-23T04:08:20.2130082Z test_transpose_SparseBSC_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (2.801s) 2022-11-23T04:08:20.2130428Z test_transpose_SparseBSC_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (2.774s) 2022-11-23T04:08:20.2130781Z test_transpose_SparseBSR_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (3.154s) 2022-11-23T04:08:20.2131118Z test_transpose_SparseBSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (3.042s) 2022-11-23T04:08:20.2131478Z test_transpose_SparseBSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (3.182s) 2022-11-23T04:08:20.2131836Z test_transpose_SparseBSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (3.189s) 2022-11-23T04:08:20.2132198Z test_transpose_SparseBSR_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (3.066s) 2022-11-23T04:08:20.2132530Z test_transpose_SparseBSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (3.110s) 2022-11-23T04:08:20.2132876Z test_transpose_SparseBSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (3.166s) 2022-11-23T04:08:20.2133332Z test_transpose_SparseBSR_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (2.996s) 2022-11-23T04:08:20.2133698Z test_transpose_SparseBSR_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (2.957s) 2022-11-23T04:08:20.2134038Z test_transpose_SparseBSR_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (3.048s) 2022-11-23T04:08:20.2134376Z test_transpose_SparseBSR_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (3.018s) 2022-11-23T04:08:20.2134725Z test_transpose_SparseBSR_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (2.979s) 2022-11-23T04:08:20.2135079Z test_transpose_SparseCSC_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (1.298s) 2022-11-23T04:08:20.2135431Z test_transpose_SparseCSC_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (1.278s) 2022-11-23T04:08:20.2135796Z test_transpose_SparseCSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (1.342s) 2022-11-23T04:08:20.2136158Z test_transpose_SparseCSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (1.297s) 2022-11-23T04:08:20.2136520Z test_transpose_SparseCSC_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (1.260s) 2022-11-23T04:08:20.2136872Z test_transpose_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (1.262s) 2022-11-23T04:08:20.2137213Z test_transpose_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (1.316s) 2022-11-23T04:08:20.2137554Z test_transpose_SparseCSC_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (1.229s) 2022-11-23T04:08:20.2137893Z test_transpose_SparseCSC_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (1.245s) 2022-11-23T04:08:20.2138226Z test_transpose_SparseCSC_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (1.209s) 2022-11-23T04:08:20.2138570Z test_transpose_SparseCSC_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (1.220s) 2022-11-23T04:08:20.2138896Z test_transpose_SparseCSC_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (1.226s) 2022-11-23T04:08:20.2139257Z test_transpose_SparseCSR_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (1.433s) 2022-11-23T04:08:20.2139602Z test_transpose_SparseCSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (1.326s) 2022-11-23T04:08:20.2139973Z test_transpose_SparseCSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (1.409s) 2022-11-23T04:08:20.2140338Z test_transpose_SparseCSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (1.402s) 2022-11-23T04:08:20.2140697Z test_transpose_SparseCSR_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (1.414s) 2022-11-23T04:08:20.2141052Z test_transpose_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (1.378s) 2022-11-23T04:08:20.2141401Z test_transpose_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (1.399s) 2022-11-23T04:08:20.2141884Z test_transpose_SparseCSR_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (1.327s) 2022-11-23T04:08:20.2142222Z test_transpose_SparseCSR_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (1.301s) 2022-11-23T04:08:20.2142558Z test_transpose_SparseCSR_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (1.284s) 2022-11-23T04:08:20.2142903Z test_transpose_SparseCSR_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (1.334s) 2022-11-23T04:08:20.2143249Z test_transpose_SparseCSR_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (1.286s) 2022-11-23T04:08:20.2143660Z test_zero_to_zero_correspondence_unary_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2144064Z test_zero_to_zero_correspondence_unary_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2144480Z test_zero_to_zero_correspondence_unary_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2144896Z test_zero_to_zero_correspondence_unary_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.2145305Z test_zero_to_zero_correspondence_unary_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2145711Z test_zero_to_zero_correspondence_unary_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2146203Z test_zero_to_zero_correspondence_unary_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2146630Z test_zero_to_zero_correspondence_unary_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2147028Z test_zero_to_zero_correspondence_unary_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2147422Z test_zero_to_zero_correspondence_unary_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2147807Z test_zero_to_zero_correspondence_unary_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2148206Z test_zero_to_zero_correspondence_unary_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2148598Z test_zero_to_zero_correspondence_unary_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2149001Z test_zero_to_zero_correspondence_unary_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2149426Z test_zero_to_zero_correspondence_unary_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2149843Z test_zero_to_zero_correspondence_unary_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2150256Z test_zero_to_zero_correspondence_unary_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2150663Z test_zero_to_zero_correspondence_unary_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2151074Z test_zero_to_zero_correspondence_unary_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2151482Z test_zero_to_zero_correspondence_unary_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2151881Z test_zero_to_zero_correspondence_unary_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2152286Z test_zero_to_zero_correspondence_unary_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2152692Z test_zero_to_zero_correspondence_unary_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2153088Z test_zero_to_zero_correspondence_unary_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2153490Z test_zero_to_zero_correspondence_unary_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2153890Z test_zero_to_zero_correspondence_unary_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2154437Z test_zero_to_zero_correspondence_unary_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2154852Z test_zero_to_zero_correspondence_unary_asin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2155368Z test_zero_to_zero_correspondence_unary_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2155762Z test_zero_to_zero_correspondence_unary_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2156324Z test_zero_to_zero_correspondence_unary_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2156745Z test_zero_to_zero_correspondence_unary_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2157142Z test_zero_to_zero_correspondence_unary_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2157535Z test_zero_to_zero_correspondence_unary_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2157939Z test_zero_to_zero_correspondence_unary_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2158339Z test_zero_to_zero_correspondence_unary_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2158738Z test_zero_to_zero_correspondence_unary_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2159266Z test_zero_to_zero_correspondence_unary_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2159690Z test_zero_to_zero_correspondence_unary_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2160109Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2160529Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2160946Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2161355Z test_zero_to_zero_correspondence_unary_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2161766Z test_zero_to_zero_correspondence_unary_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2162165Z test_zero_to_zero_correspondence_unary_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2162568Z test_zero_to_zero_correspondence_unary_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2162969Z test_zero_to_zero_correspondence_unary_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2163369Z test_zero_to_zero_correspondence_unary_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2163767Z test_zero_to_zero_correspondence_unary_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2164173Z test_zero_to_zero_correspondence_unary_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2164576Z test_zero_to_zero_correspondence_unary_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2164961Z test_zero_to_zero_correspondence_unary_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2165383Z test_zero_to_zero_correspondence_unary_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2165796Z test_zero_to_zero_correspondence_unary_atan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2166205Z test_zero_to_zero_correspondence_unary_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.2166612Z test_zero_to_zero_correspondence_unary_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2167018Z test_zero_to_zero_correspondence_unary_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2167560Z test_zero_to_zero_correspondence_unary_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2167965Z test_zero_to_zero_correspondence_unary_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2168360Z test_zero_to_zero_correspondence_unary_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2168759Z test_zero_to_zero_correspondence_unary_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2169155Z test_zero_to_zero_correspondence_unary_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2169550Z test_zero_to_zero_correspondence_unary_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2169957Z test_zero_to_zero_correspondence_unary_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2170354Z test_zero_to_zero_correspondence_unary_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2170768Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2171185Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2171703Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2172133Z test_zero_to_zero_correspondence_unary_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2172530Z test_zero_to_zero_correspondence_unary_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2172937Z test_zero_to_zero_correspondence_unary_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2173331Z test_zero_to_zero_correspondence_unary_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2173736Z test_zero_to_zero_correspondence_unary_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2174110Z test_zero_to_zero_correspondence_unary_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2174501Z test_zero_to_zero_correspondence_unary_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2174898Z test_zero_to_zero_correspondence_unary_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2175302Z test_zero_to_zero_correspondence_unary_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2175704Z test_zero_to_zero_correspondence_unary_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2176107Z test_zero_to_zero_correspondence_unary_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2176501Z test_zero_to_zero_correspondence_unary_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2176898Z test_zero_to_zero_correspondence_unary_ceil_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2177280Z test_zero_to_zero_correspondence_unary_ceil_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2177661Z test_zero_to_zero_correspondence_unary_ceil_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2178058Z test_zero_to_zero_correspondence_unary_ceil_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2178453Z test_zero_to_zero_correspondence_unary_ceil_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2178883Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2179301Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2179879Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2180315Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2180747Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2181180Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2181611Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2182039Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2182460Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2182884Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2183306Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2183724Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2184227Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2184666Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2185076Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2185491Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2185899Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2186312Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2186712Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2187116Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2187521Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2187922Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2188326Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2188722Z test_zero_to_zero_correspondence_unary_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2189117Z test_zero_to_zero_correspondence_unary_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2189517Z test_zero_to_zero_correspondence_unary_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2189917Z test_zero_to_zero_correspondence_unary_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2190313Z test_zero_to_zero_correspondence_unary_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2190705Z test_zero_to_zero_correspondence_unary_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2191088Z test_zero_to_zero_correspondence_unary_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2191468Z test_zero_to_zero_correspondence_unary_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2191852Z test_zero_to_zero_correspondence_unary_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2193058Z test_zero_to_zero_correspondence_unary_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2193456Z test_zero_to_zero_correspondence_unary_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2193844Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2194256Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2194662Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2195060Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2195458Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2195853Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2196257Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2196652Z test_zero_to_zero_correspondence_unary_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2197058Z test_zero_to_zero_correspondence_unary_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2197581Z test_zero_to_zero_correspondence_unary_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.2198009Z test_zero_to_zero_correspondence_unary_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2198409Z test_zero_to_zero_correspondence_unary_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2198804Z test_zero_to_zero_correspondence_unary_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2199197Z test_zero_to_zero_correspondence_unary_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2199589Z test_zero_to_zero_correspondence_unary_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2199981Z test_zero_to_zero_correspondence_unary_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2200377Z test_zero_to_zero_correspondence_unary_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2200771Z test_zero_to_zero_correspondence_unary_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2201178Z test_zero_to_zero_correspondence_unary_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2201579Z test_zero_to_zero_correspondence_unary_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2201982Z test_zero_to_zero_correspondence_unary_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2202382Z test_zero_to_zero_correspondence_unary_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2202755Z test_zero_to_zero_correspondence_unary_floor_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2203147Z test_zero_to_zero_correspondence_unary_floor_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2203543Z test_zero_to_zero_correspondence_unary_floor_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2203937Z test_zero_to_zero_correspondence_unary_floor_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2204333Z test_zero_to_zero_correspondence_unary_floor_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2204737Z test_zero_to_zero_correspondence_unary_frac_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2205142Z test_zero_to_zero_correspondence_unary_frac_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2205687Z test_zero_to_zero_correspondence_unary_frac_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2206090Z test_zero_to_zero_correspondence_unary_frac_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2206495Z test_zero_to_zero_correspondence_unary_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2206890Z test_zero_to_zero_correspondence_unary_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2207302Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2207713Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2208118Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2208526Z test_zero_to_zero_correspondence_unary_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2208922Z test_zero_to_zero_correspondence_unary_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2209327Z test_zero_to_zero_correspondence_unary_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2209819Z test_zero_to_zero_correspondence_unary_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2210248Z test_zero_to_zero_correspondence_unary_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2210639Z test_zero_to_zero_correspondence_unary_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2211029Z test_zero_to_zero_correspondence_unary_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2211421Z test_zero_to_zero_correspondence_unary_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2211831Z test_zero_to_zero_correspondence_unary_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2212207Z test_zero_to_zero_correspondence_unary_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2212615Z test_zero_to_zero_correspondence_unary_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2213034Z test_zero_to_zero_correspondence_unary_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2213439Z test_zero_to_zero_correspondence_unary_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2213842Z test_zero_to_zero_correspondence_unary_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2214248Z test_zero_to_zero_correspondence_unary_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2214643Z test_zero_to_zero_correspondence_unary_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2215032Z test_zero_to_zero_correspondence_unary_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2215427Z test_zero_to_zero_correspondence_unary_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2215820Z test_zero_to_zero_correspondence_unary_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2216221Z test_zero_to_zero_correspondence_unary_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2216647Z test_zero_to_zero_correspondence_unary_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2217061Z test_zero_to_zero_correspondence_unary_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2217478Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2218042Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2218460Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2218875Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2219286Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2219698Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2220107Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2220517Z test_zero_to_zero_correspondence_unary_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2220938Z test_zero_to_zero_correspondence_unary_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2221336Z test_zero_to_zero_correspondence_unary_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2221749Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2222273Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2222712Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2223120Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2223524Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2223932Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2224346Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2224759Z test_zero_to_zero_correspondence_unary_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2225165Z test_zero_to_zero_correspondence_unary_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2225570Z test_zero_to_zero_correspondence_unary_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2225979Z test_zero_to_zero_correspondence_unary_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2226389Z test_zero_to_zero_correspondence_unary_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2226796Z test_zero_to_zero_correspondence_unary_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2227192Z test_zero_to_zero_correspondence_unary_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2227592Z test_zero_to_zero_correspondence_unary_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2227997Z test_zero_to_zero_correspondence_unary_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2228397Z test_zero_to_zero_correspondence_unary_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2228797Z test_zero_to_zero_correspondence_unary_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2229201Z test_zero_to_zero_correspondence_unary_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2229618Z test_zero_to_zero_correspondence_unary_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2230029Z test_zero_to_zero_correspondence_unary_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2230572Z test_zero_to_zero_correspondence_unary_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2230949Z test_zero_to_zero_correspondence_unary_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.2231347Z test_zero_to_zero_correspondence_unary_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2231745Z test_zero_to_zero_correspondence_unary_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2232142Z test_zero_to_zero_correspondence_unary_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2232531Z test_zero_to_zero_correspondence_unary_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2232917Z test_zero_to_zero_correspondence_unary_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2233309Z test_zero_to_zero_correspondence_unary_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2233717Z test_zero_to_zero_correspondence_unary_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2234164Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2234615Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2235154Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2235618Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2236058Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.2236476Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2236900Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2237333Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2237763Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2238188Z test_zero_to_zero_correspondence_unary_positive_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2238616Z test_zero_to_zero_correspondence_unary_positive_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2239042Z test_zero_to_zero_correspondence_unary_positive_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2239459Z test_zero_to_zero_correspondence_unary_positive_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2239877Z test_zero_to_zero_correspondence_unary_positive_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2240288Z test_zero_to_zero_correspondence_unary_positive_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2240698Z test_zero_to_zero_correspondence_unary_positive_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2241091Z test_zero_to_zero_correspondence_unary_positive_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2241495Z test_zero_to_zero_correspondence_unary_positive_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2241895Z test_zero_to_zero_correspondence_unary_positive_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2242303Z test_zero_to_zero_correspondence_unary_positive_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2242708Z test_zero_to_zero_correspondence_unary_positive_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2243266Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2243664Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2244075Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2244494Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2244898Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2245300Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2245702Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2246105Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2246507Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2246905Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2247415Z test_zero_to_zero_correspondence_unary_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2247841Z test_zero_to_zero_correspondence_unary_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2248240Z test_zero_to_zero_correspondence_unary_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2248639Z test_zero_to_zero_correspondence_unary_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2249033Z test_zero_to_zero_correspondence_unary_round_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2249427Z test_zero_to_zero_correspondence_unary_round_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2249821Z test_zero_to_zero_correspondence_unary_round_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2250196Z test_zero_to_zero_correspondence_unary_round_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2250598Z test_zero_to_zero_correspondence_unary_round_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2251001Z test_zero_to_zero_correspondence_unary_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2251391Z test_zero_to_zero_correspondence_unary_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2251798Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2252206Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2252619Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2253011Z test_zero_to_zero_correspondence_unary_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2253395Z test_zero_to_zero_correspondence_unary_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2253797Z test_zero_to_zero_correspondence_unary_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2254183Z test_zero_to_zero_correspondence_unary_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2254557Z test_zero_to_zero_correspondence_unary_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2254943Z test_zero_to_zero_correspondence_unary_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2255462Z test_zero_to_zero_correspondence_unary_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2255852Z test_zero_to_zero_correspondence_unary_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2256246Z test_zero_to_zero_correspondence_unary_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2256735Z test_zero_to_zero_correspondence_unary_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2257154Z test_zero_to_zero_correspondence_unary_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2257605Z test_zero_to_zero_correspondence_unary_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2258093Z test_zero_to_zero_correspondence_unary_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.2258493Z test_zero_to_zero_correspondence_unary_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2258889Z test_zero_to_zero_correspondence_unary_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2259257Z test_zero_to_zero_correspondence_unary_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2259652Z test_zero_to_zero_correspondence_unary_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2260882Z test_zero_to_zero_correspondence_unary_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2261369Z test_zero_to_zero_correspondence_unary_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2261775Z test_zero_to_zero_correspondence_unary_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2262186Z test_zero_to_zero_correspondence_unary_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2262600Z test_zero_to_zero_correspondence_unary_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2263017Z test_zero_to_zero_correspondence_unary_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2263510Z test_zero_to_zero_correspondence_unary_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2263917Z test_zero_to_zero_correspondence_unary_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2264446Z test_zero_to_zero_correspondence_unary_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T04:08:20.2264859Z test_zero_to_zero_correspondence_unary_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2265265Z test_zero_to_zero_correspondence_unary_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2265665Z test_zero_to_zero_correspondence_unary_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2266062Z test_zero_to_zero_correspondence_unary_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2266471Z test_zero_to_zero_correspondence_unary_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2266874Z test_zero_to_zero_correspondence_unary_sin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2267281Z test_zero_to_zero_correspondence_unary_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2267679Z test_zero_to_zero_correspondence_unary_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2268075Z test_zero_to_zero_correspondence_unary_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2268470Z test_zero_to_zero_correspondence_unary_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2268864Z test_zero_to_zero_correspondence_unary_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2269408Z test_zero_to_zero_correspondence_unary_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2269841Z test_zero_to_zero_correspondence_unary_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2270232Z test_zero_to_zero_correspondence_unary_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2270696Z test_zero_to_zero_correspondence_unary_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2271184Z test_zero_to_zero_correspondence_unary_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2271577Z test_zero_to_zero_correspondence_unary_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2271985Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2272397Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2272812Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2273209Z test_zero_to_zero_correspondence_unary_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2273605Z test_zero_to_zero_correspondence_unary_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2274119Z test_zero_to_zero_correspondence_unary_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2274546Z test_zero_to_zero_correspondence_unary_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2274931Z test_zero_to_zero_correspondence_unary_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2275324Z test_zero_to_zero_correspondence_unary_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2275713Z test_zero_to_zero_correspondence_unary_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2276100Z test_zero_to_zero_correspondence_unary_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2276579Z test_zero_to_zero_correspondence_unary_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2276991Z test_zero_to_zero_correspondence_unary_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2277532Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2277947Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2278356Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2278748Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2279136Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2279532Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2279925Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2280317Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2280701Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2281097Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2281500Z test_zero_to_zero_correspondence_unary_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2281894Z test_zero_to_zero_correspondence_unary_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2282426Z test_zero_to_zero_correspondence_unary_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2282905Z test_zero_to_zero_correspondence_unary_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2283321Z test_zero_to_zero_correspondence_unary_tan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2283799Z test_zero_to_zero_correspondence_unary_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2284284Z test_zero_to_zero_correspondence_unary_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2284737Z test_zero_to_zero_correspondence_unary_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2285136Z test_zero_to_zero_correspondence_unary_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2285531Z test_zero_to_zero_correspondence_unary_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2285918Z test_zero_to_zero_correspondence_unary_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2286301Z test_zero_to_zero_correspondence_unary_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2286811Z test_zero_to_zero_correspondence_unary_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2287220Z test_zero_to_zero_correspondence_unary_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2287618Z test_zero_to_zero_correspondence_unary_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2288000Z test_zero_to_zero_correspondence_unary_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2288394Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2288813Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2289226Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2289745Z test_zero_to_zero_correspondence_unary_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2290155Z test_zero_to_zero_correspondence_unary_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2290692Z test_zero_to_zero_correspondence_unary_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2291088Z test_zero_to_zero_correspondence_unary_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2291472Z test_zero_to_zero_correspondence_unary_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2291847Z test_zero_to_zero_correspondence_unary_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2292296Z test_zero_to_zero_correspondence_unary_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2292692Z test_zero_to_zero_correspondence_unary_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2293102Z test_zero_to_zero_correspondence_unary_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2293513Z test_zero_to_zero_correspondence_unary_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2293922Z test_zero_to_zero_correspondence_unary_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2294325Z test_zero_to_zero_correspondence_unary_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2294725Z test_zero_to_zero_correspondence_unary_trunc_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2295121Z test_zero_to_zero_correspondence_unary_trunc_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2295678Z test_zero_to_zero_correspondence_unary_trunc_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2296194Z test_zero_to_zero_correspondence_unary_trunc_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2296595Z test_zero_to_zero_correspondence_unary_trunc_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2296989Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.876s) 2022-11-23T04:08:20.2297422Z test_clone_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.2297793Z test_clone_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2298173Z test_clone_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2298549Z test_clone_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2298929Z test_clone_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2299298Z test_clone_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2299667Z test_clone_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2300147Z test_clone_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2300536Z test_clone_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2300898Z test_clone_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2301261Z test_clone_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T04:08:20.2301618Z test_clone_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2301986Z test_clone_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2302354Z test_clone_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2302817Z test_clone_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2303196Z test_clone_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.2303704Z test_clone_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2304084Z test_clone_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2304450Z test_clone_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2304795Z test_clone_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2305149Z test_clone_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2305506Z test_clone_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2305868Z test_clone_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2306222Z test_clone_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2306596Z test_clone_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2306960Z test_clone_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2307338Z test_clone_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2307721Z test_clone_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2308087Z test_clone_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.2308446Z test_clone_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2309041Z test_clone_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2309416Z test_clone_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2309885Z test_clone_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2310346Z test_clone_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2310716Z test_clone_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2311076Z test_clone_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2311451Z test_clone_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2311809Z test_clone_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2312168Z test_clone_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2312556Z test_clone_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2312919Z test_clone_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2313289Z test_clone_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2313771Z test_clone_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2314161Z test_clone_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2314513Z test_clone_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2314868Z test_clone_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2315229Z test_clone_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2315699Z test_clone_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.2316115Z test_consistency_SparseBSC_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2316658Z test_consistency_SparseBSC_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2317076Z test_consistency_SparseBSC_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2317488Z test_consistency_SparseBSC_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2317892Z test_consistency_SparseBSC_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2318293Z test_consistency_SparseBSC_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2318691Z test_consistency_SparseBSC_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2319096Z test_consistency_SparseBSC_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2319492Z test_consistency_SparseBSC_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2319890Z test_consistency_SparseBSC_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2320267Z test_consistency_SparseBSC_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2320663Z test_consistency_SparseBSC_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2321064Z test_consistency_SparseBSC_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2321466Z test_consistency_SparseBSC_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2321981Z test_consistency_SparseBSC_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2322415Z test_consistency_SparseBSC_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2323139Z test_consistency_SparseBSC_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2323560Z test_consistency_SparseBSC_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2323957Z test_consistency_SparseBSC_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2324358Z test_consistency_SparseBSC_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2324758Z test_consistency_SparseBSC_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2325155Z test_consistency_SparseBSC_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2325552Z test_consistency_SparseBSC_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2325954Z test_consistency_SparseBSC_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2326370Z test_consistency_SparseBSC_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2326771Z test_consistency_SparseBSC_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2327189Z test_consistency_SparseBSC_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2327717Z test_consistency_SparseBSC_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2328147Z test_consistency_SparseBSC_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2328631Z test_consistency_SparseBSC_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2329033Z test_consistency_SparseBSC_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2329587Z test_consistency_SparseBSC_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2329971Z test_consistency_SparseBSC_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2330369Z test_consistency_SparseBSC_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2330772Z test_consistency_SparseBSC_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2331172Z test_consistency_SparseBSC_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2331571Z test_consistency_SparseBSC_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2331984Z test_consistency_SparseBSC_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2332383Z test_consistency_SparseBSC_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2332812Z test_consistency_SparseBSC_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2333225Z test_consistency_SparseBSC_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2333638Z test_consistency_SparseBSC_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2334051Z test_consistency_SparseBSC_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2334454Z test_consistency_SparseBSC_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2334929Z test_consistency_SparseBSC_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2335335Z test_consistency_SparseBSC_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2335802Z test_consistency_SparseBSC_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2336423Z test_consistency_SparseBSC_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2336828Z test_consistency_SparseBSC_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2337232Z test_consistency_SparseBSC_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2337651Z test_consistency_SparseBSC_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2338048Z test_consistency_SparseBSC_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2338470Z test_consistency_SparseBSC_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2338866Z test_consistency_SparseBSC_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2339274Z test_consistency_SparseBSC_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2339682Z test_consistency_SparseBSC_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2340084Z test_consistency_SparseBSC_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2340479Z test_consistency_SparseBSC_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2340993Z test_consistency_SparseBSC_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2341420Z test_consistency_SparseBSC_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2341912Z test_consistency_SparseBSC_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2342314Z test_consistency_SparseBSC_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2342712Z test_consistency_SparseBSC_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2343283Z test_consistency_SparseBSC_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2343691Z test_consistency_SparseBSC_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2344109Z test_consistency_SparseBSC_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2344532Z test_consistency_SparseBSC_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2344944Z test_consistency_SparseBSC_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2345346Z test_consistency_SparseBSC_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2345744Z test_consistency_SparseBSC_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2346138Z test_consistency_SparseBSC_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2346546Z test_consistency_SparseBSC_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2346943Z test_consistency_SparseBSC_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2347342Z test_consistency_SparseBSC_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2347723Z test_consistency_SparseBSC_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2348120Z test_consistency_SparseBSC_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2348620Z test_consistency_SparseBSC_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2349039Z test_consistency_SparseBSC_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2349429Z test_consistency_SparseBSC_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2350105Z test_consistency_SparseBSC_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2350508Z test_consistency_SparseBSC_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2350900Z test_consistency_SparseBSC_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2351305Z test_consistency_SparseBSC_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2351693Z test_consistency_SparseBSC_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2352085Z test_consistency_SparseBSC_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2352519Z test_consistency_SparseBSC_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2352945Z test_consistency_SparseBSC_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2353391Z test_consistency_SparseBSC_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2353831Z test_consistency_SparseBSC_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2354271Z test_consistency_SparseBSC_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2354816Z test_consistency_SparseBSC_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2355269Z test_consistency_SparseBSC_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2355793Z test_consistency_SparseBSC_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2356218Z test_consistency_SparseBSC_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2356799Z test_consistency_SparseBSC_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2357225Z test_consistency_SparseBSC_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2357621Z test_consistency_SparseBSC_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2358044Z test_consistency_SparseBSC_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2358465Z test_consistency_SparseBSC_deg2rad_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2358870Z test_consistency_SparseBSC_deg2rad_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2359282Z test_consistency_SparseBSC_deg2rad_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2359681Z test_consistency_SparseBSC_deg2rad_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2360090Z test_consistency_SparseBSC_deg2rad_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2360496Z test_consistency_SparseBSC_deg2rad_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2360894Z test_consistency_SparseBSC_deg2rad_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2361306Z test_consistency_SparseBSC_deg2rad_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2361710Z test_consistency_SparseBSC_deg2rad_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2362198Z test_consistency_SparseBSC_deg2rad_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2362606Z test_consistency_SparseBSC_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2363000Z test_consistency_SparseBSC_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2363698Z test_consistency_SparseBSC_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2364103Z test_consistency_SparseBSC_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2364502Z test_consistency_SparseBSC_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2364907Z test_consistency_SparseBSC_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2365308Z test_consistency_SparseBSC_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2365702Z test_consistency_SparseBSC_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2366092Z test_consistency_SparseBSC_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2366462Z test_consistency_SparseBSC_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2366870Z test_consistency_SparseBSC_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2367279Z test_consistency_SparseBSC_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2367690Z test_consistency_SparseBSC_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2368217Z test_consistency_SparseBSC_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2368651Z test_consistency_SparseBSC_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2369135Z test_consistency_SparseBSC_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2369532Z test_consistency_SparseBSC_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2369930Z test_consistency_SparseBSC_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2370411Z test_consistency_SparseBSC_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2370903Z test_consistency_SparseBSC_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2371789Z test_consistency_SparseBSC_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2372653Z test_consistency_SparseBSC_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2373521Z test_consistency_SparseBSC_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2374341Z test_consistency_SparseBSC_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2375191Z test_consistency_SparseBSC_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2376106Z test_consistency_SparseBSC_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2376948Z test_consistency_SparseBSC_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2377979Z test_consistency_SparseBSC_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2378829Z test_consistency_SparseBSC_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2379675Z test_consistency_SparseBSC_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2380521Z test_consistency_SparseBSC_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2381492Z test_consistency_SparseBSC_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2382502Z test_consistency_SparseBSC_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2383592Z test_consistency_SparseBSC_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2384880Z test_consistency_SparseBSC_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2385740Z test_consistency_SparseBSC_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2386577Z test_consistency_SparseBSC_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2387392Z test_consistency_SparseBSC_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2388243Z test_consistency_SparseBSC_frac_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2389122Z test_consistency_SparseBSC_frac_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2390116Z test_consistency_SparseBSC_frac_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2390973Z test_consistency_SparseBSC_frac_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2392020Z test_consistency_SparseBSC_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2392926Z test_consistency_SparseBSC_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2393800Z test_consistency_SparseBSC_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2394805Z test_consistency_SparseBSC_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2395701Z test_consistency_SparseBSC_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2396533Z test_consistency_SparseBSC_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2397504Z test_consistency_SparseBSC_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2398516Z test_consistency_SparseBSC_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2399370Z test_consistency_SparseBSC_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2400213Z test_consistency_SparseBSC_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2401088Z test_consistency_SparseBSC_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2401926Z test_consistency_SparseBSC_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2402767Z test_consistency_SparseBSC_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2403661Z test_consistency_SparseBSC_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2404602Z test_consistency_SparseBSC_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2405645Z test_consistency_SparseBSC_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2406538Z test_consistency_SparseBSC_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2407402Z test_consistency_SparseBSC_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2408252Z test_consistency_SparseBSC_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2409107Z test_consistency_SparseBSC_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2409940Z test_consistency_SparseBSC_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2410763Z test_consistency_SparseBSC_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2411715Z test_consistency_SparseBSC_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2412898Z test_consistency_SparseBSC_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2413772Z test_consistency_SparseBSC_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2414636Z test_consistency_SparseBSC_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2415511Z test_consistency_SparseBSC_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2416387Z test_consistency_SparseBSC_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2417255Z test_consistency_SparseBSC_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2418190Z test_consistency_SparseBSC_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2419161Z test_consistency_SparseBSC_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2420115Z test_consistency_SparseBSC_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2420972Z test_consistency_SparseBSC_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2421828Z test_consistency_SparseBSC_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2422891Z test_consistency_SparseBSC_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2423800Z test_consistency_SparseBSC_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2424797Z test_consistency_SparseBSC_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2425663Z test_consistency_SparseBSC_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2426711Z test_consistency_SparseBSC_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2427630Z test_consistency_SparseBSC_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2428501Z test_consistency_SparseBSC_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2429373Z test_consistency_SparseBSC_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2430244Z test_consistency_SparseBSC_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2431108Z test_consistency_SparseBSC_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2432062Z test_consistency_SparseBSC_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2433006Z test_consistency_SparseBSC_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2433928Z test_consistency_SparseBSC_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2434772Z test_consistency_SparseBSC_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2435615Z test_consistency_SparseBSC_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2436448Z test_consistency_SparseBSC_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2437297Z test_consistency_SparseBSC_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2438132Z test_consistency_SparseBSC_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2439042Z test_consistency_SparseBSC_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2440018Z test_consistency_SparseBSC_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2441041Z test_consistency_SparseBSC_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2442960Z test_consistency_SparseBSC_masked_amax_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2444256Z test_consistency_SparseBSC_masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2445647Z test_consistency_SparseBSC_masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T04:08:20.2447005Z test_consistency_SparseBSC_masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2448380Z test_consistency_SparseBSC_masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2449662Z test_consistency_SparseBSC_masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T04:08:20.2450929Z test_consistency_SparseBSC_masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T04:08:20.2452281Z test_consistency_SparseBSC_masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T04:08:20.2453734Z test_consistency_SparseBSC_masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T04:08:20.2455195Z test_consistency_SparseBSC_masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T04:08:20.2456478Z test_consistency_SparseBSC_masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T04:08:20.2457738Z test_consistency_SparseBSC_masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.014s) 2022-11-23T04:08:20.2459001Z test_consistency_SparseBSC_masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T04:08:20.2460337Z test_consistency_SparseBSC_masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2461775Z test_consistency_SparseBSC_masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T04:08:20.2463056Z test_consistency_SparseBSC_masked_amin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2464310Z 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-23T04:08:20.2465571Z 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-23T04:08:20.2466789Z test_consistency_SparseBSC_masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2468181Z test_consistency_SparseBSC_masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2469844Z test_consistency_SparseBSC_masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2471151Z test_consistency_SparseBSC_masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T04:08:20.2472448Z test_consistency_SparseBSC_masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.010s) 2022-11-23T04:08:20.2473721Z test_consistency_SparseBSC_masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2475068Z test_consistency_SparseBSC_masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T04:08:20.2476529Z 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-23T04:08:20.2477797Z test_consistency_SparseBSC_masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2479195Z test_consistency_SparseBSC_masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T04:08:20.2480502Z test_consistency_SparseBSC_masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2481838Z test_consistency_SparseBSC_masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T04:08:20.2483337Z test_consistency_SparseBSC_masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2484643Z test_consistency_SparseBSC_masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T04:08:20.2485960Z test_consistency_SparseBSC_masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T04:08:20.2487283Z test_consistency_SparseBSC_masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T04:08:20.2488709Z test_consistency_SparseBSC_masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T04:08:20.2490182Z test_consistency_SparseBSC_masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.010s) 2022-11-23T04:08:20.2491491Z test_consistency_SparseBSC_masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T04:08:20.2492843Z test_consistency_SparseBSC_masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.010s) 2022-11-23T04:08:20.2494155Z test_consistency_SparseBSC_masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T04:08:20.2495522Z 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-23T04:08:20.2496994Z test_consistency_SparseBSC_masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.013s) 2022-11-23T04:08:20.2498424Z test_consistency_SparseBSC_masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2499718Z test_consistency_SparseBSC_masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2500996Z test_consistency_SparseBSC_masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2502373Z test_consistency_SparseBSC_masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2503759Z test_consistency_SparseBSC_masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2505136Z test_consistency_SparseBSC_masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2506542Z test_consistency_SparseBSC_masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2507853Z test_consistency_SparseBSC_masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2509116Z test_consistency_SparseBSC_masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2510594Z test_consistency_SparseBSC_masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T04:08:20.2512189Z test_consistency_SparseBSC_masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T04:08:20.2513428Z test_consistency_SparseBSC_masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T04:08:20.2514708Z test_consistency_SparseBSC_masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T04:08:20.2515817Z test_consistency_SparseBSC_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2517014Z test_consistency_SparseBSC_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2518061Z test_consistency_SparseBSC_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2519189Z test_consistency_SparseBSC_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2520127Z test_consistency_SparseBSC_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2520997Z test_consistency_SparseBSC_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2521927Z test_consistency_SparseBSC_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2522845Z test_consistency_SparseBSC_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2523739Z test_consistency_SparseBSC_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2524844Z test_consistency_SparseBSC_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2525917Z test_consistency_SparseBSC_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2527067Z test_consistency_SparseBSC_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2527977Z test_consistency_SparseBSC_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2528976Z test_consistency_SparseBSC_nn_functional_relu_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2529986Z test_consistency_SparseBSC_nn_functional_relu_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2530982Z test_consistency_SparseBSC_nn_functional_relu_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2532095Z test_consistency_SparseBSC_nn_functional_relu_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2533246Z test_consistency_SparseBSC_nn_functional_relu_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2534244Z test_consistency_SparseBSC_nn_functional_relu_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2535214Z test_consistency_SparseBSC_nn_functional_relu_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2536132Z test_consistency_SparseBSC_nn_functional_relu_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2537232Z test_consistency_SparseBSC_positive_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2568811Z test_consistency_SparseBSC_positive_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2569826Z test_consistency_SparseBSC_positive_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2570708Z test_consistency_SparseBSC_positive_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2571602Z test_consistency_SparseBSC_positive_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2572495Z test_consistency_SparseBSC_positive_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2573471Z test_consistency_SparseBSC_positive_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2574455Z test_consistency_SparseBSC_positive_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2575453Z test_consistency_SparseBSC_positive_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2576307Z test_consistency_SparseBSC_positive_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2577141Z test_consistency_SparseBSC_positive_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2578005Z test_consistency_SparseBSC_positive_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2578887Z test_consistency_SparseBSC_rad2deg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2579745Z test_consistency_SparseBSC_rad2deg_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2580705Z test_consistency_SparseBSC_rad2deg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2581732Z test_consistency_SparseBSC_rad2deg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2582581Z test_consistency_SparseBSC_rad2deg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2583418Z test_consistency_SparseBSC_rad2deg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2584275Z test_consistency_SparseBSC_rad2deg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2585185Z test_consistency_SparseBSC_rad2deg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2586294Z test_consistency_SparseBSC_rad2deg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2587266Z test_consistency_SparseBSC_rad2deg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2588499Z test_consistency_SparseBSC_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.012s) 2022-11-23T04:08:20.2589678Z test_consistency_SparseBSC_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2590850Z test_consistency_SparseBSC_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2592015Z test_consistency_SparseBSC_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2593220Z test_consistency_SparseBSC_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2594488Z test_consistency_SparseBSC_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2596030Z test_consistency_SparseBSC_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2597060Z test_consistency_SparseBSC_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2597915Z test_consistency_SparseBSC_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2598757Z test_consistency_SparseBSC_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2599613Z test_consistency_SparseBSC_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2600657Z test_consistency_SparseBSC_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2601589Z test_consistency_SparseBSC_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2602557Z test_consistency_SparseBSC_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2603393Z test_consistency_SparseBSC_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2604228Z test_consistency_SparseBSC_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2605064Z test_consistency_SparseBSC_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2605899Z test_consistency_SparseBSC_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2606746Z test_consistency_SparseBSC_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2607672Z test_consistency_SparseBSC_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2608729Z test_consistency_SparseBSC_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2609581Z test_consistency_SparseBSC_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2610419Z test_consistency_SparseBSC_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2611257Z test_consistency_SparseBSC_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2612088Z test_consistency_SparseBSC_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2612914Z test_consistency_SparseBSC_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2614030Z test_consistency_SparseBSC_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2614858Z test_consistency_SparseBSC_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2615907Z test_consistency_SparseBSC_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2616743Z test_consistency_SparseBSC_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2617764Z test_consistency_SparseBSC_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2618914Z test_consistency_SparseBSC_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2619921Z test_consistency_SparseBSC_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2620998Z test_consistency_SparseBSC_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2622137Z test_consistency_SparseBSC_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2623115Z test_consistency_SparseBSC_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2624108Z test_consistency_SparseBSC_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2626060Z test_consistency_SparseBSC_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2627116Z test_consistency_SparseBSC_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2628248Z test_consistency_SparseBSC_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2629407Z test_consistency_SparseBSC_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2630418Z test_consistency_SparseBSC_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2631432Z test_consistency_SparseBSC_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2632417Z test_consistency_SparseBSC_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2633404Z test_consistency_SparseBSC_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2634408Z test_consistency_SparseBSC_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2635505Z test_consistency_SparseBSC_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2636599Z test_consistency_SparseBSC_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2637587Z test_consistency_SparseBSC_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2638570Z test_consistency_SparseBSC_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2639537Z test_consistency_SparseBSC_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2640513Z test_consistency_SparseBSC_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2641569Z test_consistency_SparseBSC_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2642635Z test_consistency_SparseBSC_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2643986Z test_consistency_SparseBSC_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2645059Z test_consistency_SparseBSC_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2646125Z test_consistency_SparseBSC_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2647078Z test_consistency_SparseBSC_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2650578Z test_consistency_SparseBSC_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2652286Z test_consistency_SparseBSC_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2652795Z test_consistency_SparseBSC_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2653282Z test_consistency_SparseBSC_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2653773Z test_consistency_SparseBSC_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2654255Z test_consistency_SparseBSC_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2654743Z test_consistency_SparseBSC_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.2655243Z test_consistency_SparseBSC_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2655967Z test_consistency_SparseBSC_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2656590Z test_consistency_SparseBSC_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2657346Z test_consistency_SparseBSC_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2657989Z test_consistency_SparseBSC_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2658495Z test_consistency_SparseBSC_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2658972Z test_consistency_SparseBSC_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2659450Z test_consistency_SparseBSC_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2659922Z test_consistency_SparseBSC_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2660387Z test_consistency_SparseBSC_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2660871Z test_consistency_SparseBSC_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2661635Z test_consistency_SparseBSC_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2662580Z test_consistency_SparseBSC_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2663112Z test_consistency_SparseBSC_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2663799Z test_consistency_SparseBSC_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2664466Z test_consistency_SparseBSC_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2664928Z test_consistency_SparseBSC_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2665407Z test_consistency_SparseBSC_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2665884Z test_consistency_SparseBSC_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2666355Z test_consistency_SparseBSC_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2666831Z test_consistency_SparseBSC_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2667305Z test_consistency_SparseBSC_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2667780Z test_consistency_SparseBSC_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2668243Z test_consistency_SparseBSC_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2668716Z test_consistency_SparseBSC_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2669523Z test_consistency_SparseBSC_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2670036Z test_consistency_SparseBSC_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2670665Z test_consistency_SparseBSC_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2671428Z test_consistency_SparseBSC_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2671907Z test_consistency_SparseBSC_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2672369Z test_consistency_SparseBSC_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2672840Z test_consistency_SparseBSC_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2673310Z test_consistency_SparseBSC_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2673779Z test_consistency_SparseBSC_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2674250Z test_consistency_SparseBSC_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2674720Z test_consistency_SparseBSC_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2675284Z test_consistency_SparseBSC_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2675789Z test_consistency_SparseBSC_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2676272Z test_consistency_SparseBSC_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2676961Z test_consistency_SparseBSC_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2677455Z test_consistency_SparseBSC_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2678361Z test_consistency_SparseBSC_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2678839Z test_consistency_SparseBSC_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2679289Z test_consistency_SparseBSC_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2679759Z test_consistency_SparseBSC_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2680237Z test_consistency_SparseBSC_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2680705Z test_consistency_SparseBSC_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2681174Z test_consistency_SparseBSC_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2681646Z test_consistency_SparseBSC_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2682228Z test_consistency_SparseBSC_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T04:08:20.2682894Z test_consistency_SparseBSC_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T04:08:20.2683725Z test_consistency_SparseBSC_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2684418Z test_consistency_SparseBSC_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2685525Z test_consistency_SparseBSC_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2686326Z test_consistency_SparseBSC_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2686990Z test_consistency_SparseBSC_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2687653Z test_consistency_SparseBSC_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2688312Z test_consistency_SparseBSC_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2688970Z test_consistency_SparseBSC_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T04:08:20.2689629Z test_consistency_SparseBSC_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T04:08:20.2690282Z test_consistency_SparseBSC_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T04:08:20.2691215Z test_consistency_SparseBSC_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2692135Z test_consistency_SparseBSC_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2693036Z test_consistency_SparseBSC_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2693948Z test_consistency_SparseBSC_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2694860Z test_consistency_SparseBSC_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2695761Z test_consistency_SparseBSC_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2696252Z test_consistency_SparseBSC_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2696710Z test_consistency_SparseBSC_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2697223Z test_consistency_SparseBSC_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2697790Z test_consistency_SparseBSR_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2698472Z test_consistency_SparseBSR_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2698955Z test_consistency_SparseBSR_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2699767Z test_consistency_SparseBSR_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2700263Z test_consistency_SparseBSR_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2700727Z test_consistency_SparseBSR_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2701203Z test_consistency_SparseBSR_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2701680Z test_consistency_SparseBSR_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2702217Z test_consistency_SparseBSR_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2703061Z test_consistency_SparseBSR_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2703954Z test_consistency_SparseBSR_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2705028Z test_consistency_SparseBSR_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2706184Z test_consistency_SparseBSR_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2707143Z test_consistency_SparseBSR_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2708058Z test_consistency_SparseBSR_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2708754Z test_consistency_SparseBSR_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2709246Z test_consistency_SparseBSR_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2709726Z test_consistency_SparseBSR_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2710217Z test_consistency_SparseBSR_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2710681Z test_consistency_SparseBSR_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2711166Z test_consistency_SparseBSR_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2711636Z test_consistency_SparseBSR_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2712303Z test_consistency_SparseBSR_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2712898Z test_consistency_SparseBSR_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2713669Z test_consistency_SparseBSR_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2714154Z test_consistency_SparseBSR_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2714619Z test_consistency_SparseBSR_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2715110Z test_consistency_SparseBSR_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2715604Z test_consistency_SparseBSR_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2716093Z test_consistency_SparseBSR_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2716565Z test_consistency_SparseBSR_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2717041Z test_consistency_SparseBSR_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2717512Z test_consistency_SparseBSR_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2717967Z test_consistency_SparseBSR_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2718440Z test_consistency_SparseBSR_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2718906Z test_consistency_SparseBSR_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2719382Z test_consistency_SparseBSR_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2719866Z test_consistency_SparseBSR_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2720347Z test_consistency_SparseBSR_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2720833Z test_consistency_SparseBSR_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2721310Z test_consistency_SparseBSR_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2721795Z test_consistency_SparseBSR_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2722279Z test_consistency_SparseBSR_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2722759Z test_consistency_SparseBSR_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2723357Z test_consistency_SparseBSR_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2723831Z test_consistency_SparseBSR_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2724501Z test_consistency_SparseBSR_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2724966Z test_consistency_SparseBSR_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2725701Z test_consistency_SparseBSR_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2726183Z test_consistency_SparseBSR_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2726664Z test_consistency_SparseBSR_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2727143Z test_consistency_SparseBSR_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2727630Z test_consistency_SparseBSR_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2728121Z test_consistency_SparseBSR_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2728591Z test_consistency_SparseBSR_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2729166Z test_consistency_SparseBSR_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2729671Z test_consistency_SparseBSR_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2730143Z test_consistency_SparseBSR_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2730613Z test_consistency_SparseBSR_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2731082Z test_consistency_SparseBSR_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2731554Z test_consistency_SparseBSR_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2732006Z test_consistency_SparseBSR_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2732477Z test_consistency_SparseBSR_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2732963Z test_consistency_SparseBSR_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2733441Z test_consistency_SparseBSR_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.2733924Z test_consistency_SparseBSR_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2734414Z test_consistency_SparseBSR_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2734896Z test_consistency_SparseBSR_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2735358Z test_consistency_SparseBSR_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2735835Z test_consistency_SparseBSR_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2736309Z test_consistency_SparseBSR_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2736791Z test_consistency_SparseBSR_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2737268Z test_consistency_SparseBSR_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2737739Z test_consistency_SparseBSR_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2738211Z test_consistency_SparseBSR_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2738665Z test_consistency_SparseBSR_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2739249Z test_consistency_SparseBSR_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2739730Z test_consistency_SparseBSR_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2740211Z test_consistency_SparseBSR_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2740687Z test_consistency_SparseBSR_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2741334Z test_consistency_SparseBSR_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2741810Z test_consistency_SparseBSR_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2742409Z test_consistency_SparseBSR_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2742982Z test_consistency_SparseBSR_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2743459Z test_consistency_SparseBSR_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2743958Z test_consistency_SparseBSR_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2744465Z test_consistency_SparseBSR_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2745069Z test_consistency_SparseBSR_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2745612Z test_consistency_SparseBSR_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2746113Z test_consistency_SparseBSR_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2746628Z test_consistency_SparseBSR_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2747141Z test_consistency_SparseBSR_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2747634Z test_consistency_SparseBSR_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2748129Z test_consistency_SparseBSR_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2748626Z test_consistency_SparseBSR_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2749126Z test_consistency_SparseBSR_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2749607Z test_consistency_SparseBSR_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2750109Z test_consistency_SparseBSR_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2750604Z test_consistency_SparseBSR_deg2rad_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2751094Z test_consistency_SparseBSR_deg2rad_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2751580Z test_consistency_SparseBSR_deg2rad_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2752062Z test_consistency_SparseBSR_deg2rad_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2752536Z test_consistency_SparseBSR_deg2rad_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2752994Z test_consistency_SparseBSR_deg2rad_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2753473Z test_consistency_SparseBSR_deg2rad_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2753943Z test_consistency_SparseBSR_deg2rad_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2754422Z test_consistency_SparseBSR_deg2rad_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2755003Z test_consistency_SparseBSR_deg2rad_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2755486Z test_consistency_SparseBSR_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2755958Z test_consistency_SparseBSR_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2756419Z test_consistency_SparseBSR_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2756899Z test_consistency_SparseBSR_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2757378Z test_consistency_SparseBSR_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2757853Z test_consistency_SparseBSR_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2758322Z test_consistency_SparseBSR_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2758799Z test_consistency_SparseBSR_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2759267Z test_consistency_SparseBSR_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2759715Z test_consistency_SparseBSR_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2760261Z test_consistency_SparseBSR_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2760778Z test_consistency_SparseBSR_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2761260Z test_consistency_SparseBSR_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2761734Z test_consistency_SparseBSR_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2762210Z test_consistency_SparseBSR_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2762692Z test_consistency_SparseBSR_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2763147Z test_consistency_SparseBSR_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2763618Z test_consistency_SparseBSR_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2764097Z test_consistency_SparseBSR_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2764574Z test_consistency_SparseBSR_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2765054Z test_consistency_SparseBSR_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2765529Z test_consistency_SparseBSR_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2766010Z test_consistency_SparseBSR_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2766466Z test_consistency_SparseBSR_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2766935Z test_consistency_SparseBSR_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2767406Z test_consistency_SparseBSR_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2767878Z test_consistency_SparseBSR_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2768350Z test_consistency_SparseBSR_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2768826Z test_consistency_SparseBSR_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2769307Z test_consistency_SparseBSR_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2769888Z test_consistency_SparseBSR_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2770365Z test_consistency_SparseBSR_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2770838Z test_consistency_SparseBSR_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2771316Z test_consistency_SparseBSR_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2771787Z test_consistency_SparseBSR_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2772257Z test_consistency_SparseBSR_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2772724Z test_consistency_SparseBSR_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2773332Z test_consistency_SparseBSR_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2773818Z test_consistency_SparseBSR_frac_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2774445Z test_consistency_SparseBSR_frac_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2775027Z test_consistency_SparseBSR_frac_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2775589Z test_consistency_SparseBSR_frac_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2776089Z test_consistency_SparseBSR_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2776571Z test_consistency_SparseBSR_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2777041Z test_consistency_SparseBSR_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2777536Z test_consistency_SparseBSR_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2778025Z test_consistency_SparseBSR_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2778503Z test_consistency_SparseBSR_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2778979Z test_consistency_SparseBSR_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2779460Z test_consistency_SparseBSR_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2779936Z test_consistency_SparseBSR_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.2780391Z test_consistency_SparseBSR_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2780863Z test_consistency_SparseBSR_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2781338Z test_consistency_SparseBSR_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2781817Z test_consistency_SparseBSR_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2782298Z test_consistency_SparseBSR_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2782777Z test_consistency_SparseBSR_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2783265Z test_consistency_SparseBSR_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2783741Z test_consistency_SparseBSR_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2784226Z test_consistency_SparseBSR_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2784707Z test_consistency_SparseBSR_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2785181Z test_consistency_SparseBSR_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2785755Z test_consistency_SparseBSR_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2786225Z test_consistency_SparseBSR_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2786829Z test_consistency_SparseBSR_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2787379Z test_consistency_SparseBSR_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2787855Z test_consistency_SparseBSR_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2788349Z test_consistency_SparseBSR_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2788839Z test_consistency_SparseBSR_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2789331Z test_consistency_SparseBSR_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2789820Z test_consistency_SparseBSR_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2790311Z test_consistency_SparseBSR_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2790787Z test_consistency_SparseBSR_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2791365Z test_consistency_SparseBSR_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2791868Z test_consistency_SparseBSR_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2792399Z test_consistency_SparseBSR_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2792889Z test_consistency_SparseBSR_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2793375Z test_consistency_SparseBSR_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2793867Z test_consistency_SparseBSR_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2794340Z test_consistency_SparseBSR_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2794826Z test_consistency_SparseBSR_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2795322Z test_consistency_SparseBSR_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2795817Z test_consistency_SparseBSR_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2796301Z test_consistency_SparseBSR_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2796528Z test_consistency_SparseBSR_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2796764Z test_consistency_SparseBSR_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2797003Z test_consistency_SparseBSR_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2797233Z test_consistency_SparseBSR_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2797465Z test_consistency_SparseBSR_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2797701Z test_consistency_SparseBSR_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2797932Z test_consistency_SparseBSR_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2798157Z test_consistency_SparseBSR_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2798369Z test_consistency_SparseBSR_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2798713Z test_consistency_SparseBSR_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2798941Z test_consistency_SparseBSR_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2799171Z test_consistency_SparseBSR_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2799562Z test_consistency_SparseBSR_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2800097Z 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-23T04:08:20.2800693Z 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-23T04:08:20.2801303Z test_consistency_SparseBSR_masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.014s) 2022-11-23T04:08:20.2801946Z test_consistency_SparseBSR_masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T04:08:20.2802546Z 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-23T04:08:20.2803062Z 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-23T04:08:20.2803420Z test_consistency_SparseBSR_masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T04:08:20.2803758Z 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-23T04:08:20.2804092Z test_consistency_SparseBSR_masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T04:08:20.2804429Z test_consistency_SparseBSR_masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T04:08:20.2804966Z test_consistency_SparseBSR_masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T04:08:20.2805323Z test_consistency_SparseBSR_masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T04:08:20.2805657Z test_consistency_SparseBSR_masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.006s) 2022-11-23T04:08:20.2805993Z test_consistency_SparseBSR_masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2806324Z test_consistency_SparseBSR_masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2806655Z 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-23T04:08:20.2806988Z test_consistency_SparseBSR_masked_amin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2807313Z test_consistency_SparseBSR_masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2808332Z test_consistency_SparseBSR_masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2808663Z test_consistency_SparseBSR_masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2809010Z test_consistency_SparseBSR_masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2809351Z test_consistency_SparseBSR_masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2809691Z test_consistency_SparseBSR_masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2810029Z test_consistency_SparseBSR_masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2810363Z test_consistency_SparseBSR_masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.006s) 2022-11-23T04:08:20.2810783Z test_consistency_SparseBSR_masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T04:08:20.2811136Z test_consistency_SparseBSR_masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T04:08:20.2811874Z test_consistency_SparseBSR_masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T04:08:20.2812260Z test_consistency_SparseBSR_masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T04:08:20.2812588Z test_consistency_SparseBSR_masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T04:08:20.2812937Z test_consistency_SparseBSR_masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.013s) 2022-11-23T04:08:20.2813274Z test_consistency_SparseBSR_masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2813624Z 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-23T04:08:20.2813971Z test_consistency_SparseBSR_masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T04:08:20.2814312Z test_consistency_SparseBSR_masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2814682Z 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-23T04:08:20.2815026Z 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-23T04:08:20.2815361Z test_consistency_SparseBSR_masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2815827Z test_consistency_SparseBSR_masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2816170Z test_consistency_SparseBSR_masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2816617Z 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-23T04:08:20.2817157Z test_consistency_SparseBSR_masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T04:08:20.2817796Z test_consistency_SparseBSR_masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T04:08:20.2818446Z test_consistency_SparseBSR_masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T04:08:20.2818954Z test_consistency_SparseBSR_masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.006s) 2022-11-23T04:08:20.2819443Z test_consistency_SparseBSR_masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T04:08:20.2819801Z test_consistency_SparseBSR_masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.011s) 2022-11-23T04:08:20.2820140Z test_consistency_SparseBSR_masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T04:08:20.2820641Z test_consistency_SparseBSR_masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2821164Z test_consistency_SparseBSR_masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2821504Z test_consistency_SparseBSR_masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2821839Z test_consistency_SparseBSR_masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2822170Z test_consistency_SparseBSR_masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2822497Z test_consistency_SparseBSR_masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T04:08:20.2822735Z test_consistency_SparseBSR_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2822975Z test_consistency_SparseBSR_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2823212Z test_consistency_SparseBSR_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2823450Z test_consistency_SparseBSR_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2823680Z test_consistency_SparseBSR_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2823912Z test_consistency_SparseBSR_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2824125Z test_consistency_SparseBSR_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2824480Z test_consistency_SparseBSR_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2824707Z test_consistency_SparseBSR_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2824930Z test_consistency_SparseBSR_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2825161Z test_consistency_SparseBSR_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2825390Z test_consistency_SparseBSR_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2825646Z test_consistency_SparseBSR_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2825901Z test_consistency_SparseBSR_nn_functional_relu_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2826155Z test_consistency_SparseBSR_nn_functional_relu_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2826410Z test_consistency_SparseBSR_nn_functional_relu_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2826661Z test_consistency_SparseBSR_nn_functional_relu_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2826909Z test_consistency_SparseBSR_nn_functional_relu_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2827229Z test_consistency_SparseBSR_nn_functional_relu_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2827497Z test_consistency_SparseBSR_nn_functional_relu_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2827743Z test_consistency_SparseBSR_nn_functional_relu_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2827984Z test_consistency_SparseBSR_positive_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2828233Z test_consistency_SparseBSR_positive_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2828478Z test_consistency_SparseBSR_positive_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2828722Z test_consistency_SparseBSR_positive_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2828964Z test_consistency_SparseBSR_positive_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2829195Z test_consistency_SparseBSR_positive_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2829434Z test_consistency_SparseBSR_positive_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2829653Z test_consistency_SparseBSR_positive_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2829879Z test_consistency_SparseBSR_positive_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2830103Z test_consistency_SparseBSR_positive_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2830543Z test_consistency_SparseBSR_positive_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2830789Z test_consistency_SparseBSR_positive_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2831032Z test_consistency_SparseBSR_rad2deg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2831264Z test_consistency_SparseBSR_rad2deg_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2831658Z test_consistency_SparseBSR_rad2deg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2832016Z test_consistency_SparseBSR_rad2deg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2832244Z test_consistency_SparseBSR_rad2deg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2832580Z test_consistency_SparseBSR_rad2deg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2832805Z test_consistency_SparseBSR_rad2deg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2833026Z test_consistency_SparseBSR_rad2deg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2833261Z test_consistency_SparseBSR_rad2deg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2833493Z test_consistency_SparseBSR_rad2deg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2833836Z test_consistency_SparseBSR_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.010s) 2022-11-23T04:08:20.2834175Z test_consistency_SparseBSR_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T04:08:20.2834516Z 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-23T04:08:20.2834927Z 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-23T04:08:20.2835279Z 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-23T04:08:20.2835617Z 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-23T04:08:20.2835947Z 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-23T04:08:20.2836189Z test_consistency_SparseBSR_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2836420Z test_consistency_SparseBSR_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2836652Z test_consistency_SparseBSR_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2836880Z test_consistency_SparseBSR_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2837106Z test_consistency_SparseBSR_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2837319Z test_consistency_SparseBSR_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2837548Z test_consistency_SparseBSR_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2837775Z test_consistency_SparseBSR_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2838003Z test_consistency_SparseBSR_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2838309Z test_consistency_SparseBSR_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2838670Z test_consistency_SparseBSR_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2839111Z test_consistency_SparseBSR_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2839583Z test_consistency_SparseBSR_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2840026Z test_consistency_SparseBSR_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2853308Z test_consistency_SparseBSR_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2853799Z test_consistency_SparseBSR_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2854451Z test_consistency_SparseBSR_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2854912Z test_consistency_SparseBSR_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2855350Z test_consistency_SparseBSR_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2855777Z test_consistency_SparseBSR_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2856207Z test_consistency_SparseBSR_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2856624Z test_consistency_SparseBSR_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2857077Z test_consistency_SparseBSR_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2857533Z test_consistency_SparseBSR_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2857990Z test_consistency_SparseBSR_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2858428Z test_consistency_SparseBSR_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2858845Z test_consistency_SparseBSR_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2859465Z test_consistency_SparseBSR_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2859972Z test_consistency_SparseBSR_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2860408Z test_consistency_SparseBSR_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2860870Z test_consistency_SparseBSR_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2861342Z test_consistency_SparseBSR_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2861844Z test_consistency_SparseBSR_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2862315Z test_consistency_SparseBSR_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2862792Z test_consistency_SparseBSR_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2863248Z test_consistency_SparseBSR_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2863704Z test_consistency_SparseBSR_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2864159Z test_consistency_SparseBSR_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2864617Z test_consistency_SparseBSR_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2865102Z test_consistency_SparseBSR_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2865550Z test_consistency_SparseBSR_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2866008Z test_consistency_SparseBSR_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2866501Z test_consistency_SparseBSR_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2866937Z test_consistency_SparseBSR_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2867430Z test_consistency_SparseBSR_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2867897Z test_consistency_SparseBSR_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2868357Z test_consistency_SparseBSR_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2869001Z test_consistency_SparseBSR_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2869464Z test_consistency_SparseBSR_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2869930Z test_consistency_SparseBSR_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2870381Z test_consistency_SparseBSR_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2870841Z test_consistency_SparseBSR_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2871289Z test_consistency_SparseBSR_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2871725Z test_consistency_SparseBSR_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2872173Z test_consistency_SparseBSR_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2872631Z test_consistency_SparseBSR_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2873072Z test_consistency_SparseBSR_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2873530Z test_consistency_SparseBSR_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2874500Z test_consistency_SparseBSR_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2874794Z test_consistency_SparseBSR_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2875024Z test_consistency_SparseBSR_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2875251Z test_consistency_SparseBSR_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2875481Z test_consistency_SparseBSR_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2875714Z test_consistency_SparseBSR_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2875944Z test_consistency_SparseBSR_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2876174Z test_consistency_SparseBSR_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2876402Z test_consistency_SparseBSR_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2876631Z test_consistency_SparseBSR_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2876848Z test_consistency_SparseBSR_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2877076Z test_consistency_SparseBSR_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2877312Z test_consistency_SparseBSR_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2877551Z test_consistency_SparseBSR_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2877787Z test_consistency_SparseBSR_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2878018Z test_consistency_SparseBSR_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2878244Z test_consistency_SparseBSR_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2878464Z test_consistency_SparseBSR_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2878690Z test_consistency_SparseBSR_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2878915Z test_consistency_SparseBSR_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2879145Z test_consistency_SparseBSR_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2879496Z test_consistency_SparseBSR_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2879725Z test_consistency_SparseBSR_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2879958Z test_consistency_SparseBSR_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2880188Z test_consistency_SparseBSR_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2880422Z test_consistency_SparseBSR_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2880654Z test_consistency_SparseBSR_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2880879Z test_consistency_SparseBSR_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2881107Z test_consistency_SparseBSR_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2881338Z test_consistency_SparseBSR_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2881567Z test_consistency_SparseBSR_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2881774Z test_consistency_SparseBSR_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2882075Z test_consistency_SparseBSR_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2882321Z test_consistency_SparseBSR_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2882546Z test_consistency_SparseBSR_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2882769Z test_consistency_SparseBSR_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2883002Z test_consistency_SparseBSR_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2883227Z test_consistency_SparseBSR_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2883464Z test_consistency_SparseBSR_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2883701Z test_consistency_SparseBSR_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2883932Z test_consistency_SparseBSR_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2884163Z test_consistency_SparseBSR_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2884386Z test_consistency_SparseBSR_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2884605Z test_consistency_SparseBSR_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2884832Z test_consistency_SparseBSR_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2885062Z test_consistency_SparseBSR_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2885288Z test_consistency_SparseBSR_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2885512Z test_consistency_SparseBSR_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2885738Z test_consistency_SparseBSR_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2886079Z test_consistency_SparseBSR_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T04:08:20.2886409Z test_consistency_SparseBSR_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T04:08:20.2886746Z test_consistency_SparseBSR_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T04:08:20.2887187Z test_consistency_SparseBSR_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.006s) 2022-11-23T04:08:20.2887521Z test_consistency_SparseBSR_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T04:08:20.2887856Z test_consistency_SparseBSR_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.011s) 2022-11-23T04:08:20.2888174Z 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-23T04:08:20.2888503Z test_consistency_SparseBSR_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T04:08:20.2888832Z 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-23T04:08:20.2889146Z 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-23T04:08:20.2889548Z 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-23T04:08:20.2889877Z 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-23T04:08:20.2890117Z test_consistency_SparseBSR_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2890352Z test_consistency_SparseBSR_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2890582Z test_consistency_SparseBSR_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2890803Z test_consistency_SparseBSR_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2891031Z test_consistency_SparseBSR_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2891264Z test_consistency_SparseBSR_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2891491Z test_consistency_SparseBSR_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2891719Z test_consistency_SparseBSR_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2891948Z test_consistency_SparseBSR_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2892249Z test_consistency_SparseCSC_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2892485Z test_consistency_SparseCSC_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2892722Z test_consistency_SparseCSC_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2892951Z test_consistency_SparseCSC_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2893178Z test_consistency_SparseCSC_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2893404Z test_consistency_SparseCSC_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2893632Z test_consistency_SparseCSC_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2893859Z test_consistency_SparseCSC_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2894083Z test_consistency_SparseCSC_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2894421Z test_consistency_SparseCSC_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2894647Z test_consistency_SparseCSC_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2894871Z test_consistency_SparseCSC_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2895081Z test_consistency_SparseCSC_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2895312Z test_consistency_SparseCSC_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2895552Z test_consistency_SparseCSC_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2895788Z test_consistency_SparseCSC_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2896028Z test_consistency_SparseCSC_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2896266Z test_consistency_SparseCSC_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2896490Z test_consistency_SparseCSC_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2896714Z test_consistency_SparseCSC_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2897015Z test_consistency_SparseCSC_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2897264Z test_consistency_SparseCSC_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2897493Z test_consistency_SparseCSC_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2897717Z test_consistency_SparseCSC_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2897951Z test_consistency_SparseCSC_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2898179Z test_consistency_SparseCSC_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2898415Z test_consistency_SparseCSC_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2898650Z test_consistency_SparseCSC_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2898882Z test_consistency_SparseCSC_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2899112Z test_consistency_SparseCSC_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2899335Z test_consistency_SparseCSC_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2899565Z test_consistency_SparseCSC_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2899792Z test_consistency_SparseCSC_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2900005Z test_consistency_SparseCSC_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2900232Z test_consistency_SparseCSC_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2900457Z test_consistency_SparseCSC_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2900685Z test_consistency_SparseCSC_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2900922Z test_consistency_SparseCSC_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2901149Z test_consistency_SparseCSC_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2901388Z test_consistency_SparseCSC_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2901623Z test_consistency_SparseCSC_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2901954Z test_consistency_SparseCSC_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2902187Z test_consistency_SparseCSC_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2902416Z test_consistency_SparseCSC_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2902634Z test_consistency_SparseCSC_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2902858Z test_consistency_SparseCSC_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2903084Z test_consistency_SparseCSC_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2903311Z test_consistency_SparseCSC_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2903541Z test_consistency_SparseCSC_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2903769Z test_consistency_SparseCSC_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2904004Z test_consistency_SparseCSC_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2904304Z test_consistency_SparseCSC_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2904564Z test_consistency_SparseCSC_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2904799Z test_consistency_SparseCSC_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2905010Z test_consistency_SparseCSC_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2905239Z test_consistency_SparseCSC_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2905475Z test_consistency_SparseCSC_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2905699Z test_consistency_SparseCSC_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2905926Z test_consistency_SparseCSC_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2906155Z test_consistency_SparseCSC_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2906381Z test_consistency_SparseCSC_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2906606Z test_consistency_SparseCSC_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2906829Z test_consistency_SparseCSC_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2907066Z test_consistency_SparseCSC_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2907293Z test_consistency_SparseCSC_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2907533Z test_consistency_SparseCSC_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2907768Z test_consistency_SparseCSC_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2907998Z test_consistency_SparseCSC_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2908229Z test_consistency_SparseCSC_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2908452Z test_consistency_SparseCSC_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2908671Z test_consistency_SparseCSC_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2908897Z test_consistency_SparseCSC_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2909219Z test_consistency_SparseCSC_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2909449Z test_consistency_SparseCSC_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2909676Z test_consistency_SparseCSC_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2909888Z test_consistency_SparseCSC_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2910122Z test_consistency_SparseCSC_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2910350Z test_consistency_SparseCSC_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2910574Z test_consistency_SparseCSC_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2910794Z test_consistency_SparseCSC_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2911021Z test_consistency_SparseCSC_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2911246Z test_consistency_SparseCSC_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2911471Z test_consistency_SparseCSC_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2911766Z test_consistency_SparseCSC_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2912016Z test_consistency_SparseCSC_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2912269Z test_consistency_SparseCSC_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2912512Z test_consistency_SparseCSC_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2912765Z test_consistency_SparseCSC_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2913019Z test_consistency_SparseCSC_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2913268Z test_consistency_SparseCSC_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2913513Z test_consistency_SparseCSC_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2913761Z test_consistency_SparseCSC_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2914006Z test_consistency_SparseCSC_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2914248Z test_consistency_SparseCSC_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2914489Z test_consistency_SparseCSC_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2914733Z test_consistency_SparseCSC_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2914973Z test_consistency_SparseCSC_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2915198Z test_consistency_SparseCSC_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2915442Z test_consistency_SparseCSC_deg2rad_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2915680Z test_consistency_SparseCSC_deg2rad_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2915919Z test_consistency_SparseCSC_deg2rad_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2916159Z test_consistency_SparseCSC_deg2rad_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2916389Z test_consistency_SparseCSC_deg2rad_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2916716Z test_consistency_SparseCSC_deg2rad_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.2916944Z test_consistency_SparseCSC_deg2rad_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2917167Z test_consistency_SparseCSC_deg2rad_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2917406Z test_consistency_SparseCSC_deg2rad_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2917639Z test_consistency_SparseCSC_deg2rad_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2917871Z test_consistency_SparseCSC_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2918094Z test_consistency_SparseCSC_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2918324Z test_consistency_SparseCSC_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2918560Z test_consistency_SparseCSC_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2918787Z test_consistency_SparseCSC_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2919011Z test_consistency_SparseCSC_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2919308Z test_consistency_SparseCSC_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2919553Z test_consistency_SparseCSC_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2919777Z test_consistency_SparseCSC_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2920000Z test_consistency_SparseCSC_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2920228Z test_consistency_SparseCSC_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2920451Z test_consistency_SparseCSC_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2920678Z test_consistency_SparseCSC_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2920914Z test_consistency_SparseCSC_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2921145Z test_consistency_SparseCSC_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2921370Z test_consistency_SparseCSC_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2921590Z test_consistency_SparseCSC_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2921815Z test_consistency_SparseCSC_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2922045Z test_consistency_SparseCSC_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2922284Z test_consistency_SparseCSC_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2922511Z test_consistency_SparseCSC_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2922741Z test_consistency_SparseCSC_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2922967Z test_consistency_SparseCSC_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2923198Z test_consistency_SparseCSC_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2923424Z test_consistency_SparseCSC_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2923652Z test_consistency_SparseCSC_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2923876Z test_consistency_SparseCSC_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2924198Z test_consistency_SparseCSC_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2924426Z test_consistency_SparseCSC_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2924660Z test_consistency_SparseCSC_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2924893Z test_consistency_SparseCSC_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2925117Z test_consistency_SparseCSC_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2925322Z test_consistency_SparseCSC_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2925549Z test_consistency_SparseCSC_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2925771Z test_consistency_SparseCSC_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2925998Z test_consistency_SparseCSC_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2926225Z test_consistency_SparseCSC_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2926449Z test_consistency_SparseCSC_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2926755Z test_consistency_SparseCSC_frac_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2927008Z test_consistency_SparseCSC_frac_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2927231Z test_consistency_SparseCSC_frac_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2927451Z test_consistency_SparseCSC_frac_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2927685Z test_consistency_SparseCSC_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2927915Z test_consistency_SparseCSC_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2928152Z test_consistency_SparseCSC_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2928387Z test_consistency_SparseCSC_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2928623Z test_consistency_SparseCSC_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2928853Z test_consistency_SparseCSC_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2929084Z test_consistency_SparseCSC_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2929308Z test_consistency_SparseCSC_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2929532Z test_consistency_SparseCSC_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2929761Z test_consistency_SparseCSC_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2929988Z test_consistency_SparseCSC_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2930196Z test_consistency_SparseCSC_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2930420Z test_consistency_SparseCSC_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2930655Z test_consistency_SparseCSC_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2930882Z test_consistency_SparseCSC_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2931121Z test_consistency_SparseCSC_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2931355Z test_consistency_SparseCSC_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.2931683Z test_consistency_SparseCSC_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2931911Z test_consistency_SparseCSC_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2932132Z test_consistency_SparseCSC_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2932568Z test_consistency_SparseCSC_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2932808Z test_consistency_SparseCSC_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2933033Z test_consistency_SparseCSC_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2933261Z test_consistency_SparseCSC_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2933488Z test_consistency_SparseCSC_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2933865Z test_consistency_SparseCSC_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2934225Z test_consistency_SparseCSC_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2934467Z test_consistency_SparseCSC_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2934800Z test_consistency_SparseCSC_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2935061Z test_consistency_SparseCSC_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2935297Z test_consistency_SparseCSC_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2935531Z test_consistency_SparseCSC_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2935746Z test_consistency_SparseCSC_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2935976Z test_consistency_SparseCSC_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2936202Z test_consistency_SparseCSC_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2936445Z test_consistency_SparseCSC_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2936677Z test_consistency_SparseCSC_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2936913Z test_consistency_SparseCSC_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2937150Z test_consistency_SparseCSC_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2937387Z test_consistency_SparseCSC_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.001s) 2022-11-23T04:08:20.2937625Z test_consistency_SparseCSC_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2937859Z test_consistency_SparseCSC_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2938088Z test_consistency_SparseCSC_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2938322Z test_consistency_SparseCSC_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2938550Z test_consistency_SparseCSC_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2938777Z test_consistency_SparseCSC_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.2939008Z test_consistency_SparseCSC_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2939241Z test_consistency_SparseCSC_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2939567Z test_consistency_SparseCSC_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2939790Z test_consistency_SparseCSC_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2940016Z test_consistency_SparseCSC_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2940247Z test_consistency_SparseCSC_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2940476Z test_consistency_SparseCSC_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2940702Z test_consistency_SparseCSC_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2940913Z test_consistency_SparseCSC_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2941259Z 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-23T04:08:20.2941607Z test_consistency_SparseCSC_masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T04:08:20.2942017Z 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-23T04:08:20.2942374Z 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-23T04:08:20.2942712Z test_consistency_SparseCSC_masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T04:08:20.2943051Z test_consistency_SparseCSC_masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T04:08:20.2943382Z 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-23T04:08:20.2943719Z test_consistency_SparseCSC_masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T04:08:20.2944049Z test_consistency_SparseCSC_masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T04:08:20.2944389Z test_consistency_SparseCSC_masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.002s) 2022-11-23T04:08:20.2944724Z test_consistency_SparseCSC_masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T04:08:20.2945060Z test_consistency_SparseCSC_masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.006s) 2022-11-23T04:08:20.2945389Z test_consistency_SparseCSC_masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T04:08:20.2945719Z test_consistency_SparseCSC_masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T04:08:20.2946047Z 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-23T04:08:20.2946368Z 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-23T04:08:20.2946790Z 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-23T04:08:20.2947118Z 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-23T04:08:20.2947461Z test_consistency_SparseCSC_masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T04:08:20.2947787Z 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-23T04:08:20.2948131Z test_consistency_SparseCSC_masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T04:08:20.2948471Z test_consistency_SparseCSC_masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T04:08:20.2948805Z 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-23T04:08:20.2949208Z 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-23T04:08:20.2949553Z 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-23T04:08:20.2949886Z 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-23T04:08:20.2950218Z test_consistency_SparseCSC_masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T04:08:20.2950539Z 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-23T04:08:20.2950871Z 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-23T04:08:20.2951196Z 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-23T04:08:20.2951537Z 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-23T04:08:20.2951870Z 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-23T04:08:20.2952215Z 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-23T04:08:20.2952557Z test_consistency_SparseCSC_masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T04:08:20.2952893Z test_consistency_SparseCSC_masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T04:08:20.2953229Z test_consistency_SparseCSC_masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T04:08:20.2954135Z test_consistency_SparseCSC_masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T04:08:20.2954474Z 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-23T04:08:20.2954809Z test_consistency_SparseCSC_masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T04:08:20.2955137Z test_consistency_SparseCSC_masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T04:08:20.2955468Z 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-23T04:08:20.2955803Z test_consistency_SparseCSC_masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.002s) 2022-11-23T04:08:20.2956140Z test_consistency_SparseCSC_masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T04:08:20.2956551Z test_consistency_SparseCSC_masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.006s) 2022-11-23T04:08:20.2956914Z test_consistency_SparseCSC_masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T04:08:20.2957254Z test_consistency_SparseCSC_masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.010s) 2022-11-23T04:08:20.2957590Z test_consistency_SparseCSC_masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T04:08:20.2957922Z 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-23T04:08:20.2958250Z 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-23T04:08:20.2958581Z test_consistency_SparseCSC_masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T04:08:20.2958911Z 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-23T04:08:20.2959238Z test_consistency_SparseCSC_masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T04:08:20.2959569Z test_consistency_SparseCSC_masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T04:08:20.2959902Z 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-23T04:08:20.2960136Z test_consistency_SparseCSC_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2960376Z test_consistency_SparseCSC_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2960611Z test_consistency_SparseCSC_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2960837Z test_consistency_SparseCSC_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2961162Z test_consistency_SparseCSC_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2961394Z test_consistency_SparseCSC_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2961622Z test_consistency_SparseCSC_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2961834Z test_consistency_SparseCSC_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2962065Z test_consistency_SparseCSC_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2962289Z test_consistency_SparseCSC_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2962513Z test_consistency_SparseCSC_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2962735Z test_consistency_SparseCSC_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2962994Z test_consistency_SparseCSC_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2963251Z test_consistency_SparseCSC_nn_functional_relu_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2963504Z test_consistency_SparseCSC_nn_functional_relu_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2963826Z test_consistency_SparseCSC_nn_functional_relu_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2964096Z test_consistency_SparseCSC_nn_functional_relu_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2964342Z test_consistency_SparseCSC_nn_functional_relu_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2964590Z test_consistency_SparseCSC_nn_functional_relu_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2964842Z test_consistency_SparseCSC_nn_functional_relu_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2965085Z test_consistency_SparseCSC_nn_functional_relu_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2965326Z test_consistency_SparseCSC_positive_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2965574Z test_consistency_SparseCSC_positive_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2965819Z test_consistency_SparseCSC_positive_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2966065Z test_consistency_SparseCSC_positive_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2966303Z test_consistency_SparseCSC_positive_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2966539Z test_consistency_SparseCSC_positive_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2966779Z test_consistency_SparseCSC_positive_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2967013Z test_consistency_SparseCSC_positive_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2967225Z test_consistency_SparseCSC_positive_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2967462Z test_consistency_SparseCSC_positive_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2967694Z test_consistency_SparseCSC_positive_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2967922Z test_consistency_SparseCSC_positive_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2968160Z test_consistency_SparseCSC_rad2deg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.2968488Z test_consistency_SparseCSC_rad2deg_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2968725Z test_consistency_SparseCSC_rad2deg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2968952Z test_consistency_SparseCSC_rad2deg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2969181Z test_consistency_SparseCSC_rad2deg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2969412Z test_consistency_SparseCSC_rad2deg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2969636Z test_consistency_SparseCSC_rad2deg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2969867Z test_consistency_SparseCSC_rad2deg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2970099Z test_consistency_SparseCSC_rad2deg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2970330Z test_consistency_SparseCSC_rad2deg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2970667Z 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-23T04:08:20.2971079Z 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-23T04:08:20.2971441Z test_consistency_SparseCSC_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T04:08:20.2971778Z test_consistency_SparseCSC_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.006s) 2022-11-23T04:08:20.2972110Z test_consistency_SparseCSC_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T04:08:20.2972445Z 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-23T04:08:20.2972773Z test_consistency_SparseCSC_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.010s) 2022-11-23T04:08:20.2973014Z test_consistency_SparseCSC_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2973247Z test_consistency_SparseCSC_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.2973473Z test_consistency_SparseCSC_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2973695Z test_consistency_SparseCSC_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2973926Z test_consistency_SparseCSC_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2974154Z test_consistency_SparseCSC_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2974366Z test_consistency_SparseCSC_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2974599Z test_consistency_SparseCSC_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2974827Z test_consistency_SparseCSC_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2975058Z test_consistency_SparseCSC_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2975284Z test_consistency_SparseCSC_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2975524Z test_consistency_SparseCSC_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2975849Z test_consistency_SparseCSC_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2976075Z test_consistency_SparseCSC_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2976300Z test_consistency_SparseCSC_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2976529Z test_consistency_SparseCSC_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2976756Z test_consistency_SparseCSC_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2976981Z test_consistency_SparseCSC_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2977207Z test_consistency_SparseCSC_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2977435Z test_consistency_SparseCSC_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2977661Z test_consistency_SparseCSC_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2977882Z test_consistency_SparseCSC_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2978118Z test_consistency_SparseCSC_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.2978410Z test_consistency_SparseCSC_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2978664Z test_consistency_SparseCSC_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2978894Z test_consistency_SparseCSC_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2979115Z test_consistency_SparseCSC_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2979325Z test_consistency_SparseCSC_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2979556Z test_consistency_SparseCSC_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2979781Z test_consistency_SparseCSC_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2980008Z test_consistency_SparseCSC_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2980234Z test_consistency_SparseCSC_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2980473Z test_consistency_SparseCSC_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2980705Z test_consistency_SparseCSC_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2980940Z test_consistency_SparseCSC_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2981176Z test_consistency_SparseCSC_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2981408Z test_consistency_SparseCSC_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2981637Z test_consistency_SparseCSC_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.2981860Z test_consistency_SparseCSC_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2982085Z test_consistency_SparseCSC_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2982318Z test_consistency_SparseCSC_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2982552Z test_consistency_SparseCSC_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2982783Z test_consistency_SparseCSC_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2983008Z test_consistency_SparseCSC_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2983345Z test_consistency_SparseCSC_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2983580Z test_consistency_SparseCSC_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2983804Z test_consistency_SparseCSC_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2984034Z test_consistency_SparseCSC_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2984246Z test_consistency_SparseCSC_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2984472Z test_consistency_SparseCSC_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2984694Z test_consistency_SparseCSC_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2984916Z test_consistency_SparseCSC_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2985142Z test_consistency_SparseCSC_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2985368Z test_consistency_SparseCSC_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2985586Z test_consistency_SparseCSC_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2985886Z test_consistency_SparseCSC_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2986153Z test_consistency_SparseCSC_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.2986408Z test_consistency_SparseCSC_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2986661Z test_consistency_SparseCSC_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2986910Z test_consistency_SparseCSC_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2987160Z test_consistency_SparseCSC_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2987404Z test_consistency_SparseCSC_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2987647Z test_consistency_SparseCSC_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2987890Z test_consistency_SparseCSC_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2988127Z test_consistency_SparseCSC_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2988369Z test_consistency_SparseCSC_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2988606Z test_consistency_SparseCSC_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2988847Z test_consistency_SparseCSC_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2989094Z test_consistency_SparseCSC_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2989318Z test_consistency_SparseCSC_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2989569Z test_consistency_SparseCSC_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2989822Z test_consistency_SparseCSC_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2990072Z test_consistency_SparseCSC_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2990314Z test_consistency_SparseCSC_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2990557Z test_consistency_SparseCSC_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2990805Z test_consistency_SparseCSC_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2991146Z test_consistency_SparseCSC_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2991389Z test_consistency_SparseCSC_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2991626Z test_consistency_SparseCSC_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2991869Z test_consistency_SparseCSC_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2992107Z test_consistency_SparseCSC_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2992398Z test_consistency_SparseCSC_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.2992640Z test_consistency_SparseCSC_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2992892Z test_consistency_SparseCSC_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.2993144Z test_consistency_SparseCSC_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.2993442Z test_consistency_SparseCSC_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2993866Z test_consistency_SparseCSC_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2994623Z test_consistency_SparseCSC_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2995372Z test_consistency_SparseCSC_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2995838Z test_consistency_SparseCSC_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2996254Z test_consistency_SparseCSC_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2996687Z test_consistency_SparseCSC_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2997135Z test_consistency_SparseCSC_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.2997580Z test_consistency_SparseCSC_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2998029Z test_consistency_SparseCSC_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2998488Z test_consistency_SparseCSC_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2998787Z test_consistency_SparseCSC_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2999028Z test_consistency_SparseCSC_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2999256Z test_consistency_SparseCSC_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.2999486Z test_consistency_SparseCSC_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.2999858Z test_consistency_SparseCSC_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3000102Z test_consistency_SparseCSC_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.3000329Z test_consistency_SparseCSC_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3000722Z test_consistency_SparseCSC_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3001479Z test_consistency_SparseCSC_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3002040Z test_consistency_SparseCSC_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3002481Z test_consistency_SparseCSC_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3002950Z test_consistency_SparseCSC_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3003658Z test_consistency_SparseCSC_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3004136Z test_consistency_SparseCSC_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3004609Z test_consistency_SparseCSC_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3005102Z test_consistency_SparseCSC_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3005578Z test_consistency_SparseCSC_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3006025Z test_consistency_SparseCSC_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3006476Z test_consistency_SparseCSC_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3006933Z test_consistency_SparseCSC_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3007381Z test_consistency_SparseCSC_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3007856Z test_consistency_SparseCSC_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3008477Z test_consistency_SparseCSC_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3008923Z test_consistency_SparseCSC_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.3009368Z test_consistency_SparseCSC_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3009656Z test_consistency_SparseCSC_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3009882Z test_consistency_SparseCSC_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3010119Z test_consistency_SparseCSC_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3010347Z test_consistency_SparseCSC_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.3010577Z test_consistency_SparseCSC_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3010970Z test_consistency_SparseCSC_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3011213Z test_consistency_SparseCSC_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3011446Z test_consistency_SparseCSR_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3011672Z test_consistency_SparseCSR_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3011911Z test_consistency_SparseCSR_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3012147Z test_consistency_SparseCSR_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3012373Z test_consistency_SparseCSR_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3012585Z test_consistency_SparseCSR_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3012815Z test_consistency_SparseCSR_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3013165Z test_consistency_SparseCSR_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3013402Z test_consistency_SparseCSR_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3013627Z test_consistency_SparseCSR_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3013852Z test_consistency_SparseCSR_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3014229Z test_consistency_SparseCSR_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3014452Z test_consistency_SparseCSR_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3014682Z test_consistency_SparseCSR_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.3014930Z test_consistency_SparseCSR_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3015170Z test_consistency_SparseCSR_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3015402Z test_consistency_SparseCSR_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3015635Z test_consistency_SparseCSR_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3015860Z test_consistency_SparseCSR_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3016091Z test_consistency_SparseCSR_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3016320Z test_consistency_SparseCSR_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3016548Z test_consistency_SparseCSR_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3016862Z test_consistency_SparseCSR_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3017111Z test_consistency_SparseCSR_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3017344Z test_consistency_SparseCSR_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3017569Z test_consistency_SparseCSR_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3017789Z test_consistency_SparseCSR_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3018029Z test_consistency_SparseCSR_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3018259Z test_consistency_SparseCSR_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3018488Z test_consistency_SparseCSR_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3018715Z test_consistency_SparseCSR_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3018937Z test_consistency_SparseCSR_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3019165Z test_consistency_SparseCSR_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3019391Z test_consistency_SparseCSR_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3019617Z test_consistency_SparseCSR_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3019848Z test_consistency_SparseCSR_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3020074Z test_consistency_SparseCSR_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3020312Z test_consistency_SparseCSR_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3020540Z test_consistency_SparseCSR_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3020779Z test_consistency_SparseCSR_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3021015Z test_consistency_SparseCSR_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3021245Z test_consistency_SparseCSR_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3021478Z test_consistency_SparseCSR_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3021843Z test_consistency_SparseCSR_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3022153Z test_consistency_SparseCSR_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.3022385Z test_consistency_SparseCSR_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3022725Z test_consistency_SparseCSR_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3022944Z test_consistency_SparseCSR_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3023173Z test_consistency_SparseCSR_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3023399Z test_consistency_SparseCSR_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3023633Z test_consistency_SparseCSR_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3023861Z test_consistency_SparseCSR_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3024101Z test_consistency_SparseCSR_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3024338Z test_consistency_SparseCSR_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3024658Z test_consistency_SparseCSR_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3024910Z test_consistency_SparseCSR_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3025133Z test_consistency_SparseCSR_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3025364Z test_consistency_SparseCSR_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.3025591Z test_consistency_SparseCSR_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3025821Z test_consistency_SparseCSR_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3026046Z test_consistency_SparseCSR_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3026271Z test_consistency_SparseCSR_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3026498Z test_consistency_SparseCSR_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3026736Z test_consistency_SparseCSR_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3026963Z test_consistency_SparseCSR_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3027202Z test_consistency_SparseCSR_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3027437Z test_consistency_SparseCSR_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3027674Z test_consistency_SparseCSR_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3027889Z test_consistency_SparseCSR_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3028114Z test_consistency_SparseCSR_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.3028337Z test_consistency_SparseCSR_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3028565Z test_consistency_SparseCSR_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3028793Z test_consistency_SparseCSR_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3029021Z test_consistency_SparseCSR_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3029249Z test_consistency_SparseCSR_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3029584Z test_consistency_SparseCSR_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3029819Z test_consistency_SparseCSR_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3030050Z test_consistency_SparseCSR_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3030279Z test_consistency_SparseCSR_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3030499Z test_consistency_SparseCSR_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.3030723Z test_consistency_SparseCSR_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3030949Z test_consistency_SparseCSR_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3031175Z test_consistency_SparseCSR_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3031404Z test_consistency_SparseCSR_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3031628Z test_consistency_SparseCSR_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3031882Z test_consistency_SparseCSR_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3032202Z test_consistency_SparseCSR_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3032481Z test_consistency_SparseCSR_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3032733Z test_consistency_SparseCSR_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3032967Z test_consistency_SparseCSR_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3033217Z test_consistency_SparseCSR_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3033463Z test_consistency_SparseCSR_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3033712Z test_consistency_SparseCSR_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3033958Z test_consistency_SparseCSR_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3034201Z test_consistency_SparseCSR_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3034644Z test_consistency_SparseCSR_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3034896Z test_consistency_SparseCSR_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3035138Z test_consistency_SparseCSR_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3035634Z test_consistency_SparseCSR_deg2rad_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3035875Z test_consistency_SparseCSR_deg2rad_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3036112Z test_consistency_SparseCSR_deg2rad_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3036343Z test_consistency_SparseCSR_deg2rad_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3036578Z test_consistency_SparseCSR_deg2rad_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3036810Z test_consistency_SparseCSR_deg2rad_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3037035Z test_consistency_SparseCSR_deg2rad_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3037256Z test_consistency_SparseCSR_deg2rad_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3037609Z test_consistency_SparseCSR_deg2rad_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3037843Z test_consistency_SparseCSR_deg2rad_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3038075Z test_consistency_SparseCSR_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3038305Z test_consistency_SparseCSR_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3038537Z test_consistency_SparseCSR_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3038750Z test_consistency_SparseCSR_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3039138Z test_consistency_SparseCSR_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3039382Z test_consistency_SparseCSR_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3039613Z test_consistency_SparseCSR_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3039840Z test_consistency_SparseCSR_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3040065Z test_consistency_SparseCSR_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3040385Z test_consistency_SparseCSR_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.3040639Z test_consistency_SparseCSR_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3041031Z test_consistency_SparseCSR_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3041269Z test_consistency_SparseCSR_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3041492Z test_consistency_SparseCSR_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3041728Z test_consistency_SparseCSR_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3042116Z test_consistency_SparseCSR_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3042490Z test_consistency_SparseCSR_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3042735Z test_consistency_SparseCSR_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3042967Z test_consistency_SparseCSR_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3043315Z test_consistency_SparseCSR_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3043553Z test_consistency_SparseCSR_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3043785Z test_consistency_SparseCSR_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3044019Z test_consistency_SparseCSR_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3044304Z test_consistency_SparseCSR_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3044571Z test_consistency_SparseCSR_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3044806Z test_consistency_SparseCSR_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3045036Z test_consistency_SparseCSR_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3045266Z test_consistency_SparseCSR_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3045492Z test_consistency_SparseCSR_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3045728Z test_consistency_SparseCSR_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3046085Z test_consistency_SparseCSR_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3046310Z test_consistency_SparseCSR_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3046530Z test_consistency_SparseCSR_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3046758Z test_consistency_SparseCSR_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3046982Z test_consistency_SparseCSR_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3047208Z test_consistency_SparseCSR_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3047434Z test_consistency_SparseCSR_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3047664Z test_consistency_SparseCSR_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3048078Z test_consistency_SparseCSR_frac_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3048313Z test_consistency_SparseCSR_frac_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3048663Z test_consistency_SparseCSR_frac_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3048980Z test_consistency_SparseCSR_frac_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3049387Z test_consistency_SparseCSR_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3049622Z test_consistency_SparseCSR_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3049862Z test_consistency_SparseCSR_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3050104Z test_consistency_SparseCSR_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3050317Z test_consistency_SparseCSR_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3050545Z test_consistency_SparseCSR_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3050770Z test_consistency_SparseCSR_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3051002Z test_consistency_SparseCSR_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3051228Z test_consistency_SparseCSR_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3051456Z test_consistency_SparseCSR_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3051681Z test_consistency_SparseCSR_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3051913Z test_consistency_SparseCSR_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3052138Z test_consistency_SparseCSR_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3052372Z test_consistency_SparseCSR_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3052600Z test_consistency_SparseCSR_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3052844Z test_consistency_SparseCSR_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3053083Z test_consistency_SparseCSR_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3053312Z test_consistency_SparseCSR_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3053537Z test_consistency_SparseCSR_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3053870Z test_consistency_SparseCSR_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3054100Z test_consistency_SparseCSR_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3054326Z test_consistency_SparseCSR_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3054554Z test_consistency_SparseCSR_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3054931Z test_consistency_SparseCSR_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3055164Z test_consistency_SparseCSR_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3055390Z test_consistency_SparseCSR_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3055624Z test_consistency_SparseCSR_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3056003Z test_consistency_SparseCSR_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3056375Z test_consistency_SparseCSR_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3056622Z test_consistency_SparseCSR_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3056946Z test_consistency_SparseCSR_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3057195Z test_consistency_SparseCSR_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3057433Z test_consistency_SparseCSR_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3057666Z test_consistency_SparseCSR_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3057896Z test_consistency_SparseCSR_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3058142Z test_consistency_SparseCSR_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3058377Z test_consistency_SparseCSR_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3058613Z test_consistency_SparseCSR_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3058853Z test_consistency_SparseCSR_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3059092Z test_consistency_SparseCSR_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3059328Z test_consistency_SparseCSR_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3059556Z test_consistency_SparseCSR_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3059794Z test_consistency_SparseCSR_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3060032Z test_consistency_SparseCSR_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3060265Z test_consistency_SparseCSR_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3060494Z test_consistency_SparseCSR_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3060726Z test_consistency_SparseCSR_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3060943Z test_consistency_SparseCSR_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3061169Z test_consistency_SparseCSR_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3061393Z test_consistency_SparseCSR_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3061621Z test_consistency_SparseCSR_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3062122Z test_consistency_SparseCSR_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3062348Z test_consistency_SparseCSR_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3062577Z test_consistency_SparseCSR_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3062958Z test_consistency_SparseCSR_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3063836Z 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-23T04:08:20.3063966Z new_values.scatter_reduce_( 2022-11-23T04:08:20.3064051Z ok (0.043s) 2022-11-23T04:08:20.3064300Z test_consistency_SparseCSR_masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T04:08:20.3064542Z test_consistency_SparseCSR_masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T04:08:20.3064877Z test_consistency_SparseCSR_masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3065237Z test_consistency_SparseCSR_masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.006s) 2022-11-23T04:08:20.3065576Z test_consistency_SparseCSR_masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T04:08:20.3065913Z test_consistency_SparseCSR_masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.012s) 2022-11-23T04:08:20.3066250Z test_consistency_SparseCSR_masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.004s) 2022-11-23T04:08:20.3066580Z test_consistency_SparseCSR_masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.005s) 2022-11-23T04:08:20.3066830Z test_consistency_SparseCSR_masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T04:08:20.3067071Z test_consistency_SparseCSR_masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T04:08:20.3067313Z test_consistency_SparseCSR_masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T04:08:20.3067548Z test_consistency_SparseCSR_masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T04:08:20.3067883Z test_consistency_SparseCSR_masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.004s) 2022-11-23T04:08:20.3068211Z test_consistency_SparseCSR_masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.004s) 2022-11-23T04:08:20.3068539Z 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-23T04:08:20.3069048Z 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-23T04:08:20.3069383Z test_consistency_SparseCSR_masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.006s) 2022-11-23T04:08:20.3069627Z test_consistency_SparseCSR_masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3070335Z test_consistency_SparseCSR_masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T04:08:20.3070693Z test_consistency_SparseCSR_masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.013s) 2022-11-23T04:08:20.3071034Z test_consistency_SparseCSR_masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.004s) 2022-11-23T04:08:20.3071279Z test_consistency_SparseCSR_masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3071495Z test_consistency_SparseCSR_masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T04:08:20.3071737Z test_consistency_SparseCSR_masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T04:08:20.3072071Z test_consistency_SparseCSR_masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.005s) 2022-11-23T04:08:20.3072492Z test_consistency_SparseCSR_masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.005s) 2022-11-23T04:08:20.3072850Z test_consistency_SparseCSR_masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.004s) 2022-11-23T04:08:20.3073186Z test_consistency_SparseCSR_masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.002s) 2022-11-23T04:08:20.3073517Z test_consistency_SparseCSR_masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.003s) 2022-11-23T04:08:20.3073916Z test_consistency_SparseCSR_masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T04:08:20.3074166Z test_consistency_SparseCSR_masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.3074424Z test_consistency_SparseCSR_masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3074673Z test_consistency_SparseCSR_masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3074915Z test_consistency_SparseCSR_masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.048s) 2022-11-23T04:08:20.3075150Z test_consistency_SparseCSR_masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3075390Z test_consistency_SparseCSR_masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3075790Z test_consistency_SparseCSR_masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.3076041Z test_consistency_SparseCSR_masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.3076280Z test_consistency_SparseCSR_masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3076520Z test_consistency_SparseCSR_masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3076897Z test_consistency_SparseCSR_masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3077269Z test_consistency_SparseCSR_masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3077516Z test_consistency_SparseCSR_masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3077759Z test_consistency_SparseCSR_masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T04:08:20.3078125Z test_consistency_SparseCSR_masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3078367Z test_consistency_SparseCSR_masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T04:08:20.3078608Z test_consistency_SparseCSR_masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3078852Z test_consistency_SparseCSR_masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T04:08:20.3079071Z test_consistency_SparseCSR_masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.3079301Z test_consistency_SparseCSR_masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3079536Z test_consistency_SparseCSR_masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T04:08:20.3079773Z test_consistency_SparseCSR_masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T04:08:20.3080007Z test_consistency_SparseCSR_masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.3080242Z test_consistency_SparseCSR_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3080559Z test_consistency_SparseCSR_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3080815Z test_consistency_SparseCSR_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3081041Z test_consistency_SparseCSR_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3081268Z test_consistency_SparseCSR_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3081499Z test_consistency_SparseCSR_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3081730Z test_consistency_SparseCSR_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3081954Z test_consistency_SparseCSR_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3082180Z test_consistency_SparseCSR_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3082411Z test_consistency_SparseCSR_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3082779Z test_consistency_SparseCSR_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3083009Z test_consistency_SparseCSR_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3083265Z test_consistency_SparseCSR_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3083519Z test_consistency_SparseCSR_nn_functional_relu_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3083908Z test_consistency_SparseCSR_nn_functional_relu_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3084293Z test_consistency_SparseCSR_nn_functional_relu_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3084549Z test_consistency_SparseCSR_nn_functional_relu_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3084785Z test_consistency_SparseCSR_nn_functional_relu_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3085037Z test_consistency_SparseCSR_nn_functional_relu_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3085285Z test_consistency_SparseCSR_nn_functional_relu_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3085528Z test_consistency_SparseCSR_nn_functional_relu_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3086426Z test_consistency_SparseCSR_positive_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3086678Z test_consistency_SparseCSR_positive_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3086922Z test_consistency_SparseCSR_positive_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3087165Z test_consistency_SparseCSR_positive_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3087405Z test_consistency_SparseCSR_positive_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3087646Z test_consistency_SparseCSR_positive_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3087883Z test_consistency_SparseCSR_positive_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3088119Z test_consistency_SparseCSR_positive_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3088358Z test_consistency_SparseCSR_positive_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3088588Z test_consistency_SparseCSR_positive_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3088823Z test_consistency_SparseCSR_positive_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3089141Z test_consistency_SparseCSR_positive_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3089404Z test_consistency_SparseCSR_rad2deg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3089822Z test_consistency_SparseCSR_rad2deg_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3090069Z test_consistency_SparseCSR_rad2deg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3090300Z test_consistency_SparseCSR_rad2deg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3090528Z test_consistency_SparseCSR_rad2deg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3090887Z test_consistency_SparseCSR_rad2deg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3091244Z test_consistency_SparseCSR_rad2deg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3091632Z test_consistency_SparseCSR_rad2deg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3091879Z test_consistency_SparseCSR_rad2deg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3092152Z test_consistency_SparseCSR_rad2deg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3092397Z test_consistency_SparseCSR_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3092644Z test_consistency_SparseCSR_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3092893Z test_consistency_SparseCSR_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3093134Z test_consistency_SparseCSR_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3093379Z test_consistency_SparseCSR_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3093619Z test_consistency_SparseCSR_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.3093852Z test_consistency_SparseCSR_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3094092Z test_consistency_SparseCSR_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3094323Z test_consistency_SparseCSR_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3094684Z test_consistency_SparseCSR_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3094907Z test_consistency_SparseCSR_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3095139Z test_consistency_SparseCSR_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3095372Z test_consistency_SparseCSR_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3095600Z test_consistency_SparseCSR_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3095828Z test_consistency_SparseCSR_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3096058Z test_consistency_SparseCSR_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3096291Z test_consistency_SparseCSR_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3096522Z test_consistency_SparseCSR_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3096924Z test_consistency_SparseCSR_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3097158Z test_consistency_SparseCSR_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3097473Z test_consistency_SparseCSR_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3097879Z test_consistency_SparseCSR_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3098257Z test_consistency_SparseCSR_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3098491Z test_consistency_SparseCSR_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3098716Z test_consistency_SparseCSR_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3098947Z test_consistency_SparseCSR_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3099170Z test_consistency_SparseCSR_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3099393Z test_consistency_SparseCSR_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3099620Z test_consistency_SparseCSR_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3099856Z test_consistency_SparseCSR_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3100081Z test_consistency_SparseCSR_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3100313Z test_consistency_SparseCSR_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3100537Z test_consistency_SparseCSR_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3100760Z test_consistency_SparseCSR_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3100987Z test_consistency_SparseCSR_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3101213Z test_consistency_SparseCSR_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3101441Z test_consistency_SparseCSR_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3101668Z test_consistency_SparseCSR_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3101890Z test_consistency_SparseCSR_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3102113Z test_consistency_SparseCSR_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3102346Z test_consistency_SparseCSR_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3102701Z test_consistency_SparseCSR_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3102932Z test_consistency_SparseCSR_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3103157Z test_consistency_SparseCSR_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3103392Z test_consistency_SparseCSR_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3103806Z test_consistency_SparseCSR_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3104045Z test_consistency_SparseCSR_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3104275Z test_consistency_SparseCSR_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3104501Z test_consistency_SparseCSR_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3104869Z test_consistency_SparseCSR_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3105238Z test_consistency_SparseCSR_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3105480Z test_consistency_SparseCSR_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3105799Z test_consistency_SparseCSR_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3106044Z test_consistency_SparseCSR_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3106272Z test_consistency_SparseCSR_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3106500Z test_consistency_SparseCSR_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3106728Z test_consistency_SparseCSR_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3106955Z test_consistency_SparseCSR_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3107178Z test_consistency_SparseCSR_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3107401Z test_consistency_SparseCSR_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3107610Z test_consistency_SparseCSR_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3107831Z test_consistency_SparseCSR_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3108065Z test_consistency_SparseCSR_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3108288Z test_consistency_SparseCSR_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3108527Z test_consistency_SparseCSR_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.3108766Z test_consistency_SparseCSR_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3109001Z test_consistency_SparseCSR_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3109231Z test_consistency_SparseCSR_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3109455Z test_consistency_SparseCSR_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3109674Z test_consistency_SparseCSR_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3109899Z test_consistency_SparseCSR_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3110125Z test_consistency_SparseCSR_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3110350Z test_consistency_SparseCSR_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3110816Z test_consistency_SparseCSR_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3111050Z test_consistency_SparseCSR_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3111280Z test_consistency_SparseCSR_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3111510Z test_consistency_SparseCSR_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3111897Z test_consistency_SparseCSR_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3112279Z test_consistency_SparseCSR_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3112512Z test_consistency_SparseCSR_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3112740Z test_consistency_SparseCSR_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3112960Z test_consistency_SparseCSR_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3113182Z test_consistency_SparseCSR_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3113409Z test_consistency_SparseCSR_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3113723Z test_consistency_SparseCSR_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3113975Z test_consistency_SparseCSR_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3114203Z test_consistency_SparseCSR_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3114427Z test_consistency_SparseCSR_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3114659Z test_consistency_SparseCSR_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3114889Z test_consistency_SparseCSR_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3115122Z test_consistency_SparseCSR_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3115357Z test_consistency_SparseCSR_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3115587Z test_consistency_SparseCSR_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3115819Z test_consistency_SparseCSR_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3116050Z test_consistency_SparseCSR_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3116284Z test_consistency_SparseCSR_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3116505Z test_consistency_SparseCSR_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3116732Z test_consistency_SparseCSR_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3116955Z test_consistency_SparseCSR_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3117179Z test_consistency_SparseCSR_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3117403Z test_consistency_SparseCSR_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3117780Z test_consistency_SparseCSR_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3117991Z test_consistency_SparseCSR_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3118228Z test_consistency_SparseCSR_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3118462Z test_consistency_SparseCSR_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3119089Z test_consistency_SparseCSR_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3119336Z test_consistency_SparseCSR_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3119559Z test_consistency_SparseCSR_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3119784Z test_consistency_SparseCSR_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3120010Z test_consistency_SparseCSR_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3120235Z test_consistency_SparseCSR_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3120458Z test_consistency_SparseCSR_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3120683Z test_consistency_SparseCSR_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3120908Z test_consistency_SparseCSR_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3121153Z test_consistency_SparseCSR_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3121387Z test_consistency_SparseCSR_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3121723Z test_consistency_SparseCSR_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3121994Z test_consistency_SparseCSR_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3122235Z test_consistency_SparseCSR_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3122476Z test_consistency_SparseCSR_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3122715Z test_consistency_SparseCSR_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3122952Z test_consistency_SparseCSR_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3123175Z test_consistency_SparseCSR_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3123381Z test_consistency_SparseCSR_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3123617Z test_consistency_SparseCSR_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3123841Z test_consistency_SparseCSR_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3124198Z test_consistency_SparseCSR_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3124606Z test_consistency_SparseCSR_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3124849Z test_consistency_SparseCSR_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3125072Z test_consistency_SparseCSR_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3125299Z test_consistency_SparseCSR_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3125660Z test_consistency_SparseCSR_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3125900Z test_consistency_SparseCSR_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3126266Z test_consistency_SparseCSR_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3126497Z test_consistency_SparseCSR_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3126714Z test_copy_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3126922Z test_copy_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3127262Z test_copy_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T04:08:20.3127481Z test_copy_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3127696Z test_copy_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3127911Z test_copy_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3128116Z test_copy_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T04:08:20.3128324Z test_copy_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3128509Z test_copy_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T04:08:20.3128705Z test_copy_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3128910Z test_copy_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3129111Z test_copy_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T04:08:20.3129324Z test_copy_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T04:08:20.3129528Z test_copy_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T04:08:20.3130289Z test_copy_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.3130558Z test_copy_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3130771Z test_copy_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T04:08:20.3130977Z test_copy_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T04:08:20.3131185Z test_copy_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3131534Z test_copy_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T04:08:20.3131785Z test_copy_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3131985Z test_copy_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T04:08:20.3132191Z test_copy_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3132402Z test_copy_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3132748Z test_copy_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T04:08:20.3133102Z test_copy_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T04:08:20.3133325Z test_copy_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T04:08:20.3133522Z test_copy_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T04:08:20.3133739Z test_copy_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T04:08:20.3133947Z test_copy_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T04:08:20.3134154Z test_copy_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3134362Z test_copy_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3134568Z test_copy_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3134770Z test_copy_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3134974Z test_copy_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T04:08:20.3135174Z test_copy_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3135386Z test_copy_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3135718Z test_copy_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3135934Z test_copy_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T04:08:20.3136228Z test_copy_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2022-11-23T04:08:20.3136524Z test_copy_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3136896Z test_copy_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2022-11-23T04:08:20.3137142Z test_copy_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T04:08:20.3137346Z test_copy_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T04:08:20.3137550Z test_copy_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3137744Z test_copy_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3137938Z test_copy_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3138136Z test_copy_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T04:08:20.3138533Z test_copy_errors_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3138870Z test_copy_errors_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3139120Z test_copy_errors_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3139350Z test_copy_errors_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T04:08:20.3139737Z test_copy_errors_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3140114Z test_copy_errors_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3140345Z test_copy_errors_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3140562Z test_copy_errors_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3140779Z test_copy_errors_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3140997Z test_copy_errors_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3141211Z test_copy_errors_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3141430Z test_copy_errors_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3141652Z test_copy_errors_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3141870Z test_copy_errors_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3142105Z test_copy_errors_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T04:08:20.3142330Z test_copy_errors_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3142551Z test_copy_errors_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T04:08:20.3142754Z test_copy_errors_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T04:08:20.3142970Z test_copy_errors_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T04:08:20.3143188Z test_copy_errors_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3143403Z test_copy_errors_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3143619Z test_copy_errors_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3143835Z test_copy_errors_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T04:08:20.3144158Z test_copy_errors_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3144383Z test_copy_errors_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3144599Z test_copy_errors_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3144829Z test_copy_errors_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3145053Z test_copy_errors_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3145277Z test_copy_errors_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3145641Z test_copy_errors_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3145860Z test_copy_errors_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3146079Z test_copy_errors_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T04:08:20.3146293Z test_copy_errors_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3146646Z test_copy_errors_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T04:08:20.3147093Z test_copy_errors_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3147330Z test_copy_errors_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3147554Z test_copy_errors_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3147750Z test_copy_errors_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3147979Z test_copy_errors_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3148210Z test_copy_errors_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T04:08:20.3148429Z test_copy_errors_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3148648Z test_copy_errors_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3148871Z test_copy_errors_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3149085Z test_copy_errors_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3149300Z test_copy_errors_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3149510Z test_copy_errors_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3149725Z test_copy_errors_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3149940Z test_copy_errors_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3150173Z test_dim_SparseBSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:08:20.3150401Z test_dim_SparseBSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:08:20.3150629Z test_dim_SparseCSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:08:20.3150856Z test_dim_SparseCSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:08:20.3151074Z test_empty_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3151284Z test_empty_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3151500Z test_empty_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3151716Z test_empty_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T04:08:20.3152034Z test_empty_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T04:08:20.3152231Z test_empty_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3152613Z test_empty_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3152832Z test_empty_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3153035Z test_empty_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3153246Z test_empty_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3153798Z test_empty_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T04:08:20.3154043Z test_empty_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-11-23T04:08:20.3154257Z test_empty_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3154473Z test_empty_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3154850Z test_empty_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3155081Z test_empty_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.048s) 2022-11-23T04:08:20.3155397Z test_empty_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3155626Z test_empty_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T04:08:20.3155841Z test_empty_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3156049Z test_empty_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T04:08:20.3156257Z test_empty_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T04:08:20.3156460Z test_empty_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3156667Z test_empty_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T04:08:20.3156867Z test_empty_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3157078Z test_empty_errors_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3157302Z test_empty_errors_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3157533Z test_empty_errors_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3157763Z test_empty_errors_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T04:08:20.3157988Z test_empty_errors_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T04:08:20.3158215Z test_empty_errors_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3158440Z test_empty_errors_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3158659Z test_empty_errors_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3158876Z test_empty_errors_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3159092Z test_empty_errors_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3159469Z test_empty_errors_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3159697Z test_empty_errors_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3159922Z test_empty_errors_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3160139Z test_empty_errors_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3160632Z test_empty_errors_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3161002Z test_empty_errors_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3161225Z test_empty_errors_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3161452Z test_empty_errors_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3161674Z test_empty_errors_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3161890Z test_empty_errors_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3162090Z test_empty_errors_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T04:08:20.3162308Z test_empty_errors_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T04:08:20.3162534Z test_empty_errors_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T04:08:20.3162749Z test_empty_errors_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3162989Z test_empty_like_SparseBSC_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3163315Z test_empty_like_SparseBSC_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3163582Z test_empty_like_SparseBSC_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3163827Z test_empty_like_SparseBSC_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3164203Z test_empty_like_SparseBSC_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3164519Z test_empty_like_SparseBSC_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3164870Z test_empty_like_SparseBSC_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3165111Z test_empty_like_SparseBSC_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3165336Z test_empty_like_SparseBSC_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3165561Z test_empty_like_SparseBSC_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3165795Z test_empty_like_SparseBSC_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3166018Z test_empty_like_SparseBSC_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3166409Z test_empty_like_SparseBSC_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.3166645Z test_empty_like_SparseBSC_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3166892Z test_empty_like_SparseBSC_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3167135Z test_empty_like_SparseBSC_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3167507Z test_empty_like_SparseBSC_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3167894Z test_empty_like_SparseBSC_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3168121Z test_empty_like_SparseBSC_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3168351Z test_empty_like_SparseBSC_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3168572Z test_empty_like_SparseBSC_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3168790Z test_empty_like_SparseBSC_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3169151Z test_empty_like_SparseBSC_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3169387Z test_empty_like_SparseBSC_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3169628Z test_empty_like_SparseBSC_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3169858Z test_empty_like_SparseBSC_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3170100Z test_empty_like_SparseBSC_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3170343Z test_empty_like_SparseBSC_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3170581Z test_empty_like_SparseBSC_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3170819Z test_empty_like_SparseBSC_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3171053Z test_empty_like_SparseBSC_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3171283Z test_empty_like_SparseBSC_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3171592Z test_empty_like_SparseBSC_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3171837Z test_empty_like_SparseBSC_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3172066Z test_empty_like_SparseBSC_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3172291Z test_empty_like_SparseBSC_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3172526Z test_empty_like_SparseBSC_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3172758Z test_empty_like_SparseBSC_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3172998Z test_empty_like_SparseBSC_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3173414Z test_empty_like_SparseBSC_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3173648Z test_empty_like_SparseBSC_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3173882Z test_empty_like_SparseBSC_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3174108Z test_empty_like_SparseBSC_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3174469Z test_empty_like_SparseBSC_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3174813Z test_empty_like_SparseBSC_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3175045Z test_empty_like_SparseBSC_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3175271Z test_empty_like_SparseBSC_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3175505Z test_empty_like_SparseBSC_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3175744Z test_empty_like_SparseBSR_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3176040Z test_empty_like_SparseBSR_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3176357Z test_empty_like_SparseBSR_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.3176752Z test_empty_like_SparseBSR_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3177122Z test_empty_like_SparseBSR_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3177359Z test_empty_like_SparseBSR_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3177592Z test_empty_like_SparseBSR_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3177825Z test_empty_like_SparseBSR_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3178053Z test_empty_like_SparseBSR_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3178285Z test_empty_like_SparseBSR_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3178515Z test_empty_like_SparseBSR_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3178742Z test_empty_like_SparseBSR_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3178982Z test_empty_like_SparseBSR_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3179195Z test_empty_like_SparseBSR_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3179436Z test_empty_like_SparseBSR_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3179759Z test_empty_like_SparseBSR_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3180146Z test_empty_like_SparseBSR_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3180415Z test_empty_like_SparseBSR_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3180651Z test_empty_like_SparseBSR_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3180881Z test_empty_like_SparseBSR_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3181110Z test_empty_like_SparseBSR_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3181488Z test_empty_like_SparseBSR_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3181846Z test_empty_like_SparseBSR_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3182076Z test_empty_like_SparseBSR_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3182315Z test_empty_like_SparseBSR_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3182542Z test_empty_like_SparseBSR_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3182782Z test_empty_like_SparseBSR_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3183021Z test_empty_like_SparseBSR_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3183260Z test_empty_like_SparseBSR_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3183490Z test_empty_like_SparseBSR_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3183725Z test_empty_like_SparseBSR_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3183958Z test_empty_like_SparseBSR_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3184181Z test_empty_like_SparseBSR_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3184403Z test_empty_like_SparseBSR_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T04:08:20.3184636Z test_empty_like_SparseBSR_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3184965Z test_empty_like_SparseBSR_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3185204Z test_empty_like_SparseBSR_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3185433Z test_empty_like_SparseBSR_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3185677Z test_empty_like_SparseBSR_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3185915Z test_empty_like_SparseBSR_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3186152Z test_empty_like_SparseBSR_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3186386Z test_empty_like_SparseBSR_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3186619Z test_empty_like_SparseBSR_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3186852Z test_empty_like_SparseBSR_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T04:08:20.3187234Z test_empty_like_SparseBSR_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3187466Z test_empty_like_SparseBSR_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3187780Z test_empty_like_SparseBSR_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3188029Z test_empty_like_SparseBSR_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3188404Z test_empty_like_SparseCSC_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3188762Z test_empty_like_SparseCSC_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3189013Z test_empty_like_SparseCSC_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3189256Z test_empty_like_SparseCSC_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3189490Z test_empty_like_SparseCSC_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3189722Z test_empty_like_SparseCSC_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3189957Z test_empty_like_SparseCSC_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3190187Z test_empty_like_SparseCSC_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3190413Z test_empty_like_SparseCSC_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3190619Z test_empty_like_SparseCSC_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3190846Z test_empty_like_SparseCSC_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3191081Z test_empty_like_SparseCSC_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3191316Z test_empty_like_SparseCSC_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3191542Z test_empty_like_SparseCSC_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3191787Z test_empty_like_SparseCSC_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3192069Z test_empty_like_SparseCSC_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3192307Z test_empty_like_SparseCSC_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T04:08:20.3192543Z test_empty_like_SparseCSC_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3192895Z test_empty_like_SparseCSC_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3193130Z test_empty_like_SparseCSC_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3193355Z test_empty_like_SparseCSC_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3193589Z test_empty_like_SparseCSC_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3193819Z test_empty_like_SparseCSC_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3194201Z test_empty_like_SparseCSC_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3194445Z test_empty_like_SparseCSC_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3194674Z test_empty_like_SparseCSC_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3194918Z test_empty_like_SparseCSC_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3195299Z test_empty_like_SparseCSC_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3195685Z test_empty_like_SparseCSC_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3196018Z test_empty_like_SparseCSC_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3196272Z test_empty_like_SparseCSC_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3196486Z test_empty_like_SparseCSC_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3196710Z test_empty_like_SparseCSC_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3196931Z test_empty_like_SparseCSC_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3197165Z test_empty_like_SparseCSC_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3197388Z test_empty_like_SparseCSC_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3197629Z test_empty_like_SparseCSC_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3197857Z test_empty_like_SparseCSC_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3198097Z test_empty_like_SparseCSC_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3198338Z test_empty_like_SparseCSC_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3198575Z test_empty_like_SparseCSC_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3198804Z test_empty_like_SparseCSC_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3199043Z test_empty_like_SparseCSC_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3199273Z test_empty_like_SparseCSC_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3199498Z test_empty_like_SparseCSC_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3199721Z test_empty_like_SparseCSC_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3199956Z test_empty_like_SparseCSC_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3200189Z test_empty_like_SparseCSC_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3200425Z test_empty_like_SparseCSR_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3200756Z test_empty_like_SparseCSR_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3201156Z test_empty_like_SparseCSR_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3201399Z test_empty_like_SparseCSR_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3201642Z test_empty_like_SparseCSR_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3201858Z test_empty_like_SparseCSR_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3202212Z test_empty_like_SparseCSR_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3202601Z test_empty_like_SparseCSR_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3202840Z test_empty_like_SparseCSR_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3203072Z test_empty_like_SparseCSR_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3203302Z test_empty_like_SparseCSR_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3203528Z test_empty_like_SparseCSR_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3203847Z test_empty_like_SparseCSR_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3204096Z test_empty_like_SparseCSR_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3204337Z test_empty_like_SparseCSR_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3204576Z test_empty_like_SparseCSR_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3204814Z test_empty_like_SparseCSR_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3205051Z test_empty_like_SparseCSR_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3205283Z test_empty_like_SparseCSR_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3205516Z test_empty_like_SparseCSR_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3205742Z test_empty_like_SparseCSR_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3205965Z test_empty_like_SparseCSR_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3206192Z test_empty_like_SparseCSR_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3206425Z test_empty_like_SparseCSR_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3206661Z test_empty_like_SparseCSR_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3206889Z test_empty_like_SparseCSR_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3207115Z test_empty_like_SparseCSR_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3207356Z test_empty_like_SparseCSR_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3207590Z test_empty_like_SparseCSR_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3207970Z test_empty_like_SparseCSR_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3208216Z test_empty_like_SparseCSR_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3208445Z test_empty_like_SparseCSR_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3208778Z test_empty_like_SparseCSR_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3209147Z test_empty_like_SparseCSR_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3209442Z test_empty_like_SparseCSR_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3209907Z test_empty_like_SparseCSR_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T04:08:20.3210159Z test_empty_like_SparseCSR_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3210389Z test_empty_like_SparseCSR_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3210630Z test_empty_like_SparseCSR_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3210870Z test_empty_like_SparseCSR_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3211110Z test_empty_like_SparseCSR_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T04:08:20.3211346Z test_empty_like_SparseCSR_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3211579Z test_empty_like_SparseCSR_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3211906Z test_empty_like_SparseCSR_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3212157Z test_empty_like_SparseCSR_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3212378Z test_empty_like_SparseCSR_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3212609Z test_empty_like_SparseCSR_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3212831Z test_empty_like_SparseCSR_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3213089Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3213369Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T04:08:20.3213664Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3213928Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T04:08:20.3214204Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3214493Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3214762Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3215033Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3215483Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3215762Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T04:08:20.3216035Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T04:08:20.3216451Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3216835Z test_layout_SparseBSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:08:20.3217669Z test_layout_SparseBSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:08:20.3217893Z test_layout_SparseCSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:08:20.3218115Z test_layout_SparseCSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:08:20.3218326Z test_print_SparseBSC_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.744s) 2022-11-23T04:08:20.3218530Z test_print_SparseBSR_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.717s) 2022-11-23T04:08:20.3218732Z test_print_SparseCSC_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.192s) 2022-11-23T04:08:20.3218929Z test_print_SparseCSR_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.222s) 2022-11-23T04:08:20.3219205Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-11-23T04:08:20.3219478Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T04:08:20.3219754Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T04:08:20.3220027Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T04:08:20.3220398Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T04:08:20.3220852Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T04:08:20.3221216Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T04:08:20.3221557Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3221833Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T04:08:20.3222091Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T04:08:20.3222531Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T04:08:20.3222809Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T04:08:20.3223080Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T04:08:20.3223518Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3223949Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T04:08:20.3224230Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T04:08:20.3224502Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T04:08:20.3224774Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T04:08:20.3225044Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T04:08:20.3225303Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3225568Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3225953Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3226217Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3226485Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3226753Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3227013Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3227283Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3227551Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3227822Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T04:08:20.3228088Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T04:08:20.3228436Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3228719Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3228984Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3229386Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T04:08:20.3229793Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3230057Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T04:08:20.3230460Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T04:08:20.3230880Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3231163Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3231499Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T04:08:20.3231851Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T04:08:20.3232128Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3232395Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3232658Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3232920Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3233175Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3233437Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3233822Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T04:08:20.3234100Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3234370Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3234651Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3234926Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3235196Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T04:08:20.3235470Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3235743Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.048s) 2022-11-23T04:08:20.3236010Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3236521Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3236811Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3237082Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3237488Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T04:08:20.3238067Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-11-23T04:08:20.3238380Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3238658Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3238933Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3239204Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T04:08:20.3239457Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T04:08:20.3239725Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3240086Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3240448Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3240836Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3241121Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T04:08:20.3241387Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3241660Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3241926Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T04:08:20.3242332Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3242608Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3242880Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3243325Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3243610Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T04:08:20.3243872Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T04:08:20.3244144Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3244543Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3245047Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3245341Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3245617Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3245881Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3246162Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3246439Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3246706Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T04:08:20.3246977Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3247245Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3247508Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3247773Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T04:08:20.3248032Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3248298Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3248548Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3248831Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T04:08:20.3249105Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3249390Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T04:08:20.3249777Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T04:08:20.3250059Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3250493Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T04:08:20.3250786Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T04:08:20.3251063Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3251349Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3251905Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3252195Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T04:08:20.3252470Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3252977Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3253442Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T04:08:20.3253746Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T04:08:20.3254030Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T04:08:20.3254315Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T04:08:20.3254586Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.052s) 2022-11-23T04:08:20.3254867Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T04:08:20.3255140Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3255413Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3255687Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3255968Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3256239Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3256521Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3256797Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3257080Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T04:08:20.3257517Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3257805Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T04:08:20.3258193Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3258597Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3259019Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3259297Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3259573Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3259845Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3260116Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3260398Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3261197Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3261538Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3261825Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3262107Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3262375Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T04:08:20.3262656Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T04:08:20.3262927Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3263203Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T04:08:20.3263475Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3263748Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3264016Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3264482Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3264769Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3265062Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.048s) 2022-11-23T04:08:20.3265479Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3265878Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T04:08:20.3266158Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3266561Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3266838Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T04:08:20.3267115Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T04:08:20.3267549Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3267962Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T04:08:20.3268247Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3268538Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3268817Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3269102Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3269470Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3269774Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T04:08:20.3270048Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3270328Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T04:08:20.3270608Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3270879Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T04:08:20.3271343Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3271638Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3271917Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3272343Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3272767Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3273064Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T04:08:20.3273352Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3273629Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T04:08:20.3273904Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T04:08:20.3274184Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3274566Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T04:08:20.3274835Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3275105Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T04:08:20.3275382Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T04:08:20.3275660Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3275944Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3276220Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3276510Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3276794Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T04:08:20.3277145Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T04:08:20.3277439Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T04:08:20.3277720Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3278220Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3278562Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T04:08:20.3278831Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3279112Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3279545Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T04:08:20.3280005Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T04:08:20.3280341Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.013s) 2022-11-23T04:08:20.3280685Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3281024Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3281352Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3281669Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3282001Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3282451Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3282776Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3283106Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T04:08:20.3283432Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3283757Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T04:08:20.3284093Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T04:08:20.3284422Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T04:08:20.3284832Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.013s) 2022-11-23T04:08:20.3285344Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T04:08:20.3285680Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3286004Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T04:08:20.3286476Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3286945Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.008s) 2022-11-23T04:08:20.3287265Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.008s) 2022-11-23T04:08:20.3287589Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3287918Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3288239Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T04:08:20.3288572Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T04:08:20.3288901Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T04:08:20.3289241Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T04:08:20.3289683Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.011s) 2022-11-23T04:08:20.3290014Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3290336Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T04:08:20.3290663Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3290988Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3291305Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3291786Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3292262Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T04:08:20.3292793Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.002s) 2022-11-23T04:08:20.3293135Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T04:08:20.3293463Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.009s) 2022-11-23T04:08:20.3294080Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T04:08:20.3294427Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3294752Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3295070Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3295398Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3295724Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3296045Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3296368Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3296695Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3297016Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T04:08:20.3297439Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T04:08:20.3297749Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3298068Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T04:08:20.3298386Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3298698Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3298999Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3299314Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T04:08:20.3299851Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T04:08:20.3300176Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3300597Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3301041Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3301391Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3301705Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3302016Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T04:08:20.3302333Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3302647Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3302995Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T04:08:20.3303398Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3303697Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T04:08:20.3304008Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3304306Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3304611Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3305035Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3305335Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3305647Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3305954Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3306271Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3306743Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3307064Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3307361Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3308025Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T04:08:20.3308367Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3308665Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3308968Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T04:08:20.3309274Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3309574Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3309884Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3310190Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3310501Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3310816Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3311122Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T04:08:20.3311420Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3311726Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3312030Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3312324Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3312730Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3313033Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3313491Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T04:08:20.3313857Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T04:08:20.3314198Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.011s) 2022-11-23T04:08:20.3314789Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T04:08:20.3315279Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T04:08:20.3315722Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T04:08:20.3316086Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T04:08:20.3316422Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T04:08:20.3316760Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T04:08:20.3317090Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3317429Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T04:08:20.3317762Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3318098Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3318442Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3318777Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3319121Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3319459Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T04:08:20.3319798Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3320236Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T04:08:20.3320761Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3321105Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T04:08:20.3321565Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3321913Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T04:08:20.3322390Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T04:08:20.3322731Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T04:08:20.3323157Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T04:08:20.3323510Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.011s) 2022-11-23T04:08:20.3323854Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3324195Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3324534Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3324873Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3325209Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T04:08:20.3325541Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T04:08:20.3325875Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3326199Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3326532Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T04:08:20.3326866Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T04:08:20.3327204Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3327742Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3328096Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T04:08:20.3328439Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3328897Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T04:08:20.3329348Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3329693Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T04:08:20.3330022Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T04:08:20.3330440Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T04:08:20.3330945Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T04:08:20.3331296Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T04:08:20.3331636Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.011s) 2022-11-23T04:08:20.3331960Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T04:08:20.3332283Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3332607Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3332932Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T04:08:20.3333257Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T04:08:20.3333578Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-11-23T04:08:20.3333899Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T04:08:20.3334215Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T04:08:20.3334530Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T04:08:20.3334990Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T04:08:20.3335413Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T04:08:20.3335884Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3336356Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3336679Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3337001Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T04:08:20.3337328Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T04:08:20.3337647Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T04:08:20.3338048Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T04:08:20.3338384Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T04:08:20.3338697Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T04:08:20.3339010Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3339330Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3339644Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3339963Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3340284Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3340602Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3340926Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3341248Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3341733Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3342069Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T04:08:20.3342385Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3342847Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T04:08:20.3343894Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3344217Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3344529Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T04:08:20.3344844Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T04:08:20.3345164Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3345485Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3345806Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3346218Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3346562Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T04:08:20.3346878Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3347193Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3347510Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T04:08:20.3347827Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3348142Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3348453Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3348920Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3349137Z test_to_dtype_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T04:08:20.3349351Z test_to_dtype_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T04:08:20.3349576Z test_to_dtype_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T04:08:20.3349949Z test_to_dtype_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T04:08:20.3350323Z test_to_dtype_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.049s) 2022-11-23T04:08:20.3350546Z test_to_dtype_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2022-11-23T04:08:20.3350755Z test_to_dtype_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T04:08:20.3350968Z test_to_dtype_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T04:08:20.3351286Z test_to_dtype_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.056s) 2022-11-23T04:08:20.3351495Z test_to_dtype_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.052s) 2022-11-23T04:08:20.3351704Z test_to_dtype_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T04:08:20.3351915Z test_to_dtype_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T04:08:20.3352136Z test_to_dtype_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T04:08:20.3352346Z test_to_dtype_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T04:08:20.3352569Z test_to_dtype_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.048s) 2022-11-23T04:08:20.3352788Z test_to_dtype_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T04:08:20.3352999Z test_to_dtype_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T04:08:20.3353216Z test_to_dtype_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2022-11-23T04:08:20.3353423Z test_to_dtype_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T04:08:20.3353633Z test_to_dtype_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T04:08:20.3353904Z test_to_dtype_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T04:08:20.3354136Z test_to_dtype_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.059s) 2022-11-23T04:08:20.3354346Z test_to_dtype_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.048s) 2022-11-23T04:08:20.3354554Z test_to_dtype_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T04:08:20.3354773Z test_to_dtype_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3354990Z test_to_dtype_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3355212Z test_to_dtype_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3355429Z test_to_dtype_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3355799Z test_to_dtype_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3356021Z test_to_dtype_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3356239Z test_to_dtype_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3356447Z test_to_dtype_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3356798Z test_to_dtype_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T04:08:20.3357154Z test_to_dtype_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3357377Z test_to_dtype_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3357587Z test_to_dtype_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3357804Z test_to_dtype_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T04:08:20.3358015Z test_to_dtype_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T04:08:20.3358237Z test_to_dtype_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3358439Z test_to_dtype_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T04:08:20.3358651Z test_to_dtype_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3358865Z test_to_dtype_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3359182Z test_to_dtype_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3359395Z test_to_dtype_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3359600Z test_to_dtype_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T04:08:20.3359808Z test_to_dtype_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T04:08:20.3360020Z test_to_dtype_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3360231Z test_to_dtype_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3360451Z test_validate_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3360667Z test_validate_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3360892Z test_validate_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3361117Z test_validate_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3361332Z test_validate_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3361547Z test_validate_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T04:08:20.3361837Z test_validate_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3362070Z test_validate_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3362282Z test_validate_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3362634Z test_validate_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3362838Z test_validate_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T04:08:20.3363054Z test_validate_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3363275Z test_validate_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3363488Z test_validate_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T04:08:20.3363869Z test_validate_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T04:08:20.3364241Z test_validate_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T04:08:20.3364465Z test_validate_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T04:08:20.3364680Z test_validate_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3364888Z test_validate_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3365097Z test_validate_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T04:08:20.3365312Z test_validate_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T04:08:20.3365518Z test_validate_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3365729Z test_validate_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T04:08:20.3365945Z test_validate_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3366163Z test_validate_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3366369Z test_validate_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3366592Z test_validate_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3366812Z test_validate_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3367137Z test_validate_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3367350Z test_validate_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3367543Z test_validate_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3367755Z test_validate_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3367967Z test_validate_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3368182Z test_validate_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3368392Z test_validate_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3368602Z test_validate_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T04:08:20.3368821Z test_validate_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3369037Z test_validate_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3369260Z test_validate_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T04:08:20.3369633Z test_validate_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T04:08:20.3369941Z test_validate_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3370176Z test_validate_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T04:08:20.3370391Z test_validate_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T04:08:20.3370737Z test_validate_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3371104Z test_validate_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3371327Z test_validate_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3371538Z test_validate_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3371749Z test_validate_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T04:08:20.3371762Z 2022-11-23T04:08:20.3371959Z ---------------------------------------------------------------------- 2022-11-23T04:08:20.3372051Z Ran 4414 tests in 183.843s 2022-11-23T04:08:20.3372080Z 2022-11-23T04:08:20.3372159Z OK (skipped=515) 2022-11-23T04:08:20.3372166Z 2022-11-23T04:08:20.3372278Z Generating XML reports... 2022-11-23T04:08:20.3372582Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCSRCUDA-20221123040513.xml 2022-11-23T04:08:20.3372890Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCSRSampler-20221123040513.xml 2022-11-23T04:08:20.3373208Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCompressedCUDA-20221123040513.xml 2022-11-23T04:08:20.3373220Z 2022-11-23T04:08:20.3373620Z ##[endgroup] 2022-11-23T04:08:20.3373938Z FINISHED PRINTING LOG FILE of test_sparse_csr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_csr_yvgp_ml6) 2022-11-23T04:08:20.3373946Z 2022-11-23T04:08:20.3374092Z Running test_reductions ... [2022-11-23 04:08:20.129019] 2022-11-23T04:08:20.3374441Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:08:20.129760] 2022-11-23T04:10:17.1815938Z 2022-11-23T04:10:17.1817147Z Expand the folded group to see the log file of test_reductions 2022-11-23T04:10:17.1818832Z ##[group]PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_bjnqwfzs) 2022-11-23T04:10:17.1882633Z 2022-11-23T04:10:17.1883241Z Running tests... 2022-11-23T04:10:17.1884289Z ---------------------------------------------------------------------- 2022-11-23T04:10:17.1885159Z Test results will be stored in test-reports\python-unittest\test_reductions 2022-11-23T04:10:17.1886044Z test_accreal_type_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (1.759s) 2022-11-23T04:10:17.1886849Z test_all_any_cuda (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T04:10:17.1889241Z test_all_any_empty_cuda (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.1891592Z 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-23T04:10:17.1893482Z _test_all_any(x.T) 2022-11-23T04:10:17.1895675Z 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-23T04:10:17.1897777Z torch.all(x, dim, out=out) 2022-11-23T04:10:17.1899725Z 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-23T04:10:17.1901574Z torch.all(x, dim, out=out) 2022-11-23T04:10:17.1903405Z 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-23T04:10:17.1905111Z torch.all(x, dim, out=out) 2022-11-23T04:10:17.1907030Z 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-23T04:10:17.1908649Z torch.all(x, dim, out=out) 2022-11-23T04:10:17.1910468Z 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-23T04:10:17.1912509Z torch.all(x, dim, out=out) 2022-11-23T04:10:17.1914281Z 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-23T04:10:17.1915831Z torch.all(x, dim, out=out) 2022-11-23T04:10:17.1917636Z 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-23T04:10:17.1919185Z torch.all(x, dim, out=out) 2022-11-23T04:10:17.1921858Z 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-23T04:10:17.1923472Z torch.all(x, dim, out=out) 2022-11-23T04:10:17.1923872Z ok (0.190s) 2022-11-23T04:10:17.1925136Z 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-23T04:10:17.1926364Z torch_result = torch_fn(t).cpu() 2022-11-23T04:10:17.1926766Z ok (1.274s) 2022-11-23T04:10:17.1928821Z test_all_any_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.223s) 2022-11-23T04:10:17.1929680Z test_all_any_vs_numpy_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.214s) 2022-11-23T04:10:17.1930526Z test_all_any_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.217s) 2022-11-23T04:10:17.1931221Z test_all_any_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.221s) 2022-11-23T04:10:17.1931910Z test_all_any_vs_numpy_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.205s) 2022-11-23T04:10:17.1932594Z test_all_any_vs_numpy_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.196s) 2022-11-23T04:10:17.1933258Z test_all_any_vs_numpy_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.221s) 2022-11-23T04:10:17.1933910Z test_all_any_vs_numpy_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.200s) 2022-11-23T04:10:17.1934595Z test_all_any_vs_numpy_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.180s) 2022-11-23T04:10:17.1935259Z test_all_any_with_dim_cuda (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T04:10:17.1935894Z test_amax_cuda_bool (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-11-23T04:10:17.1936529Z test_amax_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T04:10:17.1937190Z test_amax_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T04:10:17.1937793Z test_amax_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.1938629Z test_amax_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.1939277Z test_amin_amax_some_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.055s) 2022-11-23T04:10:17.1939932Z test_amin_cuda_bool (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T04:10:17.1940565Z test_amin_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T04:10:17.1941215Z test_amin_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T04:10:17.1941827Z test_amin_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T04:10:17.1942460Z test_amin_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.1943110Z test_aminmax_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.1943775Z test_aminmax_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.1944426Z test_aminmax_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.024s) 2022-11-23T04:10:17.1945114Z test_argminmax_axis_with_dim_one_cuda (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-11-23T04:10:17.1946656Z 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.001s) 2022-11-23T04:10:17.1948724Z 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-23T04:10:17.1950105Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-11-23T04:10:17.1951637Z 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-23T04:10:17.1952367Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-11-23T04:10:17.1952637Z ok (0.038s) 2022-11-23T04:10:17.1952976Z test_argminmax_multiple_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.048s) 2022-11-23T04:10:17.1953490Z test_argminmax_multiple_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.046s) 2022-11-23T04:10:17.1954249Z test_argminmax_multiple_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.039s) 2022-11-23T04:10:17.1955007Z test_argminmax_multiple_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.033s) 2022-11-23T04:10:17.1955736Z test_argminmax_multiple_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.043s) 2022-11-23T04:10:17.1956454Z test_argminmax_multiple_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.031s) 2022-11-23T04:10:17.1956894Z test_argminmax_multiple_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.046s) 2022-11-23T04:10:17.1957284Z test_bincount_cuda (__main__.TestReductionsCUDA) ... ok (0.031s) 2022-11-23T04:10:17.1957673Z test_bucketization_cuda (__main__.TestReductionsCUDA) ... ok (0.031s) 2022-11-23T04:10:17.1958084Z test_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.047s) 2022-11-23T04:10:17.1958491Z test_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.042s) 2022-11-23T04:10:17.1958904Z test_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.043s) 2022-11-23T04:10:17.1959303Z test_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.041s) 2022-11-23T04:10:17.1959701Z test_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.037s) 2022-11-23T04:10:17.1960101Z test_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-11-23T04:10:17.1960963Z test_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.018s) 2022-11-23T04:10:17.1961371Z test_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.018s) 2022-11-23T04:10:17.1961755Z test_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.017s) 2022-11-23T04:10:17.1962155Z test_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.018s) 2022-11-23T04:10:17.1962604Z test_cumprod_integer_upcast_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:10:17.1963080Z test_cumsum_integer_upcast_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:10:17.1963538Z test_dim_arg_reduction_scalar_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.1963980Z test_dim_arg_reduction_scalar_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.1964400Z test_dim_arg_reduction_scalar_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.1964835Z test_dim_arg_reduction_scalar_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.1965735Z 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-23T04:10:17.1966482Z x = torch.tensor(example, device=device, dtype=dtype) 2022-11-23T04:10:17.1967129Z 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-23T04:10:17.1967749Z x = torch.tensor(example, device=device, dtype=dtype) 2022-11-23T04:10:17.1968024Z ok (0.010s) 2022-11-23T04:10:17.1968355Z test_dim_arg_reduction_scalar_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.1968778Z test_dim_arg_reduction_scalar_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.1969210Z test_dim_arg_reduction_scalar_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.013s) 2022-11-23T04:10:17.1969641Z test_dim_arg_reduction_scalar_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T04:10:17.1970284Z test_dim_default_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1970655Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-11-23T04:10:17.1971022Z test_dim_default_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1971364Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.1971724Z test_dim_default_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1972081Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-11-23T04:10:17.1972443Z test_dim_default_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1972802Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-11-23T04:10:17.1973164Z test_dim_default_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1973509Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.1973870Z test_dim_default_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1974236Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.1974611Z test_dim_default_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1974985Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.1975356Z test_dim_default_keepdim_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1975781Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-11-23T04:10:17.1976212Z test_dim_default_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1976781Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.1977195Z test_dim_default_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1977609Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.1978024Z test_dim_default_keepdim_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1978465Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-11-23T04:10:17.1978889Z test_dim_default_keepdim_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1979337Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.1979769Z test_dim_default_keepdim_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1980211Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.1980658Z test_dim_default_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1981107Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.1981537Z test_dim_default_keepdim_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1982062Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.1982512Z test_dim_default_keepdim_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1982938Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.1983359Z test_dim_default_keepdim_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1983789Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.1984218Z test_dim_default_keepdim_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1984630Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.1985047Z test_dim_default_keepdim_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1985651Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-11-23T04:10:17.1986093Z test_dim_default_keepdim_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1986832Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T04:10:17.1987261Z test_dim_default_keepdim_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1987670Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.006s) 2022-11-23T04:10:17.1988091Z test_dim_default_keepdim_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1988519Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T04:10:17.1988940Z test_dim_default_keepdim_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1989407Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T04:10:17.1989824Z test_dim_default_keepdim_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1990251Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T04:10:17.1990651Z test_dim_default_keepdim_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1991071Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T04:10:17.1991486Z test_dim_default_keepdim_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1991996Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.012s) 2022-11-23T04:10:17.1992555Z test_dim_default_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1993133Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.1993662Z test_dim_default_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1994100Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.1994518Z test_dim_default_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1994940Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.1995349Z test_dim_default_keepdim_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1995788Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.1996217Z test_dim_default_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1996753Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.1997499Z test_dim_default_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.1998265Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.1999299Z test_dim_default_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2000321Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2000879Z test_dim_default_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2001252Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2001627Z test_dim_default_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2002002Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2002376Z test_dim_default_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2002751Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2003125Z test_dim_default_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2003480Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2003955Z test_dim_default_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2004609Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2005259Z test_dim_default_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2006120Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2007033Z test_dim_default_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2007695Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2008353Z test_dim_default_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2009039Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2009728Z test_dim_default_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2010448Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2011141Z test_dim_default_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2011847Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2012740Z test_dim_default_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2013449Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2013826Z test_dim_default_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2014197Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2014556Z test_dim_default_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2015185Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2015644Z test_dim_default_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2016150Z Tests that the default dim reduces all dimensions. ... ok (0.001s) 2022-11-23T04:10:17.2016516Z test_dim_default_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2016879Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2017250Z test_dim_default_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2017594Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2017949Z test_dim_default_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2018417Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2018958Z test_dim_default_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2019326Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2019693Z test_dim_default_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2020433Z Tests that the default dim reduces all dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2020808Z test_dim_empty_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2021160Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-11-23T04:10:17.2021637Z test_dim_empty_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2022109Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-11-23T04:10:17.2022495Z test_dim_empty_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2022835Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.2023188Z test_dim_empty_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2023580Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-11-23T04:10:17.2023970Z test_dim_empty_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2024514Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.010s) 2022-11-23T04:10:17.2025284Z test_dim_empty_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2026183Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.2027114Z test_dim_empty_keepdim_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2027767Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-11-23T04:10:17.2028169Z test_dim_empty_keepdim_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2028567Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-11-23T04:10:17.2028961Z test_dim_empty_keepdim_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2029336Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-11-23T04:10:17.2029743Z test_dim_empty_keepdim_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2030156Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.2030548Z test_dim_empty_keepdim_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2030946Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.010s) 2022-11-23T04:10:17.2031343Z test_dim_empty_keepdim_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2031738Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-11-23T04:10:17.2032115Z test_dim_empty_keepdim_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2032493Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.000s) 2022-11-23T04:10:17.2033199Z test_dim_empty_keepdim_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2033607Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.000s) 2022-11-23T04:10:17.2034450Z test_dim_empty_keepdim_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2035348Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.011s) 2022-11-23T04:10:17.2036044Z test_dim_empty_keepdim_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2036801Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-11-23T04:10:17.2037526Z test_dim_empty_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2038252Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2038992Z test_dim_empty_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2039885Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2040795Z test_dim_empty_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2041551Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-11-23T04:10:17.2042308Z test_dim_empty_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2043052Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2043768Z test_dim_empty_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2044493Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2045195Z test_dim_empty_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2046218Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2047406Z test_dim_empty_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2047989Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T04:10:17.2048353Z test_dim_empty_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2048707Z Tests that dim=[] is a no-op ... expected failure (0.003s) 2022-11-23T04:10:17.2049172Z test_dim_empty_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2049746Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T04:10:17.2050122Z test_dim_empty_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2050492Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2050848Z test_dim_empty_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2051324Z Tests that dim=[] is a no-op ... expected failure (0.003s) 2022-11-23T04:10:17.2051669Z test_dim_empty_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2052020Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T04:10:17.2052375Z test_dim_empty_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2052809Z Tests that dim=[] is a no-op ... ok (0.002s) 2022-11-23T04:10:17.2053195Z test_dim_empty_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2053552Z Tests that dim=[] is a no-op ... expected failure (0.003s) 2022-11-23T04:10:17.2054106Z test_dim_empty_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2054605Z Tests that dim=[] is a no-op ... expected failure (0.003s) 2022-11-23T04:10:17.2054956Z test_dim_empty_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2055305Z Tests that dim=[] is a no-op ... expected failure (0.003s) 2022-11-23T04:10:17.2055649Z test_dim_empty_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2055977Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2056325Z test_dim_empty_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2056670Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2057013Z test_dim_empty_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2057358Z Tests that dim=[] is a no-op ... expected failure (0.001s) 2022-11-23T04:10:17.2057696Z test_dim_empty_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2058016Z Tests that dim=[] is a no-op ... skip: Skipped! (0.002s) 2022-11-23T04:10:17.2058720Z test_dim_empty_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2059272Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.2060090Z test_dim_empty_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2060836Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.2061715Z test_dim_multi_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2062387Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.003s) 2022-11-23T04:10:17.2063091Z test_dim_multi_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2063685Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T04:10:17.2064993Z test_dim_multi_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2065859Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T04:10:17.2066740Z test_dim_multi_duplicate_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2067535Z Tests that an error is raised if dim has duplicate entries. ... ok (0.006s) 2022-11-23T04:10:17.2068495Z test_dim_multi_duplicate_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2069266Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T04:10:17.2070044Z test_dim_multi_duplicate_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2071042Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T04:10:17.2071874Z test_dim_multi_duplicate_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2072655Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T04:10:17.2073401Z test_dim_multi_duplicate_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2074318Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T04:10:17.2075292Z test_dim_multi_duplicate_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2075855Z Tests that an error is raised if dim has duplicate entries. ... ok (0.010s) 2022-11-23T04:10:17.2076276Z test_dim_multi_duplicate_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2076823Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T04:10:17.2077241Z test_dim_multi_duplicate_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2077644Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-11-23T04:10:17.2078041Z test_dim_multi_duplicate_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2078438Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T04:10:17.2078837Z test_dim_multi_duplicate_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2079217Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-11-23T04:10:17.2079614Z test_dim_multi_duplicate_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2080018Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-11-23T04:10:17.2080408Z test_dim_multi_duplicate_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2080970Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T04:10:17.2081370Z test_dim_multi_duplicate_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2081910Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-11-23T04:10:17.2082393Z test_dim_multi_duplicate_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2082783Z Tests that an error is raised if dim has duplicate entries. ... ok (0.003s) 2022-11-23T04:10:17.2083173Z test_dim_multi_duplicate_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2083566Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T04:10:17.2084132Z test_dim_multi_duplicate_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2084522Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T04:10:17.2084888Z test_dim_multi_duplicate_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2085273Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T04:10:17.2085653Z test_dim_multi_duplicate_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2086039Z Tests that an error is raised if dim has duplicate entries. ... ok (0.003s) 2022-11-23T04:10:17.2086418Z test_dim_multi_duplicate_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2086802Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T04:10:17.2087163Z test_dim_multi_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2087745Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2088170Z test_dim_multi_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2088579Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2089218Z test_dim_multi_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2089674Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2090205Z test_dim_multi_keepdim_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2090666Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2091078Z test_dim_multi_keepdim_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2091491Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2091899Z test_dim_multi_keepdim_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2092311Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2092730Z test_dim_multi_keepdim_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2093142Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2093556Z test_dim_multi_keepdim_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2093965Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2094370Z test_dim_multi_keepdim_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2094954Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2095362Z test_dim_multi_keepdim_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2095907Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2096464Z test_dim_multi_keepdim_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2096880Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2097289Z test_dim_multi_keepdim_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2097704Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2098111Z test_dim_multi_keepdim_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2098520Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2098900Z test_dim_multi_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2099312Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2099837Z test_dim_multi_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2100251Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2100650Z test_dim_multi_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2101056Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2101455Z test_dim_multi_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2102016Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2102411Z test_dim_multi_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2102922Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2103460Z test_dim_multi_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2103873Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2104270Z test_dim_multi_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2104630Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.006s) 2022-11-23T04:10:17.2104994Z test_dim_multi_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2105448Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T04:10:17.2105833Z test_dim_multi_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2106191Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T04:10:17.2106566Z test_dim_multi_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2106926Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T04:10:17.2107288Z test_dim_multi_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2107652Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T04:10:17.2108010Z test_dim_multi_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2108366Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.010s) 2022-11-23T04:10:17.2108876Z test_dim_multi_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2109223Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T04:10:17.2109583Z test_dim_multi_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2110338Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.003s) 2022-11-23T04:10:17.2111009Z test_dim_multi_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2111389Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T04:10:17.2111747Z test_dim_multi_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2112087Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.004s) 2022-11-23T04:10:17.2112537Z test_dim_multi_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2112898Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T04:10:17.2113253Z test_dim_multi_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2113608Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T04:10:17.2113960Z test_dim_multi_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2114300Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T04:10:17.2114646Z test_dim_multi_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2114993Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T04:10:17.2115335Z test_dim_multi_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2115844Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T04:10:17.2116357Z test_dim_multi_unsorted_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2116866Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T04:10:17.2117345Z test_dim_multi_unsorted_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2117728Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T04:10:17.2118133Z test_dim_multi_unsorted_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2118530Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T04:10:17.2118927Z test_dim_multi_unsorted_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2119336Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T04:10:17.2119759Z test_dim_multi_unsorted_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2120183Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T04:10:17.2120626Z test_dim_multi_unsorted_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2121086Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2121549Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2122085Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T04:10:17.2122526Z test_dim_multi_unsorted_keepdim_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2123147Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T04:10:17.2123574Z test_dim_multi_unsorted_keepdim_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2124107Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T04:10:17.2124845Z test_dim_multi_unsorted_keepdim_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2125296Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T04:10:17.2125708Z test_dim_multi_unsorted_keepdim_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2126145Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.003s) 2022-11-23T04:10:17.2126574Z test_dim_multi_unsorted_keepdim_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2127006Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T04:10:17.2127437Z test_dim_multi_unsorted_keepdim_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2127876Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T04:10:17.2128303Z test_dim_multi_unsorted_keepdim_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2128717Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.006s) 2022-11-23T04:10:17.2129150Z test_dim_multi_unsorted_keepdim_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2129579Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T04:10:17.2130019Z test_dim_multi_unsorted_keepdim_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2130567Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T04:10:17.2130986Z test_dim_multi_unsorted_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2131690Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T04:10:17.2132129Z test_dim_multi_unsorted_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2132553Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T04:10:17.2133791Z test_dim_multi_unsorted_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2134217Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T04:10:17.2134634Z test_dim_multi_unsorted_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2135055Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.001s) 2022-11-23T04:10:17.2135462Z test_dim_multi_unsorted_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2135883Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T04:10:17.2136299Z test_dim_multi_unsorted_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2136722Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T04:10:17.2137332Z test_dim_multi_unsorted_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2137740Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T04:10:17.2138249Z test_dim_multi_unsorted_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2138855Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T04:10:17.2139252Z test_dim_multi_unsorted_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2139639Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T04:10:17.2140149Z test_dim_multi_unsorted_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2140575Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T04:10:17.2140944Z test_dim_multi_unsorted_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2141331Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T04:10:17.2141721Z test_dim_multi_unsorted_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2142105Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T04:10:17.2142498Z test_dim_multi_unsorted_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2142883Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T04:10:17.2143252Z test_dim_multi_unsorted_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2143636Z Tests that operator correctly handles unsorted dim list. ... ok (0.003s) 2022-11-23T04:10:17.2144196Z test_dim_multi_unsorted_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2144593Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T04:10:17.2144980Z test_dim_multi_unsorted_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2145605Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T04:10:17.2145986Z test_dim_multi_unsorted_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2146353Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T04:10:17.2146741Z test_dim_multi_unsorted_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2147123Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T04:10:17.2147506Z test_dim_multi_unsorted_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2147890Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T04:10:17.2148270Z test_dim_multi_unsorted_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2148632Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T04:10:17.2149008Z test_dim_multi_unsorted_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2149389Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T04:10:17.2149758Z test_dim_multi_unsorted_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2150132Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T04:10:17.2150647Z test_dim_multi_unsupported_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2151200Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-11-23T04:10:17.2151603Z test_dim_multi_unsupported_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2152132Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-11-23T04:10:17.2152662Z test_dim_multi_unsupported_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2153067Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.006s) 2022-11-23T04:10:17.2153463Z test_dim_multi_unsupported_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2153846Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-11-23T04:10:17.2154259Z test_dim_multi_unsupported_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2154670Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-11-23T04:10:17.2155085Z test_dim_multi_unsupported_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2155497Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-11-23T04:10:17.2155893Z test_dim_multi_unsupported_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2156372Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.000s) 2022-11-23T04:10:17.2156771Z test_dim_multi_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2157132Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T04:10:17.2157492Z test_dim_ndim_limit_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2158044Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-11-23T04:10:17.2158434Z test_dim_ndim_limit_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2158940Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2159463Z test_dim_ndim_limit_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2159854Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2160240Z test_dim_ndim_limit_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2160633Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2161024Z test_dim_ndim_limit_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2161396Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2161783Z test_dim_ndim_limit_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2162174Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2162575Z test_dim_ndim_limit_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2162977Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T04:10:17.2163378Z test_dim_ndim_limit_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2163764Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2164162Z test_dim_ndim_limit_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2164702Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2165110Z test_dim_ndim_limit_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2165506Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2166163Z test_dim_ndim_limit_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2166567Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2166946Z test_dim_ndim_limit_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2167469Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2167875Z test_dim_ndim_limit_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2168285Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2168678Z test_dim_ndim_limit_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2169081Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2169456Z test_dim_ndim_limit_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2169854Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T04:10:17.2170250Z test_dim_ndim_limit_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2170649Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2171041Z test_dim_ndim_limit_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2171590Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2171968Z test_dim_ndim_limit_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2172358Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2173118Z test_dim_ndim_limit_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2173537Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T04:10:17.2173920Z test_dim_ndim_limit_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2174304Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T04:10:17.2174672Z test_dim_ndim_limit_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2175064Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T04:10:17.2175460Z test_dim_ndim_limit_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2175850Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T04:10:17.2176233Z test_dim_ndim_limit_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2176615Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-11-23T04:10:17.2177001Z test_dim_ndim_limit_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2177365Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T04:10:17.2177744Z test_dim_ndim_limit_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2178263Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T04:10:17.2178663Z test_dim_ndim_limit_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2179049Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T04:10:17.2179670Z test_dim_none_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2180037Z Tests that dim=None reduces all dimensions. ... expected failure (0.000s) 2022-11-23T04:10:17.2180408Z test_dim_none_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2180754Z Tests that dim=None reduces all dimensions. ... ok (0.011s) 2022-11-23T04:10:17.2181100Z test_dim_none_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2181446Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T04:10:17.2181784Z test_dim_none_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2182134Z Tests that dim=None reduces all dimensions. ... expected failure (0.002s) 2022-11-23T04:10:17.2182507Z test_dim_none_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2182851Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2183195Z test_dim_none_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2183539Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T04:10:17.2184000Z test_dim_none_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2184358Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2184712Z test_dim_none_keepdim_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2185294Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-11-23T04:10:17.2185729Z test_dim_none_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2186275Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2186827Z test_dim_none_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2187207Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2187606Z test_dim_none_keepdim_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2188028Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.004s) 2022-11-23T04:10:17.2188454Z test_dim_none_keepdim_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2188877Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2189335Z test_dim_none_keepdim_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2189848Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2190301Z test_dim_none_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2190736Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2191170Z test_dim_none_keepdim_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2191589Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2192154Z test_dim_none_keepdim_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2192552Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2192952Z test_dim_none_keepdim_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2193664Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2194084Z test_dim_none_keepdim_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2194492Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2194895Z test_dim_none_keepdim_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2195297Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2195689Z test_dim_none_keepdim_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2196110Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2196513Z test_dim_none_keepdim_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2196922Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.100s) 2022-11-23T04:10:17.2197320Z test_dim_none_keepdim_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2197724Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.006s) 2022-11-23T04:10:17.2198102Z test_dim_none_keepdim_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2198504Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2199017Z test_dim_none_keepdim_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2199431Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2199835Z test_dim_none_keepdim_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2200636Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2201042Z test_dim_none_keepdim_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2201435Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.010s) 2022-11-23T04:10:17.2201828Z test_dim_none_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2202230Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2202631Z test_dim_none_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2203033Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2203430Z test_dim_none_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2203812Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2204210Z test_dim_none_keepdim_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2204631Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.2205047Z test_dim_none_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2205441Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.010s) 2022-11-23T04:10:17.2206048Z test_dim_none_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2206447Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2206984Z test_dim_none_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2207555Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2207960Z test_dim_none_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2208328Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2208690Z test_dim_none_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2209029Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2209385Z test_dim_none_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2209734Z Tests that dim=None reduces all dimensions. ... ok (0.010s) 2022-11-23T04:10:17.2210095Z test_dim_none_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2210456Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2210814Z test_dim_none_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2211159Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2211522Z test_dim_none_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2211891Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2212244Z test_dim_none_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2212598Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2213078Z test_dim_none_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2213412Z Tests that dim=None reduces all dimensions. ... ok (0.011s) 2022-11-23T04:10:17.2213845Z test_dim_none_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2214443Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2214804Z test_dim_none_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2215154Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2215506Z test_dim_none_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2215838Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2216188Z test_dim_none_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2216540Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2217001Z test_dim_none_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2217343Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2217691Z test_dim_none_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2218021Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2218363Z test_dim_none_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2218716Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T04:10:17.2219059Z test_dim_none_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2219431Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2219936Z test_dim_none_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2220282Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T04:10:17.2220620Z test_dim_none_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2221263Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2221607Z test_dim_none_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2221945Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2222276Z test_dim_offbounds_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2222631Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T04:10:17.2223541Z test_dim_offbounds_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2223954Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T04:10:17.2224308Z test_dim_offbounds_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2224658Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T04:10:17.2224990Z test_dim_offbounds_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2225337Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T04:10:17.2225695Z test_dim_offbounds_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2226059Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T04:10:17.2226412Z test_dim_offbounds_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2226769Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T04:10:17.2227300Z test_dim_offbounds_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2227671Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T04:10:17.2228141Z test_dim_offbounds_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2228694Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-11-23T04:10:17.2229054Z test_dim_offbounds_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2229418Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-11-23T04:10:17.2229765Z test_dim_offbounds_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2230129Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T04:10:17.2230501Z test_dim_offbounds_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2230871Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T04:10:17.2231234Z test_dim_offbounds_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2231594Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T04:10:17.2231956Z test_dim_offbounds_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2232335Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T04:10:17.2232702Z test_dim_offbounds_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2233067Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T04:10:17.2233425Z test_dim_offbounds_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2233906Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-11-23T04:10:17.2234269Z test_dim_offbounds_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2234766Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T04:10:17.2235478Z test_dim_offbounds_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2235848Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T04:10:17.2236208Z test_dim_offbounds_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2236573Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T04:10:17.2236916Z test_dim_offbounds_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2237282Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T04:10:17.2237637Z test_dim_offbounds_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2237990Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T04:10:17.2238342Z test_dim_offbounds_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2238684Z Tests that passing an off-bounds dim throws ... ok (0.011s) 2022-11-23T04:10:17.2239046Z test_dim_offbounds_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2239402Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T04:10:17.2239756Z test_dim_offbounds_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2240111Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T04:10:17.2240553Z test_dim_offbounds_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2241087Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T04:10:17.2241433Z test_dim_offbounds_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2241783Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T04:10:17.2242492Z test_dim_offbounds_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2242847Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T04:10:17.2244002Z 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-23T04:10:17.2245043Z torch.sum(x, 0, out=y) 2022-11-23T04:10:17.2245269Z ok (0.066s) 2022-11-23T04:10:17.2245567Z test_dim_reduction_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.066s) 2022-11-23T04:10:17.2245973Z test_dim_reduction_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.053s) 2022-11-23T04:10:17.2246376Z test_dim_reduction_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.071s) 2022-11-23T04:10:17.2246779Z test_dim_reduction_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.059s) 2022-11-23T04:10:17.2247185Z test_dim_reduction_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.047s) 2022-11-23T04:10:17.2247584Z test_dim_reduction_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.061s) 2022-11-23T04:10:17.2248121Z test_dim_reduction_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.062s) 2022-11-23T04:10:17.2248580Z test_dim_reduction_lastdim_cuda_bfloat16 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:10:17.2249353Z test_dim_reduction_lastdim_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:10:17.2249825Z test_dim_reduction_less_than_64_cuda (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.2250210Z test_dim_single_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2250550Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T04:10:17.2250891Z test_dim_single_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2251340Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T04:10:17.2251677Z test_dim_single_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2252007Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T04:10:17.2252342Z test_dim_single_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2252674Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T04:10:17.2253000Z test_dim_single_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2253339Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T04:10:17.2253679Z test_dim_single_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2254019Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T04:10:17.2254369Z test_dim_single_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2254730Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T04:10:17.2255214Z test_dim_single_keepdim_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2255614Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2256288Z test_dim_single_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2256689Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2257084Z test_dim_single_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2257571Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T04:10:17.2257965Z test_dim_single_keepdim_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2258356Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2258754Z test_dim_single_keepdim_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2259152Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2259547Z test_dim_single_keepdim_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2259938Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2260335Z test_dim_single_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2260744Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.006s) 2022-11-23T04:10:17.2261176Z test_dim_single_keepdim_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2261711Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2262147Z test_dim_single_keepdim_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2262551Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2263184Z test_dim_single_keepdim_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2263695Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-11-23T04:10:17.2264112Z test_dim_single_keepdim_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2264516Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.011s) 2022-11-23T04:10:17.2264919Z test_dim_single_keepdim_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2265321Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.005s) 2022-11-23T04:10:17.2265728Z test_dim_single_keepdim_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2266117Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.005s) 2022-11-23T04:10:17.2266513Z test_dim_single_keepdim_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2266915Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.005s) 2022-11-23T04:10:17.2267308Z test_dim_single_keepdim_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2267837Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.004s) 2022-11-23T04:10:17.2268241Z test_dim_single_keepdim_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2268643Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.004s) 2022-11-23T04:10:17.2269195Z test_dim_single_keepdim_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2269605Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.006s) 2022-11-23T04:10:17.2270008Z test_dim_single_keepdim_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2270645Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.004s) 2022-11-23T04:10:17.2271046Z test_dim_single_keepdim_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2271443Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.005s) 2022-11-23T04:10:17.2271815Z test_dim_single_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2272208Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2272601Z test_dim_single_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2273002Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.004s) 2022-11-23T04:10:17.2273389Z test_dim_single_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2273870Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2274263Z test_dim_single_keepdim_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2274656Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2275040Z test_dim_single_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2275433Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2275824Z test_dim_single_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2276360Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2276730Z test_dim_single_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2277266Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T04:10:17.2277791Z test_dim_single_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2278149Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T04:10:17.2278498Z test_dim_single_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2278842Z Tests that dim=i reduces dimension i. ... ok (0.004s) 2022-11-23T04:10:17.2279173Z test_dim_single_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2279519Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T04:10:17.2279871Z test_dim_single_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2280226Z Tests that dim=i reduces dimension i. ... ok (0.004s) 2022-11-23T04:10:17.2280577Z test_dim_single_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2280925Z Tests that dim=i reduces dimension i. ... ok (0.004s) 2022-11-23T04:10:17.2281265Z test_dim_single_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2281621Z Tests that dim=i reduces dimension i. ... ok (0.004s) 2022-11-23T04:10:17.2281973Z test_dim_single_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2282314Z Tests that dim=i reduces dimension i. ... ok (0.005s) 2022-11-23T04:10:17.2282658Z test_dim_single_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2283137Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T04:10:17.2283469Z test_dim_single_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2283813Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T04:10:17.2284514Z test_dim_single_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2284864Z Tests that dim=i reduces dimension i. ... ok (0.006s) 2022-11-23T04:10:17.2285212Z test_dim_single_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2285555Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T04:10:17.2285883Z test_dim_single_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2286227Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T04:10:17.2286565Z test_dim_single_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2286897Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T04:10:17.2287240Z test_dim_single_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2287562Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T04:10:17.2287898Z test_dim_single_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2288231Z Tests that dim=i reduces dimension i. ... ok (0.006s) 2022-11-23T04:10:17.2288569Z test_dim_single_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2288899Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T04:10:17.2289272Z test_dim_single_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2289588Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T04:10:17.2290049Z test_dim_single_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2290477Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T04:10:17.2290832Z test_dim_single_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2291416Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T04:10:17.2291781Z test_empty_tensor_empty_slice_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2292169Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-11-23T04:10:17.2292574Z test_empty_tensor_empty_slice_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2292984Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-11-23T04:10:17.2293383Z test_empty_tensor_empty_slice_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2293783Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.010s) 2022-11-23T04:10:17.2294175Z test_empty_tensor_empty_slice_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2294561Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-11-23T04:10:17.2294969Z test_empty_tensor_empty_slice_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2295376Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.011s) 2022-11-23T04:10:17.2295775Z test_empty_tensor_empty_slice_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2296177Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T04:10:17.2296590Z test_empty_tensor_empty_slice_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2297108Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T04:10:17.2297531Z test_empty_tensor_empty_slice_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2298049Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T04:10:17.2298566Z test_empty_tensor_empty_slice_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2298976Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T04:10:17.2299384Z test_empty_tensor_empty_slice_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2299791Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T04:10:17.2300176Z test_empty_tensor_empty_slice_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2300580Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T04:10:17.2301105Z test_empty_tensor_empty_slice_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2301511Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T04:10:17.2301935Z test_empty_tensor_empty_slice_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2302379Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.2302796Z test_empty_tensor_empty_slice_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2303203Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T04:10:17.2303612Z test_empty_tensor_empty_slice_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2304173Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T04:10:17.2304579Z test_empty_tensor_empty_slice_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2305097Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T04:10:17.2305597Z test_empty_tensor_empty_slice_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2306014Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T04:10:17.2306420Z test_empty_tensor_empty_slice_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2306916Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T04:10:17.2307345Z test_empty_tensor_empty_slice_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2307751Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-11-23T04:10:17.2308146Z test_empty_tensor_empty_slice_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2308528Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.006s) 2022-11-23T04:10:17.2308933Z test_empty_tensor_empty_slice_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2309341Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-11-23T04:10:17.2309743Z test_empty_tensor_empty_slice_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2310149Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-11-23T04:10:17.2310551Z test_empty_tensor_empty_slice_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2311091Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.011s) 2022-11-23T04:10:17.2311491Z test_empty_tensor_empty_slice_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2312002Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T04:10:17.2312507Z test_empty_tensor_empty_slice_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2312907Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T04:10:17.2313307Z test_empty_tensor_empty_slice_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2313685Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.005s) 2022-11-23T04:10:17.2314084Z test_empty_tensor_nonempty_slice_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2314495Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2314908Z test_empty_tensor_nonempty_slice_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2315317Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2315722Z test_empty_tensor_nonempty_slice_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2316126Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2316513Z test_empty_tensor_nonempty_slice_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2316923Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2317447Z test_empty_tensor_nonempty_slice_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2318013Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2318419Z test_empty_tensor_nonempty_slice_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2318941Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2319459Z test_empty_tensor_nonempty_slice_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2319887Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2320315Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2320746Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2321161Z test_empty_tensor_nonempty_slice_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2321587Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2321987Z test_empty_tensor_nonempty_slice_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2322404Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2322915Z test_empty_tensor_nonempty_slice_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2323360Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2323785Z test_empty_tensor_nonempty_slice_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2324199Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.001s) 2022-11-23T04:10:17.2324783Z test_empty_tensor_nonempty_slice_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2325200Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2325717Z test_empty_tensor_nonempty_slice_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2326256Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-11-23T04:10:17.2326676Z test_empty_tensor_nonempty_slice_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2327096Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-11-23T04:10:17.2327515Z test_empty_tensor_nonempty_slice_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2327916Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-11-23T04:10:17.2328337Z test_empty_tensor_nonempty_slice_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2328751Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.007s) 2022-11-23T04:10:17.2329165Z test_empty_tensor_nonempty_slice_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2329587Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2329999Z test_empty_tensor_nonempty_slice_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2330412Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-11-23T04:10:17.2330799Z test_empty_tensor_nonempty_slice_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2331207Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2331774Z test_empty_tensor_nonempty_slice_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2332182Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-11-23T04:10:17.2332688Z test_empty_tensor_nonempty_slice_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2333226Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2333733Z test_empty_tensor_nonempty_slice_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2334135Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2334542Z test_empty_tensor_nonempty_slice_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2334951Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-11-23T04:10:17.2335359Z test_empty_tensor_nonempty_slice_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2335764Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2336151Z test_empty_tensor_nonempty_slice_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2336562Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T04:10:17.2336989Z test_histc_bfloat16_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:10:17.2337392Z test_histc_cuda (__main__.TestReductionsCUDA) ... ok (0.025s) 2022-11-23T04:10:17.2337802Z test_histogram_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T04:10:17.2338277Z test_histogram_error_handling_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:10:17.2338937Z test_histogramdd_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T04:10:17.2339429Z test_identity_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2340065Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2340447Z test_identity_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2340826Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2341217Z test_identity_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2341608Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2341981Z test_identity_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2342367Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2342746Z test_identity_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2343128Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2343508Z test_identity_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2343886Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2344243Z test_identity_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2344620Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2344993Z test_identity_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2345491Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2345873Z test_identity_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2346247Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2346845Z test_identity_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2347226Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2347606Z test_identity_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2347980Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2348355Z test_identity_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2348727Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2349090Z test_identity_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2349469Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2349957Z test_identity_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2350333Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2350716Z test_identity_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2351101Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2351468Z test_identity_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2351853Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2352401Z test_identity_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2352791Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2353166Z test_identity_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2353751Z Tests that the identity value is an identity for the operator ... ok (0.006s) 2022-11-23T04:10:17.2354122Z test_identity_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2354503Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2354875Z test_identity_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2355252Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2355627Z test_identity_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2356100Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2356491Z test_identity_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2356847Z Tests that the identity value is an identity for the operator ... ok (0.011s) 2022-11-23T04:10:17.2357223Z test_identity_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2357602Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2357974Z test_identity_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2358350Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2358740Z test_identity_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2359283Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2359682Z test_identity_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2360077Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2360702Z test_identity_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2361150Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-11-23T04:10:17.2361546Z test_identity_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2361929Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2362328Z test_identity_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2362723Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2363115Z test_identity_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2363511Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2363906Z test_identity_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2364286Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-11-23T04:10:17.2364676Z test_identity_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2365066Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2365455Z test_identity_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2365845Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2366510Z test_identity_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2366886Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2367427Z test_identity_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2367956Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2368352Z test_identity_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2368744Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2369145Z test_identity_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2369530Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2369937Z test_identity_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2370346Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2370756Z test_identity_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2371161Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2371560Z test_identity_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2371959Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2372429Z test_identity_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2372854Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2373253Z test_identity_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2373651Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2374041Z test_identity_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2374438Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2374809Z test_identity_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2375202Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2375588Z test_identity_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2375983Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2376372Z test_identity_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2376761Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2377137Z test_identity_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2377529Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2377913Z test_identity_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2378461Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2378857Z test_identity_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2379374Z Tests that the identity value is an identity for the operator ... ok (0.295s) 2022-11-23T04:10:17.2379866Z test_identity_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2380271Z Tests that the identity value is an identity for the operator ... ok (0.012s) 2022-11-23T04:10:17.2380660Z test_identity_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2381050Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2381438Z test_identity_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2381833Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2382225Z test_identity_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2382718Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2383104Z test_identity_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2383491Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2383870Z test_identity_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2384256Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2384636Z test_identity_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2385002Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2385180Z test_identity_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2385357Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2385537Z test_identity_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2385726Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2385905Z test_identity_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2386088Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2386262Z test_identity_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2386524Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2386733Z test_identity_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2386912Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2387099Z test_identity_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2387282Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2387461Z test_identity_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2387647Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2387822Z test_identity_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2387984Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2388156Z test_identity_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2388337Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2388514Z test_identity_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2388695Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2388872Z test_identity_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2389051Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2389272Z test_identity_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2389453Z Tests that the identity value is an identity for the operator ... ok (0.006s) 2022-11-23T04:10:17.2389630Z test_identity_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2389807Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2389979Z test_identity_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2390164Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2390339Z test_identity_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2390515Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2390684Z test_identity_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2390851Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-11-23T04:10:17.2391613Z test_identity_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2391802Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2391974Z test_identity_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2392159Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2392334Z test_identity_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2392518Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2392688Z test_identity_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2392871Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2393040Z test_identity_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2393222Z Tests that the identity value is an identity for the operator ... ok (0.009s) 2022-11-23T04:10:17.2393392Z test_identity_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2393579Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2393750Z test_identity_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2393929Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2394097Z test_identity_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2394365Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2394547Z test_identity_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2394729Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2394897Z test_identity_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2395261Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2395450Z test_identity_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2395636Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2395815Z test_identity_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2396681Z 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-23T04:10:17.2396859Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T04:10:17.2396947Z ok (0.003s) 2022-11-23T04:10:17.2397123Z test_identity_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2397307Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2397479Z test_identity_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2397667Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2397838Z test_identity_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2398021Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2398190Z test_identity_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2398374Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2398526Z test_identity_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2398708Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2398875Z test_identity_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2399057Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2399223Z test_identity_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2399524Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2399694Z test_identity_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2399875Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2400040Z test_identity_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2400226Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2400397Z test_identity_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2400578Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T04:10:17.2400744Z test_identity_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2400925Z Tests that the identity value is an identity for the operator ... ok (0.006s) 2022-11-23T04:10:17.2401098Z test_identity_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2401278Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2401434Z test_identity_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2401614Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2401786Z test_identity_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2402046Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2402240Z test_identity_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2402423Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2402590Z test_identity_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2402770Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2402939Z test_identity_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2403123Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2403289Z test_identity_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2403470Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2403634Z test_identity_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2403811Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2403979Z test_identity_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2404157Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2404319Z test_identity_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2404484Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T04:10:17.2404645Z test_identity_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2404827Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T04:10:17.2405009Z test_logsumexp_cuda (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T04:10:17.2405224Z test_logsumexp_dim_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:10:17.2405396Z test_max_cuda_bool (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T04:10:17.2405574Z test_max_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T04:10:17.2405752Z test_max_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T04:10:17.2405924Z test_max_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.2406141Z test_max_elementwise_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T04:10:17.2406359Z test_max_mixed_devices_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:10:17.2406547Z test_max_with_inf_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T04:10:17.2406828Z test_max_with_inf_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-11-23T04:10:17.2407009Z test_max_with_inf_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-11-23T04:10:17.2407195Z test_max_with_inf_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T04:10:17.2407396Z test_mean_dim_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:10:17.2407624Z test_mean_int_with_optdtype_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:10:17.2407797Z test_median_corner_cases_cuda (__main__.TestReductionsCUDA) ... ok (0.019s) 2022-11-23T04:10:17.2408190Z 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-23T04:10:17.2408371Z r, k = function_base._ureduce(a, func=_nanmedian, axis=axis, out=out, 2022-11-23T04:10:17.2408459Z ok (0.086s) 2022-11-23T04:10:17.2408658Z test_median_nan_values_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.088s) 2022-11-23T04:10:17.2408854Z test_median_nan_values_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.084s) 2022-11-23T04:10:17.2409058Z test_median_real_values_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.043s) 2022-11-23T04:10:17.2409258Z test_median_real_values_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.039s) 2022-11-23T04:10:17.2409528Z test_median_real_values_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.034s) 2022-11-23T04:10:17.2409744Z test_median_real_values_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.034s) 2022-11-23T04:10:17.2409939Z test_median_real_values_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-11-23T04:10:17.2410109Z test_min_cuda_bool (__main__.TestReductionsCUDA) ... ok (0.009s) 2022-11-23T04:10:17.2410285Z test_min_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-11-23T04:10:17.2410467Z test_min_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-11-23T04:10:17.2410636Z test_min_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T04:10:17.2410852Z test_min_elementwise_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:10:17.2411025Z test_min_max_nan_cuda (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.2411243Z test_min_mixed_devices_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:10:17.2411414Z test_min_with_inf_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.001s) 2022-11-23T04:10:17.2411596Z test_min_with_inf_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-11-23T04:10:17.2411776Z test_min_with_inf_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T04:10:17.2411953Z test_min_with_inf_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.2412136Z test_minmax_illegal_dtype_cuda (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T04:10:17.2412364Z test_mode_boolean_cuda (__main__.TestReductionsCUDA) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9], device='cuda:0') 2022-11-23T04:10:17.2412497Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5], device='cuda:0') 2022-11-23T04:10:17.2412623Z tensor([2047, 2047, 2047, 2047], device='cuda:0') 2022-11-23T04:10:17.2412744Z tensor([1024, 1024, 1024, 1024], device='cuda:0') 2022-11-23T04:10:17.2412854Z tensor([2047], device='cuda:0') 2022-11-23T04:10:17.2412960Z tensor([0], device='cuda:0') 2022-11-23T04:10:17.2413044Z ok (0.010s) 2022-11-23T04:10:17.2413222Z test_mode_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.2413397Z test_mode_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.013s) 2022-11-23T04:10:17.2413571Z test_mode_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T04:10:17.2413742Z test_mode_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T04:10:17.2413997Z test_mode_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.008s) 2022-11-23T04:10:17.2414170Z test_mode_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.008s) 2022-11-23T04:10:17.2414338Z test_mode_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.008s) 2022-11-23T04:10:17.2414529Z test_mode_large_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.012s) 2022-11-23T04:10:17.2414721Z test_mode_large_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-11-23T04:10:17.2414912Z test_mode_large_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.2415100Z test_mode_large_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.2415279Z test_mode_large_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.020s) 2022-11-23T04:10:17.2415460Z test_mode_large_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.2415638Z test_mode_large_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-11-23T04:10:17.2415821Z test_mode_large_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.014s) 2022-11-23T04:10:17.2415996Z test_mode_large_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.013s) 2022-11-23T04:10:17.2416181Z test_mode_wrong_device_cuda (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T04:10:17.2416362Z test_mode_wrong_dtype_cuda (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T04:10:17.2416617Z test_nan_policy_omit_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2416802Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-11-23T04:10:17.2416987Z test_nan_policy_omit_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2417133Z Tests that NaN values do not affect the result. ... ok (0.008s) 2022-11-23T04:10:17.2417314Z test_nan_policy_omit_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2417473Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-11-23T04:10:17.2417660Z test_nan_policy_omit_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2417819Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-11-23T04:10:17.2417999Z test_nan_policy_omit_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2418156Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-11-23T04:10:17.2418343Z test_nan_policy_omit_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2418501Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-11-23T04:10:17.2418682Z test_nan_policy_omit_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2418839Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-11-23T04:10:17.2419017Z test_nan_policy_omit_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2419177Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-11-23T04:10:17.2419372Z test_nan_policy_propagate_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2419555Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2419745Z test_nan_policy_propagate_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2419902Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2420086Z test_nan_policy_propagate_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2420261Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2420447Z test_nan_policy_propagate_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2420618Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2420811Z test_nan_policy_propagate_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2420980Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2421265Z test_nan_policy_propagate_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2421436Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2421622Z test_nan_policy_propagate_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2421790Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2421976Z test_nan_policy_propagate_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2422144Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2422361Z test_nan_policy_propagate_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2422529Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2422752Z test_nan_policy_propagate_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2422920Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T04:10:17.2423125Z test_nan_policy_propagate_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2423293Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2423505Z test_nan_policy_propagate_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2423680Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T04:10:17.2423968Z test_nan_policy_propagate_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2424162Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2424375Z test_nan_policy_propagate_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2424553Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2424764Z test_nan_policy_propagate_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2424943Z Tests that nan is propagated to the output by default ... ok (0.006s) 2022-11-23T04:10:17.2425147Z test_nan_policy_propagate_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2425322Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2425522Z test_nan_policy_propagate_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2425695Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2425899Z test_nan_policy_propagate_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2426073Z Tests that nan is propagated to the output by default ... ok (0.005s) 2022-11-23T04:10:17.2426280Z test_nan_policy_propagate_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2426434Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2426635Z test_nan_policy_propagate_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2426811Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2427177Z test_nan_policy_propagate_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2427368Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2427574Z test_nan_policy_propagate_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2427752Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2427971Z test_nan_policy_propagate_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2428239Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2428563Z test_nan_policy_propagate_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2428745Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2428959Z test_nan_policy_propagate_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2429239Z Tests that nan is propagated to the output by default ... ok (0.010s) 2022-11-23T04:10:17.2429454Z test_nan_policy_propagate_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2429625Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2429836Z test_nan_policy_propagate_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2430007Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2430216Z test_nan_policy_propagate_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2430371Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2430578Z test_nan_policy_propagate_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2430749Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2430956Z test_nan_policy_propagate_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2431129Z Tests that nan is propagated to the output by default ... ok (0.011s) 2022-11-23T04:10:17.2431331Z test_nan_policy_propagate_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2431504Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2432218Z test_nan_policy_propagate_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2432440Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T04:10:17.2432646Z test_nan_policy_propagate_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2432824Z Tests that nan is propagated to the output by default ... ok (0.004s) 2022-11-23T04:10:17.2433028Z test_nan_policy_propagate_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2433201Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2433407Z test_nan_policy_propagate_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2433580Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2433780Z test_nan_policy_propagate_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2433956Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2434148Z test_nan_policy_propagate_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2434318Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2434530Z test_nan_policy_propagate_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2434703Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2434914Z test_nan_policy_propagate_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2435089Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2435292Z test_nan_policy_propagate_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2435463Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T04:10:17.2435664Z test_nan_policy_propagate_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2435836Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T04:10:17.2436034Z test_nan_policy_propagate_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2436203Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2436401Z test_nan_policy_propagate_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2436569Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2436776Z test_nan_policy_propagate_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2437056Z Tests that nan is propagated to the output by default ... ok (0.705s) 2022-11-23T04:10:17.2437262Z test_nan_policy_propagate_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2437415Z Tests that nan is propagated to the output by default ... ok (0.703s) 2022-11-23T04:10:17.2437614Z test_nan_policy_propagate_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2437790Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T04:10:17.2437991Z test_nan_policy_propagate_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2438166Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T04:10:17.2438370Z test_nan_policy_propagate_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2438543Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T04:10:17.2438748Z test_nan_policy_propagate_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2438921Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2439132Z test_nan_policy_propagate_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2439302Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2439583Z test_nan_policy_propagate_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2439775Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2439976Z test_nan_policy_propagate_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2440150Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2440347Z test_nan_policy_propagate_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2440517Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2440721Z test_nan_policy_propagate_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2440877Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2441079Z test_nan_policy_propagate_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2441252Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2441467Z test_nan_policy_propagate_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2441641Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T04:10:17.2441852Z test_nan_policy_propagate_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2442024Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T04:10:17.2442222Z test_nan_policy_propagate_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2442394Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T04:10:17.2442594Z test_nan_policy_propagate_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2442763Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2442962Z test_nan_policy_propagate_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2443138Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2443334Z test_nan_policy_propagate_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2443505Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2443704Z test_nan_policy_propagate_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2443876Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2444055Z test_nan_policy_propagate_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2444324Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2444518Z test_nan_policy_propagate_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2444688Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T04:10:17.2444881Z test_nan_policy_propagate_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2445059Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2445246Z test_nan_policy_propagate_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2445418Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2445613Z test_nan_policy_propagate_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2445782Z Tests that nan is propagated to the output by default ... ok (0.006s) 2022-11-23T04:10:17.2445980Z test_nan_policy_propagate_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2446154Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2446351Z test_nan_policy_propagate_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2446521Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2446713Z test_nan_policy_propagate_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2446953Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2447158Z test_nan_policy_propagate_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2447310Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T04:10:17.2447496Z test_nan_policy_propagate_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2447663Z Tests that nan is propagated to the output by default ... ok (0.010s) 2022-11-23T04:10:17.2447846Z test_nan_policy_propagate_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2448019Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2448216Z test_nan_policy_propagate_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2448384Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2448579Z test_nan_policy_propagate_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2448752Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2448942Z test_nan_policy_propagate_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2449112Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2449299Z test_nan_policy_propagate_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2449468Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2449652Z test_nan_policy_propagate_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2449822Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2450013Z test_nan_policy_propagate_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2450163Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2450357Z test_nan_policy_propagate_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2450526Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2450720Z test_nan_policy_propagate_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2450892Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2451080Z test_nan_policy_propagate_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2451253Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2451439Z test_nan_policy_propagate_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2451702Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2451887Z test_nan_policy_propagate_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2452057Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2452248Z test_nan_policy_propagate_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2452423Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2452618Z test_nan_policy_propagate_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2452786Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2452980Z test_nan_policy_propagate_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2453148Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2453315Z test_nan_policy_propagate_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2453486Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2453667Z test_nan_policy_propagate_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2453835Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2454019Z test_nan_policy_propagate_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2454257Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T04:10:17.2454481Z test_nansum_complex_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T04:10:17.2454684Z test_nansum_complex_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.001s) 2022-11-23T04:10:17.2454868Z test_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T04:10:17.2455047Z test_nansum_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T04:10:17.2455226Z test_nansum_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.2455402Z test_nansum_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.2455580Z test_nansum_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.2455753Z test_nansum_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.2455923Z test_nansum_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.2456099Z test_nansum_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.2456274Z test_nansum_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.013s) 2022-11-23T04:10:17.2456670Z 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-23T04:10:17.2456819Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-11-23T04:10:17.2456905Z ok (0.008s) 2022-11-23T04:10:17.2457102Z test_nansum_out_dtype_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T04:10:17.2457296Z test_nansum_out_dtype_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T04:10:17.2457488Z test_nansum_out_dtype_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T04:10:17.2457676Z test_nansum_out_dtype_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T04:10:17.2457859Z test_nansum_out_dtype_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T04:10:17.2458046Z test_nansum_out_dtype_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T04:10:17.2458234Z test_nansum_out_dtype_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T04:10:17.2458629Z 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-23T04:10:17.2458792Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-11-23T04:10:17.2458972Z ok (0.059s) 2022-11-23T04:10:17.2459171Z test_nansum_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.057s) 2022-11-23T04:10:17.2459359Z test_nansum_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.059s) 2022-11-23T04:10:17.2459546Z test_nansum_vs_numpy_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.028s) 2022-11-23T04:10:17.2459731Z test_nansum_vs_numpy_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.027s) 2022-11-23T04:10:17.2459909Z test_nansum_vs_numpy_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.022s) 2022-11-23T04:10:17.2460077Z test_nansum_vs_numpy_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.027s) 2022-11-23T04:10:17.2460257Z test_nansum_vs_numpy_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T04:10:17.2460446Z test_noncontiguous_all_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2460632Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2460820Z test_noncontiguous_all_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2461007Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2461198Z test_noncontiguous_all_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2461380Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2461648Z test_noncontiguous_all_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2461847Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2462034Z test_noncontiguous_all_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2462211Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2462393Z test_noncontiguous_all_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2462571Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2462753Z test_noncontiguous_all_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2462931Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2463111Z test_noncontiguous_all_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2463277Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2463459Z test_noncontiguous_all_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2463643Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2463822Z test_noncontiguous_all_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2464000Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2464182Z test_noncontiguous_all_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2464364Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2464546Z test_noncontiguous_all_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2464730Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2464920Z test_noncontiguous_all_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2465099Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2465281Z test_noncontiguous_all_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2465462Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2465643Z test_noncontiguous_all_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2465824Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2466004Z test_noncontiguous_all_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2466163Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2466435Z test_noncontiguous_all_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2466612Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2466795Z test_noncontiguous_all_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2466971Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T04:10:17.2467153Z test_noncontiguous_all_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2467332Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2467507Z test_noncontiguous_all_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2467682Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2467863Z test_noncontiguous_all_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2468043Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2468228Z test_noncontiguous_all_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2468406Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2468593Z test_noncontiguous_all_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2468773Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-11-23T04:10:17.2469025Z test_noncontiguous_all_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2469223Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2469389Z test_noncontiguous_all_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2469566Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2469745Z test_noncontiguous_all_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2469920Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2470101Z test_noncontiguous_all_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2470276Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2470453Z test_noncontiguous_all_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2470627Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2470806Z test_noncontiguous_all_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2470980Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2471154Z test_noncontiguous_all_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2471327Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2471507Z test_noncontiguous_all_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2471684Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2471869Z test_noncontiguous_all_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2472048Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2472215Z test_noncontiguous_all_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2472393Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2472575Z test_noncontiguous_all_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2472755Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2472949Z test_noncontiguous_all_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2473124Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2473317Z test_noncontiguous_all_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2473495Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2473777Z test_noncontiguous_all_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2473954Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2474137Z test_noncontiguous_all_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2474313Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2474496Z test_noncontiguous_all_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2474672Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2474852Z test_noncontiguous_all_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2475030Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2475207Z test_noncontiguous_all_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2475372Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T04:10:17.2475552Z test_noncontiguous_all_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2475728Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2475908Z test_noncontiguous_all_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2476085Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2476337Z test_noncontiguous_all_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2476535Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2476731Z test_noncontiguous_all_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2476909Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2477099Z test_noncontiguous_all_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2477277Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2477469Z test_noncontiguous_all_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2477651Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-11-23T04:10:17.2477840Z test_noncontiguous_all_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2478021Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2478204Z test_noncontiguous_all_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2478365Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2478546Z test_noncontiguous_all_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2478720Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2478900Z test_noncontiguous_all_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2479078Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2479266Z test_noncontiguous_all_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2479444Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2479624Z test_noncontiguous_all_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2479802Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2479997Z test_noncontiguous_all_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2480175Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2480365Z test_noncontiguous_all_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2480541Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2480729Z test_noncontiguous_all_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2480908Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2481190Z test_noncontiguous_all_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2481368Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2481534Z test_noncontiguous_all_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2481712Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2481896Z test_noncontiguous_all_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2482072Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2482253Z test_noncontiguous_all_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2482428Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2482612Z test_noncontiguous_all_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2482786Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2482969Z test_noncontiguous_all_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2483145Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T04:10:17.2483350Z test_noncontiguous_all_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2483599Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2483817Z test_noncontiguous_all_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2484183Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2484403Z test_noncontiguous_all_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2484583Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2484790Z test_noncontiguous_all_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2484959Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2485344Z test_noncontiguous_all_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2485711Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.010s) 2022-11-23T04:10:17.2485923Z test_noncontiguous_all_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2486105Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2486304Z test_noncontiguous_all_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2486483Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2486680Z test_noncontiguous_all_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2486861Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2487058Z test_noncontiguous_all_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2487238Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2487432Z test_noncontiguous_all_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2487611Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-11-23T04:10:17.2487808Z test_noncontiguous_all_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2487987Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2488179Z test_noncontiguous_all_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2488360Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2488558Z test_noncontiguous_all_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2488738Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-11-23T04:10:17.2489077Z test_noncontiguous_all_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2489304Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T04:10:17.2489521Z test_noncontiguous_all_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2489703Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T04:10:17.2489916Z test_noncontiguous_all_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2490094Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-11-23T04:10:17.2490299Z test_noncontiguous_all_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2490475Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-11-23T04:10:17.2490675Z test_noncontiguous_all_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2490853Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T04:10:17.2491188Z test_noncontiguous_all_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2491376Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2491573Z test_noncontiguous_all_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2491843Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2492064Z test_noncontiguous_all_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2492414Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2492776Z test_noncontiguous_all_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2492964Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2493157Z test_noncontiguous_all_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2493344Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2493538Z test_noncontiguous_all_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2493718Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2493910Z test_noncontiguous_all_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2494100Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2494292Z test_noncontiguous_all_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2494470Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2494665Z test_noncontiguous_all_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2494849Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2495049Z test_noncontiguous_all_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2495230Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2495426Z test_noncontiguous_all_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2495603Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2495783Z test_noncontiguous_all_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2495963Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T04:10:17.2496155Z test_noncontiguous_all_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2496331Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2496528Z test_noncontiguous_all_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2496709Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2497021Z test_noncontiguous_all_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2497203Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2497399Z test_noncontiguous_all_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2497581Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2497778Z test_noncontiguous_all_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2497956Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2498280Z test_noncontiguous_all_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2498467Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T04:10:17.2498673Z test_noncontiguous_all_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2498852Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2499058Z test_noncontiguous_all_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2499347Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2499717Z test_noncontiguous_all_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2499900Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2500188Z test_noncontiguous_all_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2500386Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-11-23T04:10:17.2500584Z test_noncontiguous_all_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2500763Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2500959Z test_noncontiguous_all_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2501138Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2501336Z test_noncontiguous_all_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2501512Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2501708Z test_noncontiguous_all_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2501888Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2502088Z test_noncontiguous_all_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2502270Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2502475Z test_noncontiguous_all_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2502652Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2502836Z test_noncontiguous_all_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2503016Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2503216Z test_noncontiguous_all_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2503394Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2503593Z test_noncontiguous_all_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2503775Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2503970Z test_noncontiguous_all_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2504147Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2504340Z test_noncontiguous_all_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2504516Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2504709Z test_noncontiguous_all_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2505149Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2505355Z test_noncontiguous_all_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2505532Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2505723Z test_noncontiguous_all_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2505903Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2506330Z test_noncontiguous_all_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2506626Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2506822Z test_noncontiguous_all_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2507000Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2507213Z test_noncontiguous_all_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2507399Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2507608Z test_noncontiguous_all_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2507786Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2508077Z test_noncontiguous_all_masked_logsumexp_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2508279Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2508485Z test_noncontiguous_all_masked_logsumexp_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2508665Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T04:10:17.2508868Z test_noncontiguous_all_masked_logsumexp_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2509048Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2509255Z test_noncontiguous_all_masked_logsumexp_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2509433Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2509636Z test_noncontiguous_all_masked_logsumexp_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2509819Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2510023Z test_noncontiguous_all_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2510187Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.010s) 2022-11-23T04:10:17.2510383Z test_noncontiguous_all_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2510563Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2510766Z test_noncontiguous_all_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2510949Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2511153Z test_noncontiguous_all_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2511334Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2511530Z test_noncontiguous_all_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2511714Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.010s) 2022-11-23T04:10:17.2512069Z test_noncontiguous_all_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2512255Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2512450Z test_noncontiguous_all_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2512629Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2512822Z test_noncontiguous_all_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2513985Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2514189Z test_noncontiguous_all_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2514370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.010s) 2022-11-23T04:10:17.2514546Z test_noncontiguous_all_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2514734Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2514930Z test_noncontiguous_all_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2515111Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2515305Z test_noncontiguous_all_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2515489Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2515690Z test_noncontiguous_all_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2515873Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2516070Z test_noncontiguous_all_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2516248Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2516549Z test_noncontiguous_all_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2516751Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2516945Z test_noncontiguous_all_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2517123Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2517327Z test_noncontiguous_all_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2517506Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2517707Z test_noncontiguous_all_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2517873Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2518079Z test_noncontiguous_all_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2518256Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2518463Z test_noncontiguous_all_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2518645Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2518843Z test_noncontiguous_all_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2519020Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2519360Z test_noncontiguous_all_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2519562Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T04:10:17.2519760Z test_noncontiguous_all_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2519939Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2520134Z test_noncontiguous_all_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2520436Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2520841Z test_noncontiguous_all_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2521031Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2521226Z test_noncontiguous_all_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2521406Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2521584Z test_noncontiguous_all_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2521765Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-11-23T04:10:17.2522081Z test_noncontiguous_all_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2522266Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2522466Z test_noncontiguous_all_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2522650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2522853Z test_noncontiguous_all_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2523033Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2523233Z test_noncontiguous_all_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2523414Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2523609Z test_noncontiguous_all_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2523794Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2523992Z test_noncontiguous_all_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2524172Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2524368Z test_noncontiguous_all_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2524620Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2524832Z test_noncontiguous_all_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2524996Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2525187Z test_noncontiguous_all_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2525365Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2525558Z test_noncontiguous_all_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2525743Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T04:10:17.2525934Z test_noncontiguous_all_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2526301Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2526505Z test_noncontiguous_all_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2526691Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2526888Z test_noncontiguous_all_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2527069Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2527412Z test_noncontiguous_all_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2527764Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2527976Z test_noncontiguous_all_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2528160Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2528362Z test_noncontiguous_all_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2528539Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2528722Z test_noncontiguous_all_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2528902Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2529097Z test_noncontiguous_all_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2529276Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2529471Z test_noncontiguous_all_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2529652Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2529954Z test_noncontiguous_all_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2530137Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2530328Z test_noncontiguous_all_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2530509Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2530703Z test_noncontiguous_all_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2530881Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2531072Z test_noncontiguous_all_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2531250Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2531443Z test_noncontiguous_all_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2531621Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2531821Z test_noncontiguous_all_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2531982Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.012s) 2022-11-23T04:10:17.2532184Z test_noncontiguous_all_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2532364Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2532639Z test_noncontiguous_all_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2532836Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2533171Z test_noncontiguous_all_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2533370Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2533566Z test_noncontiguous_all_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2533742Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2533940Z test_noncontiguous_all_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2534119Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2534574Z test_noncontiguous_all_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2534768Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2534958Z test_noncontiguous_all_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2535136Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2535330Z test_noncontiguous_all_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2535511Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2535684Z test_noncontiguous_all_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2535867Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2536062Z test_noncontiguous_all_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2536240Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2536430Z test_noncontiguous_all_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2536609Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2536802Z test_noncontiguous_all_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2536983Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2537172Z test_noncontiguous_all_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2537353Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2537535Z test_noncontiguous_all_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2537824Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2538006Z test_noncontiguous_all_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2538181Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2538361Z test_noncontiguous_all_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2538541Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2538718Z test_noncontiguous_all_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2538898Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2539091Z test_noncontiguous_all_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2539269Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T04:10:17.2539459Z test_noncontiguous_all_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2539641Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2539966Z test_noncontiguous_all_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2540162Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2540361Z test_noncontiguous_all_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2540627Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2540831Z test_noncontiguous_all_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2541198Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2541549Z test_noncontiguous_all_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2541734Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.010s) 2022-11-23T04:10:17.2541906Z test_noncontiguous_all_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2542091Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2542280Z test_noncontiguous_all_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2542458Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2542641Z test_noncontiguous_all_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2542823Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2543003Z test_noncontiguous_all_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2543179Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T04:10:17.2543358Z test_noncontiguous_all_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2543532Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2543716Z test_noncontiguous_all_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2543897Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2544077Z test_noncontiguous_all_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2544251Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2544443Z test_noncontiguous_all_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2544622Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2544800Z test_noncontiguous_all_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2574759Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2575153Z test_noncontiguous_all_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2575342Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2575540Z test_noncontiguous_all_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2576031Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2576339Z test_noncontiguous_all_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2576524Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2576710Z test_noncontiguous_all_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2576892Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2577070Z test_noncontiguous_all_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2577251Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2577425Z test_noncontiguous_all_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2577603Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2577779Z test_noncontiguous_all_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2577960Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2578136Z test_noncontiguous_all_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2578305Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2578475Z test_noncontiguous_all_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2578740Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T04:10:17.2578937Z test_noncontiguous_all_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2579105Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2579271Z test_noncontiguous_all_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2579447Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2579625Z test_noncontiguous_all_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2579794Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2579975Z test_noncontiguous_all_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2580142Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2580323Z test_noncontiguous_all_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2580500Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T04:10:17.2580677Z test_noncontiguous_all_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2580842Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2581023Z test_noncontiguous_all_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2581195Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2581368Z test_noncontiguous_all_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2581552Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T04:10:17.2581890Z test_noncontiguous_all_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2582071Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-11-23T04:10:17.2582250Z test_noncontiguous_all_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2582415Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2582597Z test_noncontiguous_all_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2582771Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2583061Z test_noncontiguous_all_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2583364Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2583644Z test_noncontiguous_all_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2596026Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2596432Z test_noncontiguous_all_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2596621Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2596797Z test_noncontiguous_all_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2596979Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2597155Z test_noncontiguous_all_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2597331Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2597501Z test_noncontiguous_all_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2597673Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2597958Z test_noncontiguous_all_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2598205Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2598378Z test_noncontiguous_all_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2598547Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2598726Z test_noncontiguous_all_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2599511Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2599739Z test_noncontiguous_all_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2599960Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2600284Z test_noncontiguous_all_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2600621Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2600985Z test_noncontiguous_all_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2601337Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2601825Z test_noncontiguous_all_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2602176Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2602519Z test_noncontiguous_all_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2603001Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2603338Z test_noncontiguous_all_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2603675Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T04:10:17.2603987Z test_noncontiguous_all_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2604327Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T04:10:17.2604697Z test_noncontiguous_expanded_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2605059Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2605423Z test_noncontiguous_expanded_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2605772Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2606163Z test_noncontiguous_expanded_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2606521Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2606885Z test_noncontiguous_expanded_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2607239Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2607612Z test_noncontiguous_expanded_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2607989Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2608710Z test_noncontiguous_expanded_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2609149Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2609588Z test_noncontiguous_expanded_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2609951Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2610358Z test_noncontiguous_expanded_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2610694Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.010s) 2022-11-23T04:10:17.2611053Z test_noncontiguous_expanded_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2611425Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2611802Z test_noncontiguous_expanded_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2612166Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2612565Z test_noncontiguous_expanded_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2612934Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2613292Z test_noncontiguous_expanded_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2613664Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2614197Z test_noncontiguous_expanded_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2614718Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2615111Z test_noncontiguous_expanded_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2615574Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2616032Z test_noncontiguous_expanded_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2616405Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2616778Z test_noncontiguous_expanded_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2617134Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2617495Z test_noncontiguous_expanded_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2617866Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2618147Z test_noncontiguous_expanded_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2618335Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2618517Z test_noncontiguous_expanded_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2618703Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2618881Z test_noncontiguous_expanded_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2619059Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2619251Z test_noncontiguous_expanded_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2619423Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2619611Z test_noncontiguous_expanded_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2619793Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2619991Z test_noncontiguous_expanded_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2620164Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2620352Z test_noncontiguous_expanded_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2620525Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2620710Z test_noncontiguous_expanded_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2621042Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2621237Z test_noncontiguous_expanded_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2621411Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2621592Z test_noncontiguous_expanded_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2621938Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2622123Z test_noncontiguous_expanded_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2622296Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2622471Z test_noncontiguous_expanded_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2622651Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2622962Z test_noncontiguous_expanded_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2623265Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2623464Z test_noncontiguous_expanded_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2623641Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2623910Z test_noncontiguous_expanded_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2624111Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2624299Z test_noncontiguous_expanded_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2624467Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2624648Z test_noncontiguous_expanded_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2624835Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2625031Z test_noncontiguous_expanded_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2625204Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2625401Z test_noncontiguous_expanded_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2625573Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2625759Z test_noncontiguous_expanded_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2625938Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2626118Z test_noncontiguous_expanded_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2626288Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2626473Z test_noncontiguous_expanded_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2626640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2626823Z test_noncontiguous_expanded_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2627003Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.010s) 2022-11-23T04:10:17.2627177Z test_noncontiguous_expanded_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2627354Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2627541Z test_noncontiguous_expanded_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2627711Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2627893Z test_noncontiguous_expanded_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2628065Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2628254Z test_noncontiguous_expanded_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2628528Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2628884Z test_noncontiguous_expanded_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2629066Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2629256Z test_noncontiguous_expanded_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2629434Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.012s) 2022-11-23T04:10:17.2629633Z test_noncontiguous_expanded_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2629947Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2630282Z test_noncontiguous_expanded_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2630472Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2630661Z test_noncontiguous_expanded_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2630830Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2631010Z test_noncontiguous_expanded_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2631187Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2631368Z test_noncontiguous_expanded_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2631618Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2631832Z test_noncontiguous_expanded_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2632009Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2632203Z test_noncontiguous_expanded_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2632377Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2632573Z test_noncontiguous_expanded_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2632752Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2632944Z test_noncontiguous_expanded_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2633113Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2633316Z test_noncontiguous_expanded_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2633490Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2633682Z test_noncontiguous_expanded_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2633863Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2634041Z test_noncontiguous_expanded_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2634214Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2634398Z test_noncontiguous_expanded_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2634577Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2634756Z test_noncontiguous_expanded_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2634926Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2635123Z test_noncontiguous_expanded_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2635296Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2635646Z test_noncontiguous_expanded_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2635832Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2636036Z test_noncontiguous_expanded_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2636315Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2636522Z test_noncontiguous_expanded_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2636854Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2637205Z test_noncontiguous_expanded_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2637388Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2637596Z test_noncontiguous_expanded_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2637771Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2637968Z test_noncontiguous_expanded_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2638140Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2638347Z test_noncontiguous_expanded_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2638523Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2638723Z test_noncontiguous_expanded_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2638898Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2639181Z test_noncontiguous_expanded_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2639383Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2639591Z test_noncontiguous_expanded_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2639777Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T04:10:17.2639983Z test_noncontiguous_expanded_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2640165Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2640376Z test_noncontiguous_expanded_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2640559Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2640767Z test_noncontiguous_expanded_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2640953Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2641174Z test_noncontiguous_expanded_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2641339Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.009s) 2022-11-23T04:10:17.2641567Z test_noncontiguous_expanded_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2641746Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.007s) 2022-11-23T04:10:17.2641969Z test_noncontiguous_expanded_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2642153Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2642373Z test_noncontiguous_expanded_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2642701Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2642925Z test_noncontiguous_expanded_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2643106Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2643317Z test_noncontiguous_expanded_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2643497Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2643941Z test_noncontiguous_expanded_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2644142Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2644448Z test_noncontiguous_expanded_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2644634Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2644841Z test_noncontiguous_expanded_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2645020Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2645229Z test_noncontiguous_expanded_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2645401Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2645605Z test_noncontiguous_expanded_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2645789Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2645993Z test_noncontiguous_expanded_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2646179Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2646381Z test_noncontiguous_expanded_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2646563Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2646767Z test_noncontiguous_expanded_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2647022Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2647243Z test_noncontiguous_expanded_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2647426Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2647637Z test_noncontiguous_expanded_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2647819Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2648026Z test_noncontiguous_expanded_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2648214Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2648418Z test_noncontiguous_expanded_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2648598Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2648802Z test_noncontiguous_expanded_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2648971Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2649172Z test_noncontiguous_expanded_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2649511Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2649724Z test_noncontiguous_expanded_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2649906Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T04:10:17.2650108Z test_noncontiguous_expanded_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2650289Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2650622Z test_noncontiguous_expanded_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2650941Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2651154Z test_noncontiguous_expanded_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2651335Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2651550Z test_noncontiguous_expanded_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2651733Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2651945Z test_noncontiguous_expanded_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2652240Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2652452Z test_noncontiguous_expanded_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2652636Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2652845Z test_noncontiguous_expanded_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2653015Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2653222Z test_noncontiguous_expanded_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2653404Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2653610Z test_noncontiguous_expanded_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2653790Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2653996Z test_noncontiguous_expanded_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2654180Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T04:10:17.2654388Z test_noncontiguous_expanded_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2654570Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2654848Z test_noncontiguous_expanded_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2655054Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2655266Z test_noncontiguous_expanded_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2655447Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2655657Z test_noncontiguous_expanded_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2655841Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2656058Z test_noncontiguous_expanded_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2656316Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2656588Z test_noncontiguous_expanded_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2656761Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2656966Z test_noncontiguous_expanded_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2657146Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2657350Z test_noncontiguous_expanded_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2657628Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2657943Z test_noncontiguous_expanded_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2658136Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2658340Z test_noncontiguous_expanded_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2658524Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2658732Z test_noncontiguous_expanded_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2658914Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2659135Z test_noncontiguous_expanded_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2659316Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2659533Z test_noncontiguous_expanded_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2659715Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2660034Z test_noncontiguous_expanded_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2660218Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2660419Z test_noncontiguous_expanded_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2660600Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T04:10:17.2660814Z test_noncontiguous_expanded_masked_logsumexp_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2661044Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2661260Z test_noncontiguous_expanded_masked_logsumexp_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2661445Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2661658Z test_noncontiguous_expanded_masked_logsumexp_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2661844Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2662056Z test_noncontiguous_expanded_masked_logsumexp_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2662236Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2662448Z test_noncontiguous_expanded_masked_logsumexp_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2662717Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2662949Z test_noncontiguous_expanded_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2663132Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2663485Z test_noncontiguous_expanded_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2663674Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2663890Z test_noncontiguous_expanded_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2664070Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2664266Z test_noncontiguous_expanded_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2664586Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T04:10:17.2664899Z test_noncontiguous_expanded_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2665089Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2665295Z test_noncontiguous_expanded_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2665480Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2665683Z test_noncontiguous_expanded_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2665871Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2666074Z test_noncontiguous_expanded_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2666256Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2666457Z test_noncontiguous_expanded_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2666640Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2666838Z test_noncontiguous_expanded_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2667022Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2667225Z test_noncontiguous_expanded_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2667405Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2667608Z test_noncontiguous_expanded_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2667894Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2668087Z test_noncontiguous_expanded_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2668270Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2668478Z test_noncontiguous_expanded_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2668666Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2668872Z test_noncontiguous_expanded_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2669053Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2669258Z test_noncontiguous_expanded_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2669442Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2669657Z test_noncontiguous_expanded_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2669840Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2670045Z test_noncontiguous_expanded_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2670368Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2670676Z test_noncontiguous_expanded_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2670878Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2671090Z test_noncontiguous_expanded_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2671277Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2671642Z test_noncontiguous_expanded_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2671974Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2672171Z test_noncontiguous_expanded_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2672353Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2672560Z test_noncontiguous_expanded_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2672748Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2672953Z test_noncontiguous_expanded_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2673135Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2673338Z test_noncontiguous_expanded_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2673521Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2673725Z test_noncontiguous_expanded_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2673910Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2674114Z test_noncontiguous_expanded_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2674298Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2674503Z test_noncontiguous_expanded_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2674687Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T04:10:17.2674895Z test_noncontiguous_expanded_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2675079Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2675292Z test_noncontiguous_expanded_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2675460Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2675772Z test_noncontiguous_expanded_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2675956Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2676161Z test_noncontiguous_expanded_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2676344Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2676554Z test_noncontiguous_expanded_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2676735Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2676938Z test_noncontiguous_expanded_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2677123Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2677472Z test_noncontiguous_expanded_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2677666Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2677867Z test_noncontiguous_expanded_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2678050Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2678252Z test_noncontiguous_expanded_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2678643Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2679010Z test_noncontiguous_expanded_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2679199Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2679400Z test_noncontiguous_expanded_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2679569Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2679775Z test_noncontiguous_expanded_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2679962Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2680163Z test_noncontiguous_expanded_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2680346Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2680562Z test_noncontiguous_expanded_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2680744Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2680958Z test_noncontiguous_expanded_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2681141Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2681346Z test_noncontiguous_expanded_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2681529Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2681738Z test_noncontiguous_expanded_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2681921Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.007s) 2022-11-23T04:10:17.2682124Z test_noncontiguous_expanded_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2682307Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2682514Z test_noncontiguous_expanded_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2682699Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2682899Z test_noncontiguous_expanded_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2683065Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2683263Z test_noncontiguous_expanded_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2683549Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2683753Z test_noncontiguous_expanded_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2683937Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2684139Z test_noncontiguous_expanded_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2684484Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2684698Z test_noncontiguous_expanded_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2684882Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2685094Z test_noncontiguous_expanded_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2685276Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2685617Z test_noncontiguous_expanded_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2685948Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2686160Z test_noncontiguous_expanded_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2686344Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2686626Z test_noncontiguous_expanded_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2686826Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2687015Z test_noncontiguous_expanded_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2687198Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2687397Z test_noncontiguous_expanded_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2687579Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2687779Z test_noncontiguous_expanded_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2687964Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2688162Z test_noncontiguous_expanded_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2688346Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2688549Z test_noncontiguous_expanded_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2688731Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2688932Z test_noncontiguous_expanded_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2689115Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2689357Z test_noncontiguous_expanded_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2689548Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2689750Z test_noncontiguous_expanded_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2689932Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2690133Z test_noncontiguous_expanded_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2690321Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2690501Z test_noncontiguous_expanded_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2690683Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2690876Z test_noncontiguous_expanded_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2691056Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T04:10:17.2691414Z test_noncontiguous_expanded_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2692226Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2692604Z test_noncontiguous_expanded_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2692798Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2693123Z test_noncontiguous_expanded_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2693311Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2693511Z test_noncontiguous_expanded_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2693697Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2693899Z test_noncontiguous_expanded_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2694082Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2694287Z test_noncontiguous_expanded_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2694469Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2694668Z test_noncontiguous_expanded_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2694832Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2695126Z test_noncontiguous_expanded_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2695334Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2695536Z test_noncontiguous_expanded_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2695720Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2695915Z test_noncontiguous_expanded_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2696100Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2696297Z test_noncontiguous_expanded_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2696480Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2696671Z test_noncontiguous_expanded_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2696853Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2697049Z test_noncontiguous_expanded_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2697229Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2697428Z test_noncontiguous_expanded_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2697606Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2697800Z test_noncontiguous_expanded_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2697986Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2698168Z test_noncontiguous_expanded_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2698499Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2698701Z test_noncontiguous_expanded_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2698882Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T04:10:17.2699088Z test_noncontiguous_expanded_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2699266Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2699602Z test_noncontiguous_expanded_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2699794Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2700120Z test_noncontiguous_expanded_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2700418Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2700618Z test_noncontiguous_expanded_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2700801Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2700997Z test_noncontiguous_expanded_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2701180Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2701372Z test_noncontiguous_expanded_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2701553Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2701742Z test_noncontiguous_expanded_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2701923Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2702099Z test_noncontiguous_expanded_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2702282Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2702470Z test_noncontiguous_expanded_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2702649Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2702913Z test_noncontiguous_expanded_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2703114Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2703303Z test_noncontiguous_expanded_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2703483Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T04:10:17.2703680Z test_noncontiguous_expanded_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2703860Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2704065Z test_noncontiguous_expanded_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2704241Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2704439Z test_noncontiguous_expanded_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2704619Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2704817Z test_noncontiguous_expanded_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2705000Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2705194Z test_noncontiguous_expanded_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2705512Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2705714Z test_noncontiguous_expanded_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2705892Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2706090Z test_noncontiguous_expanded_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2706271Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T04:10:17.2706578Z test_noncontiguous_expanded_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2706770Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2707093Z test_noncontiguous_expanded_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2707281Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2707481Z test_noncontiguous_expanded_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2707660Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2707855Z test_noncontiguous_expanded_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2708142Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T04:10:17.2708338Z test_noncontiguous_expanded_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2708521Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2708712Z test_noncontiguous_expanded_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2708896Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2709074Z test_noncontiguous_expanded_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2709255Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2709444Z test_noncontiguous_expanded_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2709623Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T04:10:17.2709808Z test_noncontiguous_expanded_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2709996Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2710187Z test_noncontiguous_expanded_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2710371Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2710562Z test_noncontiguous_expanded_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2710822Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2711030Z test_noncontiguous_expanded_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2711213Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2711410Z test_noncontiguous_expanded_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2711593Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.010s) 2022-11-23T04:10:17.2711794Z test_noncontiguous_expanded_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2711981Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2712178Z test_noncontiguous_expanded_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2712343Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2712710Z test_noncontiguous_expanded_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2712894Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T04:10:17.2713087Z test_noncontiguous_expanded_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2713264Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T04:10:17.2713453Z test_noncontiguous_expanded_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2713770Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T04:10:17.2714103Z test_noncontiguous_innermost_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2714296Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2714487Z test_noncontiguous_innermost_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2714671Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2714876Z test_noncontiguous_innermost_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2715059Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2715258Z test_noncontiguous_innermost_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2715440Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2715633Z test_noncontiguous_innermost_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2715814Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2716095Z test_noncontiguous_innermost_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2716278Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2716470Z test_noncontiguous_innermost_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2716650Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2716841Z test_noncontiguous_innermost_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2717022Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2717208Z test_noncontiguous_innermost_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2717389Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2717574Z test_noncontiguous_innermost_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2717753Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2717944Z test_noncontiguous_innermost_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2718123Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2718309Z test_noncontiguous_innermost_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2718490Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2718767Z test_noncontiguous_innermost_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2718965Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2719153Z test_noncontiguous_innermost_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2719316Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2719661Z test_noncontiguous_innermost_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2719849Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2720048Z test_noncontiguous_innermost_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2720227Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2720416Z test_noncontiguous_innermost_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2720758Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2721094Z test_noncontiguous_innermost_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2721282Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2721470Z test_noncontiguous_innermost_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2721649Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2721844Z test_noncontiguous_innermost_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2722025Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2722212Z test_noncontiguous_innermost_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2722392Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2722586Z test_noncontiguous_innermost_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2722767Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2722949Z test_noncontiguous_innermost_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2723126Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2723317Z test_noncontiguous_innermost_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2723498Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2723693Z test_noncontiguous_innermost_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2723976Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2724169Z test_noncontiguous_innermost_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2724346Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2724536Z test_noncontiguous_innermost_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2724721Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2724912Z test_noncontiguous_innermost_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2725089Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2725281Z test_noncontiguous_innermost_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2725462Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2725654Z test_noncontiguous_innermost_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2725838Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2726011Z test_noncontiguous_innermost_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2726189Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2726490Z test_noncontiguous_innermost_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2726785Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2726999Z test_noncontiguous_innermost_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2727182Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2727372Z test_noncontiguous_innermost_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2727695Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2728031Z test_noncontiguous_innermost_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2728220Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2728417Z test_noncontiguous_innermost_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2728595Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2728792Z test_noncontiguous_innermost_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2728972Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2729166Z test_noncontiguous_innermost_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2729345Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2729537Z test_noncontiguous_innermost_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2729700Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2729892Z test_noncontiguous_innermost_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2730068Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2730256Z test_noncontiguous_innermost_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2730435Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2730627Z test_noncontiguous_innermost_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2730805Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2730994Z test_noncontiguous_innermost_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2731173Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2731360Z test_noncontiguous_innermost_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2731537Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2731847Z test_noncontiguous_innermost_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2732029Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2732229Z test_noncontiguous_innermost_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2732408Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2732610Z test_noncontiguous_innermost_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2732786Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2732964Z test_noncontiguous_innermost_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2733141Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2733481Z test_noncontiguous_innermost_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2733668Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2733866Z test_noncontiguous_innermost_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2734043Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2734233Z test_noncontiguous_innermost_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2734571Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2735383Z test_noncontiguous_innermost_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2735612Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2735808Z test_noncontiguous_innermost_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2735987Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2736191Z test_noncontiguous_innermost_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2736377Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2736577Z test_noncontiguous_innermost_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2736757Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2736951Z test_noncontiguous_innermost_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2737116Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2737310Z test_noncontiguous_innermost_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2737489Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2737684Z test_noncontiguous_innermost_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2737864Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2738054Z test_noncontiguous_innermost_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2738234Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2738425Z test_noncontiguous_innermost_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2738607Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2738801Z test_noncontiguous_innermost_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2738983Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2739178Z test_noncontiguous_innermost_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2739356Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2739571Z test_noncontiguous_innermost_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2739748Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2739957Z test_noncontiguous_innermost_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2740404Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2740609Z test_noncontiguous_innermost_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2740786Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2741004Z test_noncontiguous_innermost_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2741449Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2741674Z test_noncontiguous_innermost_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2741855Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2742064Z test_noncontiguous_innermost_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2742243Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2742454Z test_noncontiguous_innermost_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2742634Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2742840Z test_noncontiguous_innermost_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2743018Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2743310Z test_noncontiguous_innermost_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2743512Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2743719Z test_noncontiguous_innermost_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2743897Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2744103Z test_noncontiguous_innermost_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2744283Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2744476Z test_noncontiguous_innermost_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2744655Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2744878Z test_noncontiguous_innermost_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2745058Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2745286Z test_noncontiguous_innermost_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2745463Z Tests reducing along noncontiguous innermost dimension. ... ok (0.005s) 2022-11-23T04:10:17.2745685Z test_noncontiguous_innermost_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2745860Z Tests reducing along noncontiguous innermost dimension. ... ok (0.005s) 2022-11-23T04:10:17.2746077Z test_noncontiguous_innermost_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2746260Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2746479Z test_noncontiguous_innermost_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2746659Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2747029Z test_noncontiguous_innermost_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2747211Z Tests reducing along noncontiguous innermost dimension. ... ok (0.014s) 2022-11-23T04:10:17.2747421Z test_noncontiguous_innermost_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2747600Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2747923Z test_noncontiguous_innermost_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2748258Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2748555Z test_noncontiguous_innermost_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2748738Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2748946Z test_noncontiguous_innermost_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2749122Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2749332Z test_noncontiguous_innermost_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2749511Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2749715Z test_noncontiguous_innermost_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2749894Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2750098Z test_noncontiguous_innermost_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2750281Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2750484Z test_noncontiguous_innermost_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2750666Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2750870Z test_noncontiguous_innermost_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2751120Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2751349Z test_noncontiguous_innermost_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2751532Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2751739Z test_noncontiguous_innermost_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2751902Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2752107Z test_noncontiguous_innermost_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2752291Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2752498Z test_noncontiguous_innermost_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2752677Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2752883Z test_noncontiguous_innermost_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2753062Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2753264Z test_noncontiguous_innermost_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2753444Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2753808Z test_noncontiguous_innermost_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2753992Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2754199Z test_noncontiguous_innermost_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2754379Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2754584Z test_noncontiguous_innermost_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2754928Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2755433Z test_noncontiguous_innermost_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2755800Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2756206Z test_noncontiguous_innermost_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2756536Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2756949Z test_noncontiguous_innermost_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2757497Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2757891Z test_noncontiguous_innermost_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2758247Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2758659Z test_noncontiguous_innermost_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2759015Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2759425Z test_noncontiguous_innermost_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2759764Z Tests reducing along noncontiguous innermost dimension. ... ok (0.012s) 2022-11-23T04:10:17.2760183Z test_noncontiguous_innermost_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2760685Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2761098Z test_noncontiguous_innermost_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2761478Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2762097Z test_noncontiguous_innermost_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2762472Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2762891Z test_noncontiguous_innermost_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2763422Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2763846Z test_noncontiguous_innermost_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2764234Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2764671Z test_noncontiguous_innermost_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2765055Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2765485Z test_noncontiguous_innermost_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2765848Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2766263Z test_noncontiguous_innermost_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2766614Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2767019Z test_noncontiguous_innermost_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2767498Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2767913Z test_noncontiguous_innermost_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2768266Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2768778Z test_noncontiguous_innermost_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2769151Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2769687Z test_noncontiguous_innermost_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2770054Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2770506Z test_noncontiguous_innermost_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2770873Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2771299Z test_noncontiguous_innermost_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2771670Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2772105Z test_noncontiguous_innermost_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2772483Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2772927Z test_noncontiguous_innermost_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2773502Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2773944Z test_noncontiguous_innermost_masked_logsumexp_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2774317Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2774854Z test_noncontiguous_innermost_masked_logsumexp_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2775230Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2775652Z test_noncontiguous_innermost_masked_logsumexp_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2776233Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2776666Z test_noncontiguous_innermost_masked_logsumexp_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2777035Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2777470Z test_noncontiguous_innermost_masked_logsumexp_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2777840Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2778258Z test_noncontiguous_innermost_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2778622Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2779174Z test_noncontiguous_innermost_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2779576Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2780001Z test_noncontiguous_innermost_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2780376Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2780792Z test_noncontiguous_innermost_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2781156Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2781699Z test_noncontiguous_innermost_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2782074Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2782492Z test_noncontiguous_innermost_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2783054Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2783475Z test_noncontiguous_innermost_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2783829Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2784239Z test_noncontiguous_innermost_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2784602Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2785018Z test_noncontiguous_innermost_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2785406Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2785802Z test_noncontiguous_innermost_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2786153Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-11-23T04:10:17.2786568Z test_noncontiguous_innermost_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2786951Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2787364Z test_noncontiguous_innermost_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2787742Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2788152Z test_noncontiguous_innermost_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2788655Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2789320Z test_noncontiguous_innermost_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2789821Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2790343Z test_noncontiguous_innermost_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2790711Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2791140Z test_noncontiguous_innermost_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2791530Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2791967Z test_noncontiguous_innermost_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2792336Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2792743Z test_noncontiguous_innermost_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2793118Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2793554Z test_noncontiguous_innermost_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2793904Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2794317Z test_noncontiguous_innermost_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2794852Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2795303Z test_noncontiguous_innermost_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2795804Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2796224Z test_noncontiguous_innermost_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2796720Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2797222Z test_noncontiguous_innermost_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2797597Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2798005Z test_noncontiguous_innermost_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2798372Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2798770Z test_noncontiguous_innermost_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2799141Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2799546Z test_noncontiguous_innermost_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2799914Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2800352Z test_noncontiguous_innermost_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2800705Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2801075Z test_noncontiguous_innermost_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2801441Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2801858Z test_noncontiguous_innermost_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2802216Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2802775Z test_noncontiguous_innermost_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2803136Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2803653Z test_noncontiguous_innermost_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2804123Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2804520Z test_noncontiguous_innermost_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2804886Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2805490Z test_noncontiguous_innermost_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2805859Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2806270Z test_noncontiguous_innermost_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2806637Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-11-23T04:10:17.2807055Z test_noncontiguous_innermost_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2807410Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2807816Z test_noncontiguous_innermost_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2808183Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2808569Z test_noncontiguous_innermost_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2808964Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2809487Z test_noncontiguous_innermost_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2809866Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2810375Z test_noncontiguous_innermost_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2811025Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2811498Z test_noncontiguous_innermost_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2811843Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2812247Z test_noncontiguous_innermost_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2812631Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2813046Z test_noncontiguous_innermost_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2813429Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2813874Z test_noncontiguous_innermost_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2814227Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2814638Z test_noncontiguous_innermost_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2815035Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2815430Z test_noncontiguous_innermost_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2815782Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2816346Z test_noncontiguous_innermost_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2816713Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2817130Z test_noncontiguous_innermost_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2817717Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2818111Z test_noncontiguous_innermost_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2818478Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2818884Z test_noncontiguous_innermost_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2819250Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2819644Z test_noncontiguous_innermost_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2820005Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2820402Z test_noncontiguous_innermost_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2820773Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2821358Z test_noncontiguous_innermost_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2821741Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2822163Z test_noncontiguous_innermost_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2822531Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2823072Z test_noncontiguous_innermost_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2823445Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2823845Z test_noncontiguous_innermost_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2824347Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2824869Z test_noncontiguous_innermost_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2825249Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2825653Z test_noncontiguous_innermost_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2826023Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2826422Z test_noncontiguous_innermost_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2826948Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2827389Z test_noncontiguous_innermost_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2827760Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-11-23T04:10:17.2828159Z test_noncontiguous_innermost_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2828521Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2828909Z test_noncontiguous_innermost_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2829287Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2829683Z test_noncontiguous_innermost_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2830168Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2830540Z test_noncontiguous_innermost_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2830910Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2831524Z test_noncontiguous_innermost_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2831909Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2832324Z test_noncontiguous_innermost_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2832684Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2833095Z test_noncontiguous_innermost_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2833444Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2833831Z test_noncontiguous_innermost_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2834214Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2834604Z test_noncontiguous_innermost_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2834971Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2835401Z test_noncontiguous_innermost_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2835758Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2836160Z test_noncontiguous_innermost_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2836542Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2837275Z test_noncontiguous_innermost_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2837626Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2838163Z test_noncontiguous_innermost_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2838614Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2839035Z test_noncontiguous_innermost_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2839412Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2839790Z test_noncontiguous_innermost_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2840163Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2840568Z test_noncontiguous_innermost_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2840933Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2841352Z test_noncontiguous_innermost_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2841714Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2842105Z test_noncontiguous_innermost_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2842639Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2843041Z test_noncontiguous_innermost_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2843408Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2843950Z test_noncontiguous_innermost_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2844313Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2844670Z test_noncontiguous_innermost_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2845152Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2845636Z test_noncontiguous_innermost_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2846000Z Tests reducing along noncontiguous innermost dimension. ... ok (0.007s) 2022-11-23T04:10:17.2846389Z test_noncontiguous_innermost_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2846759Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2847090Z test_noncontiguous_innermost_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2847277Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2847471Z test_noncontiguous_innermost_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2847656Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2847861Z test_noncontiguous_innermost_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2848046Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2848252Z test_noncontiguous_innermost_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2848428Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2848625Z test_noncontiguous_innermost_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2848800Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2848998Z test_noncontiguous_innermost_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2849163Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2849359Z test_noncontiguous_innermost_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2849538Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2849731Z test_noncontiguous_innermost_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2850075Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2850273Z test_noncontiguous_innermost_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2850458Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2850653Z test_noncontiguous_innermost_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2851000Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2851206Z test_noncontiguous_innermost_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2851383Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2851573Z test_noncontiguous_innermost_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2851755Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2852069Z test_noncontiguous_innermost_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2852270Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2852586Z test_noncontiguous_innermost_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2852769Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2853052Z test_noncontiguous_innermost_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2853249Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2853450Z test_noncontiguous_innermost_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2853629Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2853826Z test_noncontiguous_innermost_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2854009Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2854208Z test_noncontiguous_innermost_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2854386Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2854579Z test_noncontiguous_innermost_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2854756Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2854954Z test_noncontiguous_innermost_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2855133Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2855323Z test_noncontiguous_innermost_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2855504Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2855705Z test_noncontiguous_innermost_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2855883Z Tests reducing along noncontiguous innermost dimension. ... ok (0.007s) 2022-11-23T04:10:17.2856086Z test_noncontiguous_innermost_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2856247Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2856440Z test_noncontiguous_innermost_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2856620Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2856818Z test_noncontiguous_innermost_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2856996Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2857191Z test_noncontiguous_innermost_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2857373Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2857565Z test_noncontiguous_innermost_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2857743Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2859585Z test_noncontiguous_innermost_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2859770Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2859959Z test_noncontiguous_innermost_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2860139Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2860332Z test_noncontiguous_innermost_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2860512Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2860701Z test_noncontiguous_innermost_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2860879Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2861050Z test_noncontiguous_innermost_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2861233Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2861429Z test_noncontiguous_innermost_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2861610Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2861812Z test_noncontiguous_innermost_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2862088Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2862309Z test_noncontiguous_innermost_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2862488Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2862680Z test_noncontiguous_innermost_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2862858Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2863050Z test_noncontiguous_innermost_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2863233Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2863424Z test_noncontiguous_innermost_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2863599Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2863796Z test_noncontiguous_outermost_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2863977Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2864165Z test_noncontiguous_outermost_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2864328Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2864529Z test_noncontiguous_outermost_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2864704Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2865050Z test_noncontiguous_outermost_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2865244Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2865437Z test_noncontiguous_outermost_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2865615Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2865806Z test_noncontiguous_outermost_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2866113Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2866431Z test_noncontiguous_outermost_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2866613Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2866804Z test_noncontiguous_outermost_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2866980Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2867166Z test_noncontiguous_outermost_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2868001Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2868192Z test_noncontiguous_outermost_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2868371Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2868547Z test_noncontiguous_outermost_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2868730Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2868918Z test_noncontiguous_outermost_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2869097Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2869297Z test_noncontiguous_outermost_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2869477Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2869670Z test_noncontiguous_outermost_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2869848Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2870042Z test_noncontiguous_outermost_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2870219Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2870495Z test_noncontiguous_outermost_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2870695Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2870890Z test_noncontiguous_outermost_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2871070Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2871263Z test_noncontiguous_outermost_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2871444Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2871642Z test_noncontiguous_outermost_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2871953Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2872156Z test_noncontiguous_outermost_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2872334Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2872526Z test_noncontiguous_outermost_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2872706Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2873035Z test_noncontiguous_outermost_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2873334Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2873537Z test_noncontiguous_outermost_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2873714Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2873904Z test_noncontiguous_outermost_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2874081Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2874277Z test_noncontiguous_outermost_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2874457Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2874653Z test_noncontiguous_outermost_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2874830Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2875020Z test_noncontiguous_outermost_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2875194Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2875373Z test_noncontiguous_outermost_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2875554Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2875859Z test_noncontiguous_outermost_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2876039Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2876231Z test_noncontiguous_outermost_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2876408Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2876600Z test_noncontiguous_outermost_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2876780Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2876971Z test_noncontiguous_outermost_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2877147Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2877343Z test_noncontiguous_outermost_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2877522Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2877711Z test_noncontiguous_outermost_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2877891Z Tests reducing along noncontiguous outermost dimension. ... ok (0.011s) 2022-11-23T04:10:17.2878094Z test_noncontiguous_outermost_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2878347Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2878565Z test_noncontiguous_outermost_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2878893Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2879095Z test_noncontiguous_outermost_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2879272Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2879464Z test_noncontiguous_outermost_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2879648Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2879946Z test_noncontiguous_outermost_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2880250Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2880445Z test_noncontiguous_outermost_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2880627Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2880816Z test_noncontiguous_outermost_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2880995Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2881185Z test_noncontiguous_outermost_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2881362Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2881550Z test_noncontiguous_outermost_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2881730Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2881916Z test_noncontiguous_outermost_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2882095Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2882286Z test_noncontiguous_outermost_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2882466Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2882669Z test_noncontiguous_outermost_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2882846Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2883047Z test_noncontiguous_outermost_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2883225Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2883422Z test_noncontiguous_outermost_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2883705Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2883903Z test_noncontiguous_outermost_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2884084Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2884278Z test_noncontiguous_outermost_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2884462Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2884652Z test_noncontiguous_outermost_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2884828Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2885022Z test_noncontiguous_outermost_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2885201Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2885398Z test_noncontiguous_outermost_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2885706Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2885919Z test_noncontiguous_outermost_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2886096Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2886377Z test_noncontiguous_outermost_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2886574Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2886913Z test_noncontiguous_outermost_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2887096Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2887394Z test_noncontiguous_outermost_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2887783Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2887991Z test_noncontiguous_outermost_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2888172Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2888366Z test_noncontiguous_outermost_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2888544Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2888734Z test_noncontiguous_outermost_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2888908Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2889101Z test_noncontiguous_outermost_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2889325Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2889508Z test_noncontiguous_outermost_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2889686Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2889900Z test_noncontiguous_outermost_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2890081Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2890289Z test_noncontiguous_outermost_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2890467Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2890688Z test_noncontiguous_outermost_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2890871Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2891089Z test_noncontiguous_outermost_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2891269Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2891480Z test_noncontiguous_outermost_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2891781Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2891992Z test_noncontiguous_outermost_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2892171Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2892378Z test_noncontiguous_outermost_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2892560Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2892765Z test_noncontiguous_outermost_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2892924Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2893285Z test_noncontiguous_outermost_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2893476Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2893688Z test_noncontiguous_outermost_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2893867Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2894075Z test_noncontiguous_outermost_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2894407Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2894883Z test_noncontiguous_outermost_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2895089Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2895314Z test_noncontiguous_outermost_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2895491Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2895717Z test_noncontiguous_outermost_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2895898Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2896127Z test_noncontiguous_outermost_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2896304Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2896520Z test_noncontiguous_outermost_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2896704Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2896920Z test_noncontiguous_outermost_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2897085Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2897302Z test_noncontiguous_outermost_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2897480Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2897690Z test_noncontiguous_outermost_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2897877Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2898087Z test_noncontiguous_outermost_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2898265Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2898471Z test_noncontiguous_outermost_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2898649Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2898856Z test_noncontiguous_outermost_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2899034Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2899236Z test_noncontiguous_outermost_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2899411Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2899705Z test_noncontiguous_outermost_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2899891Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2900216Z test_noncontiguous_outermost_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2900421Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2900629Z test_noncontiguous_outermost_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2900792Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2900996Z test_noncontiguous_outermost_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2901176Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2901723Z test_noncontiguous_outermost_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2901920Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2902131Z test_noncontiguous_outermost_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2902310Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2902511Z test_noncontiguous_outermost_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2902777Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2903001Z test_noncontiguous_outermost_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2903181Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2903386Z test_noncontiguous_outermost_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2903560Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2903759Z test_noncontiguous_outermost_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2903942Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2904143Z test_noncontiguous_outermost_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2904320Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2904506Z test_noncontiguous_outermost_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2904686Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2904889Z test_noncontiguous_outermost_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2905068Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2905284Z test_noncontiguous_outermost_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2905464Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2905674Z test_noncontiguous_outermost_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2905855Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2906064Z test_noncontiguous_outermost_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2906247Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2906458Z test_noncontiguous_outermost_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2906635Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2906841Z test_noncontiguous_outermost_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2907016Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2907376Z test_noncontiguous_outermost_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2907562Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2907868Z test_noncontiguous_outermost_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2908048Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2908387Z test_noncontiguous_outermost_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2908727Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2908949Z test_noncontiguous_outermost_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2909129Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2909342Z test_noncontiguous_outermost_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2909522Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2909732Z test_noncontiguous_outermost_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2909912Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2910121Z test_noncontiguous_outermost_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2910298Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2910506Z test_noncontiguous_outermost_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2911190Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2911443Z test_noncontiguous_outermost_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2911623Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2911825Z test_noncontiguous_outermost_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2912007Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2912216Z test_noncontiguous_outermost_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2912387Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2912592Z test_noncontiguous_outermost_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2912769Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2912980Z test_noncontiguous_outermost_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2913161Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2913383Z test_noncontiguous_outermost_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2913559Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2913777Z test_noncontiguous_outermost_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2913958Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2914340Z test_noncontiguous_outermost_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2914524Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2914738Z test_noncontiguous_outermost_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2914917Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2915248Z test_noncontiguous_outermost_masked_logsumexp_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2915444Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2915776Z test_noncontiguous_outermost_masked_logsumexp_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2915962Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2916171Z test_noncontiguous_outermost_masked_logsumexp_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2916447Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2916660Z test_noncontiguous_outermost_masked_logsumexp_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2916841Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2917055Z test_noncontiguous_outermost_masked_logsumexp_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2917241Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2917451Z test_noncontiguous_outermost_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2917633Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2917836Z test_noncontiguous_outermost_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2918015Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2918230Z test_noncontiguous_outermost_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2918410Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2918619Z test_noncontiguous_outermost_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2918794Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2919073Z test_noncontiguous_outermost_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2919267Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2919475Z test_noncontiguous_outermost_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2919655Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2919861Z test_noncontiguous_outermost_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2920024Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2920228Z test_noncontiguous_outermost_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2920407Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2920610Z test_noncontiguous_outermost_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2920792Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2920996Z test_noncontiguous_outermost_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2921312Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2921519Z test_noncontiguous_outermost_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2921694Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2921898Z test_noncontiguous_outermost_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2922084Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2922423Z test_noncontiguous_outermost_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2922724Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2922937Z test_noncontiguous_outermost_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2923120Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2923325Z test_noncontiguous_outermost_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2923501Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2923692Z test_noncontiguous_outermost_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2923870Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2924080Z test_noncontiguous_outermost_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2924364Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2924574Z test_noncontiguous_outermost_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2924755Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2924972Z test_noncontiguous_outermost_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2925153Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2925362Z test_noncontiguous_outermost_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2925543Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2925749Z test_noncontiguous_outermost_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2925927Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2926136Z test_noncontiguous_outermost_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2926315Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2926518Z test_noncontiguous_outermost_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2926694Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2926973Z test_noncontiguous_outermost_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2927170Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2927359Z test_noncontiguous_outermost_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2927538Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2927738Z test_noncontiguous_outermost_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2927918Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2928287Z test_noncontiguous_outermost_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2928478Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2928679Z test_noncontiguous_outermost_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2928861Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2929064Z test_noncontiguous_outermost_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2929351Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2929571Z test_noncontiguous_outermost_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2929860Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2930075Z test_noncontiguous_outermost_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2930254Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2930460Z test_noncontiguous_outermost_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2930636Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2930842Z test_noncontiguous_outermost_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2931011Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2931217Z test_noncontiguous_outermost_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2931395Z Tests reducing along noncontiguous outermost dimension. ... ok (0.011s) 2022-11-23T04:10:17.2931596Z test_noncontiguous_outermost_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2931774Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2932077Z test_noncontiguous_outermost_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2932260Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2932462Z test_noncontiguous_outermost_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2932640Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-11-23T04:10:17.2932844Z test_noncontiguous_outermost_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2933022Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2933220Z test_noncontiguous_outermost_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2933398Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2933603Z test_noncontiguous_outermost_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2933784Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2933983Z test_noncontiguous_outermost_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2934164Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2934358Z test_noncontiguous_outermost_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2934537Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2934817Z test_noncontiguous_outermost_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2935016Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2935377Z test_noncontiguous_outermost_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2935562Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2935766Z test_noncontiguous_outermost_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2935950Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2936154Z test_noncontiguous_outermost_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2936466Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2936785Z test_noncontiguous_outermost_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2936975Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2937175Z test_noncontiguous_outermost_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2937353Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2937552Z test_noncontiguous_outermost_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2937727Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2937928Z test_noncontiguous_outermost_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2938107Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2938289Z test_noncontiguous_outermost_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2938469Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2938678Z test_noncontiguous_outermost_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2938861Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2939071Z test_noncontiguous_outermost_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2939251Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2939461Z test_noncontiguous_outermost_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2939637Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2939947Z test_noncontiguous_outermost_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2940125Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2940328Z test_noncontiguous_outermost_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2940508Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2940717Z test_noncontiguous_outermost_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2940898Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2941099Z test_noncontiguous_outermost_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2941274Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2941470Z test_noncontiguous_outermost_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2941636Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2941838Z test_noncontiguous_outermost_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2942015Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T04:10:17.2942384Z test_noncontiguous_outermost_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2942574Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2942857Z test_noncontiguous_outermost_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2943051Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2943248Z test_noncontiguous_outermost_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2943559Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2943887Z test_noncontiguous_outermost_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2944075Z Tests reducing along noncontiguous outermost dimension. ... ok (0.012s) 2022-11-23T04:10:17.2944279Z test_noncontiguous_outermost_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2944456Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2944650Z test_noncontiguous_outermost_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2944830Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2945020Z test_noncontiguous_outermost_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2945202Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2945381Z test_noncontiguous_outermost_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2945559Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2945763Z test_noncontiguous_outermost_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2945944Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2946146Z test_noncontiguous_outermost_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2946324Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2946522Z test_noncontiguous_outermost_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2946701Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2946898Z test_noncontiguous_outermost_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2947072Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2947267Z test_noncontiguous_outermost_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2947448Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2947745Z test_noncontiguous_outermost_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2947925Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2948125Z test_noncontiguous_outermost_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2948303Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2948502Z test_noncontiguous_outermost_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2948666Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2948865Z test_noncontiguous_outermost_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2949043Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2949381Z test_noncontiguous_outermost_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2949570Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2949766Z test_noncontiguous_outermost_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2949944Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2950137Z test_noncontiguous_outermost_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2950434Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2950836Z test_noncontiguous_outermost_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2951057Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2951253Z test_noncontiguous_outermost_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2951430Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T04:10:17.2951630Z test_noncontiguous_outermost_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2951808Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2952003Z test_noncontiguous_outermost_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2952180Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2952369Z test_noncontiguous_outermost_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2952547Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2952751Z test_noncontiguous_outermost_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2952928Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2953124Z test_noncontiguous_outermost_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2953300Z Tests reducing along noncontiguous outermost dimension. ... ok (0.011s) 2022-11-23T04:10:17.2953495Z test_noncontiguous_outermost_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2953678Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2953873Z test_noncontiguous_outermost_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2954051Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2954241Z test_noncontiguous_outermost_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2954418Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2954614Z test_noncontiguous_outermost_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2954794Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2954988Z test_noncontiguous_outermost_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2955166Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2955356Z test_noncontiguous_outermost_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2955622Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2955816Z test_noncontiguous_outermost_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2955996Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2956319Z test_noncontiguous_outermost_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2956515Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2956711Z test_noncontiguous_outermost_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2956887Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2957085Z test_noncontiguous_outermost_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2957263Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2957585Z test_noncontiguous_outermost_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2957895Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2958094Z test_noncontiguous_outermost_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2958273Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2958467Z test_noncontiguous_outermost_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2958722Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2958933Z test_noncontiguous_outermost_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2959110Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2959289Z test_noncontiguous_outermost_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2959464Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2959655Z test_noncontiguous_outermost_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2959839Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2960042Z test_noncontiguous_outermost_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2960222Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2960419Z test_noncontiguous_outermost_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2960600Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T04:10:17.2960793Z test_noncontiguous_outermost_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2961018Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2961216Z test_noncontiguous_outermost_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2961395Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2961591Z test_noncontiguous_outermost_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2961769Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2961959Z test_noncontiguous_outermost_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2962138Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T04:10:17.2962330Z test_noncontiguous_outermost_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2962496Z Tests reducing along noncontiguous outermost dimension. ... ok (0.007s) 2022-11-23T04:10:17.2962686Z test_noncontiguous_outermost_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2962863Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2963051Z test_noncontiguous_outermost_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2963383Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2963688Z test_noncontiguous_outermost_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2963869Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2964056Z test_noncontiguous_outermost_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2964234Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T04:10:17.2964566Z test_noncontiguous_outermost_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2964875Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2965082Z test_noncontiguous_outermost_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2965262Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2965459Z test_noncontiguous_outermost_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2965634Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2965829Z test_noncontiguous_outermost_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2966009Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2966186Z test_noncontiguous_outermost_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2966365Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2966641Z test_noncontiguous_outermost_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2966837Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T04:10:17.2967037Z test_noncontiguous_transposed_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2967185Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2967375Z test_noncontiguous_transposed_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2967521Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2967729Z test_noncontiguous_transposed_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2967873Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2968079Z test_noncontiguous_transposed_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2968223Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.2968423Z test_noncontiguous_transposed_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2968565Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2968763Z test_noncontiguous_transposed_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2968905Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2969085Z test_noncontiguous_transposed_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2969227Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.2969421Z test_noncontiguous_transposed_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2969565Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2969760Z test_noncontiguous_transposed_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2969902Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2970095Z test_noncontiguous_transposed_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2970240Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T04:10:17.2970432Z test_noncontiguous_transposed_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2970575Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2970769Z test_noncontiguous_transposed_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2970908Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2971114Z test_noncontiguous_transposed_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2971353Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2971550Z test_noncontiguous_transposed_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2971689Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2971875Z test_noncontiguous_transposed_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2972014Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2972217Z test_noncontiguous_transposed_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2972360Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T04:10:17.2972560Z test_noncontiguous_transposed_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2972700Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2972895Z test_noncontiguous_transposed_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2973038Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2973235Z test_noncontiguous_transposed_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2973377Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2973571Z test_noncontiguous_transposed_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2973713Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2973907Z test_noncontiguous_transposed_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2974120Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T04:10:17.2974334Z test_noncontiguous_transposed_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2974461Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2974664Z test_noncontiguous_transposed_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2974804Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2974999Z test_noncontiguous_transposed_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2975145Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2975496Z test_noncontiguous_transposed_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2975642Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2975842Z test_noncontiguous_transposed_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2975988Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2976186Z test_noncontiguous_transposed_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2976326Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T04:10:17.2976642Z test_noncontiguous_transposed_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2976887Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2977096Z test_noncontiguous_transposed_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2977237Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2977433Z test_noncontiguous_transposed_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2977559Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2977754Z test_noncontiguous_transposed_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2977893Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2978091Z test_noncontiguous_transposed_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2978235Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T04:10:17.2978433Z test_noncontiguous_transposed_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2978572Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2978767Z test_noncontiguous_transposed_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2978908Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2979112Z test_noncontiguous_transposed_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2979355Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2979560Z test_noncontiguous_transposed_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2979702Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2979899Z test_noncontiguous_transposed_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2980046Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2980240Z test_noncontiguous_transposed_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2980368Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T04:10:17.2980564Z test_noncontiguous_transposed_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2980707Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2980902Z test_noncontiguous_transposed_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2981045Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2981238Z test_noncontiguous_transposed_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2981377Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2981567Z test_noncontiguous_transposed_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2981706Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2981966Z test_noncontiguous_transposed_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2982126Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2982321Z test_noncontiguous_transposed_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2982462Z Tests reducing a transposed tensor. ... ok (0.012s) 2022-11-23T04:10:17.2982670Z test_noncontiguous_transposed_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2982812Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2983002Z test_noncontiguous_transposed_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2983143Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2983346Z test_noncontiguous_transposed_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2983489Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2983696Z test_noncontiguous_transposed_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2983839Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2984038Z test_noncontiguous_transposed_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2984183Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.2984381Z test_noncontiguous_transposed_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2984522Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.2984721Z test_noncontiguous_transposed_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2984866Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2985063Z test_noncontiguous_transposed_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2985204Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2985404Z test_noncontiguous_transposed_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2985546Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2985736Z test_noncontiguous_transposed_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2985878Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2986078Z test_noncontiguous_transposed_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2986220Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2986423Z test_noncontiguous_transposed_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2986659Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2986863Z test_noncontiguous_transposed_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2987006Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.2987204Z test_noncontiguous_transposed_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2987346Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2987546Z test_noncontiguous_transposed_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2987690Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.2987887Z test_noncontiguous_transposed_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2988027Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2988223Z test_noncontiguous_transposed_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2988364Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2988548Z test_noncontiguous_transposed_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2988690Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.2988906Z test_noncontiguous_transposed_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2989046Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2989382Z test_noncontiguous_transposed_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2989547Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.2989766Z test_noncontiguous_transposed_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2989908Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2990125Z test_noncontiguous_transposed_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2990266Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2990482Z test_noncontiguous_transposed_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2990623Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-11-23T04:10:17.2990837Z test_noncontiguous_transposed_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2990978Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2991194Z test_noncontiguous_transposed_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2991337Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2991531Z test_noncontiguous_transposed_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2991671Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2991882Z test_noncontiguous_transposed_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2992024Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2992237Z test_noncontiguous_transposed_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2992545Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2992760Z test_noncontiguous_transposed_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2992903Z Tests reducing a transposed tensor. ... ok (0.011s) 2022-11-23T04:10:17.2993114Z test_noncontiguous_transposed_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2993255Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.2993603Z test_noncontiguous_transposed_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2993753Z Tests reducing a transposed tensor. ... ok (0.007s) 2022-11-23T04:10:17.2994106Z test_noncontiguous_transposed_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2994255Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T04:10:17.2994482Z test_noncontiguous_transposed_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2995185Z Tests reducing a transposed tensor. ... ok (0.007s) 2022-11-23T04:10:17.2995408Z test_noncontiguous_transposed_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2995534Z Tests reducing a transposed tensor. ... ok (0.007s) 2022-11-23T04:10:17.2995766Z test_noncontiguous_transposed_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2995909Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T04:10:17.2996131Z test_noncontiguous_transposed_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2996273Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T04:10:17.2996485Z test_noncontiguous_transposed_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2996626Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.2996834Z test_noncontiguous_transposed_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2996979Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.2997189Z test_noncontiguous_transposed_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2997331Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.2997539Z test_noncontiguous_transposed_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2997764Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2997994Z test_noncontiguous_transposed_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2998136Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.2998337Z test_noncontiguous_transposed_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2998461Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2998669Z test_noncontiguous_transposed_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2998815Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2999022Z test_noncontiguous_transposed_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2999163Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T04:10:17.2999369Z test_noncontiguous_transposed_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2999511Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.2999720Z test_noncontiguous_transposed_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.2999858Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3000065Z test_noncontiguous_transposed_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3000205Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3000410Z test_noncontiguous_transposed_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3000555Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3000763Z test_noncontiguous_transposed_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3000904Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T04:10:17.3001114Z test_noncontiguous_transposed_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3001242Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3001446Z test_noncontiguous_transposed_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3001585Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3001785Z test_noncontiguous_transposed_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3001925Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3002130Z test_noncontiguous_transposed_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3002364Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3002573Z test_noncontiguous_transposed_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3002713Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T04:10:17.3002931Z test_noncontiguous_transposed_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3003071Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3003286Z test_noncontiguous_transposed_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3003429Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3003636Z test_noncontiguous_transposed_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3003776Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3003988Z test_noncontiguous_transposed_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3004114Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3004325Z test_noncontiguous_transposed_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3004467Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3004672Z test_noncontiguous_transposed_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3004813Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3005094Z test_noncontiguous_transposed_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3005253Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3005464Z test_noncontiguous_transposed_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3005604Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3005810Z test_noncontiguous_transposed_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3005950Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3006169Z test_noncontiguous_transposed_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3006312Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3006526Z test_noncontiguous_transposed_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3006668Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3006878Z test_noncontiguous_transposed_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3007003Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3007217Z test_noncontiguous_transposed_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3007357Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3007561Z test_noncontiguous_transposed_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3007705Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3007912Z test_noncontiguous_transposed_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3008052Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3008260Z test_noncontiguous_transposed_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3008402Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3008613Z test_noncontiguous_transposed_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3008753Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3008961Z test_noncontiguous_transposed_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3009103Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3009323Z test_noncontiguous_transposed_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3009465Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.3009685Z test_noncontiguous_transposed_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3009917Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3010124Z test_noncontiguous_transposed_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3010265Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3010492Z test_noncontiguous_transposed_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3010634Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3010852Z test_noncontiguous_transposed_masked_logsumexp_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3010994Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T04:10:17.3011205Z test_noncontiguous_transposed_masked_logsumexp_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3011343Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3011557Z test_noncontiguous_transposed_masked_logsumexp_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3011702Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3011916Z test_noncontiguous_transposed_masked_logsumexp_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3012058Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3012274Z test_noncontiguous_transposed_masked_logsumexp_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3012484Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3012713Z test_noncontiguous_transposed_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3012856Z Tests reducing a transposed tensor. ... ok (0.011s) 2022-11-23T04:10:17.3013046Z test_noncontiguous_transposed_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3013189Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3013403Z test_noncontiguous_transposed_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3013548Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3013765Z test_noncontiguous_transposed_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3013907Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3014114Z test_noncontiguous_transposed_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3014258Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3014465Z test_noncontiguous_transposed_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3014605Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3014815Z test_noncontiguous_transposed_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3014957Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3015162Z test_noncontiguous_transposed_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3015306Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3015512Z test_noncontiguous_transposed_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3015652Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3015838Z test_noncontiguous_transposed_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3015981Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3016186Z test_noncontiguous_transposed_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3016326Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3016526Z test_noncontiguous_transposed_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3016670Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3016880Z test_noncontiguous_transposed_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3017113Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3017323Z test_noncontiguous_transposed_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3017466Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3017674Z test_noncontiguous_transposed_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3017814Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3018021Z test_noncontiguous_transposed_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3018165Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3018378Z test_noncontiguous_transposed_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3018520Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.3018712Z test_noncontiguous_transposed_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3018856Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.3019074Z test_noncontiguous_transposed_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3019216Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3019432Z test_noncontiguous_transposed_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3019573Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3019854Z test_noncontiguous_transposed_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3020013Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3020222Z test_noncontiguous_transposed_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3020365Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3020574Z test_noncontiguous_transposed_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3020715Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T04:10:17.3020928Z test_noncontiguous_transposed_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3021066Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3021275Z test_noncontiguous_transposed_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3021414Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3021605Z test_noncontiguous_transposed_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3021744Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3021950Z test_noncontiguous_transposed_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3022087Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3022294Z test_noncontiguous_transposed_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3022435Z Tests reducing a transposed tensor. ... ok (0.011s) 2022-11-23T04:10:17.3022647Z test_noncontiguous_transposed_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3022785Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3022998Z test_noncontiguous_transposed_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3023140Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3023354Z test_noncontiguous_transposed_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3023494Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3023705Z test_noncontiguous_transposed_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3023848Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3024053Z test_noncontiguous_transposed_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3024192Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3024548Z test_noncontiguous_transposed_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3024803Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3025011Z test_noncontiguous_transposed_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3025152Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3025353Z test_noncontiguous_transposed_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3025499Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3025834Z test_noncontiguous_transposed_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3026106Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3026321Z test_noncontiguous_transposed_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3026463Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3026667Z test_noncontiguous_transposed_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3026810Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3027017Z test_noncontiguous_transposed_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3027157Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3027361Z test_noncontiguous_transposed_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3027585Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3027820Z test_noncontiguous_transposed_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3027947Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3028158Z test_noncontiguous_transposed_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3028301Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3028510Z test_noncontiguous_transposed_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3028653Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3028860Z test_noncontiguous_transposed_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3028999Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3029203Z test_noncontiguous_transposed_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3029341Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3029548Z test_noncontiguous_transposed_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3029690Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T04:10:17.3029895Z test_noncontiguous_transposed_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3030036Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3030239Z test_noncontiguous_transposed_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3030379Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3030586Z test_noncontiguous_transposed_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3030710Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3030915Z test_noncontiguous_transposed_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3031055Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3031268Z test_noncontiguous_transposed_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3031408Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T04:10:17.3031621Z test_noncontiguous_transposed_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3031763Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3031976Z test_noncontiguous_transposed_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3032116Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3032422Z test_noncontiguous_transposed_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3032568Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3032773Z test_noncontiguous_transposed_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3032912Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3033118Z test_noncontiguous_transposed_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3033258Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3033459Z test_noncontiguous_transposed_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3033586Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3033784Z test_noncontiguous_transposed_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3033925Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3034121Z test_noncontiguous_transposed_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3034263Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3034469Z test_noncontiguous_transposed_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3034611Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3034814Z test_noncontiguous_transposed_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3035457Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3035711Z test_noncontiguous_transposed_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3035854Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3036058Z test_noncontiguous_transposed_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3036200Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3036405Z test_noncontiguous_transposed_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3036551Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.3036749Z test_noncontiguous_transposed_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3036877Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.3037075Z test_noncontiguous_transposed_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3037218Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3037422Z test_noncontiguous_transposed_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3037564Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3037772Z test_noncontiguous_transposed_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3037915Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3038117Z test_noncontiguous_transposed_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3038258Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T04:10:17.3038461Z test_noncontiguous_transposed_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3038603Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3038809Z test_noncontiguous_transposed_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3038948Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3039152Z test_noncontiguous_transposed_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3039291Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3039490Z test_noncontiguous_transposed_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3039618Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3039819Z test_noncontiguous_transposed_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3039960Z Tests reducing a transposed tensor. ... ok (0.011s) 2022-11-23T04:10:17.3040269Z test_noncontiguous_transposed_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3040412Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3040612Z test_noncontiguous_transposed_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3040754Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3040956Z test_noncontiguous_transposed_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3041098Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3041296Z test_noncontiguous_transposed_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3041436Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3041634Z test_noncontiguous_transposed_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3041775Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3041973Z test_noncontiguous_transposed_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3042118Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3042299Z test_noncontiguous_transposed_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3042441Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.3042646Z test_noncontiguous_transposed_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3042862Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3043083Z test_noncontiguous_transposed_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3043226Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3043432Z test_noncontiguous_transposed_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3043576Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3043781Z test_noncontiguous_transposed_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3043927Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3044130Z test_noncontiguous_transposed_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3044272Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3044473Z test_noncontiguous_transposed_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3044612Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3044816Z test_noncontiguous_transposed_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3044958Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3045141Z test_noncontiguous_transposed_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3045283Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3045477Z test_noncontiguous_transposed_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3045618Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.3045817Z test_noncontiguous_transposed_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3045960Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.3046266Z test_noncontiguous_transposed_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3046433Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.3046636Z test_noncontiguous_transposed_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3046781Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3046975Z test_noncontiguous_transposed_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3047115Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3047316Z test_noncontiguous_transposed_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3047480Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3047845Z test_noncontiguous_transposed_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3048269Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3048635Z test_noncontiguous_transposed_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3048914Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3049302Z test_noncontiguous_transposed_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3049595Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3049980Z test_noncontiguous_transposed_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3050255Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3050627Z test_noncontiguous_transposed_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3050904Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T04:10:17.3051289Z test_noncontiguous_transposed_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3051567Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3051957Z test_noncontiguous_transposed_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3052174Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3052381Z test_noncontiguous_transposed_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3052524Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3052961Z test_noncontiguous_transposed_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3053142Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T04:10:17.3053332Z test_noncontiguous_transposed_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3053528Z Tests reducing a transposed tensor. ... ok (0.011s) 2022-11-23T04:10:17.3053895Z test_noncontiguous_transposed_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3054057Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3054260Z test_noncontiguous_transposed_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3054402Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3054600Z test_noncontiguous_transposed_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3054742Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3054939Z test_noncontiguous_transposed_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3055442Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3055760Z test_noncontiguous_transposed_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3056020Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3056371Z test_noncontiguous_transposed_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3056639Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3056982Z test_noncontiguous_transposed_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3057230Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.3057589Z test_noncontiguous_transposed_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3057855Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T04:10:17.3058220Z test_noncontiguous_transposed_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3058778Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3059272Z test_noncontiguous_transposed_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3059573Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3059953Z test_noncontiguous_transposed_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3060239Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3060640Z test_noncontiguous_transposed_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3060918Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3061538Z test_noncontiguous_transposed_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3061817Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T04:10:17.3062194Z test_noncontiguous_transposed_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3062471Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T04:10:17.3062829Z test_numpy_named_args_cuda (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T04:10:17.3064033Z 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-23T04:10:17.3064556Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T04:10:17.3064846Z expect = np.prod(np.array(val), dtype=np.bool) 2022-11-23T04:10:17.3064991Z ok (0.003s) 2022-11-23T04:10:17.3065289Z test_prod_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:10:17.3065481Z test_prod_gpu_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T04:10:17.3065811Z test_prod_gpu_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T04:10:17.3066064Z test_prod_integer_upcast_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:10:17.3066252Z test_quantile_backward_cuda (__main__.TestReductionsCUDA) ... ok (0.025s) 2022-11-23T04:10:17.3066634Z test_quantile_cuda_float32 (__main__.TestReductionsCUDA) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\nanfunctions.py:1395: RuntimeWarning: All-NaN slice encountered 2022-11-23T04:10:17.3066798Z result = np.apply_along_axis(_nanquantile_1d, axis, a, q, 2022-11-23T04:10:17.3067095Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\nanfunctions.py:1374: RuntimeWarning: All-NaN slice encountered 2022-11-23T04:10:17.3067208Z r, k = function_base._ureduce( 2022-11-23T04:10:17.3067293Z ok (7.988s) 2022-11-23T04:10:17.3067475Z test_quantile_cuda_float64 (__main__.TestReductionsCUDA) ... ok (7.679s) 2022-11-23T04:10:17.3067657Z test_quantile_error_cuda (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.3067837Z test_reduce_dtype_cuda (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T04:10:17.3068036Z test_reduction_empty_any_all_cuda (__main__.TestReductionsCUDA) ... ok (0.029s) 2022-11-23T04:10:17.3068219Z test_reduction_split_cuda (__main__.TestReductionsCUDA) ... ok (0.260s) 2022-11-23T04:10:17.3068457Z test_reduction_vectorize_along_input_corner_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (1.058s) 2022-11-23T04:10:17.3068680Z test_reduction_vectorize_along_input_corner_cuda_float16 (__main__.TestReductionsCUDA) ... ok (1.041s) 2022-11-23T04:10:17.3068917Z test_reduction_vectorize_along_input_corner_cuda_float32 (__main__.TestReductionsCUDA) ... ok (1.296s) 2022-11-23T04:10:17.3069148Z test_reduction_vectorize_along_input_corner_cuda_float64 (__main__.TestReductionsCUDA) ... ok (2.116s) 2022-11-23T04:10:17.3069376Z test_reduction_vectorize_along_output_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.063s) 2022-11-23T04:10:17.3069602Z test_reduction_vectorize_along_output_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.053s) 2022-11-23T04:10:17.3069819Z test_reduction_vectorize_along_output_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.070s) 2022-11-23T04:10:17.3070029Z test_reduction_vectorize_along_output_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.062s) 2022-11-23T04:10:17.3070249Z test_reductions_large_half_tensors_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.331s) 2022-11-23T04:10:17.3070469Z test_reductions_large_half_tensors_cuda_complex32 (__main__.TestReductionsCUDA) ... ok (1.445s) 2022-11-23T04:10:17.3070812Z test_reductions_large_half_tensors_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.389s) 2022-11-23T04:10:17.3071002Z test_ref_duplicate_values_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3071210Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3071409Z test_ref_duplicate_values_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3071682Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3071980Z test_ref_duplicate_values_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3072194Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T04:10:17.3072381Z test_ref_duplicate_values_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3072762Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T04:10:17.3073019Z test_ref_duplicate_values_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3073209Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3073392Z test_ref_duplicate_values_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3073594Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3073885Z test_ref_duplicate_values_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3074112Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T04:10:17.3074298Z test_ref_duplicate_values_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3074498Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3074678Z test_ref_duplicate_values_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3074883Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3075064Z test_ref_duplicate_values_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3075267Z Compares op against reference for input tensors with duplicate values ... ok (0.011s) 2022-11-23T04:10:17.3075449Z test_ref_duplicate_values_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3075655Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3075836Z test_ref_duplicate_values_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3076034Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3076221Z test_ref_duplicate_values_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3076418Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3076602Z test_ref_duplicate_values_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3076788Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3076973Z test_ref_duplicate_values_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3077176Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3077364Z test_ref_duplicate_values_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3077562Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3077745Z test_ref_duplicate_values_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3077943Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T04:10:17.3078131Z test_ref_duplicate_values_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3078328Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3078617Z test_ref_duplicate_values_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3078817Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3079001Z test_ref_duplicate_values_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3079203Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3079390Z test_ref_duplicate_values_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3079589Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T04:10:17.3079777Z test_ref_duplicate_values_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3079975Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3080162Z test_ref_duplicate_values_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3080348Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3080531Z test_ref_duplicate_values_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3080729Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T04:10:17.3080909Z test_ref_duplicate_values_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3081184Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3081390Z test_ref_duplicate_values_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3081790Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3081975Z test_ref_duplicate_values_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3082169Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3082354Z test_ref_duplicate_values_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3082555Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3082897Z test_ref_duplicate_values_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3083195Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3083416Z test_ref_duplicate_values_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3083617Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3083809Z test_ref_duplicate_values_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3084005Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3084197Z test_ref_duplicate_values_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3084379Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3084569Z test_ref_duplicate_values_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3084769Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3084952Z test_ref_duplicate_values_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3085156Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3085341Z test_ref_duplicate_values_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3085540Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3085722Z test_ref_duplicate_values_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3085919Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3086098Z test_ref_duplicate_values_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3086416Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3086598Z test_ref_duplicate_values_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3086798Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3086979Z test_ref_duplicate_values_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3087181Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3087362Z test_ref_duplicate_values_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3087564Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3087738Z test_ref_duplicate_values_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3087938Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3088132Z test_ref_duplicate_values_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3088331Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T04:10:17.3088523Z test_ref_duplicate_values_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3088724Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3088992Z test_ref_duplicate_values_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3089259Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3089447Z test_ref_duplicate_values_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3089645Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3089831Z test_ref_duplicate_values_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3090033Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3090220Z test_ref_duplicate_values_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3090417Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3090601Z test_ref_duplicate_values_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3090803Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3090996Z test_ref_duplicate_values_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3091196Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3091370Z test_ref_duplicate_values_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3091568Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3091755Z test_ref_duplicate_values_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3091961Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3092150Z test_ref_duplicate_values_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3092349Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3092537Z test_ref_duplicate_values_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3092737Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3092920Z test_ref_duplicate_values_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3093123Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3093310Z test_ref_duplicate_values_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3093510Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3093808Z test_ref_duplicate_values_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3094007Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3094206Z test_ref_duplicate_values_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3094410Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T04:10:17.3094621Z test_ref_duplicate_values_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3094822Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3095027Z test_ref_duplicate_values_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3095211Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3095412Z test_ref_duplicate_values_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3095613Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-11-23T04:10:17.3095812Z test_ref_duplicate_values_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3096009Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3096281Z test_ref_duplicate_values_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3096499Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3096701Z test_ref_duplicate_values_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3096900Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3097095Z test_ref_duplicate_values_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3097290Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3097488Z test_ref_duplicate_values_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3097684Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3097884Z test_ref_duplicate_values_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3098088Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3098287Z test_ref_duplicate_values_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3098486Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3098682Z test_ref_duplicate_values_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3098864Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3099064Z test_ref_duplicate_values_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3099265Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3099461Z test_ref_duplicate_values_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3099658Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3099860Z test_ref_duplicate_values_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3100058Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T04:10:17.3100255Z test_ref_duplicate_values_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3100450Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T04:10:17.3100641Z test_ref_duplicate_values_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3100836Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3101135Z test_ref_duplicate_values_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3101334Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T04:10:17.3101525Z test_ref_duplicate_values_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3101727Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3101924Z test_ref_duplicate_values_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3102119Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3102314Z test_ref_duplicate_values_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3102512Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-11-23T04:10:17.3102693Z test_ref_duplicate_values_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3102892Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3103087Z test_ref_duplicate_values_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3103288Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3103560Z test_ref_duplicate_values_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3103779Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T04:10:17.3103971Z test_ref_duplicate_values_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3104169Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3104363Z test_ref_duplicate_values_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3104566Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3104763Z test_ref_duplicate_values_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3104961Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3105164Z test_ref_duplicate_values_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3105365Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3105565Z test_ref_duplicate_values_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3105762Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3105958Z test_ref_duplicate_values_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3106153Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3106336Z test_ref_duplicate_values_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3106538Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3106734Z test_ref_duplicate_values_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3106930Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3107126Z test_ref_duplicate_values_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3107326Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3107526Z test_ref_duplicate_values_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3107729Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3107928Z test_ref_duplicate_values_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3108127Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3108427Z test_ref_duplicate_values_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3108627Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3108824Z test_ref_duplicate_values_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3109028Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3109227Z test_ref_duplicate_values_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3109423Z Compares op against reference for input tensors with duplicate values ... ok (0.007s) 2022-11-23T04:10:17.3109621Z test_ref_duplicate_values_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3109819Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3110017Z test_ref_duplicate_values_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3110199Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3110393Z test_ref_duplicate_values_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3110588Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3110859Z test_ref_duplicate_values_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3111085Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3111285Z test_ref_duplicate_values_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3111483Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3111679Z test_ref_duplicate_values_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3111914Z Compares op against reference for input tensors with duplicate values ... expected failure (0.003s) 2022-11-23T04:10:17.3112119Z test_ref_duplicate_values_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3112316Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3112519Z test_ref_duplicate_values_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3112718Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3112918Z test_ref_duplicate_values_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3113116Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3113313Z test_ref_duplicate_values_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3113508Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3113705Z test_ref_duplicate_values_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3113885Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T04:10:17.3114080Z test_ref_duplicate_values_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3114275Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3114473Z test_ref_duplicate_values_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3114678Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T04:10:17.3114873Z test_ref_duplicate_values_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3115070Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3115263Z test_ref_duplicate_values_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3115562Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-11-23T04:10:17.3115758Z test_ref_duplicate_values_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3115958Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3116157Z test_ref_duplicate_values_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3116359Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T04:10:17.3116562Z test_ref_duplicate_values_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3116762Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3116967Z test_ref_duplicate_values_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3117164Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3117366Z test_ref_duplicate_values_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3117562Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3117745Z test_ref_duplicate_values_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3117943Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3118214Z test_ref_duplicate_values_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3118437Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3118633Z test_ref_duplicate_values_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3118835Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3119028Z test_ref_duplicate_values_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3119228Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3119424Z test_ref_duplicate_values_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3119621Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3119817Z test_ref_duplicate_values_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3120022Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T04:10:17.3120216Z test_ref_duplicate_values_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3120412Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3120617Z test_ref_duplicate_values_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3120812Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T04:10:17.3121018Z test_ref_duplicate_values_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3121212Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3121396Z test_ref_duplicate_values_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3121595Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-11-23T04:10:17.3121793Z test_ref_duplicate_values_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3121994Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3122191Z test_ref_duplicate_values_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3122389Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-11-23T04:10:17.3122582Z test_ref_duplicate_values_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3123465Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3123708Z test_ref_duplicate_values_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3124052Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3124341Z test_ref_duplicate_values_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3124665Z Compares op against reference for input tensors with duplicate values ... ok (0.015s) 2022-11-23T04:10:17.3124865Z test_ref_duplicate_values_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3125065Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3125258Z test_ref_duplicate_values_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3125459Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T04:10:17.3125654Z test_ref_duplicate_values_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3125853Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3126039Z test_ref_duplicate_values_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3126244Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3126565Z test_ref_duplicate_values_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3126797Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3126997Z test_ref_duplicate_values_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3127200Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3127398Z test_ref_duplicate_values_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3127605Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3127801Z test_ref_duplicate_values_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3128000Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3128194Z test_ref_duplicate_values_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3128398Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3128592Z test_ref_duplicate_values_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3128790Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3128984Z test_ref_duplicate_values_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3129180Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3129375Z test_ref_duplicate_values_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3129574Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T04:10:17.3129766Z test_ref_duplicate_values_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3129948Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3130155Z test_ref_duplicate_values_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3130353Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3130554Z test_ref_duplicate_values_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3130750Z Compares op against reference for input tensors with duplicate values ... ok (0.015s) 2022-11-23T04:10:17.3130949Z test_ref_duplicate_values_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3131260Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T04:10:17.3131460Z test_ref_duplicate_values_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3131662Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T04:10:17.3131858Z test_ref_duplicate_values_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3132058Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T04:10:17.3132249Z test_ref_duplicate_values_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3132449Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T04:10:17.3132641Z test_ref_duplicate_values_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3132837Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T04:10:17.3133033Z test_ref_duplicate_values_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3133233Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T04:10:17.3133427Z test_ref_duplicate_values_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3133611Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3133879Z test_ref_duplicate_values_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3134103Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T04:10:17.3134299Z test_ref_duplicate_values_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3134501Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3134696Z test_ref_duplicate_values_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3134897Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T04:10:17.3135086Z test_ref_duplicate_values_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3135288Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3135480Z test_ref_duplicate_values_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3135681Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3135870Z test_ref_duplicate_values_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3136071Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-11-23T04:10:17.3136264Z test_ref_duplicate_values_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3136490Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.3136687Z test_ref_duplicate_values_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3136886Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3137077Z test_ref_duplicate_values_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3137258Z Compares op against reference for input tensors with duplicate values ... ok (0.010s) 2022-11-23T04:10:17.3137451Z test_ref_duplicate_values_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3137650Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3137845Z test_ref_duplicate_values_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3138043Z Compares op against reference for input tensors with duplicate values ... ok (0.007s) 2022-11-23T04:10:17.3138235Z test_ref_duplicate_values_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3138536Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T04:10:17.3138728Z test_ref_duplicate_values_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3138929Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T04:10:17.3139116Z test_ref_duplicate_values_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3139320Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3139513Z test_ref_duplicate_values_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3139713Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3139900Z test_ref_duplicate_values_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3140097Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3140284Z test_ref_duplicate_values_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3140486Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3140676Z test_ref_duplicate_values_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3140859Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3141122Z test_ref_duplicate_values_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3141346Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3141546Z test_ref_duplicate_values_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3141746Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3141939Z test_ref_duplicate_values_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3142167Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.002s) 2022-11-23T04:10:17.3142360Z test_ref_duplicate_values_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3142585Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.3142776Z test_ref_duplicate_values_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3142979Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T04:10:17.3143167Z test_ref_duplicate_values_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3143367Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3143551Z test_ref_duplicate_values_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3143751Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3143935Z test_ref_duplicate_values_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3144140Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T04:10:17.3144321Z test_ref_duplicate_values_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3144518Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3144691Z test_ref_duplicate_values_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3144889Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T04:10:17.3145077Z test_ref_duplicate_values_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3145303Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.3145497Z test_ref_duplicate_values_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3145723Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.3146020Z test_ref_duplicate_values_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3146247Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.010s) 2022-11-23T04:10:17.3146435Z test_ref_duplicate_values_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3146663Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.3146850Z test_ref_duplicate_values_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3147068Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.3147256Z test_ref_duplicate_values_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3147479Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.3147664Z test_ref_duplicate_values_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3147870Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3148065Z test_ref_duplicate_values_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3148269Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3148522Z test_ref_duplicate_values_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3148746Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3148931Z test_ref_duplicate_values_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3149153Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.3149336Z test_ref_duplicate_values_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3149539Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3149729Z test_ref_duplicate_values_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3149930Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3150111Z test_ref_duplicate_values_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3150312Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3150494Z test_ref_duplicate_values_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3150691Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T04:10:17.3150875Z test_ref_duplicate_values_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3151075Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3151257Z test_ref_duplicate_values_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3151463Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3151646Z test_ref_duplicate_values_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3151845Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T04:10:17.3152023Z test_ref_duplicate_values_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3152250Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.3152442Z test_ref_duplicate_values_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3152670Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.3152857Z test_ref_duplicate_values_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3153075Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.003s) 2022-11-23T04:10:17.3153361Z test_ref_duplicate_values_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3153588Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.002s) 2022-11-23T04:10:17.3153772Z test_ref_duplicate_values_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3153994Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.3154189Z test_ref_extremal_values_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3154391Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-11-23T04:10:17.3154574Z test_ref_extremal_values_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3154773Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-11-23T04:10:17.3154957Z test_ref_extremal_values_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3155160Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-11-23T04:10:17.3155342Z test_ref_extremal_values_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3155541Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-11-23T04:10:17.3155715Z test_ref_extremal_values_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3155990Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T04:10:17.3156199Z test_ref_extremal_values_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3156400Z Compares op against reference for input tensors with extremal values ... ok (0.002s) 2022-11-23T04:10:17.3156590Z test_ref_extremal_values_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3156789Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T04:10:17.3156977Z test_ref_extremal_values_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3157178Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T04:10:17.3157384Z test_ref_extremal_values_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3157578Z Compares op against reference for input tensors with extremal values ... ok (0.006s) 2022-11-23T04:10:17.3157784Z test_ref_extremal_values_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3157984Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T04:10:17.3158179Z test_ref_extremal_values_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3158376Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T04:10:17.3158572Z test_ref_extremal_values_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3158771Z Compares op against reference for input tensors with extremal values ... ok (0.013s) 2022-11-23T04:10:17.3158976Z test_ref_extremal_values_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3159171Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-11-23T04:10:17.3159354Z test_ref_extremal_values_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3159550Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-11-23T04:10:17.3159748Z test_ref_extremal_values_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3160157Z 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-23T04:10:17.3160279Z ret = ret.dtype.type(ret / rcount) 2022-11-23T04:10:17.3160363Z ok (0.007s) 2022-11-23T04:10:17.3160564Z test_ref_extremal_values_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3160867Z Compares op against reference for input tensors with extremal values ... ok (0.006s) 2022-11-23T04:10:17.3161067Z test_ref_extremal_values_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3161262Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-11-23T04:10:17.3161465Z test_ref_extremal_values_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3161663Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-11-23T04:10:17.3161864Z test_ref_extremal_values_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3162270Z 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-23T04:10:17.3162453Z arrmean = um.true_divide(arrmean, div, out=arrmean, casting='unsafe', 2022-11-23T04:10:17.3162759Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:230: RuntimeWarning: invalid value encountered in subtract 2022-11-23T04:10:17.3162875Z x = asanyarray(arr - arrmean) 2022-11-23T04:10:17.3162958Z ok (0.009s) 2022-11-23T04:10:17.3163154Z test_ref_extremal_values_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3163868Z Compares op against reference for input tensors with extremal values ... ok (0.009s) 2022-11-23T04:10:17.3164130Z test_ref_extremal_values_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3164331Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-11-23T04:10:17.3164528Z test_ref_extremal_values_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3164730Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-11-23T04:10:17.3164936Z test_ref_extremal_values_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3165133Z Compares op against reference for input tensors with extremal values ... ok (0.006s) 2022-11-23T04:10:17.3165329Z test_ref_extremal_values_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3165529Z Compares op against reference for input tensors with extremal values ... ok (0.006s) 2022-11-23T04:10:17.3165723Z test_ref_extremal_values_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3165949Z Compares op against reference for input tensors with extremal values ... skip: Skipped! (0.002s) 2022-11-23T04:10:17.3166137Z test_ref_extremal_values_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3166338Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T04:10:17.3166529Z test_ref_extremal_values_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3166728Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T04:10:17.3166919Z test_ref_extremal_values_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3167117Z Compares op against reference for input tensors with extremal values ... ok (0.007s) 2022-11-23T04:10:17.3167307Z test_ref_extremal_values_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3167494Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T04:10:17.3167682Z test_ref_extremal_values_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3167878Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T04:10:17.3168066Z test_ref_extremal_values_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3168264Z Compares op against reference for input tensors with extremal values ... ok (0.006s) 2022-11-23T04:10:17.3168449Z test_ref_extremal_values_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3168769Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-11-23T04:10:17.3168959Z test_ref_extremal_values_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3169154Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T04:10:17.3169339Z test_ref_extremal_values_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3169532Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T04:10:17.3169718Z test_ref_extremal_values_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3169914Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-11-23T04:10:17.3170096Z test_ref_extremal_values_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3170296Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-11-23T04:10:17.3170479Z test_ref_large_input_1D_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3170690Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.005s) 2022-11-23T04:10:17.3170857Z test_ref_large_input_1D_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3171071Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T04:10:17.3171329Z test_ref_large_input_1D_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3171566Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.010s) 2022-11-23T04:10:17.3171746Z test_ref_large_input_1D_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3171955Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.000s) 2022-11-23T04:10:17.3172141Z test_ref_large_input_1D_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3172346Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.010s) 2022-11-23T04:10:17.3172525Z test_ref_large_input_1D_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3172726Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.010s) 2022-11-23T04:10:17.3172925Z test_ref_large_input_1D_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3173137Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-11-23T04:10:17.3173332Z test_ref_large_input_1D_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3173541Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.007s) 2022-11-23T04:10:17.3173735Z test_ref_large_input_1D_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3173939Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.007s) 2022-11-23T04:10:17.3174140Z test_ref_large_input_1D_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3174342Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.008s) 2022-11-23T04:10:17.3174538Z test_ref_large_input_1D_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3174730Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.007s) 2022-11-23T04:10:17.3174923Z test_ref_large_input_1D_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3175122Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.008s) 2022-11-23T04:10:17.3175316Z test_ref_large_input_1D_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3175524Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.008s) 2022-11-23T04:10:17.3175716Z test_ref_large_input_1D_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3176018Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.010s) 2022-11-23T04:10:17.3176212Z test_ref_large_input_1D_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3176414Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-11-23T04:10:17.3176607Z test_ref_large_input_1D_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3176811Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.016s) 2022-11-23T04:10:17.3176993Z test_ref_large_input_1D_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3177195Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.008s) 2022-11-23T04:10:17.3177381Z test_ref_large_input_1D_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3177581Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.016s) 2022-11-23T04:10:17.3177770Z test_ref_large_input_1D_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3177968Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T04:10:17.3178150Z test_ref_large_input_1D_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3178418Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.015s) 2022-11-23T04:10:17.3178625Z test_ref_large_input_1D_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3178832Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.026s) 2022-11-23T04:10:17.3179011Z test_ref_large_input_1D_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3179213Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.008s) 2022-11-23T04:10:17.3179396Z test_ref_large_input_1D_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3179602Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.022s) 2022-11-23T04:10:17.3179782Z test_ref_large_input_2D_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3180000Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-11-23T04:10:17.3180184Z test_ref_large_input_2D_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3180400Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.017s) 2022-11-23T04:10:17.3180581Z test_ref_large_input_2D_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3180796Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.012s) 2022-11-23T04:10:17.3180975Z test_ref_large_input_2D_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3181186Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.014s) 2022-11-23T04:10:17.3181375Z test_ref_large_input_2D_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3181582Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-11-23T04:10:17.3181770Z test_ref_large_input_2D_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3181970Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.015s) 2022-11-23T04:10:17.3182169Z test_ref_large_input_2D_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3182382Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.017s) 2022-11-23T04:10:17.3182579Z test_ref_large_input_2D_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3182792Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.015s) 2022-11-23T04:10:17.3183088Z test_ref_large_input_2D_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3183300Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.013s) 2022-11-23T04:10:17.3183502Z test_ref_large_input_2D_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3183921Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.014s) 2022-11-23T04:10:17.3184135Z test_ref_large_input_2D_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3184346Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.012s) 2022-11-23T04:10:17.3184535Z test_ref_large_input_2D_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3184744Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.006s) 2022-11-23T04:10:17.3185084Z test_ref_large_input_2D_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3185436Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.023s) 2022-11-23T04:10:17.3185650Z test_ref_large_input_2D_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3185860Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.030s) 2022-11-23T04:10:17.3186149Z test_ref_large_input_2D_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3186385Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-11-23T04:10:17.3186563Z test_ref_large_input_2D_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3186774Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.031s) 2022-11-23T04:10:17.3186955Z test_ref_large_input_2D_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3187167Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-11-23T04:10:17.3187363Z test_ref_large_input_2D_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3187571Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.038s) 2022-11-23T04:10:17.3187756Z test_ref_large_input_2D_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3187965Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.029s) 2022-11-23T04:10:17.3188150Z test_ref_large_input_2D_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3188362Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-11-23T04:10:17.3188542Z test_ref_large_input_2D_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3188752Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.052s) 2022-11-23T04:10:17.3188933Z test_ref_large_input_2D_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3189192Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.016s) 2022-11-23T04:10:17.3189376Z test_ref_large_input_2D_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3189585Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.053s) 2022-11-23T04:10:17.3189790Z test_ref_large_input_64bit_indexing_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3190023Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.621s) 2022-11-23T04:10:17.3190225Z test_ref_large_input_64bit_indexing_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3190435Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.527s) 2022-11-23T04:10:17.3190634Z test_ref_large_input_64bit_indexing_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3191114Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.563s) 2022-11-23T04:10:17.3191323Z test_ref_large_input_64bit_indexing_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3191554Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.729s) 2022-11-23T04:10:17.3191765Z test_ref_large_input_64bit_indexing_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3192140Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.592s) 2022-11-23T04:10:17.3192461Z test_ref_large_input_64bit_indexing_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3192702Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.562s) 2022-11-23T04:10:17.3192920Z test_ref_large_input_64bit_indexing_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3193152Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (2.211s) 2022-11-23T04:10:17.3193363Z test_ref_large_input_64bit_indexing_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3193591Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.505s) 2022-11-23T04:10:17.3193896Z test_ref_large_input_64bit_indexing_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3194149Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.621s) 2022-11-23T04:10:17.3194365Z test_ref_large_input_64bit_indexing_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3194592Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.567s) 2022-11-23T04:10:17.3194802Z test_ref_large_input_64bit_indexing_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3195027Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.575s) 2022-11-23T04:10:17.3195240Z test_ref_large_input_64bit_indexing_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3195465Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.670s) 2022-11-23T04:10:17.3195665Z test_ref_large_input_64bit_indexing_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3195894Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.600s) 2022-11-23T04:10:17.3196104Z test_ref_large_input_64bit_indexing_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3196329Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (3.920s) 2022-11-23T04:10:17.3196540Z test_ref_large_input_64bit_indexing_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3196769Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.699s) 2022-11-23T04:10:17.3196980Z test_ref_large_input_64bit_indexing_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3197204Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (3.755s) 2022-11-23T04:10:17.3197408Z test_ref_large_input_64bit_indexing_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3197630Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.720s) 2022-11-23T04:10:17.3198001Z test_ref_large_input_64bit_indexing_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3198237Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.148s) 2022-11-23T04:10:17.3198443Z test_ref_large_input_64bit_indexing_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3198776Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (3.608s) 2022-11-23T04:10:17.3199121Z test_ref_large_input_64bit_indexing_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3199465Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.655s) 2022-11-23T04:10:17.3199675Z test_ref_large_input_64bit_indexing_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3199899Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.477s) 2022-11-23T04:10:17.3200099Z test_ref_large_input_64bit_indexing_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3200325Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.679s) 2022-11-23T04:10:17.3200524Z test_ref_large_input_64bit_indexing_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3200736Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.487s) 2022-11-23T04:10:17.3200917Z test_ref_scalar_input_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3201096Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3201287Z test_ref_scalar_input_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3201557Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3201763Z test_ref_scalar_input_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3201943Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3202121Z test_ref_scalar_input_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3202295Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3202474Z test_ref_scalar_input_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3202656Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3202829Z test_ref_scalar_input_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3203004Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3203182Z test_ref_scalar_input_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3203360Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3203536Z test_ref_scalar_input_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3203712Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3203870Z test_ref_scalar_input_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3204046Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3204222Z test_ref_scalar_input_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3204399Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3204577Z test_ref_scalar_input_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3204904Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3205090Z test_ref_scalar_input_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3205267Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3205450Z test_ref_scalar_input_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3205625Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3205898Z test_ref_scalar_input_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3206109Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3206406Z test_ref_scalar_input_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3206697Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3206875Z test_ref_scalar_input_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3207047Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3207206Z test_ref_scalar_input_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3207381Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3207560Z test_ref_scalar_input_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3207734Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3207910Z test_ref_scalar_input_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3208084Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3208262Z test_ref_scalar_input_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3208436Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3208616Z test_ref_scalar_input_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3208788Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3208968Z test_ref_scalar_input_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3209141Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3209403Z test_ref_scalar_input_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3209600Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3209781Z test_ref_scalar_input_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3209956Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3210130Z test_ref_scalar_input_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3210287Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3210467Z test_ref_scalar_input_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3210643Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3210817Z test_ref_scalar_input_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3210991Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-11-23T04:10:17.3211171Z test_ref_scalar_input_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3211344Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3211520Z test_ref_scalar_input_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3211841Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3212022Z test_ref_scalar_input_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3212195Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3212386Z test_ref_scalar_input_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3212560Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3212863Z test_ref_scalar_input_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3213048Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3213337Z test_ref_scalar_input_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3213504Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T04:10:17.3213680Z test_ref_scalar_input_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3213853Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3214024Z test_ref_scalar_input_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3214198Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3214484Z test_ref_scalar_input_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3214658Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3214837Z test_ref_scalar_input_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3215011Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3215188Z test_ref_scalar_input_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3215361Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3215537Z test_ref_scalar_input_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3215708Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T04:10:17.3215883Z test_ref_scalar_input_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3216055Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3216245Z test_ref_scalar_input_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3216403Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3216586Z test_ref_scalar_input_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3216756Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3217018Z test_ref_scalar_input_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3217218Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3217401Z test_ref_scalar_input_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3217574Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3217753Z test_ref_scalar_input_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3217929Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T04:10:17.3218112Z test_ref_scalar_input_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3218287Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3218461Z test_ref_scalar_input_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3218803Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3218995Z test_ref_scalar_input_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3219169Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3219353Z test_ref_scalar_input_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3219529Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3219828Z test_ref_scalar_input_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3220013Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3220320Z test_ref_scalar_input_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3220506Z Compares op against reference for scalar input tensors ... ok (0.012s) 2022-11-23T04:10:17.3220686Z test_ref_scalar_input_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3220861Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3221043Z test_ref_scalar_input_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3221215Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3221394Z test_ref_scalar_input_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3221567Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3221745Z test_ref_scalar_input_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3221918Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3222096Z test_ref_scalar_input_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3222387Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3222582Z test_ref_scalar_input_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3222757Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3222966Z test_ref_scalar_input_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3223126Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3223329Z test_ref_scalar_input_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3223502Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3223698Z test_ref_scalar_input_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3223873Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3224069Z test_ref_scalar_input_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3224243Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3224431Z test_ref_scalar_input_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3224603Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3224876Z test_ref_scalar_input_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3225074Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3225262Z test_ref_scalar_input_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3225437Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3225780Z test_ref_scalar_input_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3225956Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3226152Z test_ref_scalar_input_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3226325Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3226501Z test_ref_scalar_input_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3226827Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3227165Z test_ref_scalar_input_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3227347Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-11-23T04:10:17.3227536Z test_ref_scalar_input_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3227712Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3227901Z test_ref_scalar_input_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3228075Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3228269Z test_ref_scalar_input_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3228444Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3228632Z test_ref_scalar_input_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3228806Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3228999Z test_ref_scalar_input_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3229173Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T04:10:17.3229359Z test_ref_scalar_input_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3229535Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3229707Z test_ref_scalar_input_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3229882Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3230183Z test_ref_scalar_input_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3230359Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3230543Z test_ref_scalar_input_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3230719Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3230909Z test_ref_scalar_input_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3231084Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3231271Z test_ref_scalar_input_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3231446Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T04:10:17.3231632Z test_ref_scalar_input_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3231806Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3231992Z test_ref_scalar_input_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3232165Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3232435Z test_ref_scalar_input_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3232758Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3232970Z test_ref_scalar_input_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3233129Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3233325Z test_ref_scalar_input_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3233617Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T04:10:17.3233963Z test_ref_scalar_input_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3234163Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3234353Z test_ref_scalar_input_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3234525Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3234716Z test_ref_scalar_input_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3234895Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3235083Z test_ref_scalar_input_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3235256Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3235440Z test_ref_scalar_input_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3235611Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3235802Z test_ref_scalar_input_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3235980Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3236171Z test_ref_scalar_input_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3236347Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3236526Z test_ref_scalar_input_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3236702Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3236894Z test_ref_scalar_input_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3237070Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3237258Z test_ref_scalar_input_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3237433Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3237621Z test_ref_scalar_input_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3237909Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3238096Z test_ref_scalar_input_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3238272Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3238462Z test_ref_scalar_input_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3238635Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3238829Z test_ref_scalar_input_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3239006Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3239194Z test_ref_scalar_input_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3239519Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3239719Z test_ref_scalar_input_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3239879Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3240078Z test_ref_scalar_input_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3240255Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3240655Z test_ref_scalar_input_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3240998Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3241201Z test_ref_scalar_input_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3241374Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3241560Z test_ref_scalar_input_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3241732Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3241926Z test_ref_scalar_input_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3242103Z Compares op against reference for scalar input tensors ... ok (0.007s) 2022-11-23T04:10:17.3242292Z test_ref_scalar_input_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3242467Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3242660Z test_ref_scalar_input_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3242835Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3243020Z test_ref_scalar_input_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3243195Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3243363Z test_ref_scalar_input_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3243536Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3243724Z test_ref_scalar_input_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3243897Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3244086Z test_ref_scalar_input_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3244261Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3244468Z test_ref_scalar_input_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3244642Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3244843Z test_ref_scalar_input_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3245016Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3245208Z test_ref_scalar_input_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3245383Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3246159Z test_ref_scalar_input_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3246510Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3246703Z test_ref_scalar_input_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3246876Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3247072Z test_ref_scalar_input_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3247232Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3247543Z test_ref_scalar_input_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3247753Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3248076Z test_ref_scalar_input_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3248260Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3248448Z test_ref_scalar_input_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3248622Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3248809Z test_ref_scalar_input_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3249088Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3249311Z test_ref_scalar_input_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3249486Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3249683Z test_ref_scalar_input_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3249858Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3250051Z test_ref_scalar_input_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3250233Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3250424Z test_ref_scalar_input_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3250597Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3250771Z test_ref_scalar_input_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3250950Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-11-23T04:10:17.3251136Z test_ref_scalar_input_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3251311Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3251498Z test_ref_scalar_input_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3251673Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3251859Z test_ref_scalar_input_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3252035Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3252222Z test_ref_scalar_input_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3252397Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3252582Z test_ref_scalar_input_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3252760Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T04:10:17.3252945Z test_ref_scalar_input_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3253119Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3253485Z test_ref_scalar_input_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3253667Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3253861Z test_ref_scalar_input_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3254133Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3254436Z test_ref_scalar_input_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3254647Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3254980Z test_ref_scalar_input_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3255161Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T04:10:17.3255351Z test_ref_scalar_input_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3255525Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3255712Z test_ref_scalar_input_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3255889Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3256072Z test_ref_scalar_input_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3256247Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3256431Z test_ref_scalar_input_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3256606Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3256791Z test_ref_scalar_input_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3257052Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3257259Z test_ref_scalar_input_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3257432Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T04:10:17.3257614Z test_ref_scalar_input_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3257786Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3257981Z test_ref_scalar_input_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3258160Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3258350Z test_ref_scalar_input_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3258528Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3258720Z test_ref_scalar_input_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3258895Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3259082Z test_ref_scalar_input_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3259257Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T04:10:17.3259441Z test_ref_scalar_input_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3259617Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3259807Z test_ref_scalar_input_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3259983Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3260310Z test_ref_scalar_input_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3260496Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3260685Z test_ref_scalar_input_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3260845Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3261029Z test_ref_scalar_input_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3261207Z Compares op against reference for scalar input tensors ... ok (0.011s) 2022-11-23T04:10:17.3261525Z test_ref_scalar_input_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3261827Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3262126Z test_ref_scalar_input_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3262299Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3262479Z test_ref_scalar_input_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3262652Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3262834Z test_ref_scalar_input_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3263009Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3263189Z test_ref_scalar_input_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3263362Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3263551Z test_ref_scalar_input_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3263724Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3263910Z test_ref_scalar_input_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3264069Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3264253Z test_ref_scalar_input_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3264426Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3264679Z test_ref_scalar_input_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3264878Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3265062Z test_ref_scalar_input_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3265236Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3265419Z test_ref_scalar_input_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3265590Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3265773Z test_ref_scalar_input_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3265947Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3266126Z test_ref_scalar_input_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3266300Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3266484Z test_ref_scalar_input_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3266660Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3266836Z test_ref_scalar_input_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3267134Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3267376Z test_ref_scalar_input_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3267553Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3267740Z test_ref_scalar_input_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3267914Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3268096Z test_ref_scalar_input_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3268420Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3268745Z test_ref_scalar_input_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3268928Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3269115Z test_ref_scalar_input_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3269287Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3269467Z test_ref_scalar_input_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3269640Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3269933Z test_ref_scalar_input_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3270109Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3270292Z test_ref_scalar_input_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3270468Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3270630Z test_ref_scalar_input_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3270805Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3270980Z test_ref_scalar_input_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3271152Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3271330Z test_ref_scalar_input_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3271504Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T04:10:17.3271683Z test_ref_scalar_input_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3271862Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-11-23T04:10:17.3272039Z test_ref_scalar_input_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3272211Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3272399Z test_ref_scalar_input_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3272859Z 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-23T04:10:17.3273042Z ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-11-23T04:10:17.3273357Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:254: RuntimeWarning: invalid value encountered in double_scalars 2022-11-23T04:10:17.3273481Z ret = ret.dtype.type(ret / rcount) 2022-11-23T04:10:17.3273566Z ok (0.002s) 2022-11-23T04:10:17.3273800Z test_ref_scalar_input_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3292511Z 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-23T04:10:17.3292714Z ret = ret.dtype.type(ret / rcount) 2022-11-23T04:10:17.3292795Z ok (0.002s) 2022-11-23T04:10:17.3292989Z test_ref_scalar_input_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3293171Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T04:10:17.3293338Z test_ref_scalar_input_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3293511Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3293680Z test_ref_scalar_input_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3293845Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3294017Z test_ref_scalar_input_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3294353Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3294542Z test_ref_scalar_input_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3294709Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3295028Z test_ref_scalar_input_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3295455Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3295781Z test_ref_scalar_input_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3295962Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3296131Z test_ref_scalar_input_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3296294Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3296670Z test_ref_scalar_input_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3296834Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3296998Z test_ref_scalar_input_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3297163Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3297338Z test_ref_scalar_input_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3297505Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3297672Z test_ref_scalar_input_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3297837Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3298002Z test_ref_scalar_input_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3298167Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3298338Z test_ref_scalar_input_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3298502Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3298678Z test_ref_scalar_input_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3299152Z 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-23T04:10:17.3299348Z return _methods._var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-11-23T04:10:17.3299423Z ok (0.004s) 2022-11-23T04:10:17.3299600Z test_ref_scalar_input_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3299767Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3299935Z test_ref_scalar_input_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3300093Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3300263Z test_ref_scalar_input_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3300429Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T04:10:17.3300730Z test_ref_scalar_input_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3300933Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T04:10:17.3301108Z test_ref_small_input_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3301285Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3301707Z test_ref_small_input_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3302043Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3302231Z test_ref_small_input_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3302410Z Compares op against reference for small input tensors ... ok (0.007s) 2022-11-23T04:10:17.3302591Z test_ref_small_input_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3302767Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3302940Z test_ref_small_input_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3303109Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3303279Z test_ref_small_input_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3303431Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3303605Z test_ref_small_input_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3303775Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3303948Z test_ref_small_input_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3304123Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3304294Z test_ref_small_input_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3304594Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3304769Z test_ref_small_input_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3304941Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3305116Z test_ref_small_input_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3305296Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3305469Z test_ref_small_input_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3305643Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3305823Z test_ref_small_input_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3306000Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3306177Z test_ref_small_input_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3306339Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3306516Z test_ref_small_input_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3306687Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3306861Z test_ref_small_input_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3307761Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3308352Z test_ref_small_input_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3308539Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3308715Z test_ref_small_input_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3308895Z Compares op against reference for small input tensors ... ok (0.013s) 2022-11-23T04:10:17.3309071Z test_ref_small_input_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3309250Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3309423Z test_ref_small_input_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3309594Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3309767Z test_ref_small_input_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3309947Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3310128Z test_ref_small_input_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3310299Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3310460Z test_ref_small_input_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3310633Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3310809Z test_ref_small_input_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3310983Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3311156Z test_ref_small_input_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3311324Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3311494Z test_ref_small_input_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3311662Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3311833Z test_ref_small_input_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3312001Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T04:10:17.3312173Z test_ref_small_input_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3312344Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3312516Z test_ref_small_input_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3312685Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3313000Z test_ref_small_input_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3313173Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3313340Z test_ref_small_input_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3313675Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3313867Z test_ref_small_input_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3314042Z Compares op against reference for small input tensors ... ok (0.012s) 2022-11-23T04:10:17.3314388Z test_ref_small_input_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3314751Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3314927Z test_ref_small_input_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3315096Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3315274Z test_ref_small_input_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3315443Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3315616Z test_ref_small_input_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3315784Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3316049Z test_ref_small_input_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3316245Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3316414Z test_ref_small_input_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3316589Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3316745Z test_ref_small_input_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3316919Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3317095Z test_ref_small_input_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3317267Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3317453Z test_ref_small_input_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3317625Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3317810Z test_ref_small_input_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3317980Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3318162Z test_ref_small_input_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3318332Z Compares op against reference for small input tensors ... ok (0.002s) 2022-11-23T04:10:17.3318511Z test_ref_small_input_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3318688Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3318869Z test_ref_small_input_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3319043Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3319221Z test_ref_small_input_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3319396Z Compares op against reference for small input tensors ... ok (0.007s) 2022-11-23T04:10:17.3319569Z test_ref_small_input_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3319726Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3320071Z test_ref_small_input_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3320252Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3320434Z test_ref_small_input_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3320757Z Compares op against reference for small input tensors ... ok (0.009s) 2022-11-23T04:10:17.3321136Z test_ref_small_input_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3321439Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3321619Z test_ref_small_input_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3321794Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3321977Z test_ref_small_input_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3322158Z Compares op against reference for small input tensors ... ok (0.011s) 2022-11-23T04:10:17.3322333Z test_ref_small_input_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3322506Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3322778Z test_ref_small_input_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3323051Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3323232Z test_ref_small_input_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3323389Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3323568Z test_ref_small_input_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3323744Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3323934Z test_ref_small_input_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3324208Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3324436Z test_ref_small_input_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3324612Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3324811Z test_ref_small_input_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3324988Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3325183Z test_ref_small_input_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3325361Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3325553Z test_ref_small_input_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3325726Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3325919Z test_ref_small_input_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3326092Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3326417Z test_ref_small_input_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3326617Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3326789Z test_ref_small_input_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3326965Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3327494Z test_ref_small_input_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3327709Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3327901Z test_ref_small_input_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3328076Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3328268Z test_ref_small_input_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3328443Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3328633Z test_ref_small_input_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3328807Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3328993Z test_ref_small_input_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3329159Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3329454Z test_ref_small_input_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3329620Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3329810Z test_ref_small_input_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3329985Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3330173Z test_ref_small_input_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3330345Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3330530Z test_ref_small_input_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3330703Z Compares op against reference for small input tensors ... ok (0.011s) 2022-11-23T04:10:17.3330886Z test_ref_small_input_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3331058Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3331244Z test_ref_small_input_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3331401Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3331587Z test_ref_small_input_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3331757Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3332024Z test_ref_small_input_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3332220Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3332412Z test_ref_small_input_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3332584Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3332924Z test_ref_small_input_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3333105Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3333340Z test_ref_small_input_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3333808Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3334215Z test_ref_small_input_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3334401Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3334594Z test_ref_small_input_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3334768Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3334952Z test_ref_small_input_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3335124Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3335302Z test_ref_small_input_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3335476Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3335672Z test_ref_small_input_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3335847Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3336039Z test_ref_small_input_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3336212Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3336404Z test_ref_small_input_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3336577Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3336764Z test_ref_small_input_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3336937Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3337123Z test_ref_small_input_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3337295Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3337614Z test_ref_small_input_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3337789Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3337978Z test_ref_small_input_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3338152Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3338347Z test_ref_small_input_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3338506Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3338698Z test_ref_small_input_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3338872Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T04:10:17.3339063Z test_ref_small_input_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3339241Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3339588Z test_ref_small_input_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3339763Z Compares op against reference for small input tensors ... ok (0.011s) 2022-11-23T04:10:17.3339951Z test_ref_small_input_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3340308Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3340786Z test_ref_small_input_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3340990Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3341181Z test_ref_small_input_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3341354Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3341542Z test_ref_small_input_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3341721Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3341906Z test_ref_small_input_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3342112Z Compares op against reference for small input tensors ... expected failure (0.003s) 2022-11-23T04:10:17.3342293Z test_ref_small_input_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3342471Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3342666Z test_ref_small_input_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3342840Z Compares op against reference for small input tensors ... ok (0.007s) 2022-11-23T04:10:17.3343026Z test_ref_small_input_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3343197Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3343384Z test_ref_small_input_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3343558Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3343745Z test_ref_small_input_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3343918Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3344102Z test_ref_small_input_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3344279Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3344462Z test_ref_small_input_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3344634Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3344817Z test_ref_small_input_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3344991Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T04:10:17.3345174Z test_ref_small_input_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3345440Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T04:10:17.3345626Z test_ref_small_input_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3345956Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3346155Z test_ref_small_input_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3346376Z Compares op against reference for small input tensors ... ok (0.014s) 2022-11-23T04:10:17.3346811Z test_ref_small_input_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3347223Z Compares op against reference for small input tensors ... ok (0.007s) 2022-11-23T04:10:17.3347431Z test_ref_small_input_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3347606Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T04:10:17.3347796Z test_ref_small_input_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3348130Z Compares op against reference for small input tensors ... ok (0.007s) 2022-11-23T04:10:17.3348476Z test_ref_small_input_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3348796Z Compares op against reference for small input tensors ... ok (0.007s) 2022-11-23T04:10:17.3349142Z test_ref_small_input_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3349601Z Compares op against reference for small input tensors ... ok (0.007s) 2022-11-23T04:10:17.3349973Z test_ref_small_input_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3350340Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.3350664Z test_ref_small_input_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3350974Z Compares op against reference for small input tensors ... skip: Skipped! (0.002s) 2022-11-23T04:10:17.3351171Z test_ref_small_input_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3351357Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3351541Z test_ref_small_input_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3351741Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.3351931Z test_ref_small_input_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3352106Z Compares op against reference for small input tensors ... ok (0.016s) 2022-11-23T04:10:17.3352413Z test_ref_small_input_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3352632Z Compares op against reference for small input tensors ... ok (0.011s) 2022-11-23T04:10:17.3352826Z test_ref_small_input_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3353002Z Compares op against reference for small input tensors ... ok (0.011s) 2022-11-23T04:10:17.3353433Z test_ref_small_input_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3353773Z Compares op against reference for small input tensors ... ok (0.011s) 2022-11-23T04:10:17.3353966Z test_ref_small_input_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3354139Z Compares op against reference for small input tensors ... ok (0.009s) 2022-11-23T04:10:17.3354331Z test_ref_small_input_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3354490Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3354670Z test_ref_small_input_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3354845Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3355026Z test_ref_small_input_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3355199Z Compares op against reference for small input tensors ... ok (0.017s) 2022-11-23T04:10:17.3355515Z test_ref_small_input_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3355740Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T04:10:17.3355926Z test_ref_small_input_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3356100Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T04:10:17.3356284Z test_ref_small_input_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3356455Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T04:10:17.3356638Z test_ref_small_input_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3356807Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3357002Z test_ref_small_input_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3357177Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3357369Z test_ref_small_input_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3357541Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3357713Z test_ref_small_input_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3357886Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3358168Z test_ref_small_input_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3358373Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3358693Z test_ref_small_input_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3359072Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T04:10:17.3359258Z test_ref_small_input_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3359430Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3359772Z test_ref_small_input_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3360146Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3360333Z test_ref_small_input_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3360505Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T04:10:17.3360691Z test_ref_small_input_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3360862Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3361043Z test_ref_small_input_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3361213Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T04:10:17.3361390Z test_ref_small_input_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3361565Z Compares op against reference for small input tensors ... ok (0.015s) 2022-11-23T04:10:17.3361760Z test_ref_small_input_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3361931Z Compares op against reference for small input tensors ... ok (0.009s) 2022-11-23T04:10:17.3362120Z test_ref_small_input_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3362293Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T04:10:17.3362481Z test_ref_small_input_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3362652Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T04:10:17.3362837Z test_ref_small_input_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3363008Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T04:10:17.3363187Z test_ref_small_input_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3363360Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3363676Z test_ref_small_input_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3363848Z Compares op against reference for small input tensors ... ok (0.013s) 2022-11-23T04:10:17.3364028Z test_ref_small_input_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3364200Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3364384Z test_ref_small_input_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3364541Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3364719Z test_ref_small_input_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3364890Z Compares op against reference for small input tensors ... ok (0.011s) 2022-11-23T04:10:17.3365073Z test_ref_small_input_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3365380Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3365585Z test_ref_small_input_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3365757Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3365937Z test_ref_small_input_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3366498Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.3366832Z test_ref_small_input_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3367196Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3367544Z test_ref_small_input_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3367891Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3368210Z test_ref_small_input_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3368417Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.3368663Z test_ref_small_input_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3368895Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3369063Z test_ref_small_input_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3369237Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T04:10:17.3369417Z test_ref_small_input_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3369589Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3369774Z test_ref_small_input_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3369972Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.3370152Z test_ref_small_input_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3370323Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3370506Z test_ref_small_input_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3370678Z Compares op against reference for small input tensors ... ok (0.007s) 2022-11-23T04:10:17.3370855Z test_ref_small_input_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3371027Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3371208Z test_ref_small_input_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3371383Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3371558Z test_ref_small_input_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3371937Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3372122Z test_ref_small_input_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3372277Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3372929Z test_ref_small_input_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3373116Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T04:10:17.3373318Z test_ref_small_input_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3373634Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3373981Z test_ref_small_input_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3374301Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3374637Z test_ref_small_input_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3375004Z Compares op against reference for small input tensors ... skip: Skipped! (0.002s) 2022-11-23T04:10:17.3375331Z test_ref_small_input_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3375688Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.3376024Z test_ref_small_input_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3376354Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3376602Z test_ref_small_input_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3376782Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T04:10:17.3377079Z test_ref_small_input_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3377716Z 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-23T04:10:17.3377896Z test_ref_small_input_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3378644Z 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.006s) 2022-11-23T04:10:17.3379021Z test_ref_small_input_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3379411Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3379581Z test_ref_small_input_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3379757Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3379937Z test_ref_small_input_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3380108Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T04:10:17.3380290Z test_ref_small_input_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3380495Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.3380679Z test_ref_small_input_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3380878Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.3381058Z test_ref_small_input_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3381252Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.3381426Z test_ref_small_input_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3381621Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.3381793Z test_ref_small_input_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3381985Z Compares op against reference for small input tensors ... skip: Skipped! (0.010s) 2022-11-23T04:10:17.3382294Z test_ref_small_input_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3382470Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3382653Z test_ref_small_input_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3382810Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T04:10:17.3382995Z test_ref_small_input_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3383167Z Compares op against reference for small input tensors ... ok (0.014s) 2022-11-23T04:10:17.3383336Z test_ref_small_input_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3383529Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T04:10:17.3383701Z test_ref_small_input_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3383937Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3384242Z test_ref_small_input_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3384427Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T04:10:17.3384766Z test_ref_small_input_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3384942Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3385215Z test_ref_small_input_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3385670Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3385905Z test_ref_small_input_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3386084Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3386395Z test_ref_small_input_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3386560Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T04:10:17.3386733Z test_ref_small_input_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3386911Z Compares op against reference for small input tensors ... ok (0.009s) 2022-11-23T04:10:17.3387094Z test_ref_small_input_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3387293Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.3387474Z test_ref_small_input_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3387676Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.3387849Z test_ref_small_input_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3388043Z Compares op against reference for small input tensors ... skip: Skipped! (0.003s) 2022-11-23T04:10:17.3388219Z test_ref_small_input_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3388416Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.3388592Z test_ref_small_input_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3388786Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T04:10:17.3388984Z test_reference_masked_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3389223Z Test masked reduction operations on strided-only tensors using ... ok (0.092s) 2022-11-23T04:10:17.3389430Z test_reference_masked_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3389626Z Test masked reduction operations on strided-only tensors using ... ok (0.081s) 2022-11-23T04:10:17.3389802Z test_reference_masked_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3389995Z Test masked reduction operations on strided-only tensors using ... ok (0.078s) 2022-11-23T04:10:17.3390184Z test_reference_masked_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3390377Z Test masked reduction operations on strided-only tensors using ... ok (0.089s) 2022-11-23T04:10:17.3390707Z test_reference_masked_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3390899Z Test masked reduction operations on strided-only tensors using ... ok (0.061s) 2022-11-23T04:10:17.3391085Z test_reference_masked_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3391274Z Test masked reduction operations on strided-only tensors using ... ok (0.058s) 2022-11-23T04:10:17.3391677Z test_reference_masked_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3392068Z Test masked reduction operations on strided-only tensors using ... ok (0.066s) 2022-11-23T04:10:17.3392512Z test_reference_masked_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3392984Z Test masked reduction operations on strided-only tensors using ... ok (0.061s) 2022-11-23T04:10:17.3393347Z test_reference_masked_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3393731Z Test masked reduction operations on strided-only tensors using ... ok (0.062s) 2022-11-23T04:10:17.3394099Z test_reference_masked_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3394468Z Test masked reduction operations on strided-only tensors using ... ok (0.086s) 2022-11-23T04:10:17.3394847Z test_reference_masked_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3395403Z Test masked reduction operations on strided-only tensors using ... ok (0.090s) 2022-11-23T04:10:17.3395797Z test_reference_masked_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3396193Z Test masked reduction operations on strided-only tensors using ... ok (0.087s) 2022-11-23T04:10:17.3396589Z test_reference_masked_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3396982Z Test masked reduction operations on strided-only tensors using ... ok (0.084s) 2022-11-23T04:10:17.3397372Z test_reference_masked_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3410681Z Test masked reduction operations on strided-only tensors using ... ok (0.059s) 2022-11-23T04:10:17.3411842Z test_reference_masked_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3412306Z Test masked reduction operations on strided-only tensors using ... ok (0.063s) 2022-11-23T04:10:17.3412714Z test_reference_masked_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3413123Z Test masked reduction operations on strided-only tensors using ... ok (0.057s) 2022-11-23T04:10:17.3413498Z test_reference_masked_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3413896Z Test masked reduction operations on strided-only tensors using ... ok (0.058s) 2022-11-23T04:10:17.3414286Z test_reference_masked_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3414674Z Test masked reduction operations on strided-only tensors using ... ok (0.060s) 2022-11-23T04:10:17.3415090Z test_reference_masked_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3415673Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T04:10:17.3416003Z test_reference_masked_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3416469Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T04:10:17.3416809Z test_reference_masked_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3417036Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T04:10:17.3417242Z test_reference_masked_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3417464Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-11-23T04:10:17.3417661Z test_reference_masked_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3418922Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T04:10:17.3419117Z test_reference_masked_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3419334Z Test masked reduction operations on strided-only tensors using ... expected failure (0.002s) 2022-11-23T04:10:17.3419537Z test_reference_masked_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3419757Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T04:10:17.3419952Z test_reference_masked_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3420168Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T04:10:17.3420363Z test_reference_masked_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3420573Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T04:10:17.3420779Z test_reference_masked_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3421000Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T04:10:17.3421199Z test_reference_masked_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3421533Z Test masked reduction operations on strided-only tensors using ... expected failure (0.000s) 2022-11-23T04:10:17.3421740Z test_reference_masked_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3421955Z Test masked reduction operations on strided-only tensors using ... expected failure (0.012s) 2022-11-23T04:10:17.3422323Z test_reference_masked_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3422551Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T04:10:17.3422745Z test_reference_masked_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3422966Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T04:10:17.3423271Z test_reference_masked_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3423495Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T04:10:17.3423815Z test_reference_masked_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3424040Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T04:10:17.3424233Z test_reference_masked_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3424446Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T04:10:17.3424637Z test_reference_masked_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3424850Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T04:10:17.3425048Z test_reference_masked_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3425432Z 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-23T04:10:17.3425585Z return _methods._mean(a, axis=axis, dtype=dtype, 2022-11-23T04:10:17.3425890Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T04:10:17.3425990Z ret = um.true_divide( 2022-11-23T04:10:17.3426057Z ok (0.106s) 2022-11-23T04:10:17.3426251Z test_reference_masked_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3426652Z 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-23T04:10:17.3426908Z ret = ret.dtype.type(ret / rcount) 2022-11-23T04:10:17.3427019Z expected failure (0.022s) 2022-11-23T04:10:17.3427224Z test_reference_masked_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3427627Z 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-23T04:10:17.3427749Z ret = ret.dtype.type(ret / rcount) 2022-11-23T04:10:17.3427832Z ok (0.095s) 2022-11-23T04:10:17.3428035Z test_reference_masked_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3428230Z Test masked reduction operations on strided-only tensors using ... ok (0.101s) 2022-11-23T04:10:17.3428422Z test_reference_masked_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3428820Z 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-23T04:10:17.3428954Z ret = arr.dtype.type(ret / rcount) 2022-11-23T04:10:17.3429166Z ok (0.129s) 2022-11-23T04:10:17.3429366Z test_reference_masked_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3429564Z Test masked reduction operations on strided-only tensors using ... ok (0.109s) 2022-11-23T04:10:17.3429838Z test_reference_masked_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3430179Z Test masked reduction operations on strided-only tensors using ... ok (0.119s) 2022-11-23T04:10:17.3430515Z test_reference_masked_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3430716Z Test masked reduction operations on strided-only tensors using ... ok (0.088s) 2022-11-23T04:10:17.3430911Z test_reference_masked_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3431105Z Test masked reduction operations on strided-only tensors using ... ok (0.081s) 2022-11-23T04:10:17.3431292Z test_reference_masked_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3431486Z Test masked reduction operations on strided-only tensors using ... ok (0.091s) 2022-11-23T04:10:17.3431675Z test_reference_masked_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3431874Z Test masked reduction operations on strided-only tensors using ... ok (0.090s) 2022-11-23T04:10:17.3432066Z test_reference_masked_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3432256Z Test masked reduction operations on strided-only tensors using ... ok (0.083s) 2022-11-23T04:10:17.3432456Z test_reference_masked_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3432644Z Test masked reduction operations on strided-only tensors using ... ok (0.096s) 2022-11-23T04:10:17.3432833Z test_reference_masked_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3433268Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T04:10:17.3433479Z test_reference_masked_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3433669Z Test masked reduction operations on strided-only tensors using ... ok (0.083s) 2022-11-23T04:10:17.3433859Z test_reference_masked_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3434200Z Test masked reduction operations on strided-only tensors using ... ok (0.085s) 2022-11-23T04:10:17.3434404Z test_reference_masked_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3434592Z Test masked reduction operations on strided-only tensors using ... ok (0.091s) 2022-11-23T04:10:17.3434784Z test_reference_masked_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3434974Z Test masked reduction operations on strided-only tensors using ... ok (0.087s) 2022-11-23T04:10:17.3435299Z test_reference_masked_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3435663Z Test masked reduction operations on strided-only tensors using ... ok (0.108s) 2022-11-23T04:10:17.3436000Z test_reference_masked_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3436249Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.003s) 2022-11-23T04:10:17.3436442Z test_reference_masked_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3436677Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.003s) 2022-11-23T04:10:17.3437009Z test_reference_masked_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3437660Z Test masked reduction operations on strided-only tensors using ... ok (0.071s) 2022-11-23T04:10:17.3437857Z test_reference_masked_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3438091Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.003s) 2022-11-23T04:10:17.3438283Z test_reference_masked_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3438473Z Test masked reduction operations on strided-only tensors using ... ok (0.072s) 2022-11-23T04:10:17.3438755Z test_reference_masked_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3439338Z 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-23T04:10:17.3439519Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-11-23T04:10:17.3439824Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:251: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T04:10:17.3439924Z ret = um.true_divide( 2022-11-23T04:10:17.3440012Z ok (0.281s) 2022-11-23T04:10:17.3440213Z test_reference_masked_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3440610Z 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-23T04:10:17.3440759Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-11-23T04:10:17.3440842Z ok (0.285s) 2022-11-23T04:10:17.3441047Z test_reference_masked_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3441461Z Test masked reduction operations on strided-only tensors using ... ok (0.261s) 2022-11-23T04:10:17.3441662Z test_reference_masked_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3441860Z Test masked reduction operations on strided-only tensors using ... ok (0.278s) 2022-11-23T04:10:17.3442060Z test_reference_masked_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3442427Z Test masked reduction operations on strided-only tensors using ... ok (0.278s) 2022-11-23T04:10:17.3442616Z test_reference_masked_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3443153Z 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-23T04:10:17.3443297Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-11-23T04:10:17.3443381Z ok (0.259s) 2022-11-23T04:10:17.3443571Z test_reference_masked_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3443892Z Test masked reduction operations on strided-only tensors using ... ok (0.237s) 2022-11-23T04:10:17.3444090Z test_reference_masked_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3444400Z Test masked reduction operations on strided-only tensors using ... ok (0.223s) 2022-11-23T04:10:17.3444592Z test_reference_masked_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3444916Z Test masked reduction operations on strided-only tensors using ... ok (0.210s) 2022-11-23T04:10:17.3445107Z test_reference_masked_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3445298Z Test masked reduction operations on strided-only tensors using ... ok (0.231s) 2022-11-23T04:10:17.3445490Z test_reference_masked_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3445683Z Test masked reduction operations on strided-only tensors using ... ok (0.239s) 2022-11-23T04:10:17.3445875Z test_reference_masked_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3446068Z Test masked reduction operations on strided-only tensors using ... ok (0.085s) 2022-11-23T04:10:17.3446253Z test_reference_masked_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3446488Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T04:10:17.3446691Z test_reference_masked_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3446865Z Test masked reduction operations on strided-only tensors using ... ok (0.077s) 2022-11-23T04:10:17.3447063Z test_reference_masked_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3447253Z Test masked reduction operations on strided-only tensors using ... ok (0.082s) 2022-11-23T04:10:17.3447530Z test_reference_masked_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3447744Z Test masked reduction operations on strided-only tensors using ... ok (0.088s) 2022-11-23T04:10:17.3447933Z test_reference_masked_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3448127Z Test masked reduction operations on strided-only tensors using ... ok (0.086s) 2022-11-23T04:10:17.3448319Z test_reference_masked_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3448513Z Test masked reduction operations on strided-only tensors using ... ok (0.083s) 2022-11-23T04:10:17.3448700Z test_reference_masked_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3448932Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T04:10:17.3449120Z test_reference_masked_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3449360Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T04:10:17.3449548Z test_reference_masked_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3449918Z Test masked reduction operations on strided-only tensors using ... ok (0.056s) 2022-11-23T04:10:17.3450111Z test_reference_masked_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3450346Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T04:10:17.3450537Z test_reference_masked_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3450831Z Test masked reduction operations on strided-only tensors using ... ok (0.061s) 2022-11-23T04:10:17.3451133Z test_reference_masked_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3451337Z Test masked reduction operations on strided-only tensors using ... ok (0.289s) 2022-11-23T04:10:17.3451541Z test_reference_masked_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3451731Z Test masked reduction operations on strided-only tensors using ... ok (0.277s) 2022-11-23T04:10:17.3451928Z test_reference_masked_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3452116Z Test masked reduction operations on strided-only tensors using ... ok (0.254s) 2022-11-23T04:10:17.3452305Z test_reference_masked_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3452612Z Test masked reduction operations on strided-only tensors using ... ok (0.267s) 2022-11-23T04:10:17.3452801Z test_reference_masked_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3452989Z Test masked reduction operations on strided-only tensors using ... ok (0.278s) 2022-11-23T04:10:17.3453181Z test_reference_masked_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3453374Z Test masked reduction operations on strided-only tensors using ... ok (0.261s) 2022-11-23T04:10:17.3453562Z test_reference_masked_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3453753Z Test masked reduction operations on strided-only tensors using ... ok (0.217s) 2022-11-23T04:10:17.3453936Z test_reference_masked_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3454126Z Test masked reduction operations on strided-only tensors using ... ok (0.217s) 2022-11-23T04:10:17.3454314Z test_reference_masked_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3454493Z Test masked reduction operations on strided-only tensors using ... ok (0.226s) 2022-11-23T04:10:17.3454681Z test_reference_masked_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3454871Z Test masked reduction operations on strided-only tensors using ... ok (0.211s) 2022-11-23T04:10:17.3455062Z test_reference_masked_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3455330Z Test masked reduction operations on strided-only tensors using ... ok (0.231s) 2022-11-23T04:10:17.3455536Z test_repeated_dim_cuda (__main__.TestReductionsCUDA) ... ok (0.013s) 2022-11-23T04:10:17.3455716Z test_result_dtype_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3455876Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3456047Z test_result_dtype_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3456200Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3456387Z test_result_dtype_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3456669Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3456857Z test_result_dtype_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3457008Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3457185Z test_result_dtype_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3457338Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3457603Z test_result_dtype_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3457772Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3458045Z test_result_dtype_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3458202Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3458372Z test_result_dtype_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3458528Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3458697Z test_result_dtype_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3458846Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T04:10:17.3459014Z test_result_dtype_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3459172Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3459342Z test_result_dtype_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3459494Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3459661Z test_result_dtype_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3459843Z Tests that the result has the correct dtype ... expected failure (0.000s) 2022-11-23T04:10:17.3460022Z test_result_dtype_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3460158Z Tests that the result has the correct dtype ... ok (0.011s) 2022-11-23T04:10:17.3460437Z test_result_dtype_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3460591Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3460765Z test_result_dtype_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3460917Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3461095Z test_result_dtype_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3461247Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3461420Z test_result_dtype_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3461572Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3461744Z test_result_dtype_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3461895Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3462064Z test_result_dtype_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3462219Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3462385Z test_result_dtype_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3462536Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3462703Z test_result_dtype_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3463553Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3463796Z test_result_dtype_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3463952Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3464132Z test_result_dtype_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3464414Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3464603Z test_result_dtype_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3464963Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3465205Z test_result_dtype_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3465359Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3465649Z test_result_dtype_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3465882Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3466066Z test_result_dtype_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3466221Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3466392Z test_result_dtype_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3466542Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3466693Z test_result_dtype_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3466847Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3467014Z test_result_dtype_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3467169Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3467339Z test_result_dtype_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3467489Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T04:10:17.3467658Z test_result_dtype_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3467811Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3467987Z test_result_dtype_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3468139Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3468309Z test_result_dtype_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3468458Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3468641Z test_result_dtype_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3468792Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T04:10:17.3469135Z test_result_dtype_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3469287Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3469443Z test_result_dtype_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3469594Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3469767Z test_result_dtype_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3469919Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3470235Z test_result_dtype_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3470394Z Tests that the result has the correct dtype ... ok (0.011s) 2022-11-23T04:10:17.3470563Z test_result_dtype_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3470715Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3470881Z test_result_dtype_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3471150Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3471338Z test_result_dtype_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3471622Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T04:10:17.3471794Z test_result_dtype_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3472043Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3472235Z test_result_dtype_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3472401Z Tests that the result has the correct dtype ... expected failure (0.003s) 2022-11-23T04:10:17.3472584Z test_result_dtype_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3472735Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3472914Z test_result_dtype_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3473070Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3473248Z test_result_dtype_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3473399Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3473577Z test_result_dtype_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3473726Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3473903Z test_result_dtype_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3474054Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3474228Z test_result_dtype_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3474378Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3474550Z test_result_dtype_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3474697Z Tests that the result has the correct dtype ... ok (0.004s) 2022-11-23T04:10:17.3474875Z test_result_dtype_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3475011Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3475183Z test_result_dtype_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3475335Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T04:10:17.3475513Z test_result_dtype_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3475668Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3475846Z test_result_dtype_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3475996Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3476171Z test_result_dtype_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3476319Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3476495Z test_result_dtype_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3476869Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T04:10:17.3477078Z test_result_dtype_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3477229Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3477399Z test_result_dtype_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3477549Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3477709Z test_result_dtype_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3477991Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3478301Z test_result_dtype_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3478460Z Tests that the result has the correct dtype ... ok (0.012s) 2022-11-23T04:10:17.3478771Z test_result_dtype_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3479039Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3479309Z test_result_dtype_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3479465Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3479650Z test_result_dtype_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3479800Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3480106Z test_result_dtype_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3480280Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3480479Z test_result_dtype_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3480630Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3480821Z test_result_dtype_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3480974Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3481151Z test_result_dtype_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3481301Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3481486Z test_result_dtype_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3481636Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3481825Z test_result_dtype_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3481980Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3482162Z test_result_dtype_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3482317Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3482502Z test_result_dtype_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3482655Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3482840Z test_result_dtype_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3482999Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3483186Z test_result_dtype_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3483339Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3483692Z test_result_dtype_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3483862Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T04:10:17.3484052Z test_result_dtype_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3484205Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3484407Z test_result_dtype_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3484683Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3484999Z test_result_dtype_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3485387Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T04:10:17.3485588Z test_result_dtype_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3485740Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3485938Z test_result_dtype_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3486097Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3486287Z test_result_dtype_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3486439Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3486625Z test_result_dtype_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3486776Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T04:10:17.3486957Z test_result_dtype_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3487110Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3487272Z test_result_dtype_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3487423Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3487608Z test_result_dtype_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3487763Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3488025Z test_result_dtype_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3488199Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T04:10:17.3488386Z test_result_dtype_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3488536Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3488717Z test_result_dtype_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3488868Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3489097Z test_result_dtype_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3489250Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3489438Z test_result_dtype_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3489588Z Tests that the result has the correct dtype ... ok (0.012s) 2022-11-23T04:10:17.3489777Z test_result_dtype_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3489929Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3490097Z test_result_dtype_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3490246Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3490578Z test_result_dtype_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3490740Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3490928Z test_result_dtype_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3491079Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3491260Z test_result_dtype_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3491525Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3491716Z test_result_dtype_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3491968Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3492155Z test_result_dtype_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3492309Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3492489Z test_result_dtype_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3492638Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3492832Z test_result_dtype_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3493098Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3493274Z test_result_dtype_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3493423Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3493691Z test_result_dtype_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3493934Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3494284Z test_result_dtype_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3494451Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3494635Z test_result_dtype_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3494784Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3494965Z test_result_dtype_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3495119Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3495298Z test_result_dtype_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3495448Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3495635Z test_result_dtype_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3495788Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3496074Z test_result_dtype_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3496248Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T04:10:17.3496426Z test_result_dtype_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3496578Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3496765Z test_result_dtype_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3496916Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3497241Z test_result_dtype_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3497450Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3497636Z test_result_dtype_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3497783Z Tests that the result has the correct dtype ... ok (0.013s) 2022-11-23T04:10:17.3497972Z test_result_dtype_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3498291Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3498719Z test_result_dtype_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3498881Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3499064Z test_result_dtype_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3499214Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3499407Z test_result_dtype_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3499560Z Tests that the result has the correct dtype ... ok (0.004s) 2022-11-23T04:10:17.3499728Z test_result_dtype_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3499882Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3500083Z test_result_dtype_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3500237Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3500435Z test_result_dtype_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3500585Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3500776Z test_result_dtype_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3500926Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3501123Z test_result_dtype_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3501404Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3501600Z test_result_dtype_masked_logsumexp_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3501750Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3501942Z test_result_dtype_masked_logsumexp_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3502095Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3502285Z test_result_dtype_masked_logsumexp_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3502435Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3502610Z test_result_dtype_masked_logsumexp_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3502759Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T04:10:17.3502948Z test_result_dtype_masked_logsumexp_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3503105Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3503293Z test_result_dtype_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3503443Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3503623Z test_result_dtype_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3504001Z Tests that the result has the correct dtype ... ok (0.011s) 2022-11-23T04:10:17.3504249Z test_result_dtype_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3504401Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3504592Z test_result_dtype_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3504743Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3505051Z test_result_dtype_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3505312Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3505522Z test_result_dtype_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3505672Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3505833Z test_result_dtype_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3505983Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3506171Z test_result_dtype_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3506324Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3506506Z test_result_dtype_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3506659Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T04:10:17.3506844Z test_result_dtype_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3506995Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3507182Z test_result_dtype_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3507334Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3507514Z test_result_dtype_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3507666Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3507858Z test_result_dtype_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3508009Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3508195Z test_result_dtype_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3508346Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3508512Z test_result_dtype_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3508660Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3508840Z test_result_dtype_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3509107Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T04:10:17.3509298Z test_result_dtype_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3509444Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3509626Z test_result_dtype_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3509781Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3509976Z test_result_dtype_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3510126Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T04:10:17.3510320Z test_result_dtype_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3510469Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3510828Z test_result_dtype_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3510993Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3511179Z test_result_dtype_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3511329Z Tests that the result has the correct dtype ... ok (0.004s) 2022-11-23T04:10:17.3511495Z test_result_dtype_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3511884Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3512223Z test_result_dtype_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3512379Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3512563Z test_result_dtype_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3512713Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T04:10:17.3512893Z test_result_dtype_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3513042Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3513228Z test_result_dtype_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3513378Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3513561Z test_result_dtype_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3513710Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3513900Z test_result_dtype_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3514049Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3514244Z test_result_dtype_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3514392Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3514563Z test_result_dtype_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3514711Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3514898Z test_result_dtype_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3515052Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3515236Z test_result_dtype_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3515390Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3515579Z test_result_dtype_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3515729Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T04:10:17.3515907Z test_result_dtype_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3516058Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T04:10:17.3516240Z test_result_dtype_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3516392Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3516570Z test_result_dtype_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3516836Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3517016Z test_result_dtype_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3517152Z Tests that the result has the correct dtype ... ok (0.007s) 2022-11-23T04:10:17.3517481Z test_result_dtype_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3517645Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3517832Z test_result_dtype_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3517983Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3518163Z test_result_dtype_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3518442Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3518639Z test_result_dtype_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3518796Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3519081Z test_result_dtype_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3519265Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3519451Z test_result_dtype_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3519603Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3519875Z test_result_dtype_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3520047Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3520230Z test_result_dtype_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3520363Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3520542Z test_result_dtype_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3520695Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3520878Z test_result_dtype_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3521030Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3521211Z test_result_dtype_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3521361Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3521543Z test_result_dtype_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3521695Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3521872Z test_result_dtype_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3522023Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3522210Z test_result_dtype_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3522359Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T04:10:17.3522551Z test_result_dtype_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3522706Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3522892Z test_result_dtype_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3523027Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3523209Z test_result_dtype_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3523363Z Tests that the result has the correct dtype ... ok (0.007s) 2022-11-23T04:10:17.3523549Z test_result_dtype_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3523699Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3523880Z test_result_dtype_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3524030Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3524208Z test_result_dtype_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3524615Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3524799Z test_result_dtype_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3524950Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3525128Z test_result_dtype_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3525279Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3525599Z test_result_dtype_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3525894Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3526078Z test_result_dtype_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3526216Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3526395Z test_result_dtype_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3526546Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3526732Z test_result_dtype_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3526882Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3527063Z test_result_dtype_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3527214Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3527474Z test_result_dtype_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3527648Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3527825Z test_result_dtype_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3527977Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3528149Z test_result_dtype_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3528301Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T04:10:17.3528480Z test_result_dtype_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3528637Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3528816Z test_result_dtype_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3528951Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3529130Z test_result_dtype_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3529285Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T04:10:17.3529467Z test_result_dtype_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3529621Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3529801Z test_result_dtype_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3529951Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3530125Z test_result_dtype_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3530277Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3530455Z test_result_dtype_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3530605Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T04:10:17.3530782Z test_result_dtype_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3530931Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3531110Z test_result_dtype_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3531263Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3531420Z test_result_dtype_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3531749Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3531932Z test_result_dtype_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3532083Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T04:10:17.3532361Z test_result_dtype_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3532658Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3532848Z test_result_dtype_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3533131Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3533308Z test_result_dtype_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3533463Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3533642Z test_result_dtype_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3533795Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3533967Z test_result_dtype_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3534119Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3534302Z test_result_dtype_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3534485Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3534782Z test_result_dtype_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3534987Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3535294Z test_result_dtype_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3535459Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3535737Z test_result_dtype_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3535909Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3536086Z test_result_dtype_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3536241Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3536408Z test_result_dtype_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3536546Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3536713Z test_result_dtype_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3536855Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3537018Z test_result_dtype_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3537169Z Tests that the result has the correct dtype ... ok (0.004s) 2022-11-23T04:10:17.3537340Z test_result_dtype_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3537479Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T04:10:17.3537653Z test_result_dtype_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3537807Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3537980Z test_result_dtype_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3538134Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3538436Z test_result_dtype_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3538606Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T04:10:17.3538787Z test_result_dtype_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3538938Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3539121Z test_result_dtype_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3539281Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3539572Z test_result_dtype_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3539866Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3540048Z test_result_dtype_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3540197Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T04:10:17.3540367Z test_result_dtype_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3540501Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3540791Z test_result_dtype_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3540943Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3541115Z test_result_dtype_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3541266Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3541450Z test_result_dtype_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3541601Z Tests that the result has the correct dtype ... ok (0.011s) 2022-11-23T04:10:17.3541780Z test_result_dtype_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3541930Z Tests that the result has the correct dtype ... ok (0.004s) 2022-11-23T04:10:17.3542106Z test_result_dtype_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3542256Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3542426Z test_result_dtype_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3542578Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3542748Z test_result_dtype_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3542899Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3543054Z test_result_dtype_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3543281Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3543476Z test_result_dtype_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3543627Z Tests that the result has the correct dtype ... ok (0.004s) 2022-11-23T04:10:17.3543796Z test_result_dtype_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3543949Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3544117Z test_result_dtype_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3544269Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3544441Z test_result_dtype_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3544592Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3544760Z test_result_dtype_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3544910Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3545247Z test_result_dtype_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3545409Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3545590Z test_result_dtype_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3545724Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3545902Z test_result_dtype_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3546208Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3546509Z test_result_dtype_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3546696Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T04:10:17.3546869Z test_result_dtype_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3547021Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T04:10:17.3547191Z test_result_dtype_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T04:10:17.3547345Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T04:10:17.3547766Z 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-23T04:10:17.3547868Z ret = um.true_divide( 2022-11-23T04:10:17.3547951Z ok (0.010s) 2022-11-23T04:10:17.3548165Z test_std_correction_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.033s) 2022-11-23T04:10:17.3548373Z test_std_correction_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.019s) 2022-11-23T04:10:17.3549220Z test_std_correction_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-11-23T04:10:17.3549422Z test_std_dim_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:10:17.3549604Z test_std_mean_all_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.3549801Z test_std_mean_correction_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.036s) 2022-11-23T04:10:17.3550005Z test_std_mean_correction_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.022s) 2022-11-23T04:10:17.3550206Z test_std_mean_correction_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.036s) 2022-11-23T04:10:17.3550400Z test_std_mean_correction_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.024s) 2022-11-23T04:10:17.3550567Z test_std_mean_cuda (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T04:10:17.3550752Z test_std_mean_some_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.111s) 2022-11-23T04:10:17.3550947Z test_std_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-11-23T04:10:17.3551140Z test_std_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-11-23T04:10:17.3551325Z test_std_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.013s) 2022-11-23T04:10:17.3551601Z test_std_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.009s) 2022-11-23T04:10:17.3552014Z test_sum_all_cuda_bool (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T04:10:17.3552234Z test_sum_all_cuda_float64 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:10:17.3552431Z test_sum_cpu_device_mismatch_cuda (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.3552697Z test_sum_dim_cuda (__main__.TestReductionsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T04:10:17.3553977Z 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-23T04:10:17.3554090Z torch.sum(x, 0, out=y) 2022-11-23T04:10:17.3554177Z ok (0.010s) 2022-11-23T04:10:17.3554397Z test_sum_integer_upcast_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T04:10:17.3554588Z test_sum_noncontig_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T04:10:17.3554797Z test_sum_out_cuda_float64 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T04:10:17.3555007Z test_sum_parallel_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T04:10:17.3555194Z test_sum_vs_numpy_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.070s) 2022-11-23T04:10:17.3555378Z test_sum_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.068s) 2022-11-23T04:10:17.3555552Z test_sum_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.074s) 2022-11-23T04:10:17.3555736Z test_sum_vs_numpy_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.025s) 2022-11-23T04:10:17.3555918Z test_sum_vs_numpy_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.025s) 2022-11-23T04:10:17.3556095Z test_sum_vs_numpy_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.024s) 2022-11-23T04:10:17.3556276Z test_sum_vs_numpy_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-11-23T04:10:17.3556458Z test_sum_vs_numpy_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.3556828Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cuda (__main__.TestReductionsCUDA) ... ok (0.018s) 2022-11-23T04:10:17.3557030Z test_tensor_compare_ops_empty_cuda (__main__.TestReductionsCUDA) ... ok (0.020s) 2022-11-23T04:10:17.3557226Z test_tensor_reduce_ops_empty_cuda (__main__.TestReductionsCUDA) ... ok (0.050s) 2022-11-23T04:10:17.3557446Z test_var_correction_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.018s) 2022-11-23T04:10:17.3557656Z test_var_correction_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.019s) 2022-11-23T04:10:17.3557862Z test_var_correction_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.009s) 2022-11-23T04:10:17.3558067Z test_var_correction_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.020s) 2022-11-23T04:10:17.3558231Z test_var_cuda (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T04:10:17.3558432Z test_var_dim_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T04:10:17.3558796Z test_var_large_input_cuda (__main__.TestReductionsCUDA) ... ok (0.206s) 2022-11-23T04:10:17.3558981Z test_var_mean_all_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T04:10:17.3559186Z test_var_mean_correction_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.038s) 2022-11-23T04:10:17.3559613Z test_var_mean_correction_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.042s) 2022-11-23T04:10:17.3560030Z test_var_mean_correction_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.035s) 2022-11-23T04:10:17.3560404Z test_var_mean_correction_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.033s) 2022-11-23T04:10:17.3560738Z test_var_mean_cuda (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-11-23T04:10:17.3561098Z test_var_mean_some_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.111s) 2022-11-23T04:10:17.3561443Z test_var_stability2_cuda (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-11-23T04:10:17.3561795Z test_var_stability_cuda (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-11-23T04:10:17.3562139Z test_var_unbiased_cuda (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T04:10:17.3562515Z test_var_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.017s) 2022-11-23T04:10:17.3562865Z test_var_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.015s) 2022-11-23T04:10:17.3563073Z test_var_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.012s) 2022-11-23T04:10:17.3563259Z test_var_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.012s) 2022-11-23T04:10:17.3563275Z 2022-11-23T04:10:17.3563467Z ---------------------------------------------------------------------- 2022-11-23T04:10:17.3563569Z Ran 3117 tests in 110.594s 2022-11-23T04:10:17.3563577Z 2022-11-23T04:10:17.3563702Z OK (skipped=103, expected failures=51) 2022-11-23T04:10:17.3563710Z 2022-11-23T04:10:17.3563819Z Generating XML reports... 2022-11-23T04:10:17.3564128Z Generated XML report: test-reports\python-unittest\test_reductions\TEST-TestReductionsCUDA-20221123040825.xml 2022-11-23T04:10:17.3564135Z 2022-11-23T04:10:17.3564576Z ##[endgroup] 2022-11-23T04:10:17.3564884Z FINISHED PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_bjnqwfzs) 2022-11-23T04:10:17.3564911Z 2022-11-23T04:10:17.3565050Z Running test_cpp_api_parity ... [2022-11-23 04:10:17.192979] 2022-11-23T04:10:17.3565585Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:10:17.192979] 2022-11-23T04:12:18.9179019Z 2022-11-23T04:12:18.9180025Z Expand the folded group to see the log file of test_cpp_api_parity 2022-11-23T04:12:18.9181570Z ##[group]PRINTING LOG FILE of test_cpp_api_parity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_api_parity_39_egl35) 2022-11-23T04:12:18.9201509Z 2022-11-23T04:12:18.9201924Z Running tests... 2022-11-23T04:12:18.9202443Z ---------------------------------------------------------------------- 2022-11-23T04:12:18.9203245Z Test results will be stored in test-reports\python-unittest\test_cpp_api_parity 2022-11-23T04:12:18.9204063Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (1.815s) 2022-11-23T04:12:18.9210156Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9211083Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9211957Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9212955Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9213947Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9214769Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9215654Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9216518Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9217403Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9218510Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9219528Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9220634Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9221478Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9222311Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9223109Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9223855Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9224656Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9225479Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9226422Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T04:12:18.9227390Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9228164Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... ok (0.075s) 2022-11-23T04:12:18.9228980Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.084s) 2022-11-23T04:12:18.9229799Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... ok (0.086s) 2022-11-23T04:12:18.9230637Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T04:12:18.9231426Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... ok (0.107s) 2022-11-23T04:12:18.9232159Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9232984Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9233825Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9234712Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9235467Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9236217Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9237202Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9237931Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9238672Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9239413Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9240312Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9241309Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9242112Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9242898Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T04:12:18.9243661Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9244447Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... ok (0.077s) 2022-11-23T04:12:18.9245255Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9246102Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... ok (0.074s) 2022-11-23T04:12:18.9247241Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9248760Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... ok (0.141s) 2022-11-23T04:12:18.9249580Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.082s) 2022-11-23T04:12:18.9250402Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... ok (0.110s) 2022-11-23T04:12:18.9251226Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T04:12:18.9252044Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... ok (0.150s) 2022-11-23T04:12:18.9252868Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9253703Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9254434Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9255196Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9255916Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9256644Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9257381Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9258129Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9258851Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9259720Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9260488Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9261226Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9261983Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T04:12:18.9262747Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T04:12:18.9263524Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9264313Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9265076Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9266143Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9266945Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9267675Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... ok (0.082s) 2022-11-23T04:12:18.9268410Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9269165Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T04:12:18.9269879Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9270541Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9271256Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9272088Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9272905Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9273774Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T04:12:18.9274629Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9275444Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9276339Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9277157Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T04:12:18.9278000Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9278977Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9279988Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9280884Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... ok (0.088s) 2022-11-23T04:12:18.9281774Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9282645Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9283459Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9284207Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9284937Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9285772Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9286715Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9287490Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9288257Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9289000Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T04:12:18.9289796Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9290641Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9291481Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T04:12:18.9292442Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T04:12:18.9293457Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T04:12:18.9294495Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T04:12:18.9295255Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9295917Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9296671Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.040s) 2022-11-23T04:12:18.9297507Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.035s) 2022-11-23T04:12:18.9298471Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.032s) 2022-11-23T04:12:18.9299393Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.040s) 2022-11-23T04:12:18.9300330Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.037s) 2022-11-23T04:12:18.9301161Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.029s) 2022-11-23T04:12:18.9301944Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9302701Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9304821Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9305850Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9306671Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9307421Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9308254Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.041s) 2022-11-23T04:12:18.9309151Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.030s) 2022-11-23T04:12:18.9310048Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.046s) 2022-11-23T04:12:18.9310935Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.036s) 2022-11-23T04:12:18.9311975Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.036s) 2022-11-23T04:12:18.9313037Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.039s) 2022-11-23T04:12:18.9313890Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9314716Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9315513Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9316304Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9317069Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T04:12:18.9317892Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... ok (1.266s) 2022-11-23T04:12:18.9318731Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9319620Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9320388Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.075s) 2022-11-23T04:12:18.9321115Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T04:12:18.9321885Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9322696Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T04:12:18.9323646Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T04:12:18.9324530Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9325313Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9326303Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T04:12:18.9327080Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9327855Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9328635Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.078s) 2022-11-23T04:12:18.9329426Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9330300Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... ok (0.083s) 2022-11-23T04:12:18.9331128Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T04:12:18.9331786Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9332511Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... ok (0.079s) 2022-11-23T04:12:18.9333092Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9333539Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9333984Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9334436Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T04:12:18.9334874Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9335393Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9336055Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T04:12:18.9336854Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T04:12:18.9337763Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... ok (0.095s) 2022-11-23T04:12:18.9338607Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... ok (0.088s) 2022-11-23T04:12:18.9339669Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T04:12:18.9340158Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... ok (0.098s) 2022-11-23T04:12:18.9340934Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.081s) 2022-11-23T04:12:18.9341769Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... ok (0.096s) 2022-11-23T04:12:18.9342593Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T04:12:18.9343452Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.090s) 2022-11-23T04:12:18.9344314Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9345242Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T04:12:18.9346203Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9346916Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9347501Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9347881Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9348315Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9348967Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9349418Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9349857Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9350288Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9350703Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9351121Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9351673Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9352101Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9352785Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9353234Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... ok (0.337s) 2022-11-23T04:12:18.9353661Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9354048Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9354461Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9354999Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T04:12:18.9355450Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T04:12:18.9355871Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9356311Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9356718Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.087s) 2022-11-23T04:12:18.9357137Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.109s) 2022-11-23T04:12:18.9357565Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... ok (0.302s) 2022-11-23T04:12:18.9358142Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... ok (0.244s) 2022-11-23T04:12:18.9358576Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9359260Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.135s) 2022-11-23T04:12:18.9359675Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9360065Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T04:12:18.9360508Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.973s) 2022-11-23T04:12:18.9360925Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9361318Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9361721Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.074s) 2022-11-23T04:12:18.9362119Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9362689Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... ok (0.079s) 2022-11-23T04:12:18.9363207Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9363728Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... ok (0.083s) 2022-11-23T04:12:18.9364130Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9364653Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T04:12:18.9365071Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T04:12:18.9365546Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... ok (0.085s) 2022-11-23T04:12:18.9366214Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T04:12:18.9366620Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9367022Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9367952Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... 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-23T04:12:18.9368810Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T04:12:18.9369078Z ok (0.074s) 2022-11-23T04:12:18.9369396Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T04:12:18.9369793Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9370211Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9370637Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T04:12:18.9371052Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T04:12:18.9371697Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... ok (0.083s) 2022-11-23T04:12:18.9372277Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9372834Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T04:12:18.9373262Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9373708Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.079s) 2022-11-23T04:12:18.9374239Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T04:12:18.9374644Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... ok (0.089s) 2022-11-23T04:12:18.9375139Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9375553Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9375959Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T04:12:18.9376386Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T04:12:18.9376782Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T04:12:18.9377184Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9377624Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T04:12:18.9378197Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... ok (0.093s) 2022-11-23T04:12:18.9378594Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9379237Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... ok (0.078s) 2022-11-23T04:12:18.9379664Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T04:12:18.9380102Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T04:12:18.9380536Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9380965Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... ok (0.085s) 2022-11-23T04:12:18.9381395Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.078s) 2022-11-23T04:12:18.9381962Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T04:12:18.9383006Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9383729Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... ok (0.090s) 2022-11-23T04:12:18.9384158Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T04:12:18.9384724Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T04:12:18.9385143Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9385544Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... ok (0.074s) 2022-11-23T04:12:18.9386180Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9386599Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... ok (0.080s) 2022-11-23T04:12:18.9387003Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9387527Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T04:12:18.9387966Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T04:12:18.9388372Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... ok (0.095s) 2022-11-23T04:12:18.9388771Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9389335Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... ok (0.097s) 2022-11-23T04:12:18.9389785Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T04:12:18.9390193Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... ok (0.084s) 2022-11-23T04:12:18.9390595Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9390996Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... ok (0.085s) 2022-11-23T04:12:18.9391400Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T04:12:18.9391984Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T04:12:18.9392533Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9393076Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T04:12:18.9393501Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9393999Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... ok (0.075s) 2022-11-23T04:12:18.9394768Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T04:12:18.9395519Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9396329Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9396812Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9397219Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9397606Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9398011Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.087s) 2022-11-23T04:12:18.9398616Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.078s) 2022-11-23T04:12:18.9399204Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.093s) 2022-11-23T04:12:18.9399745Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... ok (0.077s) 2022-11-23T04:12:18.9400252Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9400665Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.085s) 2022-11-23T04:12:18.9401080Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9401679Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T04:12:18.9402071Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T04:12:18.9402468Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T04:12:18.9402865Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9403260Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.077s) 2022-11-23T04:12:18.9403658Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.100s) 2022-11-23T04:12:18.9404061Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... ok (0.161s) 2022-11-23T04:12:18.9404457Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.107s) 2022-11-23T04:12:18.9405044Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... ok (0.163s) 2022-11-23T04:12:18.9405469Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.078s) 2022-11-23T04:12:18.9406090Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... ok (0.116s) 2022-11-23T04:12:18.9406521Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T04:12:18.9407074Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.087s) 2022-11-23T04:12:18.9407519Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9407900Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T04:12:18.9408307Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9408729Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... ok (0.078s) 2022-11-23T04:12:18.9409137Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9409548Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T04:12:18.9409962Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T04:12:18.9410373Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... ok (0.088s) 2022-11-23T04:12:18.9410789Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.079s) 2022-11-23T04:12:18.9411212Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... ok (0.079s) 2022-11-23T04:12:18.9411792Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9412335Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T04:12:18.9412777Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9413318Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... ok (0.072s) 2022-11-23T04:12:18.9413745Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9414173Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T04:12:18.9414590Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.117s) 2022-11-23T04:12:18.9415007Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... ok (0.156s) 2022-11-23T04:12:18.9415437Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T04:12:18.9415872Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T04:12:18.9416289Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.070s) 2022-11-23T04:12:18.9416722Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T04:12:18.9417152Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.085s) 2022-11-23T04:12:18.9417705Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.127s) 2022-11-23T04:12:18.9418125Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T04:12:18.9418683Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... ok (0.102s) 2022-11-23T04:12:18.9419090Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.074s) 2022-11-23T04:12:18.9419762Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... ok (0.127s) 2022-11-23T04:12:18.9420206Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9420639Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9421077Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9421529Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9421998Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9422461Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9422942Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9423515Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9424018Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9424493Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9425062Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9425498Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9426024Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9426589Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9427054Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9427538Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9428038Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9428552Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9429085Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9429599Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9430140Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9430661Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9431718Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75417 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.010s) 2022-11-23T04:12:18.9432724Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9433328Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9433931Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9434423Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9434933Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9435447Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9435966Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9436472Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9436959Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9437448Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9437913Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9438495Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9439060Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9439818Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9440340Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9440871Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9441400Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9441941Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9442498Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9443072Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9443566Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9444025Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9444506Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9445111Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9445634Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9446374Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9446888Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9447357Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9447825Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9448283Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9448752Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9449358Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9449812Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9450243Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9450664Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9451114Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9451690Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9452148Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9452697Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9453228Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T04:12:18.9453625Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T04:12:18.9454012Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9454381Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9454760Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9455245Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9455664Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9456082Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T04:12:18.9456523Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9456953Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9457363Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T04:12:18.9457795Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9458366Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9458804Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9459313Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9459887Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9460339Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9460773Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9461196Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9461619Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9462031Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9462444Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9462890Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9463321Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9463735Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9464170Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9464591Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9465102Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9465502Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T04:12:18.9466257Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9466665Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9467085Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9467479Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9467833Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9468216Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9468613Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9469023Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9469445Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9469875Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9470302Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9470726Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.136s) 2022-11-23T04:12:18.9471271Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9471908Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9472489Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9473123Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9473696Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:12:18.9474220Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9474650Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9475111Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9475595Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9476101Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9476669Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:12:18.9477189Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T04:12:18.9477655Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... ok (0.108s) 2022-11-23T04:12:18.9478116Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9478668Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9479245Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9479873Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9480384Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9480949Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:12:18.9481464Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T04:12:18.9482016Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... ok (0.079s) 2022-11-23T04:12:18.9482480Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9482957Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9483464Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9484031Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:12:18.9484505Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9485016Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9485383Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9485903Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9486421Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9486791Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9487163Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9487631Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9488085Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9488502Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9488926Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T04:12:18.9489358Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T04:12:18.9489790Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.086s) 2022-11-23T04:12:18.9490243Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... ok (0.157s) 2022-11-23T04:12:18.9490676Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9491086Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9491636Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9492071Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9492601Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9493138Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T04:12:18.9493575Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.112s) 2022-11-23T04:12:18.9494017Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... ok (0.185s) 2022-11-23T04:12:18.9494453Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9494886Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9495310Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9495734Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9496178Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.075s) 2022-11-23T04:12:18.9496642Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... ok (0.121s) 2022-11-23T04:12:18.9497052Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9497448Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9498860Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T04:12:18.9499527Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9499938Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9500323Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9500710Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9501122Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9501537Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T04:12:18.9501968Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9502453Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9502912Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9503398Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.032s) 2022-11-23T04:12:18.9503903Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.043s) 2022-11-23T04:12:18.9504533Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.036s) 2022-11-23T04:12:18.9505217Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.039s) 2022-11-23T04:12:18.9505836Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.039s) 2022-11-23T04:12:18.9506468Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.042s) 2022-11-23T04:12:18.9506958Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9507598Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T04:12:18.9508218Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9508613Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9509021Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9509433Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9509863Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9510309Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9510759Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9511198Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T04:12:18.9511827Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9512426Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9512967Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9513384Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9513810Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9514239Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9514685Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9515136Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T04:12:18.9515746Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T04:12:18.9516232Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9516680Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9517100Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... ok (0.067s) 2022-11-23T04:12:18.9517509Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9517954Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9518538Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9518996Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T04:12:18.9519677Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9520179Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.091s) 2022-11-23T04:12:18.9521507Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\functional.py:2920: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. 2022-11-23T04:12:18.9522319Z warnings.warn( 2022-11-23T04:12:18.9523266Z C:\actions-runner\_work\pytorch\pytorch\test\cpp_api_parity\module_impl_check.py:149: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\api\include\torch/nn/functional/loss.h:57.) 2022-11-23T04:12:18.9524285Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-11-23T04:12:18.9524607Z ok (0.045s) 2022-11-23T04:12:18.9525053Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9525475Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9526007Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9526545Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9526957Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T04:12:18.9527369Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9527817Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9528224Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9528600Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9528981Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9529384Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9529758Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9530147Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9530551Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9530973Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9531629Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9532043Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9532532Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9532913Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9533422Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9533829Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9534255Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9534720Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9535183Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9535639Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T04:12:18.9536109Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9536574Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9537030Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9537581Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.075s) 2022-11-23T04:12:18.9538063Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.190s) 2022-11-23T04:12:18.9538529Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... ok (0.217s) 2022-11-23T04:12:18.9539117Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9539574Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9540108Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9540631Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9541036Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9541464Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9542047Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9542658Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9543110Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9543547Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9543957Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9544336Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9544728Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T04:12:18.9545129Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9545541Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9546087Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9546503Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9547156Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T04:12:18.9547608Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9548071Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T04:12:18.9548655Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.078s) 2022-11-23T04:12:18.9549127Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... ok (0.153s) 2022-11-23T04:12:18.9549558Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9549958Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9550363Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9550778Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9551161Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9551554Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9551968Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.071s) 2022-11-23T04:12:18.9552529Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T04:12:18.9552982Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9553532Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T04:12:18.9554179Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9554763Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9555345Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T04:12:18.9555728Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9556117Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.114s) 2022-11-23T04:12:18.9556512Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... ok (0.109s) 2022-11-23T04:12:18.9556913Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9557299Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9557709Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9558132Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T04:12:18.9558568Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9559015Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9559615Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9560187Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9560766Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9561241Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9561710Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T04:12:18.9562172Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9562602Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9562996Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9563380Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9563790Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9564204Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9564614Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9565162Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9565573Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9566108Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9566503Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9567296Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9567882Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9568306Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9568745Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... ok (0.069s) 2022-11-23T04:12:18.9569147Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9569505Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9569882Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9570272Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9570686Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9571227Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9571706Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9572139Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9572719Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9573216Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9573916Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T04:12:18.9574411Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9574889Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9575372Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9575824Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9576285Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9576769Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9577275Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9577782Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9578285Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9578779Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9579395Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9579894Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9580621Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9581201Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9581793Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9583165Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:12:18.9584360Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:12:18.9585483Z C:\actions-runner\_work\pytorch\pytorch\test\cpp_api_parity\module_impl_check.py:149: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:12:18.9587530Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-11-23T04:12:18.9587986Z ok (0.052s) 2022-11-23T04:12:18.9589109Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:12:18.9590289Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T04:12:18.9591422Z C:\actions-runner\_work\pytorch\pytorch\test\cpp_api_parity\module_impl_check.py:149: UserWarning: An output with one or more elements was resized since it had shape [], which does not match the required output shape [5, 10]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T04:12:18.9592489Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-11-23T04:12:18.9592987Z ok (0.039s) 2022-11-23T04:12:18.9593319Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9594006Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9594428Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T04:12:18.9594855Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9595445Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9596073Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9596491Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9596870Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9597260Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9597809Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9598242Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9598662Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9599075Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9599658Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9600151Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9600666Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9601082Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9601496Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9601911Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9602337Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9602785Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.927s) 2022-11-23T04:12:18.9603262Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.024s) 2022-11-23T04:12:18.9603817Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.031s) 2022-11-23T04:12:18.9604317Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.021s) 2022-11-23T04:12:18.9604784Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.031s) 2022-11-23T04:12:18.9605254Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.026s) 2022-11-23T04:12:18.9605690Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9606264Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9606689Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9607230Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9607795Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9608250Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9608814Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9609373Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9609779Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9610185Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9629402Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9630219Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9630991Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9631746Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9632448Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.094s) 2022-11-23T04:12:18.9633107Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... ok (0.098s) 2022-11-23T04:12:18.9633832Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T04:12:18.9634599Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... ok (0.099s) 2022-11-23T04:12:18.9635299Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9636011Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9636429Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9636870Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9637340Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9637934Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9638433Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9639001Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9639562Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9640024Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9640504Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9641004Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9641447Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9641953Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9642430Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9643158Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9643713Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9644162Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9644619Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9645088Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9645550Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9645993Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9646469Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9646950Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9647377Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9647803Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:12:18.9648218Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9648683Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:12:18.9649146Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9649621Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:12:18.9650060Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9650430Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9650803Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9651167Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9651565Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9651961Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9652490Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T04:12:18.9652968Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9653471Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9653879Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9654322Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9654904Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9655449Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9656003Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T04:12:18.9656427Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9656842Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.084s) 2022-11-23T04:12:18.9657287Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... ok (0.183s) 2022-11-23T04:12:18.9657729Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... ok (0.097s) 2022-11-23T04:12:18.9658164Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.081s) 2022-11-23T04:12:18.9658724Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T04:12:18.9659190Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.103s) 2022-11-23T04:12:18.9659616Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.201s) 2022-11-23T04:12:18.9660040Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... ok (0.287s) 2022-11-23T04:12:18.9660477Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... ok (0.187s) 2022-11-23T04:12:18.9660913Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.096s) 2022-11-23T04:12:18.9661363Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.138s) 2022-11-23T04:12:18.9661804Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9662229Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9662653Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9663098Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9663547Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9663989Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T04:12:18.9664416Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9664855Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T04:12:18.9665305Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... ok (0.104s) 2022-11-23T04:12:18.9665729Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... ok (0.076s) 2022-11-23T04:12:18.9666163Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9666625Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9667219Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.075s) 2022-11-23T04:12:18.9667664Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.102s) 2022-11-23T04:12:18.9668110Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... ok (0.184s) 2022-11-23T04:12:18.9668536Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... ok (0.103s) 2022-11-23T04:12:18.9669101Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9669560Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.110s) 2022-11-23T04:12:18.9669975Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9670354Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9670748Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9671141Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T04:12:18.9671545Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.053s) 2022-11-23T04:12:18.9671986Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9672450Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.040s) 2022-11-23T04:12:18.9672937Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... expected failure (0.044s) 2022-11-23T04:12:18.9673365Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9673738Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... ok (0.054s) 2022-11-23T04:12:18.9674101Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T04:12:18.9674584Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9675006Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9675395Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9675790Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9676200Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9676584Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9676993Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9677406Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T04:12:18.9677836Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9678417Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9678843Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9679308Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.030s) 2022-11-23T04:12:18.9679798Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... expected failure (0.043s) 2022-11-23T04:12:18.9680303Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.033s) 2022-11-23T04:12:18.9680800Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... expected failure (0.031s) 2022-11-23T04:12:18.9681300Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.046s) 2022-11-23T04:12:18.9681799Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... expected failure (0.033s) 2022-11-23T04:12:18.9682237Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9682618Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9682991Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9683403Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9683828Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9684236Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9684764Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9685185Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9685579Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9685988Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T04:12:18.9686589Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9686980Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9687524Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9688105Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T04:12:18.9688508Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T04:12:18.9688914Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9689317Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9689722Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T04:12:18.9690117Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9690600Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9691024Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9691426Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9691856Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9692292Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9692744Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9693173Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9693565Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9693941Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9694348Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9694764Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9695187Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9695625Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T04:12:18.9696035Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9696406Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9696804Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T04:12:18.9697209Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9697593Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9697964Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9698347Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.059s) 2022-11-23T04:12:18.9698737Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9699112Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9699502Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... ok (0.055s) 2022-11-23T04:12:18.9699904Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T04:12:18.9700318Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... ok (0.042s) 2022-11-23T04:12:18.9700849Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9701274Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9701686Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9702129Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9702578Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T04:12:18.9703034Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9703518Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.149s) 2022-11-23T04:12:18.9704032Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... ok (0.178s) 2022-11-23T04:12:18.9704544Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.154s) 2022-11-23T04:12:18.9705030Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... ok (0.191s) 2022-11-23T04:12:18.9705528Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.125s) 2022-11-23T04:12:18.9706113Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... ok (0.190s) 2022-11-23T04:12:18.9706643Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.136s) 2022-11-23T04:12:18.9707308Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... ok (0.155s) 2022-11-23T04:12:18.9707994Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.427s) 2022-11-23T04:12:18.9708452Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... ok (0.411s) 2022-11-23T04:12:18.9708904Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9709384Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9709854Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9710324Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9710798Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9711264Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T04:12:18.9711712Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9712120Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9712524Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9712901Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... ok (0.063s) 2022-11-23T04:12:18.9713293Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.056s) 2022-11-23T04:12:18.9713700Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... ok (0.057s) 2022-11-23T04:12:18.9714100Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.048s) 2022-11-23T04:12:18.9714482Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.061s) 2022-11-23T04:12:18.9714906Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... ok (0.060s) 2022-11-23T04:12:18.9715315Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9715730Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9716167Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... ok (0.043s) 2022-11-23T04:12:18.9716736Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9717148Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9717584Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T04:12:18.9718033Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9718484Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T04:12:18.9718952Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9719420Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T04:12:18.9719890Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9720352Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T04:12:18.9720915Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T04:12:18.9722049Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-11-23T04:12:18.9722740Z warnings.warn(warning.format(ret)) 2022-11-23T04:12:18.9722993Z ok (0.023s) 2022-11-23T04:12:18.9723361Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9723848Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9724317Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T04:12:18.9724823Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T04:12:18.9725326Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T04:12:18.9725836Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T04:12:18.9726349Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9726846Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T04:12:18.9727337Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T04:12:18.9727782Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T04:12:18.9728227Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9728672Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T04:12:18.9729122Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9729593Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9730080Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9730555Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T04:12:18.9731007Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T04:12:18.9731495Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T04:12:18.9732119Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9732613Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9733107Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T04:12:18.9733604Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T04:12:18.9734091Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9734547Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T04:12:18.9734978Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T04:12:18.9735442Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T04:12:18.9735898Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T04:12:18.9736344Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T04:12:18.9736800Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T04:12:18.9737337Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T04:12:18.9737788Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9738240Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T04:12:18.9738705Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T04:12:18.9739191Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T04:12:18.9739700Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T04:12:18.9740199Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T04:12:18.9740703Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T04:12:18.9741203Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T04:12:18.9741686Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T04:12:18.9742184Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T04:12:18.9742679Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T04:12:18.9743352Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9744226Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T04:12:18.9744933Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T04:12:18.9745625Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9746304Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T04:12:18.9746793Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T04:12:18.9747280Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T04:12:18.9747773Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9748393Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T04:12:18.9748869Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T04:12:18.9749346Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9749812Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T04:12:18.9750300Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T04:12:18.9750798Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9751273Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9751722Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9752195Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T04:12:18.9752682Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9753144Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T04:12:18.9753712Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9754198Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9754646Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.052s) 2022-11-23T04:12:18.9755112Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9755595Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.065s) 2022-11-23T04:12:18.9756076Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9756534Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9756992Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9757439Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T04:12:18.9757901Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T04:12:18.9758378Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9758849Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9759319Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9759785Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T04:12:18.9760284Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9760788Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T04:12:18.9761300Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T04:12:18.9761783Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9762248Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... ok (0.058s) 2022-11-23T04:12:18.9762709Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9763261Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9763719Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9764179Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T04:12:18.9764643Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T04:12:18.9765099Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T04:12:18.9765557Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T04:12:18.9766012Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T04:12:18.9766453Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9766925Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9767537Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9768187Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... ok (0.051s) 2022-11-23T04:12:18.9768765Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9769246Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T04:12:18.9769699Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T04:12:18.9770142Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T04:12:18.9770609Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T04:12:18.9771086Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9771546Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T04:12:18.9771994Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T04:12:18.9772452Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T04:12:18.9772911Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9773360Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.010s) 2022-11-23T04:12:18.9773840Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T04:12:18.9774310Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T04:12:18.9774774Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9775239Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T04:12:18.9775715Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9776183Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T04:12:18.9776626Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... ok (0.049s) 2022-11-23T04:12:18.9777102Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T04:12:18.9777587Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T04:12:18.9778068Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T04:12:18.9779230Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9779728Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T04:12:18.9780245Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9780745Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.015s) 2022-11-23T04:12:18.9781268Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T04:12:18.9781822Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9782352Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9782844Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9783334Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9783845Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9784444Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T04:12:18.9784924Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9785389Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9785864Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T04:12:18.9786349Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.006s) 2022-11-23T04:12:18.9786583Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.041s) 2022-11-23T04:12:18.9786819Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... ok (0.050s) 2022-11-23T04:12:18.9787072Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T04:12:18.9787329Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9787577Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9787897Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T04:12:18.9788179Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9788433Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T04:12:18.9788660Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T04:12:18.9788906Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T04:12:18.9789158Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.026s) 2022-11-23T04:12:18.9789376Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T04:12:18.9789591Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9789829Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T04:12:18.9790191Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9790416Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T04:12:18.9790646Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-11-23T04:12:18.9790884Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.015s) 2022-11-23T04:12:18.9791109Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9791354Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T04:12:18.9791605Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T04:12:18.9791838Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9792063Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T04:12:18.9792288Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T04:12:18.9792578Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9792824Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T04:12:18.9793054Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T04:12:18.9793290Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T04:12:18.9793502Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T04:12:18.9793726Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9793968Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.044s) 2022-11-23T04:12:18.9794238Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... ok (0.075s) 2022-11-23T04:12:18.9794616Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T04:12:18.9794957Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T04:12:18.9795234Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9795462Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... ok (0.068s) 2022-11-23T04:12:18.9795685Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-11-23T04:12:18.9795924Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9796149Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T04:12:18.9796382Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9796609Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.033s) 2022-11-23T04:12:18.9796842Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9797061Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.045s) 2022-11-23T04:12:18.9797286Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... ok (0.073s) 2022-11-23T04:12:18.9797512Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.018s) 2022-11-23T04:12:18.9797874Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9798102Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9798433Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... ok (0.046s) 2022-11-23T04:12:18.9798725Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.038s) 2022-11-23T04:12:18.9799110Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... ok (0.066s) 2022-11-23T04:12:18.9799341Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9799569Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... ok (0.085s) 2022-11-23T04:12:18.9799803Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9800044Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... ok (0.013s) 2022-11-23T04:12:18.9800273Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9800627Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9800892Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.062s) 2022-11-23T04:12:18.9801131Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... ok (0.064s) 2022-11-23T04:12:18.9801360Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.021s) 2022-11-23T04:12:18.9801611Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9801874Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... ok (0.035s) 2022-11-23T04:12:18.9802111Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... ok (0.047s) 2022-11-23T04:12:18.9802320Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9802585Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9802792Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9803002Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T04:12:18.9803213Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.022s) 2022-11-23T04:12:18.9803429Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... ok (0.040s) 2022-11-23T04:12:18.9803639Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.014s) 2022-11-23T04:12:18.9803855Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... ok (0.016s) 2022-11-23T04:12:18.9804065Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.030s) 2022-11-23T04:12:18.9804283Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... ok (0.037s) 2022-11-23T04:12:18.9804507Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.032s) 2022-11-23T04:12:18.9804737Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... ok (0.029s) 2022-11-23T04:12:18.9804989Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.039s) 2022-11-23T04:12:18.9805244Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... ok (0.027s) 2022-11-23T04:12:18.9805592Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9805810Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... ok (0.036s) 2022-11-23T04:12:18.9806061Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.028s) 2022-11-23T04:12:18.9806316Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... expected failure (0.024s) 2022-11-23T04:12:18.9806533Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T04:12:18.9806799Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:12:18.9807016Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.025s) 2022-11-23T04:12:18.9807283Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:12:18.9807504Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.009s) 2022-11-23T04:12:18.9807845Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:12:18.9808072Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9808285Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... ok (0.034s) 2022-11-23T04:12:18.9808500Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9808759Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.001s) 2022-11-23T04:12:18.9808969Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.024s) 2022-11-23T04:12:18.9809182Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T04:12:18.9809396Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.019s) 2022-11-23T04:12:18.9809662Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-11-23T04:12:18.9810031Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.028s) 2022-11-23T04:12:18.9810349Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... ok (0.031s) 2022-11-23T04:12:18.9810367Z 2022-11-23T04:12:18.9810626Z ---------------------------------------------------------------------- 2022-11-23T04:12:18.9810733Z Ran 1100 tests in 62.016s 2022-11-23T04:12:18.9810742Z 2022-11-23T04:12:18.9810868Z OK (skipped=13, expected failures=34) 2022-11-23T04:12:18.9810882Z 2022-11-23T04:12:18.9810992Z Generating XML reports... 2022-11-23T04:12:18.9811286Z Generated XML report: test-reports\python-unittest\test_cpp_api_parity\TEST-TestCppApiParity-20221123041115.xml 2022-11-23T04:12:18.9811310Z 2022-11-23T04:12:18.9811665Z ##[endgroup] 2022-11-23T04:12:18.9812003Z FINISHED PRINTING LOG FILE of test_cpp_api_parity (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_api_parity_39_egl35) 2022-11-23T04:12:18.9812011Z 2022-11-23T04:12:18.9812206Z Running test_multiprocessing_spawn ... [2022-11-23 04:12:18.924721] 2022-11-23T04:12:18.9812577Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_multiprocessing_spawn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:12:18.925349] 2022-11-23T04:12:59.1935865Z 2022-11-23T04:12:59.1937183Z Expand the folded group to see the log file of test_multiprocessing_spawn 2022-11-23T04:12:59.1939120Z ##[group]PRINTING LOG FILE of test_multiprocessing_spawn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_spawn_amwz1psg) 2022-11-23T04:12:59.1941415Z 2022-11-23T04:12:59.1941774Z Running tests... 2022-11-23T04:12:59.1942346Z ---------------------------------------------------------------------- 2022-11-23T04:12:59.1943206Z Test results will be stored in test-reports\python-unittest\test_multiprocessing_spawn 2022-11-23T04:12:59.1943698Z test_errors_pickleable (__main__.ErrorTest) ... ok (2.429s) 2022-11-23T04:12:59.1944526Z test_exception_all (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T04:12:59.1945404Z test_exception_single (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T04:12:59.1946304Z test_first_argument_index (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T04:12:59.1946744Z test_success (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T04:12:59.1947208Z test_success_first_then_exception (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T04:12:59.1947677Z test_success_non_blocking (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T04:12:59.1948124Z test_terminate_exit (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T04:12:59.1948748Z test_terminate_signal (__main__.ForkTest) ... skip: Fork is only available on Unix (0.001s) 2022-11-23T04:12:59.1949410Z test_exception_all (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1949967Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1950483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1951543Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1952699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1953299Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1953829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1954372Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1954672Z ok (3.780s) 2022-11-23T04:12:59.1955172Z test_exception_raises (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1955731Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1956258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1956789Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1957086Z ok (3.563s) 2022-11-23T04:12:59.1957844Z test_exception_single (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1958963Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1959870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1960406Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1960947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1961445Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1962125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1962652Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1963187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1963670Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1964197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1965264Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1966374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1966970Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1967501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1968027Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1968307Z ok (7.634s) 2022-11-23T04:12:59.1969564Z test_first_argument_index (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1970197Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1970731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1971499Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1972606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1973514Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1974025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1974557Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1974856Z ok (3.841s) 2022-11-23T04:12:59.1975136Z test_signal_raises (__main__.SpawnTest) ... ok (0.006s) 2022-11-23T04:12:59.1975919Z test_success (__main__.SpawnTest) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/72298 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.000s) 2022-11-23T04:12:59.1976885Z test_success_first_then_exception (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1977459Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1978079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1979179Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1979850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1980752Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1981285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1981971Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1982271Z ok (3.905s) 2022-11-23T04:12:59.1982792Z test_success_non_blocking (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1983347Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1983860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1984384Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1984917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1985684Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1986768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1987891Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1988448Z ok (3.836s) 2022-11-23T04:12:59.1989388Z test_terminate_exit (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1990627Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1991675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1992809Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1993920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1994991Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.1995991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.1996985Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.1997552Z ok (3.881s) 2022-11-23T04:12:59.1998518Z test_terminate_signal (__main__.SpawnTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.1999650Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.2000752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.2001804Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.2002817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:12:59.2003770Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:12:59.2004769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:12:59.2005763Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:12:59.2006812Z ok (3.516s) 2022-11-23T04:12:59.2007074Z 2022-11-23T04:12:59.2007489Z ---------------------------------------------------------------------- 2022-11-23T04:12:59.2008104Z Ran 19 tests in 36.422s 2022-11-23T04:12:59.2008358Z 2022-11-23T04:12:59.2008502Z OK (skipped=9) 2022-11-23T04:12:59.2008744Z 2022-11-23T04:12:59.2008938Z Generating XML reports... 2022-11-23T04:12:59.2009719Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ErrorTest-20221123041222.xml 2022-11-23T04:12:59.2010995Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-SpawnTest-20221123041222.xml 2022-11-23T04:12:59.2012030Z Generated XML report: test-reports\python-unittest\test_multiprocessing_spawn\TEST-ForkTest-20221123041222.xml 2022-11-23T04:12:59.2012568Z 2022-11-23T04:12:59.2013202Z ##[endgroup] 2022-11-23T04:12:59.2014154Z FINISHED PRINTING LOG FILE of test_multiprocessing_spawn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_multiprocessing_spawn_amwz1psg) 2022-11-23T04:12:59.2014856Z 2022-11-23T04:12:59.2015069Z Running test_prims ... [2022-11-23 04:12:59.195223] 2022-11-23T04:12:59.2015940Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:12:59.195906] 2022-11-23T04:13:44.5478314Z 2022-11-23T04:13:44.5479044Z Expand the folded group to see the log file of test_prims 2022-11-23T04:13:44.5480545Z ##[group]PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_nrtv0nbj) 2022-11-23T04:13:44.5481150Z 2022-11-23T04:13:44.5481409Z Running tests... 2022-11-23T04:13:44.5482129Z ---------------------------------------------------------------------- 2022-11-23T04:13:44.5482865Z Test results will be stored in test-reports\python-unittest\test_prims 2022-11-23T04:13:44.5486705Z test_decomposition_method_vararg_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.786s) 2022-11-23T04:13:44.5490338Z test_decomposition_method_vararg_permute_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T04:13:44.5491309Z test_decomposition_type_promotion_nvprim_amp_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.211s) 2022-11-23T04:13:44.5492259Z test_decomposition_type_promotion_nvprim_amp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.317s) 2022-11-23T04:13:44.5493234Z test_masked_fill_decomposition_under_nvprim_context_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-11-23T04:13:44.5496542Z test_masked_fill_decomposition_under_nvprim_context_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T04:13:44.5497402Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.000s) 2022-11-23T04:13:44.5498091Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.003s) 2022-11-23T04:13:44.5498815Z test_aten_overload_to_prims_cuda (__main__.TestPrimsCUDA) ... ok (0.555s) 2022-11-23T04:13:44.5499622Z test_batch_norm_backward_nvprims_cuda_float16 (__main__.TestPrimsCUDA) ... ok (2.091s) 2022-11-23T04:13:44.5500484Z test_batch_norm_backward_nvprims_cuda_float32 (__main__.TestPrimsCUDA) ... ok (1.838s) 2022-11-23T04:13:44.5503608Z test_broadcast_in_dim_cuda_float32 (__main__.TestPrimsCUDA) ... ok (1.286s) 2022-11-23T04:13:44.5504458Z test_broadcast_in_dim_sum_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.390s) 2022-11-23T04:13:44.5505222Z test_cbrt_prim_cuda_float64 (__main__.TestPrimsCUDA) ... ok (0.010s) 2022-11-23T04:13:44.5505969Z test_cbrt_prim_cuda_int64 (__main__.TestPrimsCUDA) ... ok (0.028s) 2022-11-23T04:13:44.5506728Z test_cpu_tensor_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.480s) 2022-11-23T04:13:44.5507451Z test_cpu_tensor_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.419s) 2022-11-23T04:13:44.5510640Z test_cudnn_batch_norm_nvprims_cuda_float32 (__main__.TestPrimsCUDA) ... ok (5.463s) 2022-11-23T04:13:44.5511475Z test_cudnn_batch_norm_nvprims_cuda_float64 (__main__.TestPrimsCUDA) ... ok (5.553s) 2022-11-23T04:13:44.5512290Z test_memory_format_strides_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.033s) 2022-11-23T04:13:44.5513105Z test_native_batch_norm_nvprims_cuda_float32 (__main__.TestPrimsCUDA) ... ok (6.242s) 2022-11-23T04:13:44.5513928Z test_native_batch_norm_nvprims_cuda_float64 (__main__.TestPrimsCUDA) ... ok (5.998s) 2022-11-23T04:13:44.5517100Z test_nvfuser_capability_context_cuda (__main__.TestPrimsCUDA) ... ok (0.074s) 2022-11-23T04:13:44.5517916Z test_nvfuser_constant_tensors_cuda (__main__.TestPrimsCUDA) ... ok (0.031s) 2022-11-23T04:13:44.5519685Z 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-23T04:13:44.5521040Z warn( 2022-11-23T04:13:44.5521434Z ok (0.006s) 2022-11-23T04:13:44.5524522Z test_nvfuser_executor_cached_noncontiguous_cuda (__main__.TestPrimsCUDA) ... ok (0.671s) 2022-11-23T04:13:44.5525389Z test_nvfuser_executor_parameters_cuda (__main__.TestPrimsCUDA) ... ok (0.308s) 2022-11-23T04:13:44.5526217Z test_nvfuser_executor_partitioned_cuda (__main__.TestPrimsCUDA) ... ok (0.448s) 2022-11-23T04:13:44.5527126Z test_nvfuser_executor_partitioned_no_partitions_error_cuda (__main__.TestPrimsCUDA) ... ok (0.027s) 2022-11-23T04:13:44.5527947Z test_nvfuser_impl_is_used_cuda (__main__.TestPrimsCUDA) ... ok (0.002s) 2022-11-23T04:13:44.5531065Z test_nvfuser_no_args_cuda (__main__.TestPrimsCUDA) ... ok (0.030s) 2022-11-23T04:13:44.5531870Z test_nvfuser_rand_like_fusion_cuda (__main__.TestPrimsCUDA) ... ok (0.347s) 2022-11-23T04:13:44.5533066Z test_nvprim_convert_element_type_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.334s) 2022-11-23T04:13:44.5534840Z 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-23T04:13:44.5538515Z warn( 2022-11-23T04:13:44.5538904Z ok (0.059s) 2022-11-23T04:13:44.5540048Z test_nvprims_cuda (__main__.TestPrimsCUDA) ... ok (0.006s) 2022-11-23T04:13:44.5540756Z test_nvprims_view_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.382s) 2022-11-23T04:13:44.5541471Z test_nvprims_view_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.387s) 2022-11-23T04:13:44.5542263Z test_nvprims_view_partitioner_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.575s) 2022-11-23T04:13:44.5543206Z test_nvprims_view_partitioner_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.039s) 2022-11-23T04:13:44.5544025Z test_partitioner_tuple_output_cuda (__main__.TestPrimsCUDA) ... ok (0.014s) 2022-11-23T04:13:44.5544852Z test_pytree_input_output_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.349s) 2022-11-23T04:13:44.5545648Z test_reshape_view_method_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.000s) 2022-11-23T04:13:44.5546423Z test_silu_backward_no_filled_tensor_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.349s) 2022-11-23T04:13:44.5547230Z test_skip_ops_nvfuser_capability_mode_cuda (__main__.TestPrimsCUDA) ... ok (0.012s) 2022-11-23T04:13:44.5548018Z test_skip_ops_nvfuser_prims_mode_cuda (__main__.TestPrimsCUDA) ... ok (0.007s) 2022-11-23T04:13:44.5548757Z test_var_correction_0_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.446s) 2022-11-23T04:13:44.5549495Z test_var_correction_1_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.452s) 2022-11-23T04:13:44.5550411Z test_var_mean_correction_0_keepdim_False_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.029s) 2022-11-23T04:13:44.5551423Z test_var_mean_correction_0_keepdim_False_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.022s) 2022-11-23T04:13:44.5552320Z test_var_mean_correction_0_keepdim_True_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.031s) 2022-11-23T04:13:44.5553145Z test_var_mean_correction_0_keepdim_True_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.028s) 2022-11-23T04:13:44.5553922Z test_var_mean_correction_1_keepdim_False_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.022s) 2022-11-23T04:13:44.5554763Z test_var_mean_correction_1_keepdim_False_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.027s) 2022-11-23T04:13:44.5555642Z test_var_mean_correction_1_keepdim_True_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.026s) 2022-11-23T04:13:44.5556754Z test_var_mean_correction_1_keepdim_True_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.030s) 2022-11-23T04:13:44.5557666Z test_constant_pad_nd_memory_format_cuda_float32 (__main__.TestRefsCUDA) ... ok (0.006s) 2022-11-23T04:13:44.5558214Z 2022-11-23T04:13:44.5558640Z ---------------------------------------------------------------------- 2022-11-23T04:13:44.5559055Z Ran 56 tests in 39.454s 2022-11-23T04:13:44.5559214Z 2022-11-23T04:13:44.5559289Z OK 2022-11-23T04:13:44.5559404Z 2022-11-23T04:13:44.5559516Z Generating XML reports... 2022-11-23T04:13:44.5560155Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestDecompCUDA-20221123041304.xml 2022-11-23T04:13:44.5561144Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestPrimsBasic-20221123041304.xml 2022-11-23T04:13:44.5561742Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestPrimsCUDA-20221123041304.xml 2022-11-23T04:13:44.5562308Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestRefsCUDA-20221123041304.xml 2022-11-23T04:13:44.5562604Z 2022-11-23T04:13:44.5562961Z ##[endgroup] 2022-11-23T04:13:44.5563387Z FINISHED PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_nrtv0nbj) 2022-11-23T04:13:44.5563704Z 2022-11-23T04:13:44.5564025Z Running test_cuda_trace ... [2022-11-23 04:13:44.548869] 2022-11-23T04:13:44.5564716Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_trace.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:13:44.549565] 2022-11-23T04:14:43.4624688Z 2022-11-23T04:14:43.4625443Z Expand the folded group to see the log file of test_cuda_trace 2022-11-23T04:14:43.4626670Z ##[group]PRINTING LOG FILE of test_cuda_trace (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_trace_2bctnq9b) 2022-11-23T04:14:43.4628362Z 2022-11-23T04:14:43.4631224Z , <__main__.TestCudaTrace testMethod=test_device_synchronization_callback>, <__main__.TestCudaTrace testMethod=test_event_creation_callback>, <__main__.TestCudaTrace testMethod=test_event_deletion_callback>, <__main__.TestCudaTrace testMethod=test_event_record_callback>, <__main__.TestCudaTrace testMethod=test_event_synchronization_callback>, <__main__.TestCudaTrace testMethod=test_event_wait_callback>, <__main__.TestCudaTrace testMethod=test_memcpy_synchronization>, <__main__.TestCudaTrace testMethod=test_memory_allocation_callback>, <__main__.TestCudaTrace testMethod=test_memory_deallocation_callback>, <__main__.TestCudaTrace testMethod=test_stream_creation_callback>, <__main__.TestCudaTrace testMethod=test_stream_synchronization_callback>]> 2022-11-23T04:14:43.4634167Z test_all_trace_callbacks_called (__main__.TestCudaTrace) 2022-11-23T04:14:43.4634879Z test_device_synchronization_callback (__main__.TestCudaTrace) 2022-11-23T04:14:43.4635457Z test_event_creation_callback (__main__.TestCudaTrace) 2022-11-23T04:14:43.4635796Z test_event_deletion_callback (__main__.TestCudaTrace) 2022-11-23T04:14:43.4636277Z test_event_record_callback (__main__.TestCudaTrace) 2022-11-23T04:14:43.4636887Z test_event_synchronization_callback (__main__.TestCudaTrace) 2022-11-23T04:14:43.4637474Z test_event_wait_callback (__main__.TestCudaTrace) 2022-11-23T04:14:43.4638083Z test_memcpy_synchronization (__main__.TestCudaTrace) 2022-11-23T04:14:43.4638732Z test_memory_allocation_callback (__main__.TestCudaTrace) 2022-11-23T04:14:43.4639530Z test_memory_deallocation_callback (__main__.TestCudaTrace) 2022-11-23T04:14:43.4640264Z test_stream_creation_callback (__main__.TestCudaTrace) 2022-11-23T04:14:43.4641029Z test_stream_synchronization_callback (__main__.TestCudaTrace) 2022-11-23T04:14:43.4642000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:14:43.4643266Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:14:43.4644189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:14:43.4645093Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:14:43.4645424Z 2022-11-23T04:14:43.4645565Z Running tests... 2022-11-23T04:14:43.4646269Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4646959Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T04:14:43.4647875Z test_all_trace_callbacks_called (__main__.TestCudaTrace) ... ok (0.090s) 2022-11-23T04:14:43.4648100Z 2022-11-23T04:14:43.4648285Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4648592Z Ran 1 test in 0.079s 2022-11-23T04:14:43.4648737Z 2022-11-23T04:14:43.4648816Z OK 2022-11-23T04:14:43.4648912Z 2022-11-23T04:14:43.4649026Z Generating XML reports... 2022-11-23T04:14:43.4649748Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123041350.xml 2022-11-23T04:14:43.4650772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:14:43.4651833Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:14:43.4652876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:14:43.4653741Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:14:43.4654344Z 2022-11-23T04:14:43.4654502Z Running tests... 2022-11-23T04:14:43.4655010Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4655732Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T04:14:43.4656531Z test_device_synchronization_callback (__main__.TestCudaTrace) ... ok (0.098s) 2022-11-23T04:14:43.4656950Z 2022-11-23T04:14:43.4657365Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4657940Z Ran 1 test in 0.094s 2022-11-23T04:14:43.4658443Z 2022-11-23T04:14:43.4659001Z OK 2022-11-23T04:14:43.4659275Z 2022-11-23T04:14:43.4659498Z Generating XML reports... 2022-11-23T04:14:43.4660434Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123041354.xml 2022-11-23T04:14:43.4661649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:14:43.4662158Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:14:43.4662676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:14:43.4663200Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:14:43.4663419Z 2022-11-23T04:14:43.4663512Z Running tests... 2022-11-23T04:14:43.4663829Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4664233Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T04:14:43.4664646Z test_event_creation_callback (__main__.TestCudaTrace) ... ok (1.787s) 2022-11-23T04:14:43.4664860Z 2022-11-23T04:14:43.4665044Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4665349Z Ran 1 test in 1.797s 2022-11-23T04:14:43.4665493Z 2022-11-23T04:14:43.4665567Z OK 2022-11-23T04:14:43.4665678Z 2022-11-23T04:14:43.4665787Z Generating XML reports... 2022-11-23T04:14:43.4666213Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123041358.xml 2022-11-23T04:14:43.4666977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:14:43.4667918Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:14:43.4668440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:14:43.4668957Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:14:43.4669180Z 2022-11-23T04:14:43.4669272Z Running tests... 2022-11-23T04:14:43.4669589Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4669987Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T04:14:43.4670395Z test_event_deletion_callback (__main__.TestCudaTrace) ... ok (1.848s) 2022-11-23T04:14:43.4670607Z 2022-11-23T04:14:43.4670788Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4671098Z Ran 1 test in 1.860s 2022-11-23T04:14:43.4671242Z 2022-11-23T04:14:43.4671317Z OK 2022-11-23T04:14:43.4671429Z 2022-11-23T04:14:43.4671538Z Generating XML reports... 2022-11-23T04:14:43.4671965Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123041403.xml 2022-11-23T04:14:43.4672568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:14:43.4673323Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:14:43.4674047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:14:43.4674704Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:14:43.4674921Z 2022-11-23T04:14:43.4675014Z Running tests... 2022-11-23T04:14:43.4675331Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4675752Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T04:14:43.4676140Z test_event_record_callback (__main__.TestCudaTrace) ... ok (1.809s) 2022-11-23T04:14:43.4676349Z 2022-11-23T04:14:43.4676531Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4676836Z Ran 1 test in 1.812s 2022-11-23T04:14:43.4676979Z 2022-11-23T04:14:43.4677055Z OK 2022-11-23T04:14:43.4677170Z 2022-11-23T04:14:43.4677283Z Generating XML reports... 2022-11-23T04:14:43.4677715Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123041409.xml 2022-11-23T04:14:43.4678309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:14:43.4678803Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:14:43.4679324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:14:43.4680007Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:14:43.4680244Z 2022-11-23T04:14:43.4680560Z Running tests... 2022-11-23T04:14:43.4680884Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4681298Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T04:14:43.4681707Z test_event_synchronization_callback (__main__.TestCudaTrace) ... ok (1.830s) 2022-11-23T04:14:43.4681934Z 2022-11-23T04:14:43.4682119Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4682423Z Ran 1 test in 1.828s 2022-11-23T04:14:43.4682566Z 2022-11-23T04:14:43.4682642Z OK 2022-11-23T04:14:43.4682756Z 2022-11-23T04:14:43.4682866Z Generating XML reports... 2022-11-23T04:14:43.4683292Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123041414.xml 2022-11-23T04:14:43.4684017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:14:43.4684509Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:14:43.4685031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:14:43.4685555Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:14:43.4685775Z 2022-11-23T04:14:43.4686018Z Running tests... 2022-11-23T04:14:43.4686341Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4686891Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T04:14:43.4687417Z test_event_wait_callback (__main__.TestCudaTrace) ... ok (1.845s) 2022-11-23T04:14:43.4687658Z 2022-11-23T04:14:43.4687846Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4688160Z Ran 1 test in 1.859s 2022-11-23T04:14:43.4688303Z 2022-11-23T04:14:43.4688379Z OK 2022-11-23T04:14:43.4688493Z 2022-11-23T04:14:43.4688602Z Generating XML reports... 2022-11-23T04:14:43.4689029Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123041420.xml 2022-11-23T04:14:43.4689737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:14:43.4690268Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:14:43.4690792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:14:43.4691313Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:14:43.4691527Z 2022-11-23T04:14:43.4691620Z Running tests... 2022-11-23T04:14:43.4691942Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4692360Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T04:14:43.4692910Z test_memcpy_synchronization (__main__.TestCudaTrace) ... ok (1.805s) 2022-11-23T04:14:43.4693125Z 2022-11-23T04:14:43.4693445Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4693880Z Ran 1 test in 1.813s 2022-11-23T04:14:43.4694070Z 2022-11-23T04:14:43.4694148Z OK 2022-11-23T04:14:43.4694263Z 2022-11-23T04:14:43.4694374Z Generating XML reports... 2022-11-23T04:14:43.4694799Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123041425.xml 2022-11-23T04:14:43.4695418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:14:43.4695914Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:14:43.4696418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:14:43.4696939Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:14:43.4697155Z 2022-11-23T04:14:43.4697249Z Running tests... 2022-11-23T04:14:43.4697564Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4697981Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T04:14:43.4698391Z test_memory_allocation_callback (__main__.TestCudaTrace) ... ok (0.086s) 2022-11-23T04:14:43.4698608Z 2022-11-23T04:14:43.4698789Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4699222Z Ran 1 test in 0.078s 2022-11-23T04:14:43.4699369Z 2022-11-23T04:14:43.4699446Z OK 2022-11-23T04:14:43.4699560Z 2022-11-23T04:14:43.4699670Z Generating XML reports... 2022-11-23T04:14:43.4700373Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123041431.xml 2022-11-23T04:14:43.4701139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:14:43.4701629Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:14:43.4702134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:14:43.4702648Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:14:43.4702862Z 2022-11-23T04:14:43.4702956Z Running tests... 2022-11-23T04:14:43.4703273Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4703688Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T04:14:43.4704106Z test_memory_deallocation_callback (__main__.TestCudaTrace) ... ok (0.101s) 2022-11-23T04:14:43.4704330Z 2022-11-23T04:14:43.4704513Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4704800Z Ran 1 test in 0.094s 2022-11-23T04:14:43.4704941Z 2022-11-23T04:14:43.4705017Z OK 2022-11-23T04:14:43.4705130Z 2022-11-23T04:14:43.4705279Z Generating XML reports... 2022-11-23T04:14:43.4706108Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123041435.xml 2022-11-23T04:14:43.4707566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:14:43.4708509Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:14:43.4709455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:14:43.4710421Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:14:43.4710800Z 2022-11-23T04:14:43.4710990Z Running tests... 2022-11-23T04:14:43.4711549Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4712456Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T04:14:43.4713446Z test_stream_creation_callback (__main__.TestCudaTrace) ... ok (0.084s) 2022-11-23T04:14:43.4713859Z 2022-11-23T04:14:43.4714203Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4714763Z Ran 1 test in 0.078s 2022-11-23T04:14:43.4715028Z 2022-11-23T04:14:43.4715165Z OK 2022-11-23T04:14:43.4715377Z 2022-11-23T04:14:43.4715584Z Generating XML reports... 2022-11-23T04:14:43.4716378Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123041438.xml 2022-11-23T04:14:43.4717133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T04:14:43.4717644Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T04:14:43.4718300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T04:14:43.4719053Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T04:14:43.4719285Z 2022-11-23T04:14:43.4719382Z Running tests... 2022-11-23T04:14:43.4719838Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4720404Z Test results will be stored in test-reports\python-unittest\test_cuda_trace 2022-11-23T04:14:43.4720832Z test_stream_synchronization_callback (__main__.TestCudaTrace) ... ok (0.082s) 2022-11-23T04:14:43.4721063Z 2022-11-23T04:14:43.4721244Z ---------------------------------------------------------------------- 2022-11-23T04:14:43.4721534Z Ran 1 test in 0.078s 2022-11-23T04:14:43.4721677Z 2022-11-23T04:14:43.4721752Z OK 2022-11-23T04:14:43.4721866Z 2022-11-23T04:14:43.4722166Z Generating XML reports... 2022-11-23T04:14:43.4722607Z Generated XML report: test-reports\python-unittest\test_cuda_trace\TEST-TestCudaTrace-20221123041442.xml 2022-11-23T04:14:43.4722912Z 2022-11-23T04:14:43.4723243Z ##[endgroup] 2022-11-23T04:14:43.4723677Z FINISHED PRINTING LOG FILE of test_cuda_trace (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_trace_2bctnq9b) 2022-11-23T04:14:43.4724002Z 2022-11-23T04:14:43.4724132Z Running test_indexing ... [2022-11-23 04:14:43.466096] 2022-11-23T04:14:43.4724647Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:14:43.466748] 2022-11-23T04:14:52.7996913Z 2022-11-23T04:14:52.7997818Z Expand the folded group to see the log file of test_indexing 2022-11-23T04:14:52.7999361Z ##[group]PRINTING LOG FILE of test_indexing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_indexing_e2sv4123) 2022-11-23T04:14:52.8000105Z 2022-11-23T04:14:52.8000318Z Running tests... 2022-11-23T04:14:52.8000938Z ---------------------------------------------------------------------- 2022-11-23T04:14:52.8001742Z Test results will be stored in test-reports\python-unittest\test_indexing 2022-11-23T04:14:52.8002607Z test_boolean_assignment_value_mismatch_cuda (__main__.NumpyTestsCUDA) ... ok (2.667s) 2022-11-23T04:14:52.8003745Z test_boolean_indexing_alldims_cuda (__main__.NumpyTestsCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8004585Z test_boolean_indexing_onedim_cuda (__main__.NumpyTestsCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8005379Z test_boolean_indexing_twodim_cuda (__main__.NumpyTestsCUDA) ... ok (0.011s) 2022-11-23T04:14:52.8006189Z test_boolean_indexing_weirdness_cuda (__main__.NumpyTestsCUDA) ... ok (0.010s) 2022-11-23T04:14:52.8007027Z test_boolean_indexing_weirdness_tensors_cuda (__main__.NumpyTestsCUDA) ... ok (0.006s) 2022-11-23T04:14:52.8007846Z test_boolean_list_indexing_cuda (__main__.NumpyTestsCUDA) ... ok (0.004s) 2022-11-23T04:14:52.8009450Z test_boolean_shape_mismatch_cuda (__main__.NumpyTestsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_indexing.py:1465: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T04:14:52.8010977Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-11-23T04:14:52.8012424Z C:\actions-runner\_work\pytorch\pytorch\test\test_indexing.py:1466: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/native/IndexingUtils.h:28.) 2022-11-23T04:14:52.8013849Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-11-23T04:14:52.8014472Z ok (0.004s) 2022-11-23T04:14:52.8015076Z test_broadcast_subspace_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8015873Z test_broaderrors_indexing_cuda (__main__.NumpyTestsCUDA) ... ok (0.004s) 2022-11-23T04:14:52.8016613Z test_ellipsis_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.004s) 2022-11-23T04:14:52.8017362Z test_empty_fancy_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8018116Z test_empty_tuple_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8018901Z test_everything_returns_views_cuda (__main__.NumpyTestsCUDA) ... ok (0.004s) 2022-11-23T04:14:52.8019672Z test_index_is_larger_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-11-23T04:14:52.8020422Z test_index_no_floats_cuda (__main__.NumpyTestsCUDA) ... ok (0.005s) 2022-11-23T04:14:52.8021114Z test_none_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.001s) 2022-11-23T04:14:52.8021841Z test_single_bool_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.002s) 2022-11-23T04:14:52.8022581Z test_single_int_index_cuda (__main__.NumpyTestsCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8023759Z test_trivial_fancy_out_of_bounds_cuda (__main__.NumpyTestsCUDA) ... skip: CUDA asserts instead of raising an exception (0.002s) 2022-11-23T04:14:52.8024659Z test_advancedindex_big_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-11-23T04:14:52.8025465Z test_advancedindex_cuda_float16 (__main__.TestIndexingCUDA) ... ok (0.056s) 2022-11-23T04:14:52.8027000Z test_advancedindex_cuda_float64 (__main__.TestIndexingCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly. 2022-11-23T04:14:52.8028387Z warnings.warn(message, UserWarning) 2022-11-23T04:14:52.8028883Z ok (0.633s) 2022-11-23T04:14:52.8029505Z test_basic_advanced_combined_cuda (__main__.TestIndexingCUDA) ... ok (0.008s) 2022-11-23T04:14:52.8030313Z test_bool_indices_accumulate_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8031097Z test_bool_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.007s) 2022-11-23T04:14:52.8031833Z test_byte_mask2d_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8032569Z test_byte_mask_accumulate_cuda (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-11-23T04:14:52.8033326Z test_byte_mask_cuda (__main__.TestIndexingCUDA) ... ok (0.005s) 2022-11-23T04:14:52.8034429Z test_byte_tensor_assignment_cuda (__main__.TestIndexingCUDA) ... ok (0.005s) 2022-11-23T04:14:52.8035422Z test_cpu_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8036174Z test_ellipsis_tensor_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8036916Z test_empty_index_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8037637Z test_empty_ndim_index_bool_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8038406Z test_empty_ndim_index_cuda (__main__.TestIndexingCUDA) ... ok (0.006s) 2022-11-23T04:14:52.8039158Z test_empty_slice_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8039964Z test_gather_take_along_dim_cross_device_cuda_float32 (__main__.TestIndexingCUDA) ... ok (0.007s) 2022-11-23T04:14:52.8040791Z test_getitem_scalars_cuda (__main__.TestIndexingCUDA) ... ok (0.008s) 2022-11-23T04:14:52.8041514Z test_index_cuda (__main__.TestIndexingCUDA) ... ok (0.061s) 2022-11-23T04:14:52.8042268Z test_index_getitem_copy_bools_slices_cuda (__main__.TestIndexingCUDA) ... ok (0.005s) 2022-11-23T04:14:52.8043063Z test_index_ind_dtype_cuda (__main__.TestIndexingCUDA) ... ok (0.008s) 2022-11-23T04:14:52.8043872Z test_index_put_accumulate_duplicate_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.601s) 2022-11-23T04:14:52.8044774Z test_index_put_accumulate_expanded_values_cuda (__main__.TestIndexingCUDA) ... ok (0.008s) 2022-11-23T04:14:52.8045639Z test_index_put_accumulate_large_tensor_cuda (__main__.TestIndexingCUDA) ... ok (0.331s) 2022-11-23T04:14:52.8046912Z test_index_put_accumulate_non_contiguous_cuda (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8047831Z test_index_put_accumulate_with_optional_tensors_cuda (__main__.TestIndexingCUDA) ... ok (0.102s) 2022-11-23T04:14:52.8048954Z test_index_put_src_datatype_cuda_bfloat16 (__main__.TestIndexingCUDA) ... ok (0.004s) 2022-11-23T04:14:52.8049898Z test_index_put_src_datatype_cuda_bool (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8050547Z test_index_put_src_datatype_cuda_complex128 (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8050993Z test_index_put_src_datatype_cuda_complex64 (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8051539Z test_index_put_src_datatype_cuda_float16 (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8052096Z test_index_put_src_datatype_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8053375Z test_index_scalar_with_bool_mask_cuda (__main__.TestIndexingCUDA) ... ok (0.005s) 2022-11-23T04:14:52.8053776Z test_index_setitem_bools_slices_cuda (__main__.TestIndexingCUDA) ... ok (0.011s) 2022-11-23T04:14:52.8054193Z test_index_src_datatype_cuda_bfloat16 (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8054669Z test_index_src_datatype_cuda_bool (__main__.TestIndexingCUDA) ... ok (0.003s) 2022-11-23T04:14:52.8055834Z test_index_src_datatype_cuda_float16 (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8057468Z test_index_src_datatype_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8058497Z test_int_assignment_cuda (__main__.TestIndexingCUDA) ... ok (0.006s) 2022-11-23T04:14:52.8058921Z test_int_indices2d_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8059507Z test_int_indices_broadcast_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8059904Z test_int_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8060316Z test_invalid_device_cuda (__main__.TestIndexingCUDA) ... ok (0.010s) 2022-11-23T04:14:52.8060692Z test_invalid_index_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8061153Z test_jit_indexing_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8061892Z test_multiple_bool_indices_cuda (__main__.TestIndexingCUDA) ... ok (0.010s) 2022-11-23T04:14:52.8062809Z test_multiple_byte_mask_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8063558Z test_multiple_int_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8064234Z test_none_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8064633Z test_out_of_bound_index_cuda (__main__.TestIndexingCUDA) ... ok (0.011s) 2022-11-23T04:14:52.8065032Z test_set_item_to_scalar_tensor_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8066158Z test_setitem_expansion_error_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8066870Z test_setitem_scalars_cuda (__main__.TestIndexingCUDA) ... ok (0.010s) 2022-11-23T04:14:52.8067536Z test_single_int_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8068191Z test_step_assignment_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8068823Z test_step_cuda (__main__.TestIndexingCUDA) ... ok (0.000s) 2022-11-23T04:14:52.8069476Z test_take_along_dim_cuda_float32 (__main__.TestIndexingCUDA) ... ok (0.020s) 2022-11-23T04:14:52.8070164Z test_take_along_dim_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.010s) 2022-11-23T04:14:52.8070853Z test_take_along_dim_invalid_cuda_float32 (__main__.TestIndexingCUDA) ... ok (0.006s) 2022-11-23T04:14:52.8071579Z test_take_along_dim_invalid_cuda_int64 (__main__.TestIndexingCUDA) ... ok (0.006s) 2022-11-23T04:14:52.8072272Z test_variable_slicing_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-11-23T04:14:52.8072928Z test_zero_dim_index_cuda (__main__.TestIndexingCUDA) ... ok (0.002s) 2022-11-23T04:14:52.8073295Z 2022-11-23T04:14:52.8073617Z ---------------------------------------------------------------------- 2022-11-23T04:14:52.8074149Z Ran 82 tests in 4.750s 2022-11-23T04:14:52.8074411Z 2022-11-23T04:14:52.8074570Z OK (skipped=1) 2022-11-23T04:14:52.8074787Z 2022-11-23T04:14:52.8075155Z Generating XML reports... 2022-11-23T04:14:52.8076113Z Generated XML report: test-reports\python-unittest\test_indexing\TEST-NumpyTestsCUDA-20221123041447.xml 2022-11-23T04:14:52.8077247Z Generated XML report: test-reports\python-unittest\test_indexing\TEST-TestIndexingCUDA-20221123041447.xml 2022-11-23T04:14:52.8077807Z 2022-11-23T04:14:52.8078373Z ##[endgroup] 2022-11-23T04:14:52.8079183Z FINISHED PRINTING LOG FILE of test_indexing (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_indexing_e2sv4123) 2022-11-23T04:14:52.8079737Z 2022-11-23T04:14:52.8080009Z Running test_ops_fwd_gradients ... [2022-11-23 04:14:52.797800] 2022-11-23T04:14:56.6816965Z 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=1', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:14:56.681192] 2022-11-23T04:14:56.6819423Z Ignoring disabled issues: [] 2022-11-23T04:35:41.5360876Z 2022-11-23T04:35:41.5361888Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T04:35:41.5363491Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_s1qddr1f) 2022-11-23T04:35:41.5453033Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-cefde924c0dc0177.xml 2022-11-23T04:35:41.5453646Z ============================= test session starts ============================= 2022-11-23T04:35:41.5454304Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T04:35:41.5454913Z cachedir: .pytest_cache 2022-11-23T04:35:41.5457898Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T04:35:41.5458775Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T04:35:41.5459957Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T04:35:41.5460473Z collecting ... collected 2901 items / 12 deselected / 2889 selected 2022-11-23T04:35:41.6071426Z Running 2889 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_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_T_cuda_float64, 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___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___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_complex128, 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___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___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___rpow___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___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_complex128, 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_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_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_add_cuda_float64, 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_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_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_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_addmv_cuda_float64, 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_addr_cuda_float64, 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_all_cuda_float64, 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_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_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_complex128, 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_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_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_complex128, 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_as_strided_scatter_cuda_float64, 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_asin_cuda_float64, 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_complex128, 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_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_2d_cuda_float64, 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_complex128, 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_complex128, 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_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_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_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_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_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_cartesian_prod_cuda_float64, 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_cdist_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_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_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_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_cuda_float64, 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_inverse_cuda_float64, 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_cholesky_solve_cuda_float64, 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_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_complex128, 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_complex_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_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_constant_pad_nd_cuda_float64, 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_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_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_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_cummin_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_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_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_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_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_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_diff_cuda_float64, 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_dist_cuda_float64, 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_no_rounding_mode_cuda_float64, 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_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_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_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_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_equal_cuda_float64, 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_erfc_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_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_as_cuda_float64, 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_expand_cuda_float64, 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_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_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_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_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_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_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_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_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_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_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_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_fill_cuda_float64, 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_flip_cuda_float64, 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_fliplr_cuda_float64, 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_flipud_cuda_float64, 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_fmax_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_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_cuda_float64, 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_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_gt_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_half_cuda_float64, 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_histc_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_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_i0_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_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_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_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_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_isfinite_cuda_float64, 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_isnan_cuda_float64, 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_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_istft_cuda_complex128, 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_2inputs_2outputs_cuda_float64, 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_4inputs_with_extra_args_cuda_float64, 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_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_complex128, 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_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_kthvalue_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_ldexp_cuda_float64, 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_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_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_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_det_singular_cuda_float64, 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_eig_cuda_float64, 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_complex128, 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_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_complex128, 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_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_complex128, 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_cuda_float64, 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_complex128, 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_complex128, 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_cuda_float64, 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_complex128, 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_complex128, 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_power_cuda_float64, 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_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_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_complex128, 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_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_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_complex128, 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_slogdet_cuda_float64, 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_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_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_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_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_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_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_log2_cuda_float64, 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_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_logaddexp2_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_logcumsumexp_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_logdet_cuda_float64, 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_and_cuda_float64, 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_not_cuda_float64, 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_logical_xor_cuda_float64, 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_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_long_cuda_float64, 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_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_lu_unpack_cuda_float64, 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_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_mT_cuda_float64, 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_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_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_cumprod_cuda_float64, 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_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_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_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_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_softmin_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_sum_cuda_float64, 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_complex128, 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_binary_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_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_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_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_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_min_reduction_with_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_complex128, 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_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_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_complex128, 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_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_1_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_mvlgamma_mvlgamma_p_5_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_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_complex128, 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_complex128, 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_batch_norm_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_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_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_neg_cuda_float64, 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_cuda_float64, 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_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_nextafter_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_pool1d_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_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_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_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_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_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_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_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_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_complex128, 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_complex128, 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_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_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_dropout3d_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_bag_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_pool2d_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_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_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_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_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_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_l1_loss_cuda_float64, 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_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_linear_cuda_float64, 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_logsigmoid_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_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_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_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_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_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_multilabel_soft_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_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_complex128, 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_constant_cuda_float64, 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_reflect_cuda_float64, 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_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_complex128, 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_pixel_unshuffle_cuda_float64, 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_relu_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_silu_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_soft_margin_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_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_softshrink_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_softsign_cuda_float64, 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_tanhshrink_cuda_float64, 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_loss_cuda_float64, 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_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_bilinear_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_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_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_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_inf_cuda_float64, 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_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_normal_number_mean_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_cuda_float64, 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_ormqr_cuda_float64, 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_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_complex128, 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_complex128, 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_complex128, 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_qr_cuda_float64, 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_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_cuda_float64, 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_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_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_real_cuda_float64, 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_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_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_complex128, 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_complex128, 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_complex128, 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_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_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_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_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_0_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_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_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_scalar_tensor_cuda_complex128, 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_add_cuda_float64, 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_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_prod_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_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_complex128, 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_select_scatter_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_sgn_cuda_float64, 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_sigmoid_cuda_float64, 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_exponential_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_signbit_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_complex128, 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_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_complex128, 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_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_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_complex128, 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_j0_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_u_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_chebyshev_polynomial_w_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_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_i0e_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_i1e_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_legendre_polynomial_p_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_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_polygamma_special_polygamma_n_0_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_u_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_spherical_bessel_j0_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_complex128, 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_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_split_with_sizes_cuda_float64, 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_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_square_cuda_float64, 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_complex128, 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_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_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_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_complex128, 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_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_along_dim_cuda_float64, 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_take_cuda_float64, 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_complex128, 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_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_complex128, 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_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_complex128, 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_topk_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_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_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_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_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_complex128, 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_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_unbind_cuda_float64, 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_unflatten_cuda_float64, 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_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_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_complex128, 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_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_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_vdot_cuda_float64, 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_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_copy_cuda_float64, 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_view_cuda_float64, 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_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_where_cuda_float64, 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_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_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_H_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___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___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___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___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___rmod___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___rmul___cuda_float64, 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_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__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_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_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_complex128, 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_complex128, 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_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_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_complex128, 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_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_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_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_any_cuda_float64, 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_as_strided_scatter_cuda_float64, 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_asin_cuda_float64, 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_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_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_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_complex128, 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_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_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_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_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_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_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_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_ceil_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_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_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_complex128, 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_chunk_cuda_float64, 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_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_complex128, 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_column_stack_cuda_float64, 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_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_complex128, 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_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_copysign_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_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_cos_cuda_float64, 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_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_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_cross_cuda_float64, 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_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_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_deg2rad_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_cuda_float64, 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_diag_embed_cuda_float64, 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_copy_cuda_float64, 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_diagonal_scatter_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_diff_cuda_float64, 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_complex128, 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_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_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_dsplit_cuda_float64, 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_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_complex128, 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_empty_like_cuda_float64, 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_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_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_erfc_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_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_as_cuda_float64, 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_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_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_complex128, 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_complex128, 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_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_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_ifft2_cuda_float64, 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_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_ifftshift_cuda_float64, 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_ihfftn_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_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_irfft_cuda_float64, 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_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_rfft_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_fill_cuda_float64, 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_complex128, 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_flipud_cuda_float64, 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_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_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_floor_divide_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_fmin_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_frac_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_complex128, 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_full_like_cuda_float64, 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_complex128, 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_grid_sampler_2d_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_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_hsplit_cuda_float64, 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_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_igammac_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_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_complex128, 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_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_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_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_inner_cuda_float64, 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_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_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_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_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_complex128, 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_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_jiterator_unary_cuda_float64, 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_kron_cuda_float64, 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_complex128, 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_le_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_lerp_cuda_float64, 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_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_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_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_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_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_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_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_cuda_float64, 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_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_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_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_complex128, 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_complex128, 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_cuda_float64, 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_complex128, 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_complex128, 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_complex128, 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_complex128, 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_complex128, 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_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_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_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_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_tensorsolve_cuda_float64, 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_vander_cuda_float64, 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_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_cuda_float64, 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_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_not_cuda_float64, 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_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_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_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_cuda_float64, 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_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_lu_unpack_cuda_float64, 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_mH_cuda_float64, 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_argmin_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_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_cumsum_cuda_float64, 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_fill_cuda_float64, 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_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_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_complex128, 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_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_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_complex128, 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_complex128, 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_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_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_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_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_list_of_tensors_cuda_float64, 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_binary_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_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_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_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_movedim_cuda_float64, 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_mul_cuda_float64, 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_complex128, 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_3_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_nan_to_num_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_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_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_batch_norm_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_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_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_cuda_float64, 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_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_complex128, 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_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_nextafter_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_pool1d_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_avg_pool3d_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_avg_pool3d_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_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_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_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_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_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_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_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_feature_alpha_dropout_without_train_cuda_float64, 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_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_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_hardsigmoid_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_hardtanh_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_instance_norm_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_nearest_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_complex128, 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_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_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_pool3d_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_unpool1d_grad_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_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_mish_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_multi_margin_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_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_complex128, 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_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_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_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_complex128, 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_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_complex128, 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_relu6_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_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_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_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_threshold_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_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_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_nn_functional_upsample_nearest_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_complex128, 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_complex128, 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_complex128, 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_complex128, 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_normal_number_mean_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_cuda_float64, 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_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_polar_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_1_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_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_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_complex128, 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_complex128, 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_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_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_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_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_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_complex128, 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_complex128, 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_cuda_float64, 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_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_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_conj_cuda_float64, 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_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_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_0_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_round_decimals_neg_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_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_complex128, 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_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_searchsorted_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_complex128, 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_select_scatter_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_sgn_cuda_float64, 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_sigmoid_cuda_float64, 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_cosine_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_signbit_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_sin_cuda_float64, 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_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_softmax_with_dtype_cuda_float64, 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_airy_ai_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_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_v_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_erfcx_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_hermite_polynomial_he_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_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_laguerre_polynomial_l_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_log_ndtr_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_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_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_ndtri_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_scaled_modified_bessel_k1_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_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_shifted_chebyshev_polynomial_w_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_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_complex128, 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_list_args_cuda_float64, 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_split_with_sizes_cuda_float64, 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_sqrt_cuda_float64, 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_square_cuda_float64, 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_squeeze_cuda_float64, 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_complex128, 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_std_mean_cuda_float64, 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_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_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_cuda_float64, 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_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_complex128, 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_complex128, 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_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_complex128, 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_complex128, 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_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_complex128, 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_complex128, 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_complex128, 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_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_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_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_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_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_unflatten_cuda_float64, 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_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_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_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_unsqueeze_cuda_float64, 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_cuda_float64, 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_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_complex_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_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_view_cuda_float64, 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_zero__cuda_float64, 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_complex128, 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_complex128, 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___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___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___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_complex128, 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___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__softmax_backward_data_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_acos_cuda_float64, 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_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_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_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_addcmul_cuda_float64, 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_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_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_complex128, 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_complex128, 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_amax_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_aminmax_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_angle_cuda_float64, 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_any_cuda_float64, 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_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_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_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_complex128, 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_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_complex128, 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_complex128, 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_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_atleast_3d_cuda_float64, 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_baddbmm_cuda_float64, 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_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_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_complex128, 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_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_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_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_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_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_cdouble_cuda_float64, 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_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_chalf_cuda_float64, 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_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_complex128, 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_cholesky_solve_cuda_float64, 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_chunk_cuda_float64, 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_clone_cuda_float64, 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_complex128, 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_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_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_complex128, 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_copysign_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_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_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_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_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_cumprod_cuda_float64, 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_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_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_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_diagflat_cuda_float64, 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_cuda_float64, 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_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_digamma_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_dist_cuda_float64, 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_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_dot_cuda_float64, 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_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_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_complex128, 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_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_erfinv_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_exp_cuda_float64, 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_complex128, 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_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_complex128, 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_complex128, 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_fftn_cuda_float64, 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_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_complex128, 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_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_ifft_cuda_float64, 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_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_ihfftn_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_irfft2_cuda_float64, 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_irfft_cuda_float64, 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_rfft2_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_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_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_flatten_cuda_float64, 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_flip_cuda_float64, 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_fliplr_cuda_float64, 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_flipud_cuda_float64, 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_cuda_float64, 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_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_fmod_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_frexp_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_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_ge_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_geqrf_cuda_float64, 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_gradient_cuda_float64, 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_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_hsplit_cuda_float64, 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_igamma_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_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_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_reduce_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_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_complex128, 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_isin_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_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_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_isposinf_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_complex128, 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_complex128, 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_complex128, 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_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_complex128, 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_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_complex128, 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_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_cuda_float64, 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_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_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_complex128, 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_complex128, 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_complex128, 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_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_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_cuda_float64, 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_multi_dot_cuda_float64, 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_cuda_float64, 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_complex128, 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_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_complex128, 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_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_complex128, 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_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_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_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_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_tensorsolve_cuda_float64, 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_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_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_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_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_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_complex128, 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_cuda_float64, 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_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_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_logcumsumexp_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_complex128, 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_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_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_complex128, 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_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_mT_cuda_float64, 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_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_argmin_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_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_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_logsumexp_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_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_complex128, 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_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_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_std_cuda_float64, 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_sum_cuda_float64, 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_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_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_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_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_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_complex128, 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_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_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_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_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_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_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_batch_norm_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_native_layer_norm_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_ne_cuda_float64, 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_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_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_complex128, 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_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_complex128, 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_nextafter_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_pool1d_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_pool1d_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_adaptive_max_pool3d_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_pool2d_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_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_complex128, 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_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_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_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_dropout3d_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_bag_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_with_train_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_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_fractional_max_pool3d_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_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_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_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_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_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_complex128, 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_layer_norm_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_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_logsigmoid_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_pool2d_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_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_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_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_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_complex128, 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_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_constant_cuda_float64, 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_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_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_pixel_unshuffle_cuda_float64, 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_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_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_smooth_l1_loss_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_complex128, 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_softshrink_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_softsign_cuda_float64, 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_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_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_complex128, 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_fro_cuda_float64, 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_inf_cuda_float64, 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_normal_number_mean_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_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_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_complex128, 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_pca_lowrank_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_permute_cuda_float64, 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_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_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_3_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_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_complex128, 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_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_put_cuda_float64, 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_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_rad2deg_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_rand_like_cuda_float64, 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_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_complex128, 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_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_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_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_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_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_resize_as__cuda_float64, 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_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_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_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_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_complex128, 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_cuda_float64, 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_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_searchsorted_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_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_complex128, 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_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_sigmoid_cuda_float64, 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_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_gaussian_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_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_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_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_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_j0_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_bessel_y1_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_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_chebyshev_polynomial_w_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_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_i1_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_legendre_polynomial_p_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_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_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_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_k0_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_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_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_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_complex128, 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_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_complex128, 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_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_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_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_cuda_float64, 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_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_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_take_along_dim_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_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_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_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_complex128, 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_complex128, 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_to_sparse_cuda_float64, 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_complex128, 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_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_complex128, 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_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_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_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_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_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_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_consecutive_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_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_cuda_float64, 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_var_mean_cuda_float64, 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_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_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_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_complex128, 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_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_complex128, 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, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zeros_like_cuda_float64 2022-11-23T04:35:41.6537896Z 2022-11-23T04:35:41.6538391Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_H_cuda_complex128 PASSED [ 0%] 2022-11-23T04:35:41.6539074Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_H_cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6539722Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_T_cuda_complex128 PASSED [ 0%] 2022-11-23T04:35:41.6540236Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_T_cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6540780Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___getitem___cuda_complex128 PASSED [ 0%] 2022-11-23T04:35:41.6541308Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___getitem___cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6541839Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___radd___cuda_complex128 PASSED [ 0%] 2022-11-23T04:35:41.6542346Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___radd___cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6542863Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rdiv___cuda_complex128 PASSED [ 0%] 2022-11-23T04:35:41.6543381Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rdiv___cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6543897Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmatmul___cuda_complex128 PASSED [ 0%] 2022-11-23T04:35:41.6544494Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmatmul___cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6545057Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmod___cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6545806Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmul___cuda_complex128 PASSED [ 0%] 2022-11-23T04:35:41.6546317Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmul___cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6546854Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rpow___cuda_complex128 SKIPPED (Skipped!) [ 0%] 2022-11-23T04:35:41.6547412Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rpow___cuda_float64 SKIPPED (Skipped!) [ 0%] 2022-11-23T04:35:41.6547943Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rsub___cuda_complex128 PASSED [ 0%] 2022-11-23T04:35:41.6548760Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rsub___cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6549294Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad__softmax_backward_data_cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6549830Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_abs_cuda_complex128 PASSED [ 0%] 2022-11-23T04:35:41.6550342Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_abs_cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6550834Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_acos_cuda_complex128 PASSED [ 0%] 2022-11-23T04:35:41.6551502Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_acos_cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6552294Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_acosh_cuda_complex128 PASSED [ 0%] 2022-11-23T04:35:41.6552812Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_acosh_cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6553327Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_add_cuda_complex128 PASSED [ 0%] 2022-11-23T04:35:41.6553831Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_add_cuda_float64 PASSED [ 0%] 2022-11-23T04:35:41.6554341Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addbmm_cuda_complex128 PASSED [ 1%] 2022-11-23T04:35:41.6554977Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addbmm_cuda_float64 PASSED [ 1%] 2022-11-23T04:35:41.6555527Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addcdiv_cuda_complex128 PASSED [ 1%] 2022-11-23T04:35:41.6556045Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addcdiv_cuda_float64 PASSED [ 1%] 2022-11-23T04:35:41.6556560Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addcmul_cuda_complex128 PASSED [ 1%] 2022-11-23T04:35:41.6557083Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addcmul_cuda_float64 PASSED [ 1%] 2022-11-23T04:35:41.6557742Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmm_cuda_complex128 PASSED [ 1%] 2022-11-23T04:35:41.6558396Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmm_cuda_float64 PASSED [ 1%] 2022-11-23T04:35:41.6559058Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmm_decomposed_cuda_complex128 PASSED [ 1%] 2022-11-23T04:35:41.6559614Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmm_decomposed_cuda_float64 PASSED [ 1%] 2022-11-23T04:35:41.6560141Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmv_cuda_complex128 PASSED [ 1%] 2022-11-23T04:35:41.6560651Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmv_cuda_float64 PASSED [ 1%] 2022-11-23T04:35:41.6561156Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addr_cuda_complex128 PASSED [ 1%] 2022-11-23T04:35:41.6561668Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addr_cuda_float64 PASSED [ 1%] 2022-11-23T04:35:41.6562256Z 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-23T04:35:41.6562915Z 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-23T04:35:41.6563561Z 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-23T04:35:41.6564375Z 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-23T04:35:41.6565219Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_amax_cuda_float64 PASSED [ 1%] 2022-11-23T04:35:41.6565855Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_amin_cuda_float64 PASSED [ 1%] 2022-11-23T04:35:41.6566442Z 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-23T04:35:41.6567033Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_angle_cuda_complex128 PASSED [ 1%] 2022-11-23T04:35:41.6567543Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_angle_cuda_float64 PASSED [ 1%] 2022-11-23T04:35:41.6568126Z 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-23T04:35:41.6568762Z 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-23T04:35:41.6569418Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_arange_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:35:41.6570074Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T04:35:41.6570961Z 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-23T04:35:41.6571888Z 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-23T04:35:41.6572554Z 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-23T04:35:41.6573228Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T04:35:41.6573853Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 2%] 2022-11-23T04:35:41.6574435Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 2%] 2022-11-23T04:35:41.6575048Z 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-23T04:35:41.6575681Z 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-23T04:35:41.6576261Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_asin_cuda_complex128 PASSED [ 2%] 2022-11-23T04:35:41.6576908Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_asin_cuda_float64 PASSED [ 2%] 2022-11-23T04:35:41.6577430Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_asinh_cuda_complex128 PASSED [ 2%] 2022-11-23T04:35:41.6578161Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_asinh_cuda_float64 PASSED [ 2%] 2022-11-23T04:35:41.6578677Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atan2_cuda_float64 PASSED [ 2%] 2022-11-23T04:35:41.6579186Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atan_cuda_complex128 PASSED [ 2%] 2022-11-23T04:35:41.6579696Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atan_cuda_float64 PASSED [ 2%] 2022-11-23T04:35:41.6580190Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atanh_cuda_complex128 PASSED [ 2%] 2022-11-23T04:35:41.6580696Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atanh_cuda_float64 PASSED [ 2%] 2022-11-23T04:35:41.6581337Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_1d_cuda_complex128 PASSED [ 2%] 2022-11-23T04:35:41.6581865Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_1d_cuda_float64 PASSED [ 2%] 2022-11-23T04:35:41.6582390Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_2d_cuda_complex128 PASSED [ 2%] 2022-11-23T04:35:41.6582914Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_2d_cuda_float64 PASSED [ 2%] 2022-11-23T04:35:41.6583591Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_3d_cuda_complex128 PASSED [ 2%] 2022-11-23T04:35:41.6584220Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_3d_cuda_float64 PASSED [ 2%] 2022-11-23T04:35:41.6584855Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_baddbmm_cuda_complex128 PASSED [ 2%] 2022-11-23T04:35:41.6585371Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_baddbmm_cuda_float64 PASSED [ 2%] 2022-11-23T04:35:41.6585880Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bernoulli_cuda_float64 PASSED [ 2%] 2022-11-23T04:35:41.6586397Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bfloat16_cuda_complex128 XFAIL [ 2%] 2022-11-23T04:35:41.6587001Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bfloat16_cuda_float64 XFAIL [ 2%] 2022-11-23T04:35:41.6587541Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_block_diag_cuda_complex128 PASSED [ 2%] 2022-11-23T04:35:41.6588045Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_block_diag_cuda_float64 PASSED [ 2%] 2022-11-23T04:35:41.6588560Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bmm_cuda_complex128 PASSED [ 2%] 2022-11-23T04:35:41.6589062Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bmm_cuda_float64 PASSED [ 3%] 2022-11-23T04:35:41.6589792Z 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-23T04:35:41.6590582Z 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-23T04:35:41.6591323Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_broadcast_tensors_cuda_complex128 PASSED [ 3%] 2022-11-23T04:35:41.6591875Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_broadcast_tensors_cuda_float64 PASSED [ 3%] 2022-11-23T04:35:41.6592415Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_broadcast_to_cuda_complex128 PASSED [ 3%] 2022-11-23T04:35:41.6592929Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_broadcast_to_cuda_float64 PASSED [ 3%] 2022-11-23T04:35:41.6593540Z 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-23T04:35:41.6594209Z 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-23T04:35:41.6594867Z 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-23T04:35:41.6595464Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cartesian_prod_cuda_complex128 PASSED [ 3%] 2022-11-23T04:35:41.6596111Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cartesian_prod_cuda_float64 PASSED [ 3%] 2022-11-23T04:35:41.6596858Z 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-23T04:35:41.6598582Z 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-23T04:35:41.6599199Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cdist_cuda_float64 PASSED [ 3%] 2022-11-23T04:35:41.6599712Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cdouble_cuda_complex128 PASSED [ 3%] 2022-11-23T04:35:41.6600234Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cdouble_cuda_float64 PASSED [ 3%] 2022-11-23T04:35:41.6600742Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ceil_cuda_float64 PASSED [ 3%] 2022-11-23T04:35:41.6601256Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cfloat_cuda_complex128 XFAIL [ 3%] 2022-11-23T04:35:41.6601767Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cfloat_cuda_float64 XFAIL [ 3%] 2022-11-23T04:35:41.6602278Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_chalf_cuda_complex128 XFAIL [ 3%] 2022-11-23T04:35:41.6602950Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_chalf_cuda_float64 XFAIL [ 3%] 2022-11-23T04:35:41.6603887Z 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-23T04:35:41.6604572Z 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-23T04:35:41.6605157Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_cuda_complex128 PASSED [ 3%] 2022-11-23T04:35:41.6605679Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_cuda_float64 PASSED [ 3%] 2022-11-23T04:35:41.6606209Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_inverse_cuda_complex128 PASSED [ 3%] 2022-11-23T04:35:41.6606799Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_inverse_cuda_float64 PASSED [ 3%] 2022-11-23T04:35:41.6607342Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_solve_cuda_complex128 PASSED [ 3%] 2022-11-23T04:35:41.6607881Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_solve_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6608406Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_chunk_cuda_complex128 PASSED [ 4%] 2022-11-23T04:35:41.6609059Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_chunk_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6609573Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clamp_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6610326Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clamp_max_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6610849Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clamp_min_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6611359Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clone_cuda_complex128 PASSED [ 4%] 2022-11-23T04:35:41.6611864Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clone_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6612390Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_column_stack_cuda_complex128 PASSED [ 4%] 2022-11-23T04:35:41.6612903Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_column_stack_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6613433Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_combinations_cuda_complex128 PASSED [ 4%] 2022-11-23T04:35:41.6613965Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_combinations_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6614616Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_complex_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6615131Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_conj_cuda_complex128 PASSED [ 4%] 2022-11-23T04:35:41.6615796Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_conj_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6616567Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_conj_physical_cuda_complex128 PASSED [ 4%] 2022-11-23T04:35:41.6617096Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_conj_physical_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6617633Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_constant_pad_nd_cuda_complex128 PASSED [ 4%] 2022-11-23T04:35:41.6618179Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_constant_pad_nd_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6618712Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_contiguous_cuda_complex128 PASSED [ 4%] 2022-11-23T04:35:41.6619244Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_contiguous_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6619761Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_copysign_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6620369Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_corrcoef_cuda_complex128 PASSED [ 4%] 2022-11-23T04:35:41.6620917Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_corrcoef_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6621413Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cos_cuda_complex128 PASSED [ 4%] 2022-11-23T04:35:41.6622061Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cos_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6622696Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cosh_cuda_complex128 PASSED [ 4%] 2022-11-23T04:35:41.6623345Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cosh_cuda_float64 PASSED [ 4%] 2022-11-23T04:35:41.6623947Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_count_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T04:35:41.6624635Z 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-23T04:35:41.6625252Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cov_cuda_complex128 SKIPPED (Barely fails) [ 5%] 2022-11-23T04:35:41.6625803Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cov_cuda_float64 SKIPPED (Barely fails) [ 5%] 2022-11-23T04:35:41.6626316Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cross_cuda_complex128 PASSED [ 5%] 2022-11-23T04:35:41.6626830Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cross_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6627338Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cummax_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6627849Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cummin_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6628588Z 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-23T04:35:41.6629313Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumprod_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6629960Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumsum_cuda_complex128 PASSED [ 5%] 2022-11-23T04:35:41.6630465Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumsum_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6631127Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cuda_complex128 PASSED [ 5%] 2022-11-23T04:35:41.6631687Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6632224Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_deg2rad_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6632738Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diag_cuda_complex128 PASSED [ 5%] 2022-11-23T04:35:41.6633246Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diag_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6633760Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diag_embed_cuda_complex128 PASSED [ 5%] 2022-11-23T04:35:41.6634283Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diag_embed_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6634788Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagflat_cuda_complex128 PASSED [ 5%] 2022-11-23T04:35:41.6635464Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagflat_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6636117Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_copy_cuda_complex128 PASSED [ 5%] 2022-11-23T04:35:41.6636872Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_copy_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6637419Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_cuda_complex128 PASSED [ 5%] 2022-11-23T04:35:41.6637942Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6638467Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_scatter_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6638977Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diff_cuda_complex128 PASSED [ 5%] 2022-11-23T04:35:41.6639488Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diff_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6639991Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_digamma_cuda_float64 PASSED [ 5%] 2022-11-23T04:35:41.6640503Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dist_cuda_complex128 PASSED [ 5%] 2022-11-23T04:35:41.6641011Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dist_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6641678Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_div_floor_rounding_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6642324Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cuda_complex128 PASSED [ 6%] 2022-11-23T04:35:41.6643002Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6643546Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_div_trunc_rounding_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6644071Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dot_cuda_complex128 PASSED [ 6%] 2022-11-23T04:35:41.6644575Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dot_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6645087Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_double_cuda_complex128 PASSED [ 6%] 2022-11-23T04:35:41.6645599Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_double_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6646111Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dsplit_cuda_complex128 PASSED [ 6%] 2022-11-23T04:35:41.6646622Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dsplit_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6647123Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dstack_cuda_complex128 PASSED [ 6%] 2022-11-23T04:35:41.6647751Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dstack_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6648424Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_einsum_cuda_complex128 PASSED [ 6%] 2022-11-23T04:35:41.6649173Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_einsum_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6649778Z 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-23T04:35:41.6650438Z 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-23T04:35:41.6651100Z 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-23T04:35:41.6651776Z 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-23T04:35:41.6652421Z 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-23T04:35:41.6653161Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_eq_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:35:41.6653844Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_equal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T04:35:41.6654634Z 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-23T04:35:41.6655345Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_erf_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6655986Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_erfc_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6656493Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_erfinv_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6656999Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_exp2_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6657488Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_exp_cuda_complex128 PASSED [ 6%] 2022-11-23T04:35:41.6657995Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_exp_cuda_float64 PASSED [ 6%] 2022-11-23T04:35:41.6658507Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expand_as_cuda_complex128 PASSED [ 7%] 2022-11-23T04:35:41.6659028Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expand_as_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6659551Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expand_cuda_complex128 PASSED [ 7%] 2022-11-23T04:35:41.6660061Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expand_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6660567Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expm1_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6661297Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_eye_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T04:35:41.6662194Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_eye_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T04:35:41.6662790Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fft2_cuda_complex128 PASSED [ 7%] 2022-11-23T04:35:41.6663309Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fft2_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6663941Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fft_cuda_complex128 PASSED [ 7%] 2022-11-23T04:35:41.6664453Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fft_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6664972Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fftn_cuda_complex128 PASSED [ 7%] 2022-11-23T04:35:41.6665485Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fftn_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6666006Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fftshift_cuda_complex128 PASSED [ 7%] 2022-11-23T04:35:41.6666518Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fftshift_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6667033Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfft2_cuda_complex128 PASSED [ 7%] 2022-11-23T04:35:41.6667710Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfft2_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6668415Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfft_cuda_complex128 PASSED [ 7%] 2022-11-23T04:35:41.6668984Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfft_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6669594Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfftn_cuda_complex128 PASSED [ 7%] 2022-11-23T04:35:41.6670137Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfftn_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6670638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifft2_cuda_complex128 PASSED [ 7%] 2022-11-23T04:35:41.6671157Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifft2_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6671675Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifft_cuda_complex128 PASSED [ 7%] 2022-11-23T04:35:41.6672233Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifft_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6672749Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifftn_cuda_complex128 PASSED [ 7%] 2022-11-23T04:35:41.6673271Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifftn_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6673949Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifftshift_cuda_complex128 PASSED [ 7%] 2022-11-23T04:35:41.6674562Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifftshift_cuda_float64 PASSED [ 7%] 2022-11-23T04:35:41.6675233Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ihfft2_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6675753Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ihfft_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6676271Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ihfftn_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6676789Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfft2_cuda_complex128 PASSED [ 8%] 2022-11-23T04:35:41.6677308Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfft2_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6677823Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfft_cuda_complex128 PASSED [ 8%] 2022-11-23T04:35:41.6678341Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfft_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6678844Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfftn_cuda_complex128 PASSED [ 8%] 2022-11-23T04:35:41.6679362Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfftn_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6680003Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_rfft2_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6680679Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_rfft_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6681401Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_rfftn_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6681936Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fill_cuda_complex128 PASSED [ 8%] 2022-11-23T04:35:41.6682440Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fill_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6682935Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flatten_cuda_complex128 PASSED [ 8%] 2022-11-23T04:35:41.6683449Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flatten_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6683958Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flip_cuda_complex128 PASSED [ 8%] 2022-11-23T04:35:41.6684462Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flip_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6684971Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fliplr_cuda_complex128 PASSED [ 8%] 2022-11-23T04:35:41.6686133Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fliplr_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6686876Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flipud_cuda_complex128 PASSED [ 8%] 2022-11-23T04:35:41.6687455Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flipud_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6688143Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_float_cuda_complex128 XFAIL [ 8%] 2022-11-23T04:35:41.6688651Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_float_cuda_float64 XFAIL [ 8%] 2022-11-23T04:35:41.6689177Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_float_power_cuda_complex128 PASSED [ 8%] 2022-11-23T04:35:41.6689708Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_float_power_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6690220Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_floor_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6690820Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_floor_divide_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T04:35:41.6691404Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fmax_cuda_float64 PASSED [ 8%] 2022-11-23T04:35:41.6691888Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fmin_cuda_float64 PASSED [ 9%] 2022-11-23T04:35:41.6692387Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fmod_cuda_float64 PASSED [ 9%] 2022-11-23T04:35:41.6692890Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_frac_cuda_float64 PASSED [ 9%] 2022-11-23T04:35:41.6693525Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_frexp_cuda_float64 PASSED [ 9%] 2022-11-23T04:35:41.6694386Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:35:41.6695062Z 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-23T04:35:41.6695722Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_full_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:35:41.6696391Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_full_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:35:41.6697097Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gather_cuda_complex128 PASSED [ 9%] 2022-11-23T04:35:41.6697621Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gather_cuda_float64 PASSED [ 9%] 2022-11-23T04:35:41.6698210Z 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-23T04:35:41.6698876Z 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-23T04:35:41.6699661Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_geqrf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:35:41.6700269Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gradient_cuda_complex128 PASSED [ 9%] 2022-11-23T04:35:41.6701029Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gradient_cuda_float64 PASSED [ 9%] 2022-11-23T04:35:41.6701558Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_grid_sampler_2d_cuda_float64 PASSED [ 9%] 2022-11-23T04:35:41.6702135Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:35:41.6702806Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_half_cuda_complex128 XFAIL [ 9%] 2022-11-23T04:35:41.6703338Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_half_cuda_float64 XFAIL [ 9%] 2022-11-23T04:35:41.6703930Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_heaviside_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T04:35:41.6704593Z 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-23T04:35:41.6705179Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hsplit_cuda_complex128 PASSED [ 9%] 2022-11-23T04:35:41.6705696Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hsplit_cuda_float64 PASSED [ 9%] 2022-11-23T04:35:41.6706361Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hstack_cuda_complex128 PASSED [ 9%] 2022-11-23T04:35:41.6707008Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hstack_cuda_float64 PASSED [ 9%] 2022-11-23T04:35:41.6707653Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hypot_cuda_float64 PASSED [ 9%] 2022-11-23T04:35:41.6708157Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_i0_cuda_float64 PASSED [ 9%] 2022-11-23T04:35:41.6708744Z 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-23T04:35:41.6709412Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_igammac_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T04:35:41.6709998Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_imag_cuda_complex128 PASSED [ 10%] 2022-11-23T04:35:41.6710526Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_add_cuda_complex128 PASSED [ 10%] 2022-11-23T04:35:41.6725955Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_add_cuda_float64 PASSED [ 10%] 2022-11-23T04:35:41.6727066Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_copy_cuda_complex128 PASSED [ 10%] 2022-11-23T04:35:41.6728634Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_copy_cuda_float64 PASSED [ 10%] 2022-11-23T04:35:41.6729707Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_fill_cuda_complex128 PASSED [ 10%] 2022-11-23T04:35:41.6731047Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_fill_cuda_float64 PASSED [ 10%] 2022-11-23T04:35:41.6732175Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_put_cuda_complex128 PASSED [ 10%] 2022-11-23T04:35:41.6733109Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_put_cuda_float64 PASSED [ 10%] 2022-11-23T04:35:41.6733642Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_reduce_cuda_float64 PASSED [ 10%] 2022-11-23T04:35:41.6734184Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_select_cuda_complex128 PASSED [ 10%] 2022-11-23T04:35:41.6734695Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_select_cuda_float64 PASSED [ 10%] 2022-11-23T04:35:41.6735214Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_inner_cuda_complex128 PASSED [ 10%] 2022-11-23T04:35:41.6735735Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_inner_cuda_float64 PASSED [ 10%] 2022-11-23T04:35:41.6736329Z 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-23T04:35:41.6737117Z 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-23T04:35:41.6737812Z 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-23T04:35:41.6738625Z 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-23T04:35:41.6739408Z 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-23T04:35:41.6740189Z 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-23T04:35:41.6740849Z 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-23T04:35:41.6741660Z 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-23T04:35:41.6742325Z 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-23T04:35:41.6742982Z 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-23T04:35:41.6743645Z 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-23T04:35:41.6744302Z 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-23T04:35:41.6745103Z 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-23T04:35:41.6745776Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isreal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T04:35:41.6746664Z 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-23T04:35:41.6747388Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_istft_cuda_complex128 PASSED [ 11%] 2022-11-23T04:35:41.6747997Z 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-23T04:35:41.6748716Z 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-23T04:35:41.6749435Z 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-23T04:35:41.6750159Z 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-23T04:35:41.6750870Z 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-23T04:35:41.6751667Z 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-23T04:35:41.6752486Z 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-23T04:35:41.6753468Z 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-23T04:35:41.6754172Z 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-23T04:35:41.6754858Z 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-23T04:35:41.6755458Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_kron_cuda_complex128 PASSED [ 11%] 2022-11-23T04:35:41.6755954Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_kron_cuda_float64 PASSED [ 11%] 2022-11-23T04:35:41.6756471Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_kthvalue_cuda_float64 PASSED [ 11%] 2022-11-23T04:35:41.6756991Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ldexp_cuda_complex128 PASSED [ 11%] 2022-11-23T04:35:41.6757499Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ldexp_cuda_float64 PASSED [ 11%] 2022-11-23T04:35:41.6758086Z 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-23T04:35:41.6758819Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lerp_cuda_complex128 PASSED [ 11%] 2022-11-23T04:35:41.6759427Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lerp_cuda_float64 PASSED [ 11%] 2022-11-23T04:35:41.6760057Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lgamma_cuda_float64 PASSED [ 11%] 2022-11-23T04:35:41.6760589Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cond_cuda_complex128 PASSED [ 11%] 2022-11-23T04:35:41.6761112Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cond_cuda_float64 PASSED [ 11%] 2022-11-23T04:35:41.6761644Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cross_cuda_complex128 PASSED [ 11%] 2022-11-23T04:35:41.6762174Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cross_cuda_float64 PASSED [ 11%] 2022-11-23T04:35:41.6762704Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_det_cuda_complex128 PASSED [ 11%] 2022-11-23T04:35:41.6763349Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_det_cuda_float64 PASSED [ 11%] 2022-11-23T04:35:41.6763981Z 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-23T04:35:41.6764658Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_det_singular_cuda_float64 SKIPPED (Skipped, see https://github.com//issues/84192) [ 11%] 2022-11-23T04:35:41.6765406Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eig_cuda_complex128 PASSED [ 12%] 2022-11-23T04:35:41.6765932Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eig_cuda_float64 PASSED [ 12%] 2022-11-23T04:35:41.6766691Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigh_cuda_complex128 PASSED [ 12%] 2022-11-23T04:35:41.6767230Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigh_cuda_float64 PASSED [ 12%] 2022-11-23T04:35:41.6767768Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigvals_cuda_complex128 PASSED [ 12%] 2022-11-23T04:35:41.6768303Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigvals_cuda_float64 PASSED [ 12%] 2022-11-23T04:35:41.6768932Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cuda_complex128 PASSED [ 12%] 2022-11-23T04:35:41.6769482Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cuda_float64 PASSED [ 12%] 2022-11-23T04:35:41.6770042Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_householder_product_cuda_complex128 PASSED [ 12%] 2022-11-23T04:35:41.6770622Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_householder_product_cuda_float64 PASSED [ 12%] 2022-11-23T04:35:41.6771175Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_inv_cuda_complex128 PASSED [ 12%] 2022-11-23T04:35:41.6771710Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_inv_cuda_float64 PASSED [ 12%] 2022-11-23T04:35:41.6772357Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_inv_ex_cuda_complex128 PASSED [ 12%] 2022-11-23T04:35:41.6772999Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_inv_ex_cuda_float64 PASSED [ 12%] 2022-11-23T04:35:41.6773737Z 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-23T04:35:41.6774432Z 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-23T04:35:41.6775129Z 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-23T04:35:41.6775821Z 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-23T04:35:41.6776511Z 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-23T04:35:41.6777196Z 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-23T04:35:41.6777813Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 12%] 2022-11-23T04:35:41.6778376Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 12%] 2022-11-23T04:35:41.6779173Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cuda_complex128 PASSED [ 12%] 2022-11-23T04:35:41.6779969Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cuda_float64 PASSED [ 12%] 2022-11-23T04:35:41.6780509Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_cuda_complex128 PASSED [ 12%] 2022-11-23T04:35:41.6781034Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_cuda_float64 PASSED [ 12%] 2022-11-23T04:35:41.6781564Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_factor_cuda_complex128 PASSED [ 12%] 2022-11-23T04:35:41.6782101Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_factor_cuda_float64 PASSED [ 12%] 2022-11-23T04:35:41.6782643Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cuda_complex128 PASSED [ 12%] 2022-11-23T04:35:41.6783187Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cuda_float64 PASSED [ 13%] 2022-11-23T04:35:41.6783727Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_solve_cuda_complex128 PASSED [ 13%] 2022-11-23T04:35:41.6784355Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_solve_cuda_float64 PASSED [ 13%] 2022-11-23T04:35:41.6784904Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cuda_complex128 PASSED [ 13%] 2022-11-23T04:35:41.6785574Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cuda_float64 PASSED [ 13%] 2022-11-23T04:35:41.6786124Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_power_cuda_complex128 PASSED [ 13%] 2022-11-23T04:35:41.6786906Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_power_cuda_float64 PASSED [ 13%] 2022-11-23T04:35:41.6787538Z 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-23T04:35:41.6788232Z 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-23T04:35:41.6788936Z 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-23T04:35:41.6789654Z 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-23T04:35:41.6790279Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_multi_dot_cuda_complex128 PASSED [ 13%] 2022-11-23T04:35:41.6790810Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_multi_dot_cuda_float64 PASSED [ 13%] 2022-11-23T04:35:41.6791344Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_norm_cuda_complex128 PASSED [ 13%] 2022-11-23T04:35:41.6791986Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_norm_cuda_float64 PASSED [ 13%] 2022-11-23T04:35:41.6792557Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cuda_complex128 XFAIL [ 13%] 2022-11-23T04:35:41.6793326Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cuda_float64 XFAIL [ 13%] 2022-11-23T04:35:41.6793896Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_cuda_complex128 PASSED [ 13%] 2022-11-23T04:35:41.6794421Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_cuda_float64 PASSED [ 13%] 2022-11-23T04:35:41.6795079Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cuda_complex128 PASSED [ 13%] 2022-11-23T04:35:41.6795627Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cuda_float64 PASSED [ 13%] 2022-11-23T04:35:41.6796206Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cuda_complex128 SKIPPED (Skipped!) [ 13%] 2022-11-23T04:35:41.6796859Z 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-23T04:35:41.6797471Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_qr_cuda_complex128 PASSED [ 13%] 2022-11-23T04:35:41.6797995Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_qr_cuda_float64 PASSED [ 13%] 2022-11-23T04:35:41.6798535Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_slogdet_cuda_complex128 PASSED [ 13%] 2022-11-23T04:35:41.6799206Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_slogdet_cuda_float64 PASSED [ 13%] 2022-11-23T04:35:41.6799841Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_cuda_complex128 PASSED [ 13%] 2022-11-23T04:35:41.6800566Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_cuda_float64 PASSED [ 13%] 2022-11-23T04:35:41.6801123Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_ex_cuda_complex128 PASSED [ 14%] 2022-11-23T04:35:41.6801660Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_ex_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6802208Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cuda_complex128 PASSED [ 14%] 2022-11-23T04:35:41.6802776Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6803320Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_svd_cuda_complex128 PASSED [ 14%] 2022-11-23T04:35:41.6803843Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_svd_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6804364Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_svdvals_cuda_complex128 PASSED [ 14%] 2022-11-23T04:35:41.6804900Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_svdvals_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6805564Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_tensorinv_cuda_complex128 PASSED [ 14%] 2022-11-23T04:35:41.6806121Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_tensorinv_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6806809Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cuda_complex128 PASSED [ 14%] 2022-11-23T04:35:41.6807502Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6808047Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vander_cuda_complex128 PASSED [ 14%] 2022-11-23T04:35:41.6808587Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vander_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6809100Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vecdot_cuda_complex128 PASSED [ 14%] 2022-11-23T04:35:41.6809631Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vecdot_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6810168Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vector_norm_cuda_complex128 PASSED [ 14%] 2022-11-23T04:35:41.6810840Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vector_norm_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6811455Z 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-23T04:35:41.6812135Z 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-23T04:35:41.6813045Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log10_cuda_complex128 PASSED [ 14%] 2022-11-23T04:35:41.6813812Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log10_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6814312Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log1p_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6814826Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log2_cuda_complex128 PASSED [ 14%] 2022-11-23T04:35:41.6815341Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log2_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6815848Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_cuda_complex128 PASSED [ 14%] 2022-11-23T04:35:41.6816355Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6816966Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_softmax_cuda_float64 PASSED [ 14%] 2022-11-23T04:35:41.6817536Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cuda_complex128 PASSED [ 14%] 2022-11-23T04:35:41.6818079Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cuda_float64 PASSED [ 15%] 2022-11-23T04:35:41.6818623Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logaddexp2_cuda_float64 PASSED [ 15%] 2022-11-23T04:35:41.6819289Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logaddexp_cuda_float64 PASSED [ 15%] 2022-11-23T04:35:41.6819819Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logcumsumexp_cuda_float64 PASSED [ 15%] 2022-11-23T04:35:41.6820585Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logdet_cuda_complex128 PASSED [ 15%] 2022-11-23T04:35:41.6821115Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logdet_cuda_float64 PASSED [ 15%] 2022-11-23T04:35:41.6821724Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_and_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:35:41.6822404Z 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-23T04:35:41.6823065Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_not_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:35:41.6823738Z 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-23T04:35:41.6824415Z 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-23T04:35:41.6825083Z 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-23T04:35:41.6825881Z 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-23T04:35:41.6826558Z 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-23T04:35:41.6827504Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logit_cuda_float64 PASSED [ 15%] 2022-11-23T04:35:41.6828104Z 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-23T04:35:41.6828779Z 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-23T04:35:41.6829369Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logsumexp_cuda_float64 PASSED [ 15%] 2022-11-23T04:35:41.6829948Z 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-23T04:35:41.6830603Z 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-23T04:35:41.6831250Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T04:35:41.6831824Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_cuda_complex128 PASSED [ 15%] 2022-11-23T04:35:41.6832532Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_cuda_float64 PASSED [ 15%] 2022-11-23T04:35:41.6833079Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_solve_cuda_complex128 PASSED [ 15%] 2022-11-23T04:35:41.6833845Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_solve_cuda_float64 PASSED [ 15%] 2022-11-23T04:35:41.6834370Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_unpack_cuda_complex128 PASSED [ 15%] 2022-11-23T04:35:41.6834878Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_unpack_cuda_float64 PASSED [ 15%] 2022-11-23T04:35:41.6835399Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mH_cuda_complex128 PASSED [ 15%] 2022-11-23T04:35:41.6835905Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mH_cuda_float64 PASSED [ 15%] 2022-11-23T04:35:41.6836412Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mT_cuda_complex128 PASSED [ 16%] 2022-11-23T04:35:41.6836910Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mT_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6837418Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_amax_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6837934Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_amin_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6838525Z 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-23T04:35:41.6839341Z 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-23T04:35:41.6839962Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_cumprod_cuda_complex128 PASSED [ 16%] 2022-11-23T04:35:41.6840753Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_cumprod_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6841287Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_cumsum_cuda_complex128 PASSED [ 16%] 2022-11-23T04:35:41.6841819Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_cumsum_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6842347Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_fill_cuda_complex128 PASSED [ 16%] 2022-11-23T04:35:41.6842979Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_fill_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6843495Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_log_softmax_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6844037Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_logaddexp_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6844585Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_logsumexp_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6845122Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_mean_cuda_complex128 PASSED [ 16%] 2022-11-23T04:35:41.6845645Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_mean_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6846303Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_median_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6846934Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_norm_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6847612Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_normalize_cuda_complex128 PASSED [ 16%] 2022-11-23T04:35:41.6848151Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_normalize_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6848778Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_prod_cuda_complex128 PASSED [ 16%] 2022-11-23T04:35:41.6849330Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_prod_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6849863Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_scatter_cuda_complex128 PASSED [ 16%] 2022-11-23T04:35:41.6850393Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_scatter_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6850921Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_select_cuda_complex128 PASSED [ 16%] 2022-11-23T04:35:41.6851455Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_select_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6851967Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_softmax_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6852491Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_softmin_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:41.6853143Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_std_cuda_complex128 PASSED [ 17%] 2022-11-23T04:35:41.6853668Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_std_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6854427Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_sum_cuda_complex128 PASSED [ 17%] 2022-11-23T04:35:41.6854958Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_sum_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6855483Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_var_cuda_complex128 PASSED [ 17%] 2022-11-23T04:35:41.6856001Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_var_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6856505Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_matmul_cuda_complex128 PASSED [ 17%] 2022-11-23T04:35:41.6857019Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_matmul_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6857536Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_matrix_exp_cuda_complex128 PASSED [ 17%] 2022-11-23T04:35:41.6858054Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_matrix_exp_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6858572Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_max_binary_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6859233Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_max_pool2d_with_indices_backward_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6859933Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6860471Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6861224Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_maximum_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6861739Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mean_cuda_complex128 PASSED [ 17%] 2022-11-23T04:35:41.6862245Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mean_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6862754Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_median_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6863299Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 17%] 2022-11-23T04:35:41.6863860Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6864427Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 17%] 2022-11-23T04:35:41.6865072Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6865639Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_min_binary_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6866275Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6866847Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6867498Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_minimum_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6868121Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mm_cuda_complex128 PASSED [ 17%] 2022-11-23T04:35:41.6868623Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mm_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6869117Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mode_cuda_float64 PASSED [ 17%] 2022-11-23T04:35:41.6869632Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_movedim_cuda_complex128 PASSED [ 18%] 2022-11-23T04:35:41.6870145Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_movedim_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6870649Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_msort_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6871153Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mul_cuda_complex128 PASSED [ 18%] 2022-11-23T04:35:41.6871660Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mul_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6872254Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_multinomial_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T04:35:41.6872844Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mv_cuda_complex128 PASSED [ 18%] 2022-11-23T04:35:41.6873328Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mv_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6873852Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6874400Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6874944Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6876340Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nan_to_num_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6876855Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nanmean_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6877373Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nanmedian_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6877882Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nanquantile_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6878573Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nansum_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6879406Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_narrow_copy_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T04:35:41.6880111Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_narrow_copy_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T04:35:41.6880714Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_narrow_cuda_complex128 PASSED [ 18%] 2022-11-23T04:35:41.6881233Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_narrow_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6881861Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_native_batch_norm_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6882443Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_native_dropout_backward_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6882974Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_native_layer_norm_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6883579Z 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-23T04:35:41.6884238Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ne_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T04:35:41.6884818Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_neg_cuda_complex128 PASSED [ 18%] 2022-11-23T04:35:41.6885326Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_neg_cuda_float64 PASSED [ 18%] 2022-11-23T04:35:41.6885923Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T04:35:41.6886592Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:35:41.6887268Z 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-23T04:35:41.6887956Z 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.) [ 19%] 2022-11-23T04:35:41.6888627Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:35:41.6889278Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:35:41.6889937Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:35:41.6890601Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:35:41.6891373Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:35:41.6892036Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T04:35:41.6892710Z 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-23T04:35:41.6893349Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional__scaled_dot_product_attention_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6893947Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6894528Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6895256Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6895956Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6896770Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6897374Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6897952Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_alpha_dropout_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6898515Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6899075Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6899626Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6900174Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6900724Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6901297Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6901867Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6902468Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6903044Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_celu_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6903593Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cuda_complex128 PASSED [ 19%] 2022-11-23T04:35:41.6904146Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cuda_float64 PASSED [ 19%] 2022-11-23T04:35:41.6904694Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cuda_complex128 PASSED [ 20%] 2022-11-23T04:35:41.6905218Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6905788Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cuda_complex128 PASSED [ 20%] 2022-11-23T04:35:41.6906477Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6907103Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cuda_complex128 PASSED [ 20%] 2022-11-23T04:35:41.6907684Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6908265Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cuda_complex128 PASSED [ 20%] 2022-11-23T04:35:41.6908846Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6909425Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6909992Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6910567Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6911122Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6911764Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6912345Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6912905Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_dropout_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6913451Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_elu_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6914003Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6914550Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_embedding_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6915135Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6915767Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 20%] 2022-11-23T04:35:41.6916401Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6917008Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6917592Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6918169Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6918723Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_gelu_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6919253Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_glu_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6919803Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6920363Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6920922Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cuda_float64 PASSED [ 20%] 2022-11-23T04:35:41.6921583Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6922141Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6922694Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6923262Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6923813Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6924374Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6924942Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6925532Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6926118Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6926935Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6927661Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6928392Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6928945Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6929501Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cuda_complex128 PASSED [ 21%] 2022-11-23T04:35:41.6930050Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6930600Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6931159Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6931711Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_linear_cuda_complex128 PASSED [ 21%] 2022-11-23T04:35:41.6932259Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_linear_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6932824Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6933380Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6933947Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6934513Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6935068Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6935618Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6936168Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6936733Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6937414Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6937988Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cuda_float64 PASSED [ 21%] 2022-11-23T04:35:41.6938543Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6939111Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6939671Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_mish_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6940217Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6940779Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6941355Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6942028Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6942632Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6943173Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_normalize_cuda_complex128 PASSED [ 22%] 2022-11-23T04:35:41.6943731Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_normalize_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6944300Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cuda_complex128 PASSED [ 22%] 2022-11-23T04:35:41.6944873Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6945441Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cuda_complex128 PASSED [ 22%] 2022-11-23T04:35:41.6946008Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6946573Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cuda_complex128 PASSED [ 22%] 2022-11-23T04:35:41.6947138Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6947690Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cuda_complex128 PASSED [ 22%] 2022-11-23T04:35:41.6948264Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6948842Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 22%] 2022-11-23T04:35:41.6949427Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6949985Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pdist_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6950547Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cuda_complex128 PASSED [ 22%] 2022-11-23T04:35:41.6951113Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6951687Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cuda_complex128 PASSED [ 22%] 2022-11-23T04:35:41.6952352Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6952921Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6953480Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_prelu_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6954016Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_relu6_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6954552Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_relu_cuda_float64 PASSED [ 22%] 2022-11-23T04:35:41.6955096Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6955638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_selu_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6956178Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_silu_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6956709Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6957959Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6958578Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softmin_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6959154Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 23%] 2022-11-23T04:35:41.6959737Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6960311Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softplus_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6960870Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6961440Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softsign_cuda_complex128 PASSED [ 23%] 2022-11-23T04:35:41.6961980Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softsign_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6962541Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cuda_complex128 PASSED [ 23%] 2022-11-23T04:35:41.6963106Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6963660Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_threshold_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6964233Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 23%] 2022-11-23T04:35:41.6964824Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6965436Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 PASSED [ 23%] 2022-11-23T04:35:41.6966061Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6966628Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_unfold_cuda_complex128 PASSED [ 23%] 2022-11-23T04:35:41.6967184Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_unfold_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6967866Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6968452Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6969086Z 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-23T04:35:41.6969756Z 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-23T04:35:41.6970339Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_cuda_complex128 PASSED [ 23%] 2022-11-23T04:35:41.6970852Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6971353Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_fro_cuda_complex128 PASSED [ 23%] 2022-11-23T04:35:41.6971877Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_fro_cuda_float64 PASSED [ 23%] 2022-11-23T04:35:41.6972397Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_inf_cuda_complex128 PASSED [ 24%] 2022-11-23T04:35:41.6972991Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_inf_cuda_float64 PASSED [ 24%] 2022-11-23T04:35:41.6973526Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_nuc_cuda_complex128 PASSED [ 24%] 2022-11-23T04:35:41.6974043Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_nuc_cuda_float64 PASSED [ 24%] 2022-11-23T04:35:41.6974596Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 24%] 2022-11-23T04:35:41.6975201Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 24%] 2022-11-23T04:35:41.6975829Z 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-23T04:35:41.6976487Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T04:35:41.6977148Z 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-23T04:35:41.6977816Z 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-23T04:35:41.6978408Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ormqr_cuda_complex128 PASSED [ 24%] 2022-11-23T04:35:41.6978925Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ormqr_cuda_float64 PASSED [ 24%] 2022-11-23T04:35:41.6979434Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_outer_cuda_complex128 PASSED [ 24%] 2022-11-23T04:35:41.6979947Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_outer_cuda_float64 PASSED [ 24%] 2022-11-23T04:35:41.6980451Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pca_lowrank_cuda_float64 PASSED [ 24%] 2022-11-23T04:35:41.6980974Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_permute_cuda_complex128 PASSED [ 24%] 2022-11-23T04:35:41.6981495Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_permute_cuda_float64 PASSED [ 24%] 2022-11-23T04:35:41.6982013Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pinverse_cuda_complex128 PASSED [ 24%] 2022-11-23T04:35:41.6982533Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pinverse_cuda_float64 PASSED [ 24%] 2022-11-23T04:35:41.6983145Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polar_cuda_float64 XFAIL [ 24%] 2022-11-23T04:35:41.6983974Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cuda_float64 PASSED [ 24%] 2022-11-23T04:35:41.6984674Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 24%] 2022-11-23T04:35:41.6985359Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 24%] 2022-11-23T04:35:41.6985947Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 24%] 2022-11-23T04:35:41.6986538Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 24%] 2022-11-23T04:35:41.6987096Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_positive_cuda_complex128 PASSED [ 24%] 2022-11-23T04:35:41.6987621Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_positive_cuda_float64 PASSED [ 24%] 2022-11-23T04:35:41.6988134Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pow_cuda_complex128 PASSED [ 24%] 2022-11-23T04:35:41.6988741Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pow_cuda_float64 PASSED [ 24%] 2022-11-23T04:35:41.6989277Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_prod_cuda_complex128 PASSED [ 25%] 2022-11-23T04:35:41.6989770Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_prod_cuda_float64 PASSED [ 25%] 2022-11-23T04:35:41.6990280Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_put_cuda_complex128 PASSED [ 25%] 2022-11-23T04:35:41.6990785Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_put_cuda_float64 PASSED [ 25%] 2022-11-23T04:35:41.6991291Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_qr_cuda_complex128 PASSED [ 25%] 2022-11-23T04:35:41.6991789Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_qr_cuda_float64 PASSED [ 25%] 2022-11-23T04:35:41.6992293Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_quantile_cuda_float64 PASSED [ 25%] 2022-11-23T04:35:41.6992809Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rad2deg_cuda_float64 PASSED [ 25%] 2022-11-23T04:35:41.6993392Z 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-23T04:35:41.6994067Z 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-23T04:35:41.6994731Z 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-23T04:35:41.6995397Z 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-23T04:35:41.6996062Z 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-23T04:35:41.6996720Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randn_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T04:35:41.6997377Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randn_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T04:35:41.6998046Z 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-23T04:35:41.6998743Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ravel_cuda_complex128 PASSED [ 25%] 2022-11-23T04:35:41.6999240Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ravel_cuda_float64 PASSED [ 25%] 2022-11-23T04:35:41.6999757Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_real_cuda_complex128 PASSED [ 25%] 2022-11-23T04:35:41.7000262Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_real_cuda_float64 PASSED [ 25%] 2022-11-23T04:35:41.7000783Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reciprocal_cuda_complex128 PASSED [ 25%] 2022-11-23T04:35:41.7001311Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reciprocal_cuda_float64 PASSED [ 25%] 2022-11-23T04:35:41.7001835Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_remainder_cuda_float64 PASSED [ 25%] 2022-11-23T04:35:41.7002357Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_renorm_cuda_complex128 PASSED [ 25%] 2022-11-23T04:35:41.7002862Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_renorm_cuda_float64 PASSED [ 25%] 2022-11-23T04:35:41.7003360Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_repeat_cuda_complex128 PASSED [ 25%] 2022-11-23T04:35:41.7003950Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_repeat_cuda_float64 PASSED [ 25%] 2022-11-23T04:35:41.7004506Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_repeat_interleave_cuda_complex128 PASSED [ 25%] 2022-11-23T04:35:41.7005060Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_repeat_interleave_cuda_float64 PASSED [ 25%] 2022-11-23T04:35:41.7005599Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reshape_as_cuda_complex128 PASSED [ 26%] 2022-11-23T04:35:41.7006126Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reshape_as_cuda_float64 PASSED [ 26%] 2022-11-23T04:35:41.7006699Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reshape_cuda_complex128 PASSED [ 26%] 2022-11-23T04:35:41.7007203Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reshape_cuda_float64 PASSED [ 26%] 2022-11-23T04:35:41.7007807Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resize__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T04:35:41.7008470Z 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-23T04:35:41.7009136Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resize_as__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T04:35:41.7009811Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resize_as__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T04:35:41.7010405Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resolve_conj_cuda_complex128 PASSED [ 26%] 2022-11-23T04:35:41.7010940Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resolve_conj_cuda_float64 PASSED [ 26%] 2022-11-23T04:35:41.7011475Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resolve_neg_cuda_complex128 PASSED [ 26%] 2022-11-23T04:35:41.7011997Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resolve_neg_cuda_float64 PASSED [ 26%] 2022-11-23T04:35:41.7012498Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_roll_cuda_complex128 PASSED [ 26%] 2022-11-23T04:35:41.7013003Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_roll_cuda_float64 PASSED [ 26%] 2022-11-23T04:35:41.7013626Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rot90_cuda_complex128 PASSED [ 26%] 2022-11-23T04:35:41.7014133Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rot90_cuda_float64 PASSED [ 26%] 2022-11-23T04:35:41.7014638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_round_cuda_float64 PASSED [ 26%] 2022-11-23T04:35:41.7015164Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_round_decimals_0_cuda_float64 PASSED [ 26%] 2022-11-23T04:35:41.7015716Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 26%] 2022-11-23T04:35:41.7016272Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 26%] 2022-11-23T04:35:41.7016816Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rsqrt_cuda_complex128 PASSED [ 26%] 2022-11-23T04:35:41.7017326Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rsqrt_cuda_float64 PASSED [ 26%] 2022-11-23T04:35:41.7017837Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rsub_cuda_complex128 PASSED [ 26%] 2022-11-23T04:35:41.7018340Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rsub_cuda_float64 PASSED [ 26%] 2022-11-23T04:35:41.7019013Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T04:35:41.7019718Z 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-23T04:35:41.7020324Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_add_cuda_complex128 PASSED [ 26%] 2022-11-23T04:35:41.7020838Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_add_cuda_float64 PASSED [ 26%] 2022-11-23T04:35:41.7021365Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_cuda_complex128 PASSED [ 26%] 2022-11-23T04:35:41.7021878Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7022403Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7022949Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7023482Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7024017Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cuda_float64 XFAIL [ 27%] 2022-11-23T04:35:41.7024556Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7025163Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_searchsorted_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T04:35:41.7025779Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7026338Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7026926Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_select_cuda_complex128 PASSED [ 27%] 2022-11-23T04:35:41.7027445Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_select_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7027964Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_select_scatter_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7028481Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sgn_cuda_complex128 PASSED [ 27%] 2022-11-23T04:35:41.7029081Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sgn_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7029671Z 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-23T04:35:41.7030333Z 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-23T04:35:41.7030922Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sigmoid_cuda_complex128 PASSED [ 27%] 2022-11-23T04:35:41.7031442Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sigmoid_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7031947Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sign_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7032555Z 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-23T04:35:41.7033261Z 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.) [ 27%] 2022-11-23T04:35:41.7034047Z 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-23T04:35:41.7034748Z 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-23T04:35:41.7035415Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_signbit_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T04:35:41.7035997Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sin_cuda_complex128 PASSED [ 27%] 2022-11-23T04:35:41.7036514Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sin_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7037024Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sinc_cuda_complex128 PASSED [ 27%] 2022-11-23T04:35:41.7037534Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sinc_cuda_float64 PASSED [ 27%] 2022-11-23T04:35:41.7038038Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sinh_cuda_complex128 PASSED [ 28%] 2022-11-23T04:35:41.7038536Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sinh_cuda_float64 PASSED [ 28%] 2022-11-23T04:35:41.7039027Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_slice_cuda_complex128 PASSED [ 28%] 2022-11-23T04:35:41.7039538Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_slice_cuda_float64 PASSED [ 28%] 2022-11-23T04:35:41.7040060Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_slice_scatter_cuda_float64 PASSED [ 28%] 2022-11-23T04:35:41.7040577Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_softmax_cuda_float64 PASSED [ 28%] 2022-11-23T04:35:41.7041111Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_softmax_with_dtype_cuda_complex128 PASSED [ 28%] 2022-11-23T04:35:41.7041662Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_softmax_with_dtype_cuda_float64 PASSED [ 28%] 2022-11-23T04:35:41.7042183Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sort_cuda_float64 PASSED [ 28%] 2022-11-23T04:35:41.7042732Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped!) [ 28%] 2022-11-23T04:35:41.7043310Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped!) [ 28%] 2022-11-23T04:35:41.7044059Z 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-23T04:35:41.7044748Z 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-23T04:35:41.7045438Z 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-23T04:35:41.7046115Z 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-23T04:35:41.7046781Z 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-23T04:35:41.7047480Z 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-23T04:35:41.7048208Z 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-23T04:35:41.7049017Z 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) [ 28%] 2022-11-23T04:35:41.7049764Z 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-23T04:35:41.7050391Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_entr_cuda_float64 PASSED [ 28%] 2022-11-23T04:35:41.7050914Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_erfcx_cuda_float64 PASSED [ 28%] 2022-11-23T04:35:41.7075551Z 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-23T04:35:41.7076315Z 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-23T04:35:41.7076945Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_i0e_cuda_float64 PASSED [ 28%] 2022-11-23T04:35:41.7077486Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_i1_cuda_float64 PASSED [ 28%] 2022-11-23T04:35:41.7077994Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_i1e_cuda_float64 PASSED [ 28%] 2022-11-23T04:35:41.7078635Z 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-23T04:35:41.7079941Z 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) [ 28%] 2022-11-23T04:35:41.7081078Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_log_ndtr_cuda_float64 PASSED [ 29%] 2022-11-23T04:35:41.7082177Z 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.) [ 29%] 2022-11-23T04:35:41.7083410Z 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.) [ 29%] 2022-11-23T04:35:41.7084667Z 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-23T04:35:41.7086355Z 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-23T04:35:41.7087268Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_ndtr_cuda_float64 PASSED [ 29%] 2022-11-23T04:35:41.7087811Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_ndtri_cuda_float64 PASSED [ 29%] 2022-11-23T04:35:41.7088375Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cuda_float64 PASSED [ 29%] 2022-11-23T04:35:41.7089052Z 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-23T04:35:41.7089789Z 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-23T04:35:41.7090525Z 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-23T04:35:41.7091416Z 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) [ 29%] 2022-11-23T04:35:41.7092353Z 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-23T04:35:41.7093372Z 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-23T04:35:41.7094124Z 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-23T04:35:41.7094758Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_xlog1py_cuda_float64 PASSED [ 29%] 2022-11-23T04:35:41.7095379Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_zeta_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T04:35:41.7095978Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_cuda_complex128 PASSED [ 29%] 2022-11-23T04:35:41.7096482Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_cuda_float64 PASSED [ 29%] 2022-11-23T04:35:41.7097018Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_list_args_cuda_complex128 PASSED [ 29%] 2022-11-23T04:35:41.7097558Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_list_args_cuda_float64 PASSED [ 29%] 2022-11-23T04:35:41.7098104Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_with_sizes_cuda_complex128 PASSED [ 29%] 2022-11-23T04:35:41.7098753Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_with_sizes_cuda_float64 PASSED [ 29%] 2022-11-23T04:35:41.7099306Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sqrt_cuda_complex128 PASSED [ 29%] 2022-11-23T04:35:41.7099937Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sqrt_cuda_float64 PASSED [ 29%] 2022-11-23T04:35:41.7100566Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_square_cuda_complex128 PASSED [ 29%] 2022-11-23T04:35:41.7101082Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_square_cuda_float64 PASSED [ 29%] 2022-11-23T04:35:41.7101724Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_squeeze_cuda_complex128 PASSED [ 29%] 2022-11-23T04:35:41.7102244Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_squeeze_cuda_float64 PASSED [ 29%] 2022-11-23T04:35:41.7102759Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_stack_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7103280Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_stack_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7103790Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_std_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7104297Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_std_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7104793Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_std_mean_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7105427Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_std_mean_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7105969Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_stft_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7106732Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_stft_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7107258Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sub_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7107865Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sub_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7108388Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sum_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7108880Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sum_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7109398Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sum_to_size_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7109926Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sum_to_size_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7110441Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_svd_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7110946Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_svd_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7111454Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_svd_lowrank_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7111983Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_symeig_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7112595Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_symeig_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7113215Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_t_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7113727Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_t_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7114393Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_take_along_dim_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7114932Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_take_along_dim_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7115455Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_take_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7115964Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_take_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7116454Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tan_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7116961Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tan_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7117469Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tanh_cuda_complex128 PASSED [ 30%] 2022-11-23T04:35:41.7118092Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tanh_cuda_float64 PASSED [ 30%] 2022-11-23T04:35:41.7118616Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tensor_split_cuda_complex128 PASSED [ 31%] 2022-11-23T04:35:41.7119148Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tensor_split_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7119823Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tensordot_cuda_complex128 PASSED [ 31%] 2022-11-23T04:35:41.7120465Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tensordot_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7121110Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tile_cuda_complex128 PASSED [ 31%] 2022-11-23T04:35:41.7121620Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tile_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7122129Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_to_cuda_complex128 PASSED [ 31%] 2022-11-23T04:35:41.7122638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_to_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7123234Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_to_sparse_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 31%] 2022-11-23T04:35:41.7123918Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_to_sparse_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7124451Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_topk_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7124944Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trace_cuda_complex128 PASSED [ 31%] 2022-11-23T04:35:41.7125458Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trace_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7126096Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_transpose_cuda_complex128 PASSED [ 31%] 2022-11-23T04:35:41.7126636Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_transpose_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7127353Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trapezoid_cuda_complex128 PASSED [ 31%] 2022-11-23T04:35:41.7127897Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trapezoid_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7128423Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trapz_cuda_complex128 PASSED [ 31%] 2022-11-23T04:35:41.7128915Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trapz_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7129445Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_triangular_solve_cuda_complex128 XFAIL [ 31%] 2022-11-23T04:35:41.7129983Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_triangular_solve_cuda_float64 XFAIL [ 31%] 2022-11-23T04:35:41.7130516Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tril_cuda_complex128 PASSED [ 31%] 2022-11-23T04:35:41.7131028Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tril_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7131541Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_triu_cuda_complex128 PASSED [ 31%] 2022-11-23T04:35:41.7132048Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_triu_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7132571Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_true_divide_cuda_complex128 PASSED [ 31%] 2022-11-23T04:35:41.7133215Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_true_divide_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7133836Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trunc_cuda_float64 PASSED [ 31%] 2022-11-23T04:35:41.7134466Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unbind_cuda_complex128 PASSED [ 31%] 2022-11-23T04:35:41.7135097Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unbind_cuda_float64 PASSED [ 32%] 2022-11-23T04:35:41.7135625Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unflatten_cuda_complex128 PASSED [ 32%] 2022-11-23T04:35:41.7136155Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unflatten_cuda_float64 PASSED [ 32%] 2022-11-23T04:35:41.7136685Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unfold_copy_cuda_complex128 PASSED [ 32%] 2022-11-23T04:35:41.7137197Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unfold_copy_cuda_float64 PASSED [ 32%] 2022-11-23T04:35:41.7137723Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unfold_cuda_complex128 PASSED [ 32%] 2022-11-23T04:35:41.7138239Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unfold_cuda_float64 PASSED [ 32%] 2022-11-23T04:35:41.7138846Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T04:35:41.7139647Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_uniform_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T04:35:41.7140606Z 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-23T04:35:41.7141450Z 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-23T04:35:41.7142046Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unsqueeze_cuda_complex128 PASSED [ 32%] 2022-11-23T04:35:41.7142580Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unsqueeze_cuda_float64 PASSED [ 32%] 2022-11-23T04:35:41.7143085Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_var_cuda_complex128 PASSED [ 32%] 2022-11-23T04:35:41.7143595Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_var_cuda_float64 PASSED [ 32%] 2022-11-23T04:35:41.7144107Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_var_mean_cuda_complex128 PASSED [ 32%] 2022-11-23T04:35:41.7144627Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_var_mean_cuda_float64 PASSED [ 32%] 2022-11-23T04:35:41.7145139Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vdot_cuda_complex128 PASSED [ 32%] 2022-11-23T04:35:41.7145642Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vdot_cuda_float64 PASSED [ 32%] 2022-11-23T04:35:41.7146289Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_as_complex_cuda_float64 PASSED [ 32%] 2022-11-23T04:35:41.7146815Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_as_cuda_complex128 PASSED [ 32%] 2022-11-23T04:35:41.7147453Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_as_cuda_float64 PASSED [ 32%] 2022-11-23T04:35:41.7148092Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_as_real_cuda_complex128 PASSED [ 32%] 2022-11-23T04:35:41.7148624Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_copy_cuda_float64 PASSED [ 32%] 2022-11-23T04:35:41.7149141Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_cuda_complex128 PASSED [ 32%] 2022-11-23T04:35:41.7149647Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_cuda_float64 PASSED [ 32%] 2022-11-23T04:35:41.7150163Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vsplit_cuda_complex128 PASSED [ 32%] 2022-11-23T04:35:41.7150663Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vsplit_cuda_float64 PASSED [ 32%] 2022-11-23T04:35:41.7151985Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vstack_cuda_complex128 PASSED [ 32%] 2022-11-23T04:35:41.7152505Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vstack_cuda_float64 PASSED [ 33%] 2022-11-23T04:35:41.7153170Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_where_cuda_complex128 PASSED [ 33%] 2022-11-23T04:35:41.7153700Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_where_cuda_float64 PASSED [ 33%] 2022-11-23T04:35:41.7154444Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_xlogy_cuda_float64 PASSED [ 33%] 2022-11-23T04:35:41.7154960Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zero__cuda_complex128 PASSED [ 33%] 2022-11-23T04:35:41.7155453Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zero__cuda_float64 PASSED [ 33%] 2022-11-23T04:35:41.7156056Z 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-23T04:35:41.7156721Z 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-23T04:35:41.7157494Z 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-23T04:35:41.7158198Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zeros_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 33%] 2022-11-23T04:35:41.7158785Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_H_cuda_complex128 PASSED [ 33%] 2022-11-23T04:35:41.7159288Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_H_cuda_float64 PASSED [ 33%] 2022-11-23T04:35:41.7159927Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_T_cuda_complex128 PASSED [ 33%] 2022-11-23T04:35:41.7160430Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_T_cuda_float64 PASSED [ 33%] 2022-11-23T04:35:41.7161167Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___getitem___cuda_complex128 PASSED [ 33%] 2022-11-23T04:35:41.7161702Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___getitem___cuda_float64 PASSED [ 33%] 2022-11-23T04:35:41.7162224Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___radd___cuda_complex128 PASSED [ 33%] 2022-11-23T04:35:41.7162728Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___radd___cuda_float64 PASSED [ 33%] 2022-11-23T04:35:41.7163239Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rdiv___cuda_complex128 PASSED [ 33%] 2022-11-23T04:35:41.7163752Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rdiv___cuda_float64 PASSED [ 33%] 2022-11-23T04:35:41.7164270Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmatmul___cuda_complex128 PASSED [ 33%] 2022-11-23T04:35:41.7164771Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmatmul___cuda_float64 PASSED [ 33%] 2022-11-23T04:35:41.7165282Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmod___cuda_float64 PASSED [ 33%] 2022-11-23T04:35:41.7165794Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmul___cuda_complex128 PASSED [ 33%] 2022-11-23T04:35:41.7166298Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmul___cuda_float64 PASSED [ 33%] 2022-11-23T04:35:41.7166952Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rpow___cuda_complex128 SKIPPED (Skipped!) [ 33%] 2022-11-23T04:35:41.7167612Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rpow___cuda_float64 SKIPPED (Skipped!) [ 33%] 2022-11-23T04:35:41.7168445Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rsub___cuda_complex128 PASSED [ 33%] 2022-11-23T04:35:41.7168937Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rsub___cuda_float64 PASSED [ 33%] 2022-11-23T04:35:41.7169472Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD__softmax_backward_data_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7170005Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_abs_cuda_complex128 PASSED [ 34%] 2022-11-23T04:35:41.7170509Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_abs_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7171034Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_acos_cuda_complex128 SKIPPED (Skipped!) [ 34%] 2022-11-23T04:35:41.7171553Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_acos_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7172062Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_acosh_cuda_complex128 PASSED [ 34%] 2022-11-23T04:35:41.7172571Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_acosh_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7173065Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_add_cuda_complex128 PASSED [ 34%] 2022-11-23T04:35:41.7173773Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_add_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7174545Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addbmm_cuda_complex128 PASSED [ 34%] 2022-11-23T04:35:41.7175066Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addbmm_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7175579Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addcdiv_cuda_complex128 PASSED [ 34%] 2022-11-23T04:35:41.7176098Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addcdiv_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7176621Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addcmul_cuda_complex128 PASSED [ 34%] 2022-11-23T04:35:41.7177114Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addcmul_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7177628Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmm_cuda_complex128 PASSED [ 34%] 2022-11-23T04:35:41.7178137Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmm_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7178669Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmm_decomposed_cuda_complex128 PASSED [ 34%] 2022-11-23T04:35:41.7179212Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmm_decomposed_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7179737Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmv_cuda_complex128 PASSED [ 34%] 2022-11-23T04:35:41.7180383Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmv_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7180982Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addr_cuda_complex128 PASSED [ 34%] 2022-11-23T04:35:41.7181625Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addr_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7182218Z 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-23T04:35:41.7182878Z 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-23T04:35:41.7183540Z 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-23T04:35:41.7184199Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_allclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 34%] 2022-11-23T04:35:41.7184891Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_amax_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7185391Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_amin_cuda_float64 PASSED [ 34%] 2022-11-23T04:35:41.7185979Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_aminmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T04:35:41.7186664Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_angle_cuda_complex128 PASSED [ 35%] 2022-11-23T04:35:41.7187203Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_angle_cuda_float64 PASSED [ 35%] 2022-11-23T04:35:41.7188007Z 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-23T04:35:41.7188682Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_any_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T04:35:41.7189332Z 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-23T04:35:41.7190077Z 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-23T04:35:41.7190751Z 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-23T04:35:41.7191404Z 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-23T04:35:41.7192067Z 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-23T04:35:41.7192713Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T04:35:41.7193466Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 35%] 2022-11-23T04:35:41.7194053Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 35%] 2022-11-23T04:35:41.7194430Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_as_strided_scatter_cuda_complex128 PASSED [ 35%] 2022-11-23T04:35:41.7194826Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_as_strided_scatter_cuda_float64 PASSED [ 35%] 2022-11-23T04:35:41.7195080Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_asin_cuda_complex128 PASSED [ 35%] 2022-11-23T04:35:41.7195327Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_asin_cuda_float64 PASSED [ 35%] 2022-11-23T04:35:41.7195579Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_asinh_cuda_complex128 PASSED [ 35%] 2022-11-23T04:35:41.7195823Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_asinh_cuda_float64 PASSED [ 35%] 2022-11-23T04:35:41.7196068Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atan2_cuda_float64 PASSED [ 35%] 2022-11-23T04:35:41.7196315Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atan_cuda_complex128 PASSED [ 35%] 2022-11-23T04:35:41.7196558Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atan_cuda_float64 PASSED [ 35%] 2022-11-23T04:35:41.7196806Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atanh_cuda_complex128 PASSED [ 35%] 2022-11-23T04:35:41.7197052Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atanh_cuda_float64 PASSED [ 35%] 2022-11-23T04:35:41.7197417Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_1d_cuda_complex128 PASSED [ 35%] 2022-11-23T04:35:41.7197669Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_1d_cuda_float64 PASSED [ 35%] 2022-11-23T04:35:41.7197924Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_2d_cuda_complex128 PASSED [ 35%] 2022-11-23T04:35:41.7198178Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_2d_cuda_float64 PASSED [ 35%] 2022-11-23T04:35:41.7198441Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_3d_cuda_complex128 PASSED [ 35%] 2022-11-23T04:35:41.7198668Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_3d_cuda_float64 PASSED [ 36%] 2022-11-23T04:35:41.7198923Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_baddbmm_cuda_complex128 PASSED [ 36%] 2022-11-23T04:35:41.7199177Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_baddbmm_cuda_float64 PASSED [ 36%] 2022-11-23T04:35:41.7199429Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bernoulli_cuda_float64 XFAIL [ 36%] 2022-11-23T04:35:41.7199677Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bfloat16_cuda_complex128 XFAIL [ 36%] 2022-11-23T04:35:41.7200105Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bfloat16_cuda_float64 XFAIL [ 36%] 2022-11-23T04:35:41.7200405Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_block_diag_cuda_complex128 PASSED [ 36%] 2022-11-23T04:35:41.7200654Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_block_diag_cuda_float64 PASSED [ 36%] 2022-11-23T04:35:41.7200903Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bmm_cuda_complex128 PASSED [ 36%] 2022-11-23T04:35:41.7201271Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bmm_cuda_float64 PASSED [ 36%] 2022-11-23T04:35:41.7201724Z 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-23T04:35:41.7202054Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bool_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T04:35:41.7202328Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_broadcast_tensors_cuda_complex128 PASSED [ 36%] 2022-11-23T04:35:41.7202595Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_broadcast_tensors_cuda_float64 PASSED [ 36%] 2022-11-23T04:35:41.7202860Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_broadcast_to_cuda_complex128 PASSED [ 36%] 2022-11-23T04:35:41.7203115Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_broadcast_to_cuda_float64 PASSED [ 36%] 2022-11-23T04:35:41.7203450Z 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-23T04:35:41.7203780Z 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-23T04:35:41.7204102Z 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-23T04:35:41.7204368Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cartesian_prod_cuda_complex128 PASSED [ 36%] 2022-11-23T04:35:41.7204627Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cartesian_prod_cuda_float64 PASSED [ 36%] 2022-11-23T04:35:41.7205001Z 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-23T04:35:41.7205475Z 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) [ 36%] 2022-11-23T04:35:41.7205726Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cdist_cuda_float64 PASSED [ 36%] 2022-11-23T04:35:41.7205986Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cdouble_cuda_complex128 PASSED [ 36%] 2022-11-23T04:35:41.7206236Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cdouble_cuda_float64 PASSED [ 36%] 2022-11-23T04:35:41.7206479Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ceil_cuda_float64 PASSED [ 36%] 2022-11-23T04:35:41.7206884Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cfloat_cuda_complex128 XFAIL [ 36%] 2022-11-23T04:35:41.7207137Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cfloat_cuda_float64 XFAIL [ 37%] 2022-11-23T04:35:41.7207372Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_chalf_cuda_complex128 XFAIL [ 37%] 2022-11-23T04:35:41.7207618Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_chalf_cuda_float64 XFAIL [ 37%] 2022-11-23T04:35:41.7208257Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_char_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 37%] 2022-11-23T04:35:41.7208619Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_char_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 37%] 2022-11-23T04:35:41.7208873Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_cuda_complex128 PASSED [ 37%] 2022-11-23T04:35:41.7209122Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7209391Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_inverse_cuda_complex128 PASSED [ 37%] 2022-11-23T04:35:41.7209648Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_inverse_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7209911Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_solve_cuda_complex128 PASSED [ 37%] 2022-11-23T04:35:41.7210167Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_solve_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7210418Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_chunk_cuda_complex128 PASSED [ 37%] 2022-11-23T04:35:41.7210660Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_chunk_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7210900Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clamp_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7211147Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clamp_max_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7211397Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clamp_min_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7211642Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clone_cuda_complex128 PASSED [ 37%] 2022-11-23T04:35:41.7211887Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clone_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7212146Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_column_stack_cuda_complex128 PASSED [ 37%] 2022-11-23T04:35:41.7212399Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_column_stack_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7212660Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_combinations_cuda_complex128 PASSED [ 37%] 2022-11-23T04:35:41.7212908Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_combinations_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7213260Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_complex_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7213633Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_conj_cuda_complex128 PASSED [ 37%] 2022-11-23T04:35:41.7213881Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_conj_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7214127Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_conj_physical_cuda_complex128 PASSED [ 37%] 2022-11-23T04:35:41.7214383Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_conj_physical_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7214763Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_constant_pad_nd_cuda_complex128 PASSED [ 37%] 2022-11-23T04:35:41.7215150Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_constant_pad_nd_cuda_float64 PASSED [ 37%] 2022-11-23T04:35:41.7215416Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_contiguous_cuda_complex128 PASSED [ 38%] 2022-11-23T04:35:41.7215669Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_contiguous_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7215918Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_copysign_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7216753Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_corrcoef_cuda_complex128 PASSED [ 38%] 2022-11-23T04:35:41.7217060Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_corrcoef_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7217307Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cos_cuda_complex128 PASSED [ 38%] 2022-11-23T04:35:41.7217547Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cos_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7217791Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cosh_cuda_complex128 PASSED [ 38%] 2022-11-23T04:35:41.7218035Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cosh_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7218375Z 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-23T04:35:41.7218710Z 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-23T04:35:41.7218953Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cov_cuda_complex128 XFAIL [ 38%] 2022-11-23T04:35:41.7219190Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cov_cuda_float64 XFAIL [ 38%] 2022-11-23T04:35:41.7219438Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cross_cuda_complex128 PASSED [ 38%] 2022-11-23T04:35:41.7219678Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cross_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7219923Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cummax_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7220267Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cummin_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7220581Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumprod_cuda_complex128 PASSED [ 38%] 2022-11-23T04:35:41.7220832Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumprod_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7221080Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumsum_cuda_complex128 PASSED [ 38%] 2022-11-23T04:35:41.7221426Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumsum_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7221834Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumulative_trapezoid_cuda_complex128 PASSED [ 38%] 2022-11-23T04:35:41.7222229Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumulative_trapezoid_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7222476Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_deg2rad_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7222718Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diag_cuda_complex128 PASSED [ 38%] 2022-11-23T04:35:41.7222965Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diag_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7223223Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diag_embed_cuda_complex128 PASSED [ 38%] 2022-11-23T04:35:41.7223471Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diag_embed_cuda_float64 PASSED [ 38%] 2022-11-23T04:35:41.7223724Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagflat_cuda_complex128 PASSED [ 38%] 2022-11-23T04:35:41.7223972Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagflat_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7224236Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_copy_cuda_complex128 PASSED [ 39%] 2022-11-23T04:35:41.7224491Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_copy_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7224821Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_cuda_complex128 PASSED [ 39%] 2022-11-23T04:35:41.7225088Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7225345Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_scatter_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7225591Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diff_cuda_complex128 PASSED [ 39%] 2022-11-23T04:35:41.7225831Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diff_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7226077Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_digamma_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7226312Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dist_cuda_complex128 PASSED [ 39%] 2022-11-23T04:35:41.7226551Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dist_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7226816Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_div_floor_rounding_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7227216Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_div_no_rounding_mode_cuda_complex128 PASSED [ 39%] 2022-11-23T04:35:41.7227487Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_div_no_rounding_mode_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7227744Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_div_trunc_rounding_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7228088Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dot_cuda_complex128 PASSED [ 39%] 2022-11-23T04:35:41.7228472Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dot_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7228727Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_double_cuda_complex128 PASSED [ 39%] 2022-11-23T04:35:41.7228975Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_double_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7229225Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dsplit_cuda_complex128 PASSED [ 39%] 2022-11-23T04:35:41.7229469Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dsplit_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7229720Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dstack_cuda_complex128 PASSED [ 39%] 2022-11-23T04:35:41.7229961Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dstack_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7230314Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_einsum_cuda_complex128 PASSED [ 39%] 2022-11-23T04:35:41.7230557Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_einsum_cuda_float64 PASSED [ 39%] 2022-11-23T04:35:41.7230891Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T04:35:41.7231217Z 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-23T04:35:41.7231549Z 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-23T04:35:41.7231877Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_empty_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T04:35:41.7232202Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_eq_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T04:35:41.7232515Z 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-23T04:35:41.7232911Z 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-23T04:35:41.7233250Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_equal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T04:35:41.7233491Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_erf_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7233866Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_erfc_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7234122Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_erfinv_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7234361Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_exp2_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7234610Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_exp_cuda_complex128 PASSED [ 40%] 2022-11-23T04:35:41.7235056Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_exp_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7235321Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expand_as_cuda_complex128 PASSED [ 40%] 2022-11-23T04:35:41.7235570Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expand_as_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7235817Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expand_cuda_complex128 PASSED [ 40%] 2022-11-23T04:35:41.7236049Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expand_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7236289Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expm1_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7236614Z 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-23T04:35:41.7236938Z 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-23T04:35:41.7237189Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fft2_cuda_complex128 PASSED [ 40%] 2022-11-23T04:35:41.7237435Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fft2_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7237684Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fft_cuda_complex128 PASSED [ 40%] 2022-11-23T04:35:41.7238038Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fft_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7238297Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fftn_cuda_complex128 PASSED [ 40%] 2022-11-23T04:35:41.7238558Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fftn_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7238821Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fftshift_cuda_complex128 PASSED [ 40%] 2022-11-23T04:35:41.7239074Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fftshift_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7239325Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfft2_cuda_complex128 PASSED [ 40%] 2022-11-23T04:35:41.7239571Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfft2_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7239821Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfft_cuda_complex128 PASSED [ 40%] 2022-11-23T04:35:41.7240066Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfft_cuda_float64 PASSED [ 40%] 2022-11-23T04:35:41.7240417Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfftn_cuda_complex128 PASSED [ 41%] 2022-11-23T04:35:41.7240775Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfftn_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7241035Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifft2_cuda_complex128 PASSED [ 41%] 2022-11-23T04:35:41.7241274Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifft2_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7241645Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifft_cuda_complex128 PASSED [ 41%] 2022-11-23T04:35:41.7242015Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifft_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7242273Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifftn_cuda_complex128 PASSED [ 41%] 2022-11-23T04:35:41.7242516Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifftn_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7242779Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifftshift_cuda_complex128 PASSED [ 41%] 2022-11-23T04:35:41.7243018Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifftshift_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7243266Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ihfft2_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7243510Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ihfft_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7243752Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ihfftn_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7244010Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfft2_cuda_complex128 PASSED [ 41%] 2022-11-23T04:35:41.7244252Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfft2_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7244503Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfft_cuda_complex128 PASSED [ 41%] 2022-11-23T04:35:41.7244749Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfft_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7245002Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfftn_cuda_complex128 PASSED [ 41%] 2022-11-23T04:35:41.7245250Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfftn_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7245491Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_rfft2_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7245738Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_rfft_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7246085Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_rfftn_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7246332Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fill_cuda_complex128 PASSED [ 41%] 2022-11-23T04:35:41.7246575Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fill_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7246828Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flatten_cuda_complex128 PASSED [ 41%] 2022-11-23T04:35:41.7247196Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flatten_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7247454Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flip_cuda_complex128 PASSED [ 41%] 2022-11-23T04:35:41.7247693Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flip_cuda_float64 PASSED [ 41%] 2022-11-23T04:35:41.7247946Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fliplr_cuda_complex128 PASSED [ 41%] 2022-11-23T04:35:41.7248304Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fliplr_cuda_float64 PASSED [ 42%] 2022-11-23T04:35:41.7248691Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flipud_cuda_complex128 PASSED [ 42%] 2022-11-23T04:35:41.7249022Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flipud_cuda_float64 PASSED [ 42%] 2022-11-23T04:35:41.7249270Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_float_cuda_complex128 XFAIL [ 42%] 2022-11-23T04:35:41.7249510Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_float_cuda_float64 XFAIL [ 42%] 2022-11-23T04:35:41.7249766Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_float_power_cuda_complex128 PASSED [ 42%] 2022-11-23T04:35:41.7250017Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_float_power_cuda_float64 PASSED [ 42%] 2022-11-23T04:35:41.7250260Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_floor_cuda_float64 PASSED [ 42%] 2022-11-23T04:35:41.7250594Z 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-23T04:35:41.7250835Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fmax_cuda_float64 PASSED [ 42%] 2022-11-23T04:35:41.7251068Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fmin_cuda_float64 PASSED [ 42%] 2022-11-23T04:35:41.7251296Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fmod_cuda_float64 PASSED [ 42%] 2022-11-23T04:35:41.7251525Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_frac_cuda_float64 PASSED [ 42%] 2022-11-23T04:35:41.7251762Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_frexp_cuda_float64 PASSED [ 42%] 2022-11-23T04:35:41.7252090Z 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-23T04:35:41.7252410Z 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-23T04:35:41.7252740Z 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-23T04:35:41.7253065Z 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-23T04:35:41.7253313Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gather_cuda_complex128 PASSED [ 42%] 2022-11-23T04:35:41.7253556Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gather_cuda_float64 PASSED [ 42%] 2022-11-23T04:35:41.7254102Z 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-23T04:35:41.7254436Z 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-23T04:35:41.7254759Z 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-23T04:35:41.7255127Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gradient_cuda_complex128 PASSED [ 42%] 2022-11-23T04:35:41.7255380Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gradient_cuda_float64 PASSED [ 42%] 2022-11-23T04:35:41.7255752Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_grid_sampler_2d_cuda_float64 PASSED [ 42%] 2022-11-23T04:35:41.7256078Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T04:35:41.7256321Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_half_cuda_complex128 XFAIL [ 42%] 2022-11-23T04:35:41.7256560Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_half_cuda_float64 XFAIL [ 42%] 2022-11-23T04:35:41.7256972Z 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-23T04:35:41.7257308Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_histc_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T04:35:41.7257562Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hsplit_cuda_complex128 PASSED [ 43%] 2022-11-23T04:35:41.7257793Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hsplit_cuda_float64 PASSED [ 43%] 2022-11-23T04:35:41.7258042Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hstack_cuda_complex128 PASSED [ 43%] 2022-11-23T04:35:41.7258283Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hstack_cuda_float64 PASSED [ 43%] 2022-11-23T04:35:41.7258528Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hypot_cuda_float64 PASSED [ 43%] 2022-11-23T04:35:41.7258766Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_i0_cuda_float64 PASSED [ 43%] 2022-11-23T04:35:41.7259087Z 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-23T04:35:41.7259414Z 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-23T04:35:41.7259668Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_imag_cuda_complex128 PASSED [ 43%] 2022-11-23T04:35:41.7259922Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_add_cuda_complex128 PASSED [ 43%] 2022-11-23T04:35:41.7260167Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_add_cuda_float64 PASSED [ 43%] 2022-11-23T04:35:41.7260424Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_copy_cuda_complex128 PASSED [ 43%] 2022-11-23T04:35:41.7260672Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_copy_cuda_float64 PASSED [ 43%] 2022-11-23T04:35:41.7261055Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_fill_cuda_complex128 PASSED [ 43%] 2022-11-23T04:35:41.7261314Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_fill_cuda_float64 PASSED [ 43%] 2022-11-23T04:35:41.7261568Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_put_cuda_complex128 PASSED [ 43%] 2022-11-23T04:35:41.7262027Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_put_cuda_float64 PASSED [ 43%] 2022-11-23T04:35:41.7262419Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_reduce_cuda_float64 PASSED [ 43%] 2022-11-23T04:35:41.7262687Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_select_cuda_complex128 PASSED [ 43%] 2022-11-23T04:35:41.7262938Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_select_cuda_float64 PASSED [ 43%] 2022-11-23T04:35:41.7263184Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_inner_cuda_complex128 PASSED [ 43%] 2022-11-23T04:35:41.7263427Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_inner_cuda_float64 PASSED [ 43%] 2022-11-23T04:35:41.7263752Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_int_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T04:35:41.7264072Z 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-23T04:35:41.7264401Z 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-23T04:35:41.7264808Z 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-23T04:35:41.7265162Z 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-23T04:35:41.7265485Z 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-23T04:35:41.7265806Z 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-23T04:35:41.7266129Z 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-23T04:35:41.7266451Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T04:35:41.7266759Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isnan_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T04:35:41.7267074Z 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-23T04:35:41.7267397Z 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-23T04:35:41.7267846Z 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-23T04:35:41.7268185Z 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-23T04:35:41.7268506Z 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-23T04:35:41.7268869Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_istft_cuda_complex128 PASSED [ 44%] 2022-11-23T04:35:41.7269354Z 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-23T04:35:41.7269805Z 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-23T04:35:41.7270168Z 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-23T04:35:41.7270531Z 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-23T04:35:41.7270874Z 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-23T04:35:41.7271209Z 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-23T04:35:41.7271568Z 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-23T04:35:41.7271990Z 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-23T04:35:41.7272346Z 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-23T04:35:41.7272682Z 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-23T04:35:41.7272933Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_kron_cuda_complex128 PASSED [ 44%] 2022-11-23T04:35:41.7273180Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_kron_cuda_float64 PASSED [ 44%] 2022-11-23T04:35:41.7273429Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_kthvalue_cuda_float64 PASSED [ 44%] 2022-11-23T04:35:41.7273676Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ldexp_cuda_complex128 PASSED [ 44%] 2022-11-23T04:35:41.7273923Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ldexp_cuda_float64 PASSED [ 44%] 2022-11-23T04:35:41.7274242Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_le_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T04:35:41.7274627Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lerp_cuda_complex128 PASSED [ 44%] 2022-11-23T04:35:41.7274871Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lerp_cuda_float64 PASSED [ 44%] 2022-11-23T04:35:41.7275115Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lgamma_cuda_float64 PASSED [ 45%] 2022-11-23T04:35:41.7275484Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cond_cuda_complex128 PASSED [ 45%] 2022-11-23T04:35:41.7275871Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cond_cuda_float64 PASSED [ 45%] 2022-11-23T04:35:41.7276135Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cross_cuda_complex128 PASSED [ 45%] 2022-11-23T04:35:41.7276384Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cross_cuda_float64 PASSED [ 45%] 2022-11-23T04:35:41.7276638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_cuda_complex128 PASSED [ 45%] 2022-11-23T04:35:41.7276887Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_cuda_float64 PASSED [ 45%] 2022-11-23T04:35:41.7277157Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_singular_cuda_complex128 PASSED [ 45%] 2022-11-23T04:35:41.7277529Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_singular_cuda_float64 PASSED [ 45%] 2022-11-23T04:35:41.7277788Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eig_cuda_complex128 PASSED [ 45%] 2022-11-23T04:35:41.7278040Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eig_cuda_float64 PASSED [ 45%] 2022-11-23T04:35:41.7278288Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigh_cuda_complex128 PASSED [ 45%] 2022-11-23T04:35:41.7278538Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigh_cuda_float64 PASSED [ 45%] 2022-11-23T04:35:41.7278798Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigvals_cuda_complex128 PASSED [ 45%] 2022-11-23T04:35:41.7279054Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigvals_cuda_float64 PASSED [ 45%] 2022-11-23T04:35:41.7279319Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigvalsh_cuda_complex128 PASSED [ 45%] 2022-11-23T04:35:41.7279575Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigvalsh_cuda_float64 PASSED [ 45%] 2022-11-23T04:35:41.7279930Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_householder_product_cuda_complex128 PASSED [ 45%] 2022-11-23T04:35:41.7280226Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_householder_product_cuda_float64 PASSED [ 45%] 2022-11-23T04:35:41.7280482Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_inv_cuda_complex128 PASSED [ 45%] 2022-11-23T04:35:41.7280729Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_inv_cuda_float64 PASSED [ 45%] 2022-11-23T04:35:41.7281082Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_inv_ex_cuda_complex128 PASSED [ 45%] 2022-11-23T04:35:41.7281370Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_inv_ex_cuda_float64 PASSED [ 45%] 2022-11-23T04:35:41.7281716Z 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-23T04:35:41.7282155Z 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-23T04:35:41.7282634Z 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-23T04:35:41.7282977Z 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-23T04:35:41.7283317Z 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.) [ 45%] 2022-11-23T04:35:41.7283649Z 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-23T04:35:41.7283923Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 46%] 2022-11-23T04:35:41.7284194Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 46%] 2022-11-23T04:35:41.7284473Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_complex128 PASSED [ 46%] 2022-11-23T04:35:41.7284747Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_float64 PASSED [ 46%] 2022-11-23T04:35:41.7285104Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_cuda_complex128 PASSED [ 46%] 2022-11-23T04:35:41.7285353Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_cuda_float64 PASSED [ 46%] 2022-11-23T04:35:41.7285616Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_factor_cuda_complex128 PASSED [ 46%] 2022-11-23T04:35:41.7285876Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_factor_cuda_float64 PASSED [ 46%] 2022-11-23T04:35:41.7286143Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_factor_ex_cuda_complex128 PASSED [ 46%] 2022-11-23T04:35:41.7286404Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_factor_ex_cuda_float64 PASSED [ 46%] 2022-11-23T04:35:41.7286664Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_solve_cuda_complex128 PASSED [ 46%] 2022-11-23T04:35:41.7286917Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_solve_cuda_float64 PASSED [ 46%] 2022-11-23T04:35:41.7287170Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_norm_cuda_complex128 PASSED [ 46%] 2022-11-23T04:35:41.7287427Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_norm_cuda_float64 PASSED [ 46%] 2022-11-23T04:35:41.7287876Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_power_cuda_complex128 PASSED [ 46%] 2022-11-23T04:35:41.7288192Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_power_cuda_float64 PASSED [ 46%] 2022-11-23T04:35:41.7288536Z 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-23T04:35:41.7288996Z 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-23T04:35:41.7289493Z 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-23T04:35:41.7289855Z 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.) [ 46%] 2022-11-23T04:35:41.7290120Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_multi_dot_cuda_complex128 PASSED [ 46%] 2022-11-23T04:35:41.7290376Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_multi_dot_cuda_float64 PASSED [ 46%] 2022-11-23T04:35:41.7290634Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_norm_cuda_complex128 PASSED [ 46%] 2022-11-23T04:35:41.7290885Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_norm_cuda_float64 PASSED [ 46%] 2022-11-23T04:35:41.7291173Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_complex128 XFAIL [ 46%] 2022-11-23T04:35:41.7291454Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_float64 XFAIL [ 46%] 2022-11-23T04:35:41.7291717Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_cuda_complex128 PASSED [ 46%] 2022-11-23T04:35:41.7291968Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_cuda_float64 PASSED [ 46%] 2022-11-23T04:35:41.7292242Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_hermitian_cuda_complex128 PASSED [ 47%] 2022-11-23T04:35:41.7292507Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_hermitian_cuda_float64 PASSED [ 47%] 2022-11-23T04:35:41.7292859Z 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-23T04:35:41.7293310Z 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-23T04:35:41.7293567Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_qr_cuda_complex128 PASSED [ 47%] 2022-11-23T04:35:41.7293817Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_qr_cuda_float64 PASSED [ 47%] 2022-11-23T04:35:41.7294079Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_slogdet_cuda_complex128 PASSED [ 47%] 2022-11-23T04:35:41.7294335Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_slogdet_cuda_float64 PASSED [ 47%] 2022-11-23T04:35:41.7294712Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_cuda_complex128 PASSED [ 47%] 2022-11-23T04:35:41.7294979Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_cuda_float64 PASSED [ 47%] 2022-11-23T04:35:41.7295241Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_ex_cuda_complex128 PASSED [ 47%] 2022-11-23T04:35:41.7295491Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_ex_cuda_float64 PASSED [ 47%] 2022-11-23T04:35:41.7296073Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_triangular_cuda_complex128 PASSED [ 47%] 2022-11-23T04:35:41.7296377Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_triangular_cuda_float64 PASSED [ 47%] 2022-11-23T04:35:41.7296619Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_svd_cuda_complex128 PASSED [ 47%] 2022-11-23T04:35:41.7296869Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_svd_cuda_float64 PASSED [ 47%] 2022-11-23T04:35:41.7297135Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_svdvals_cuda_complex128 PASSED [ 47%] 2022-11-23T04:35:41.7297388Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_svdvals_cuda_float64 PASSED [ 47%] 2022-11-23T04:35:41.7297652Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_tensorinv_cuda_complex128 PASSED [ 47%] 2022-11-23T04:35:41.7297916Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_tensorinv_cuda_float64 PASSED [ 47%] 2022-11-23T04:35:41.7298187Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_tensorsolve_cuda_complex128 PASSED [ 47%] 2022-11-23T04:35:41.7298450Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_tensorsolve_cuda_float64 PASSED [ 47%] 2022-11-23T04:35:41.7298705Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vander_cuda_complex128 PASSED [ 47%] 2022-11-23T04:35:41.7298961Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vander_cuda_float64 PASSED [ 47%] 2022-11-23T04:35:41.7299223Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vecdot_cuda_complex128 PASSED [ 47%] 2022-11-23T04:35:41.7299474Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vecdot_cuda_float64 PASSED [ 47%] 2022-11-23T04:35:41.7299741Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vector_norm_cuda_complex128 PASSED [ 47%] 2022-11-23T04:35:41.7300002Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vector_norm_cuda_float64 PASSED [ 47%] 2022-11-23T04:35:41.7300336Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T04:35:41.7300660Z 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-23T04:35:41.7301687Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log10_cuda_complex128 PASSED [ 48%] 2022-11-23T04:35:41.7301936Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log10_cuda_float64 PASSED [ 48%] 2022-11-23T04:35:41.7302181Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log1p_cuda_float64 PASSED [ 48%] 2022-11-23T04:35:41.7302539Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log2_cuda_complex128 PASSED [ 48%] 2022-11-23T04:35:41.7302915Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log2_cuda_float64 PASSED [ 48%] 2022-11-23T04:35:41.7303164Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_cuda_complex128 PASSED [ 48%] 2022-11-23T04:35:41.7303405Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_cuda_float64 PASSED [ 48%] 2022-11-23T04:35:41.7303657Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_softmax_cuda_float64 PASSED [ 48%] 2022-11-23T04:35:41.7303928Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_softmax_with_dtype_cuda_complex128 PASSED [ 48%] 2022-11-23T04:35:41.7304196Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_softmax_with_dtype_cuda_float64 PASSED [ 48%] 2022-11-23T04:35:41.7304532Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logaddexp2_cuda_float64 PASSED [ 48%] 2022-11-23T04:35:41.7304809Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logaddexp_cuda_float64 PASSED [ 48%] 2022-11-23T04:35:41.7305064Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logcumsumexp_cuda_float64 PASSED [ 48%] 2022-11-23T04:35:41.7305308Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logdet_cuda_complex128 PASSED [ 48%] 2022-11-23T04:35:41.7305553Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logdet_cuda_float64 PASSED [ 48%] 2022-11-23T04:35:41.7305893Z 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-23T04:35:41.7306232Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_and_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T04:35:41.7306566Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_not_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T04:35:41.7306929Z 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-23T04:35:41.7307260Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_or_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T04:35:41.7307590Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_or_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T04:35:41.7307920Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_xor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T04:35:41.7308329Z 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-23T04:35:41.7308623Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logit_cuda_float64 PASSED [ 48%] 2022-11-23T04:35:41.7308959Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T04:35:41.7309519Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T04:35:41.7309931Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logsumexp_cuda_float64 PASSED [ 48%] 2022-11-23T04:35:41.7310265Z 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-23T04:35:41.7310581Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_long_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:35:41.7310896Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:35:41.7311142Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_cuda_complex128 PASSED [ 49%] 2022-11-23T04:35:41.7311384Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7311635Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_solve_cuda_complex128 PASSED [ 49%] 2022-11-23T04:35:41.7311883Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_solve_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7312220Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_unpack_cuda_complex128 PASSED [ 49%] 2022-11-23T04:35:41.7312492Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_unpack_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7312737Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mH_cuda_complex128 PASSED [ 49%] 2022-11-23T04:35:41.7312974Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mH_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7313211Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mT_cuda_complex128 PASSED [ 49%] 2022-11-23T04:35:41.7313447Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mT_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7313699Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_amax_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7313936Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_amin_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7314274Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:35:41.7314604Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T04:35:41.7314867Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_cumprod_cuda_complex128 PASSED [ 49%] 2022-11-23T04:35:41.7315254Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_cumprod_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7315529Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_cumsum_cuda_complex128 PASSED [ 49%] 2022-11-23T04:35:41.7315783Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_cumsum_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7316134Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_fill_cuda_complex128 PASSED [ 49%] 2022-11-23T04:35:41.7316531Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_fill_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7316803Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_log_softmax_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7317060Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_logaddexp_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7317317Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_logsumexp_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7317685Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_mean_cuda_complex128 PASSED [ 49%] 2022-11-23T04:35:41.7317937Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_mean_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7318196Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_median_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7318441Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_norm_cuda_float64 PASSED [ 49%] 2022-11-23T04:35:41.7318706Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_normalize_cuda_complex128 PASSED [ 50%] 2022-11-23T04:35:41.7318963Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_normalize_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7319220Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_prod_cuda_complex128 PASSED [ 50%] 2022-11-23T04:35:41.7319472Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_prod_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7319733Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_scatter_cuda_complex128 PASSED [ 50%] 2022-11-23T04:35:41.7319986Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_scatter_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7320317Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_select_cuda_complex128 PASSED [ 50%] 2022-11-23T04:35:41.7320591Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_select_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7320840Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_softmax_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7321090Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_softmin_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7321329Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_std_cuda_complex128 PASSED [ 50%] 2022-11-23T04:35:41.7321575Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_std_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7321956Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_sum_cuda_complex128 PASSED [ 50%] 2022-11-23T04:35:41.7322222Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_sum_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7322471Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_var_cuda_complex128 PASSED [ 50%] 2022-11-23T04:35:41.7322714Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_var_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7323183Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_matmul_cuda_complex128 PASSED [ 50%] 2022-11-23T04:35:41.7323444Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_matmul_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7323696Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_matrix_exp_cuda_complex128 PASSED [ 50%] 2022-11-23T04:35:41.7323943Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_matrix_exp_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7324190Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_max_binary_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7324472Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_max_pool2d_with_indices_backward_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7324736Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_max_reduction_no_dim_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7325001Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_max_reduction_with_dim_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7325247Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_maximum_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7325597Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mean_cuda_complex128 PASSED [ 50%] 2022-11-23T04:35:41.7325838Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mean_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7326077Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_median_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:41.7326356Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 50%] 2022-11-23T04:35:41.7326625Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_meshgrid_list_of_tensors_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7326952Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 51%] 2022-11-23T04:35:41.7327229Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_meshgrid_variadic_tensors_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7327481Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_min_binary_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7327740Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_min_reduction_no_dim_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7328091Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_min_reduction_with_dim_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7328343Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_minimum_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7328718Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mm_cuda_complex128 PASSED [ 51%] 2022-11-23T04:35:41.7328963Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mm_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7329202Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mode_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7329456Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_movedim_cuda_complex128 PASSED [ 51%] 2022-11-23T04:35:41.7329930Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_movedim_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7330180Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_msort_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7330427Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mul_cuda_complex128 PASSED [ 51%] 2022-11-23T04:35:41.7330667Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mul_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7331003Z 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-23T04:35:41.7331244Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mv_cuda_complex128 PASSED [ 51%] 2022-11-23T04:35:41.7331483Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mv_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7331749Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7332015Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7332276Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7332525Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nan_to_num_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7332770Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nanmean_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7333017Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nanmedian_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7333272Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nanquantile_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7333628Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nansum_cuda_float64 PASSED [ 51%] 2022-11-23T04:35:41.7333966Z 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-23T04:35:41.7334303Z 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-23T04:35:41.7334554Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_narrow_cuda_complex128 PASSED [ 51%] 2022-11-23T04:35:41.7334797Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_narrow_cuda_float64 PASSED [ 52%] 2022-11-23T04:35:41.7335075Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_native_batch_norm_cuda_float64 SKIPPED (Skipped!) [ 52%] 2022-11-23T04:35:41.7335477Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_native_dropout_backward_cuda_float64 PASSED [ 52%] 2022-11-23T04:35:41.7335759Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_native_layer_norm_cuda_float64 SKIPPED (Skipped!) [ 52%] 2022-11-23T04:35:41.7336366Z 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-23T04:35:41.7336842Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ne_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T04:35:41.7337095Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_neg_cuda_complex128 PASSED [ 52%] 2022-11-23T04:35:41.7337334Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_neg_cuda_float64 PASSED [ 52%] 2022-11-23T04:35:41.7337669Z 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-23T04:35:41.7337997Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T04:35:41.7338339Z 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-23T04:35:41.7338678Z 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.) [ 52%] 2022-11-23T04:35:41.7339009Z 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-23T04:35:41.7339330Z 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-23T04:35:41.7339660Z 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-23T04:35:41.7339982Z 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-23T04:35:41.7340306Z 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-23T04:35:41.7340628Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T04:35:41.7340945Z 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-23T04:35:41.7341371Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional__scaled_dot_product_attention_cuda_float64 SKIPPED (Skipped!) [ 52%] 2022-11-23T04:35:41.7341655Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cuda_float64 PASSED [ 52%] 2022-11-23T04:35:41.7342061Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cuda_float64 PASSED [ 52%] 2022-11-23T04:35:41.7342342Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cuda_float64 PASSED [ 52%] 2022-11-23T04:35:41.7342612Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cuda_float64 PASSED [ 52%] 2022-11-23T04:35:41.7342966Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cuda_float64 PASSED [ 52%] 2022-11-23T04:35:41.7343421Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cuda_float64 PASSED [ 52%] 2022-11-23T04:35:41.7343702Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_alpha_dropout_cuda_float64 PASSED [ 52%] 2022-11-23T04:35:41.7343973Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_avg_pool1d_cuda_float64 PASSED [ 52%] 2022-11-23T04:35:41.7344798Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_avg_pool2d_cuda_float64 PASSED [ 52%] 2022-11-23T04:35:41.7345122Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_avg_pool3d_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7345390Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_batch_norm_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7345681Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_batch_norm_without_cudnn_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7345954Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_bilinear_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7346237Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_binary_cross_entropy_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7346537Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7346801Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_celu_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7347072Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv1d_cuda_complex128 PASSED [ 53%] 2022-11-23T04:35:41.7347334Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv1d_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7347591Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv2d_cuda_complex128 PASSED [ 53%] 2022-11-23T04:35:41.7347853Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv2d_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7348139Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose1d_cuda_complex128 PASSED [ 53%] 2022-11-23T04:35:41.7348418Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose1d_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7348848Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose2d_cuda_complex128 PASSED [ 53%] 2022-11-23T04:35:41.7349140Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose2d_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7349427Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose3d_cuda_complex128 PASSED [ 53%] 2022-11-23T04:35:41.7350068Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose3d_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7350365Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7350647Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_cosine_similarity_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7350926Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_cross_entropy_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7351191Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_ctc_loss_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7351461Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_dropout2d_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7351735Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_dropout3d_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7352001Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_dropout_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7352260Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_elu_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7352619Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_embedding_bag_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7352909Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_embedding_cuda_float64 PASSED [ 53%] 2022-11-23T04:35:41.7353207Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cuda_float64 XFAIL [ 53%] 2022-11-23T04:35:41.7353519Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 53%] 2022-11-23T04:35:41.7353828Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7354112Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7354402Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7354681Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7354945Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_gelu_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7355206Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_glu_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7355600Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_grid_sample_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7355877Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_group_norm_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7356148Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hardshrink_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7356538Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hardsigmoid_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7356924Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hardswish_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7357198Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hardtanh_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7357481Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7357856Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_huber_loss_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7358133Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_instance_norm_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7358420Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_area_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7358707Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_bicubic_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7358995Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_bilinear_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7359278Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_linear_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7359565Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_nearest_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7359858Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_trilinear_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7360121Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_kl_div_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7360469Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_l1_loss_cuda_complex128 PASSED [ 54%] 2022-11-23T04:35:41.7360750Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_l1_loss_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7361019Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_layer_norm_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7361287Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_leaky_relu_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7361557Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_linear_cuda_complex128 PASSED [ 54%] 2022-11-23T04:35:41.7361820Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_linear_cuda_float64 PASSED [ 54%] 2022-11-23T04:35:41.7362235Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_local_response_norm_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7362516Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_logsigmoid_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7362792Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7363163Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_pool1d_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7363440Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_pool2d_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7363838Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_pool3d_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7364135Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool1d_cuda_float64 SKIPPED (Skipped!) [ 55%] 2022-11-23T04:35:41.7364422Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7364689Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool2d_cuda_float64 XFAIL [ 55%] 2022-11-23T04:35:41.7364966Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7365230Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool3d_cuda_float64 XFAIL [ 55%] 2022-11-23T04:35:41.7365597Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7365860Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_mish_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7366123Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_mse_loss_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7366402Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_multi_margin_loss_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7366689Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7366980Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7367245Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_nll_loss_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7367525Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_normalize_cuda_complex128 PASSED [ 55%] 2022-11-23T04:35:41.7367795Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_normalize_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7368142Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_circular_cuda_complex128 PASSED [ 55%] 2022-11-23T04:35:41.7368438Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_circular_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7368710Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_constant_cuda_complex128 PASSED [ 55%] 2022-11-23T04:35:41.7368984Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_constant_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7369377Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_reflect_cuda_complex128 PASSED [ 55%] 2022-11-23T04:35:41.7369656Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_reflect_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7369936Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_replicate_cuda_complex128 PASSED [ 55%] 2022-11-23T04:35:41.7370321Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_replicate_cuda_float64 PASSED [ 55%] 2022-11-23T04:35:41.7370724Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 55%] 2022-11-23T04:35:41.7371007Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pairwise_distance_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7371268Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pdist_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7371549Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pixel_shuffle_cuda_complex128 PASSED [ 56%] 2022-11-23T04:35:41.7371824Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pixel_shuffle_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7372109Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_complex128 PASSED [ 56%] 2022-11-23T04:35:41.7372386Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7372662Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7372926Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_prelu_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7373182Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_relu6_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7373551Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_relu_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7373812Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_rrelu_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7374056Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_selu_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7374307Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_silu_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7374579Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_smooth_l1_loss_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7374854Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_soft_margin_loss_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7375120Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softmin_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7375411Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 56%] 2022-11-23T04:35:41.7375692Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7376183Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softplus_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7376475Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softshrink_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7376828Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softsign_cuda_complex128 PASSED [ 56%] 2022-11-23T04:35:41.7377243Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softsign_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7377532Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_tanhshrink_cuda_complex128 PASSED [ 56%] 2022-11-23T04:35:41.7377804Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_tanhshrink_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7378073Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_threshold_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7378365Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 56%] 2022-11-23T04:35:41.7378646Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7378953Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 PASSED [ 56%] 2022-11-23T04:35:41.7379256Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_float64 PASSED [ 56%] 2022-11-23T04:35:41.7379529Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_unfold_cuda_complex128 PASSED [ 57%] 2022-11-23T04:35:41.7379791Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_unfold_cuda_float64 PASSED [ 57%] 2022-11-23T04:35:41.7380075Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_upsample_bilinear_cuda_float64 PASSED [ 57%] 2022-11-23T04:35:41.7380355Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_upsample_nearest_cuda_float64 PASSED [ 57%] 2022-11-23T04:35:41.7380686Z 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-23T04:35:41.7381011Z 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-23T04:35:41.7381366Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_cuda_complex128 PASSED [ 57%] 2022-11-23T04:35:41.7381608Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_cuda_float64 PASSED [ 57%] 2022-11-23T04:35:41.7381864Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_fro_cuda_complex128 PASSED [ 57%] 2022-11-23T04:35:41.7382110Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_fro_cuda_float64 PASSED [ 57%] 2022-11-23T04:35:41.7382362Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_inf_cuda_complex128 PASSED [ 57%] 2022-11-23T04:35:41.7382755Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_inf_cuda_float64 PASSED [ 57%] 2022-11-23T04:35:41.7383017Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_nuc_cuda_complex128 PASSED [ 57%] 2022-11-23T04:35:41.7383266Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_nuc_cuda_float64 PASSED [ 57%] 2022-11-23T04:35:41.7383666Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 57%] 2022-11-23T04:35:41.7384183Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 57%] 2022-11-23T04:35:41.7384541Z 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-23T04:35:41.7384863Z 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-23T04:35:41.7385192Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ones_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:35:41.7385518Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ones_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T04:35:41.7385766Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ormqr_cuda_complex128 PASSED [ 57%] 2022-11-23T04:35:41.7386010Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ormqr_cuda_float64 PASSED [ 57%] 2022-11-23T04:35:41.7386258Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_outer_cuda_complex128 PASSED [ 57%] 2022-11-23T04:35:41.7386501Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_outer_cuda_float64 PASSED [ 57%] 2022-11-23T04:35:41.7386751Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pca_lowrank_cuda_float64 PASSED [ 57%] 2022-11-23T04:35:41.7387003Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_permute_cuda_complex128 PASSED [ 57%] 2022-11-23T04:35:41.7387251Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_permute_cuda_float64 PASSED [ 57%] 2022-11-23T04:35:41.7387502Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pinverse_cuda_complex128 PASSED [ 57%] 2022-11-23T04:35:41.7387747Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pinverse_cuda_float64 PASSED [ 57%] 2022-11-23T04:35:41.7387992Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polar_cuda_float64 PASSED [ 58%] 2022-11-23T04:35:41.7388264Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_0_cuda_float64 PASSED [ 58%] 2022-11-23T04:35:41.7388555Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 58%] 2022-11-23T04:35:41.7388838Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 58%] 2022-11-23T04:35:41.7389331Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 58%] 2022-11-23T04:35:41.7389630Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 58%] 2022-11-23T04:35:41.7389889Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_positive_cuda_complex128 PASSED [ 58%] 2022-11-23T04:35:41.7390138Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_positive_cuda_float64 PASSED [ 58%] 2022-11-23T04:35:41.7390499Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pow_cuda_complex128 PASSED [ 58%] 2022-11-23T04:35:41.7390844Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pow_cuda_float64 PASSED [ 58%] 2022-11-23T04:35:41.7391093Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_prod_cuda_complex128 PASSED [ 58%] 2022-11-23T04:35:41.7391339Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_prod_cuda_float64 PASSED [ 58%] 2022-11-23T04:35:41.7391584Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_put_cuda_complex128 PASSED [ 58%] 2022-11-23T04:35:41.7391825Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_put_cuda_float64 PASSED [ 58%] 2022-11-23T04:35:41.7392152Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_qr_cuda_complex128 PASSED [ 58%] 2022-11-23T04:35:41.7392410Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_qr_cuda_float64 PASSED [ 58%] 2022-11-23T04:35:41.7392656Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_quantile_cuda_float64 PASSED [ 58%] 2022-11-23T04:35:41.7392899Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rad2deg_cuda_float64 PASSED [ 58%] 2022-11-23T04:35:41.7393233Z 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-23T04:35:41.7393564Z 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-23T04:35:41.7393891Z 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-23T04:35:41.7394219Z 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-23T04:35:41.7394544Z 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-23T04:35:41.7394862Z 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-23T04:35:41.7395196Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_randn_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T04:35:41.7395516Z 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-23T04:35:41.7395768Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ravel_cuda_complex128 PASSED [ 58%] 2022-11-23T04:35:41.7396137Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ravel_cuda_float64 PASSED [ 58%] 2022-11-23T04:35:41.7396393Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_real_cuda_complex128 PASSED [ 58%] 2022-11-23T04:35:41.7396632Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_real_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7396895Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reciprocal_cuda_complex128 PASSED [ 59%] 2022-11-23T04:35:41.7397471Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reciprocal_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7397728Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_remainder_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7397980Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_renorm_cuda_complex128 PASSED [ 59%] 2022-11-23T04:35:41.7398221Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_renorm_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7398467Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_repeat_cuda_complex128 PASSED [ 59%] 2022-11-23T04:35:41.7398710Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_repeat_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7398964Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_repeat_interleave_cuda_complex128 PASSED [ 59%] 2022-11-23T04:35:41.7399226Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_repeat_interleave_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7399479Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reshape_as_cuda_complex128 PASSED [ 59%] 2022-11-23T04:35:41.7399724Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reshape_as_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7400056Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reshape_cuda_complex128 PASSED [ 59%] 2022-11-23T04:35:41.7400326Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reshape_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7400657Z 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-23T04:35:41.7400982Z 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-23T04:35:41.7401317Z 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-23T04:35:41.7401642Z 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-23T04:35:41.7401904Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resolve_conj_cuda_complex128 PASSED [ 59%] 2022-11-23T04:35:41.7402156Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resolve_conj_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7402410Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resolve_neg_cuda_complex128 PASSED [ 59%] 2022-11-23T04:35:41.7402779Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resolve_neg_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7403035Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_roll_cuda_complex128 PASSED [ 59%] 2022-11-23T04:35:41.7403273Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_roll_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7403518Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rot90_cuda_complex128 PASSED [ 59%] 2022-11-23T04:35:41.7403874Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rot90_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7404241Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_round_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7404497Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_round_decimals_0_cuda_float64 PASSED [ 59%] 2022-11-23T04:35:41.7404770Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 59%] 2022-11-23T04:35:41.7405049Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 60%] 2022-11-23T04:35:41.7405401Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rsqrt_cuda_complex128 PASSED [ 60%] 2022-11-23T04:35:41.7405640Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rsqrt_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7405887Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rsub_cuda_complex128 PASSED [ 60%] 2022-11-23T04:35:41.7406126Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rsub_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7406463Z 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-23T04:35:41.7406820Z 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-23T04:35:41.7407086Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_add_cuda_complex128 PASSED [ 60%] 2022-11-23T04:35:41.7407333Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_add_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7407580Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_cuda_complex128 PASSED [ 60%] 2022-11-23T04:35:41.7407909Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7408194Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_amax_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7408449Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_amin_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7408697Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_mean_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7408963Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_prod_cuda_float64 XFAIL [ 60%] 2022-11-23T04:35:41.7409217Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_sum_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7409677Z 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-23T04:35:41.7409946Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_segment_reduce_lengths_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7410202Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_segment_reduce_offsets_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7410679Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_select_cuda_complex128 PASSED [ 60%] 2022-11-23T04:35:41.7410954Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_select_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7411212Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_select_scatter_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7411456Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sgn_cuda_complex128 PASSED [ 60%] 2022-11-23T04:35:41.7411695Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sgn_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7412026Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_short_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T04:35:41.7412347Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_short_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T04:35:41.7412594Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sigmoid_cuda_complex128 PASSED [ 60%] 2022-11-23T04:35:41.7412840Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sigmoid_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7413188Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sign_cuda_float64 PASSED [ 60%] 2022-11-23T04:35:41.7413526Z 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.) [ 61%] 2022-11-23T04:35:41.7413881Z 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-23T04:35:41.7414224Z 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-23T04:35:41.7414565Z 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-23T04:35:41.7414891Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_signbit_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T04:35:41.7415136Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sin_cuda_complex128 PASSED [ 61%] 2022-11-23T04:35:41.7415376Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sin_cuda_float64 PASSED [ 61%] 2022-11-23T04:35:41.7415680Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sinc_cuda_complex128 PASSED [ 61%] 2022-11-23T04:35:41.7416025Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sinc_cuda_float64 PASSED [ 61%] 2022-11-23T04:35:41.7416307Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sinh_cuda_complex128 PASSED [ 61%] 2022-11-23T04:35:41.7416548Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sinh_cuda_float64 PASSED [ 61%] 2022-11-23T04:35:41.7416799Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_slice_cuda_complex128 PASSED [ 61%] 2022-11-23T04:35:41.7417152Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_slice_cuda_float64 PASSED [ 61%] 2022-11-23T04:35:41.7417548Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_slice_scatter_cuda_float64 PASSED [ 61%] 2022-11-23T04:35:41.7417801Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_softmax_cuda_float64 PASSED [ 61%] 2022-11-23T04:35:41.7418063Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_softmax_with_dtype_cuda_complex128 PASSED [ 61%] 2022-11-23T04:35:41.7418325Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_softmax_with_dtype_cuda_float64 PASSED [ 61%] 2022-11-23T04:35:41.7418563Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sort_cuda_float64 PASSED [ 61%] 2022-11-23T04:35:41.7418852Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped!) [ 61%] 2022-11-23T04:35:41.7419137Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped!) [ 61%] 2022-11-23T04:35:41.7419472Z 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.) [ 61%] 2022-11-23T04:35:41.7419810Z 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-23T04:35:41.7420143Z 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.) [ 61%] 2022-11-23T04:35:41.7420469Z 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.) [ 61%] 2022-11-23T04:35:41.7420907Z 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.) [ 61%] 2022-11-23T04:35:41.7421267Z 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.) [ 61%] 2022-11-23T04:35:41.7421627Z 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.) [ 61%] 2022-11-23T04:35:41.7421990Z 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-23T04:35:41.7422351Z 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) [ 61%] 2022-11-23T04:35:41.7422610Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_entr_cuda_float64 PASSED [ 62%] 2022-11-23T04:35:41.7422986Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_erfcx_cuda_float64 PASSED [ 62%] 2022-11-23T04:35:41.7423420Z 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-23T04:35:41.7423915Z 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.) [ 62%] 2022-11-23T04:35:41.7424295Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_i0e_cuda_float64 PASSED [ 62%] 2022-11-23T04:35:41.7424549Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_i1_cuda_float64 PASSED [ 62%] 2022-11-23T04:35:41.7424797Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_i1e_cuda_float64 PASSED [ 62%] 2022-11-23T04:35:41.7425151Z 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-23T04:35:41.7425514Z 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) [ 62%] 2022-11-23T04:35:41.7425772Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_log_ndtr_cuda_float64 PASSED [ 62%] 2022-11-23T04:35:41.7426122Z 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.) [ 62%] 2022-11-23T04:35:41.7426465Z 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-23T04:35:41.7426803Z 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-23T04:35:41.7427134Z 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-23T04:35:41.7427389Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_ndtr_cuda_float64 PASSED [ 62%] 2022-11-23T04:35:41.7427644Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_ndtri_cuda_float64 PASSED [ 62%] 2022-11-23T04:35:41.7427923Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cuda_float64 PASSED [ 62%] 2022-11-23T04:35:41.7428885Z 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-23T04:35:41.7429249Z 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.) [ 62%] 2022-11-23T04:35:41.7429751Z 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-23T04:35:41.7430123Z 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) [ 62%] 2022-11-23T04:35:41.7430610Z 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) [ 62%] 2022-11-23T04:35:41.7431101Z 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-23T04:35:41.7431551Z 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.) [ 62%] 2022-11-23T04:35:41.7431834Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_xlog1py_cuda_float64 PASSED [ 62%] 2022-11-23T04:35:41.7432166Z 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-23T04:35:41.7432416Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_cuda_complex128 PASSED [ 62%] 2022-11-23T04:35:41.7432663Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_cuda_float64 PASSED [ 62%] 2022-11-23T04:35:41.7432926Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_list_args_cuda_complex128 PASSED [ 62%] 2022-11-23T04:35:41.7433181Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_list_args_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7433446Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_with_sizes_cuda_complex128 PASSED [ 63%] 2022-11-23T04:35:41.7433702Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_with_sizes_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7433948Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sqrt_cuda_complex128 PASSED [ 63%] 2022-11-23T04:35:41.7434188Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sqrt_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7434437Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_square_cuda_complex128 PASSED [ 63%] 2022-11-23T04:35:41.7434683Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_square_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7434934Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_squeeze_cuda_complex128 PASSED [ 63%] 2022-11-23T04:35:41.7435180Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_squeeze_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7435428Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_stack_cuda_complex128 PASSED [ 63%] 2022-11-23T04:35:41.7435669Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_stack_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7435912Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_std_cuda_complex128 PASSED [ 63%] 2022-11-23T04:35:41.7436281Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_std_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7436652Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_std_mean_cuda_complex128 PASSED [ 63%] 2022-11-23T04:35:41.7436899Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_std_mean_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7437295Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_stft_cuda_complex128 PASSED [ 63%] 2022-11-23T04:35:41.7437680Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_stft_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7437928Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sub_cuda_complex128 PASSED [ 63%] 2022-11-23T04:35:41.7438149Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sub_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7438387Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sum_cuda_complex128 PASSED [ 63%] 2022-11-23T04:35:41.7438623Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sum_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7438881Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sum_to_size_cuda_complex128 PASSED [ 63%] 2022-11-23T04:35:41.7439128Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sum_to_size_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7439370Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_svd_cuda_complex128 PASSED [ 63%] 2022-11-23T04:35:41.7439698Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_svd_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7439972Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_svd_lowrank_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7440222Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_symeig_cuda_complex128 PASSED [ 63%] 2022-11-23T04:35:41.7440463Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_symeig_cuda_float64 PASSED [ 63%] 2022-11-23T04:35:41.7440706Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_t_cuda_complex128 PASSED [ 64%] 2022-11-23T04:35:41.7440945Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_t_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7441204Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_take_along_dim_cuda_complex128 PASSED [ 64%] 2022-11-23T04:35:41.7441460Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_take_along_dim_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7441705Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_take_cuda_complex128 PASSED [ 64%] 2022-11-23T04:35:41.7441942Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_take_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7442182Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tan_cuda_complex128 PASSED [ 64%] 2022-11-23T04:35:41.7442417Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tan_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7442663Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tanh_cuda_complex128 PASSED [ 64%] 2022-11-23T04:35:41.7443036Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tanh_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7443300Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tensor_split_cuda_complex128 PASSED [ 64%] 2022-11-23T04:35:41.7443555Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tensor_split_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7443900Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tensordot_cuda_complex128 PASSED [ 64%] 2022-11-23T04:35:41.7444297Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tensordot_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7444548Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tile_cuda_complex128 PASSED [ 64%] 2022-11-23T04:35:41.7444786Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tile_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7445129Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_to_cuda_complex128 PASSED [ 64%] 2022-11-23T04:35:41.7445371Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_to_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7445710Z 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-23T04:35:41.7445960Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_to_sparse_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7446199Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_topk_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7446447Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trace_cuda_complex128 PASSED [ 64%] 2022-11-23T04:35:41.7446688Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trace_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7446945Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_transpose_cuda_complex128 PASSED [ 64%] 2022-11-23T04:35:41.7447195Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_transpose_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7447452Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trapezoid_cuda_complex128 PASSED [ 64%] 2022-11-23T04:35:41.7447765Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trapezoid_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7448031Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trapz_cuda_complex128 PASSED [ 64%] 2022-11-23T04:35:41.7448275Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trapz_cuda_float64 PASSED [ 64%] 2022-11-23T04:35:41.7448545Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_triangular_solve_cuda_complex128 PASSED [ 65%] 2022-11-23T04:35:41.7448804Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_triangular_solve_cuda_float64 PASSED [ 65%] 2022-11-23T04:35:41.7449049Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tril_cuda_complex128 PASSED [ 65%] 2022-11-23T04:35:41.7449286Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tril_cuda_float64 PASSED [ 65%] 2022-11-23T04:35:41.7449662Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_triu_cuda_complex128 PASSED [ 65%] 2022-11-23T04:35:41.7449905Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_triu_cuda_float64 PASSED [ 65%] 2022-11-23T04:35:41.7450159Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_true_divide_cuda_complex128 PASSED [ 65%] 2022-11-23T04:35:41.7450394Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_true_divide_cuda_float64 PASSED [ 65%] 2022-11-23T04:35:41.7450865Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trunc_cuda_float64 PASSED [ 65%] 2022-11-23T04:35:41.7451133Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unbind_cuda_complex128 PASSED [ 65%] 2022-11-23T04:35:41.7451377Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unbind_cuda_float64 PASSED [ 65%] 2022-11-23T04:35:41.7451631Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unflatten_cuda_complex128 PASSED [ 65%] 2022-11-23T04:35:41.7451881Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unflatten_cuda_float64 PASSED [ 65%] 2022-11-23T04:35:41.7452139Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unfold_copy_cuda_complex128 PASSED [ 65%] 2022-11-23T04:35:41.7452390Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unfold_copy_cuda_float64 PASSED [ 65%] 2022-11-23T04:35:41.7452640Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unfold_cuda_complex128 PASSED [ 65%] 2022-11-23T04:35:41.7452989Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unfold_cuda_float64 PASSED [ 65%] 2022-11-23T04:35:41.7453324Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:35:41.7453654Z 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-23T04:35:41.7453997Z 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-23T04:35:41.7454317Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unique_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T04:35:41.7454575Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unsqueeze_cuda_complex128 PASSED [ 65%] 2022-11-23T04:35:41.7454825Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unsqueeze_cuda_float64 PASSED [ 65%] 2022-11-23T04:35:41.7455070Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_var_cuda_complex128 PASSED [ 65%] 2022-11-23T04:35:41.7455311Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_var_cuda_float64 PASSED [ 65%] 2022-11-23T04:35:41.7455639Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_var_mean_cuda_complex128 PASSED [ 65%] 2022-11-23T04:35:41.7455904Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_var_mean_cuda_float64 PASSED [ 65%] 2022-11-23T04:35:41.7456270Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vdot_cuda_complex128 PASSED [ 65%] 2022-11-23T04:35:41.7456519Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vdot_cuda_float64 PASSED [ 65%] 2022-11-23T04:35:41.7456776Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_as_complex_cuda_float64 PASSED [ 66%] 2022-11-23T04:35:41.7457028Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_as_cuda_complex128 PASSED [ 66%] 2022-11-23T04:35:41.7457481Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_as_cuda_float64 PASSED [ 66%] 2022-11-23T04:35:41.7457765Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_as_real_cuda_complex128 PASSED [ 66%] 2022-11-23T04:35:41.7458011Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_copy_cuda_float64 PASSED [ 66%] 2022-11-23T04:35:41.7458259Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_cuda_complex128 PASSED [ 66%] 2022-11-23T04:35:41.7458499Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_cuda_float64 PASSED [ 66%] 2022-11-23T04:35:41.7458748Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vsplit_cuda_complex128 PASSED [ 66%] 2022-11-23T04:35:41.7458994Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vsplit_cuda_float64 PASSED [ 66%] 2022-11-23T04:35:41.7459245Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vstack_cuda_complex128 PASSED [ 66%] 2022-11-23T04:35:41.7459487Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vstack_cuda_float64 PASSED [ 66%] 2022-11-23T04:35:41.7459739Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_where_cuda_complex128 PASSED [ 66%] 2022-11-23T04:35:41.7459980Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_where_cuda_float64 PASSED [ 66%] 2022-11-23T04:35:41.7460223Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_xlogy_cuda_float64 PASSED [ 66%] 2022-11-23T04:35:41.7460473Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zero__cuda_complex128 PASSED [ 66%] 2022-11-23T04:35:41.7460710Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zero__cuda_float64 PASSED [ 66%] 2022-11-23T04:35:41.7461148Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:35:41.7461476Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:35:41.7461812Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zeros_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:35:41.7462143Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zeros_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T04:35:41.7462482Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_H_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T04:35:41.7462936Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_H_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T04:35:41.7463275Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_T_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T04:35:41.7463694Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_T_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T04:35:41.7464317Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___getitem___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T04:35:41.7464669Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___getitem___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T04:35:41.7465017Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___radd___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T04:35:41.7465356Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___radd___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T04:35:41.7465699Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rdiv___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T04:35:41.7466028Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rdiv___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T04:35:41.7466376Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmatmul___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T04:35:41.7466719Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmatmul___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T04:35:41.7467052Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmod___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T04:35:41.7467395Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmul___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T04:35:41.7467728Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmul___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T04:35:41.7468009Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rpow___cuda_complex128 SKIPPED (Skipped!) [ 67%] 2022-11-23T04:35:41.7468282Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rpow___cuda_float64 SKIPPED (Skipped!) [ 67%] 2022-11-23T04:35:41.7468724Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rsub___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T04:35:41.7469061Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rsub___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T04:35:41.7469513Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD__softmax_backward_data_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T04:35:41.7469880Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_abs_cuda_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 67%] 2022-11-23T04:35:41.7470136Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_abs_cuda_float64 PASSED [ 67%] 2022-11-23T04:35:41.7470415Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_acos_cuda_complex128 SKIPPED (Skipped!) [ 67%] 2022-11-23T04:35:41.7470898Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_acos_cuda_float64 PASSED [ 67%] 2022-11-23T04:35:41.7471783Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_acosh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T04:35:41.7472173Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_acosh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T04:35:41.7472439Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_add_cuda_complex128 PASSED [ 67%] 2022-11-23T04:35:41.7472694Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_add_cuda_float64 PASSED [ 67%] 2022-11-23T04:35:41.7472966Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addbmm_cuda_complex128 PASSED [ 67%] 2022-11-23T04:35:41.7473226Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addbmm_cuda_float64 PASSED [ 67%] 2022-11-23T04:35:41.7473496Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addcdiv_cuda_complex128 PASSED [ 67%] 2022-11-23T04:35:41.7473760Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addcdiv_cuda_float64 PASSED [ 67%] 2022-11-23T04:35:41.7474028Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addcmul_cuda_complex128 PASSED [ 67%] 2022-11-23T04:35:41.7474287Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addcmul_cuda_float64 PASSED [ 67%] 2022-11-23T04:35:41.7474549Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmm_cuda_complex128 PASSED [ 67%] 2022-11-23T04:35:41.7474802Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmm_cuda_float64 PASSED [ 67%] 2022-11-23T04:35:41.7475084Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmm_decomposed_cuda_complex128 PASSED [ 67%] 2022-11-23T04:35:41.7475358Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmm_decomposed_cuda_float64 PASSED [ 67%] 2022-11-23T04:35:41.7475616Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmv_cuda_complex128 PASSED [ 68%] 2022-11-23T04:35:41.7475869Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmv_cuda_float64 PASSED [ 68%] 2022-11-23T04:35:41.7476250Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addr_cuda_complex128 PASSED [ 68%] 2022-11-23T04:35:41.7476515Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addr_cuda_float64 PASSED [ 68%] 2022-11-23T04:35:41.7476849Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_all_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:35:41.7477554Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_all_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:35:41.7477913Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_allclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:35:41.7478250Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_allclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:35:41.7478586Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_amax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T04:35:41.7478920Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_amin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T04:35:41.7479255Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_aminmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:35:41.7479680Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_angle_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T04:35:41.7480042Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_angle_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T04:35:41.7480369Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_any_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:35:41.7480697Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_any_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:35:41.7481030Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_arange_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:35:41.7481354Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:35:41.7481689Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:35:41.7482024Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argsort_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:35:41.7482365Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argwhere_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:35:41.7482701Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T04:35:41.7482998Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 68%] 2022-11-23T04:35:41.7483287Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 68%] 2022-11-23T04:35:41.7483649Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_as_strided_scatter_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T04:35:41.7484006Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_as_strided_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T04:35:41.7484354Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_asin_cuda_complex128 PASSED [ 68%] 2022-11-23T04:35:41.7484609Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_asin_cuda_float64 PASSED [ 68%] 2022-11-23T04:35:41.7484947Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_asinh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T04:35:41.7485282Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_asinh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T04:35:41.7485536Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atan2_cuda_float64 PASSED [ 69%] 2022-11-23T04:35:41.7485796Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atan_cuda_complex128 PASSED [ 69%] 2022-11-23T04:35:41.7486048Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atan_cuda_float64 PASSED [ 69%] 2022-11-23T04:35:41.7486390Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atanh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7486726Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atanh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7487144Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_1d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7487506Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7487988Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_2d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7488335Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7488682Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_3d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7489235Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7489515Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_baddbmm_cuda_complex128 PASSED [ 69%] 2022-11-23T04:35:41.7489772Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_baddbmm_cuda_float64 PASSED [ 69%] 2022-11-23T04:35:41.7490112Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bernoulli_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7490457Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bfloat16_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7490794Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bfloat16_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7491138Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_block_diag_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7491472Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_block_diag_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7491807Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bmm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7492242Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bmm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7492578Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bool_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:35:41.7492904Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bool_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:35:41.7493261Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_broadcast_tensors_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7493609Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_broadcast_tensors_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7493955Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_broadcast_to_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7494372Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_broadcast_to_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T04:35:41.7494730Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bucketize_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:35:41.7495059Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_byte_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:35:41.7495382Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_byte_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T04:35:41.7495739Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cartesian_prod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7496087Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cartesian_prod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7496469Z 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) [ 70%] 2022-11-23T04:35:41.7496844Z 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) [ 70%] 2022-11-23T04:35:41.7497177Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cdist_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7497521Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cdouble_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7497861Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cdouble_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7498116Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ceil_cuda_float64 PASSED [ 70%] 2022-11-23T04:35:41.7498454Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cfloat_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7498788Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cfloat_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7499221Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_chalf_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7499558Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_chalf_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7499898Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_char_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T04:35:41.7500226Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_char_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T04:35:41.7500568Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7500911Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7501268Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_inverse_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7501685Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_inverse_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7502053Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7502402Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7502745Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_chunk_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7503077Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_chunk_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7503337Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clamp_cuda_float64 PASSED [ 70%] 2022-11-23T04:35:41.7503601Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clamp_max_cuda_float64 PASSED [ 70%] 2022-11-23T04:35:41.7503852Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clamp_min_cuda_float64 PASSED [ 70%] 2022-11-23T04:35:41.7504193Z 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-23T04:35:41.7504660Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clone_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T04:35:41.7505021Z 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-23T04:35:41.7505364Z 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-23T04:35:41.7505968Z 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-23T04:35:41.7506323Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_combinations_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T04:35:41.7506787Z 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-23T04:35:41.7507122Z 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-23T04:35:41.7507458Z 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-23T04:35:41.7507734Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_conj_physical_cuda_complex128 PASSED [ 71%] 2022-11-23T04:35:41.7508002Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_conj_physical_cuda_float64 PASSED [ 71%] 2022-11-23T04:35:41.7508355Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_constant_pad_nd_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T04:35:41.7508707Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_constant_pad_nd_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T04:35:41.7509137Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_contiguous_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T04:35:41.7509507Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_contiguous_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T04:35:41.7509772Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_copysign_cuda_float64 PASSED [ 71%] 2022-11-23T04:35:41.7510116Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_corrcoef_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T04:35:41.7510460Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_corrcoef_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T04:35:41.7510721Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cos_cuda_complex128 PASSED [ 71%] 2022-11-23T04:35:41.7510976Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cos_cuda_float64 PASSED [ 71%] 2022-11-23T04:35:41.7511234Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cosh_cuda_complex128 PASSED [ 71%] 2022-11-23T04:35:41.7511487Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cosh_cuda_float64 PASSED [ 71%] 2022-11-23T04:35:41.7511832Z 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.) [ 71%] 2022-11-23T04:35:41.7512177Z 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.) [ 71%] 2022-11-23T04:35:41.7512517Z 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-23T04:35:41.7512850Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cov_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T04:35:41.7513187Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cross_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T04:35:41.7513519Z 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-23T04:35:41.7513951Z 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-23T04:35:41.7514280Z 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-23T04:35:41.7514554Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumprod_cuda_complex128 PASSED [ 71%] 2022-11-23T04:35:41.7514816Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumprod_cuda_float64 PASSED [ 71%] 2022-11-23T04:35:41.7515077Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumsum_cuda_complex128 PASSED [ 71%] 2022-11-23T04:35:41.7515333Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumsum_cuda_float64 PASSED [ 72%] 2022-11-23T04:35:41.7515701Z 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-23T04:35:41.7516061Z 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-23T04:35:41.7516388Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_deg2rad_cuda_float64 PASSED [ 72%] 2022-11-23T04:35:41.7516747Z 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-23T04:35:41.7517083Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diag_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7517430Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diag_embed_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7517776Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diag_embed_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7518122Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagflat_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7518461Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagflat_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7518814Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_copy_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7519156Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_copy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7519501Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7519842Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7520195Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7520533Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diff_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7520865Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diff_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7521225Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_digamma_cuda_float64 PASSED [ 72%] 2022-11-23T04:35:41.7521556Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dist_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7521892Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dist_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7522168Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_div_floor_rounding_cuda_float64 PASSED [ 72%] 2022-11-23T04:35:41.7522452Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_div_no_rounding_mode_cuda_complex128 PASSED [ 72%] 2022-11-23T04:35:41.7522727Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_div_no_rounding_mode_cuda_float64 PASSED [ 72%] 2022-11-23T04:35:41.7522987Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_div_trunc_rounding_cuda_float64 PASSED [ 72%] 2022-11-23T04:35:41.7523322Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7523728Z 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-23T04:35:41.7524089Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_double_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7524432Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_double_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T04:35:41.7524775Z 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-23T04:35:41.7525113Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dsplit_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T04:35:41.7525452Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dstack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T04:35:41.7525787Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dstack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T04:35:41.7526126Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_einsum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T04:35:41.7526460Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_einsum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T04:35:41.7526796Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T04:35:41.7527129Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T04:35:41.7527472Z 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.) [ 73%] 2022-11-23T04:35:41.7527811Z 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.) [ 73%] 2022-11-23T04:35:41.7528238Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_eq_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T04:35:41.7528565Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_eq_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T04:35:41.7528903Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_equal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T04:35:41.7529233Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_equal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T04:35:41.7529487Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_erf_cuda_float64 PASSED [ 73%] 2022-11-23T04:35:41.7529746Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_erfc_cuda_float64 PASSED [ 73%] 2022-11-23T04:35:41.7530005Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_erfinv_cuda_float64 PASSED [ 73%] 2022-11-23T04:35:41.7530258Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_exp2_cuda_float64 PASSED [ 73%] 2022-11-23T04:35:41.7530514Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_exp_cuda_complex128 PASSED [ 73%] 2022-11-23T04:35:41.7530834Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_exp_cuda_float64 PASSED [ 73%] 2022-11-23T04:35:41.7531201Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expand_as_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T04:35:41.7531542Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expand_as_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T04:35:41.7531884Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expand_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T04:35:41.7532226Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expand_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T04:35:41.7532486Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expm1_cuda_float64 PASSED [ 73%] 2022-11-23T04:35:41.7532819Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_eye_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T04:35:41.7533148Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_eye_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 73%] 2022-11-23T04:35:41.7533491Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T04:35:41.7533831Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T04:35:41.7534173Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7534509Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7534850Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7535187Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7535627Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fftshift_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7535970Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fftshift_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7536468Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7536812Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7537243Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7537740Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7538085Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7538510Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7538862Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7539196Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7539537Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7539870Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7540207Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7540540Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7540892Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifftshift_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7541236Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifftshift_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7541577Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ihfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7541915Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ihfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7542249Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ihfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7542592Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7543024Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7543364Z 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-23T04:35:41.7543699Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T04:35:41.7544040Z 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-23T04:35:41.7544380Z 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-23T04:35:41.7544715Z 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-23T04:35:41.7545051Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_rfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T04:35:41.7545448Z 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-23T04:35:41.7545719Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fill_cuda_complex128 PASSED [ 75%] 2022-11-23T04:35:41.7545975Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fill_cuda_float64 PASSED [ 75%] 2022-11-23T04:35:41.7546315Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flatten_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T04:35:41.7546656Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flatten_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T04:35:41.7546989Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flip_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T04:35:41.7547326Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flip_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T04:35:41.7547668Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fliplr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T04:35:41.7548007Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fliplr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T04:35:41.7548349Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flipud_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T04:35:41.7548687Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flipud_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T04:35:41.7549027Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_float_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T04:35:41.7549361Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_float_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T04:35:41.7549635Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_float_power_cuda_complex128 PASSED [ 75%] 2022-11-23T04:35:41.7550488Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_float_power_cuda_float64 PASSED [ 75%] 2022-11-23T04:35:41.7550746Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_floor_cuda_float64 PASSED [ 75%] 2022-11-23T04:35:41.7551092Z 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.) [ 75%] 2022-11-23T04:35:41.7551429Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T04:35:41.7551753Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fmin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T04:35:41.7552007Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fmod_cuda_float64 PASSED [ 75%] 2022-11-23T04:35:41.7552264Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_frac_cuda_float64 PASSED [ 75%] 2022-11-23T04:35:41.7552601Z 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-23T04:35:41.7553017Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:35:41.7553366Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T04:35:41.7553703Z 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-23T04:35:41.7554040Z 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-23T04:35:41.7554386Z 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-23T04:35:41.7554729Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_gather_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T04:35:41.7555057Z 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-23T04:35:41.7555390Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_geqrf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:35:41.7555718Z 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-23T04:35:41.7556069Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_gradient_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T04:35:41.7556415Z 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-23T04:35:41.7556766Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_grid_sampler_2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T04:35:41.7557090Z 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-23T04:35:41.7557427Z 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-23T04:35:41.7557856Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_half_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T04:35:41.7558192Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_heaviside_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:35:41.7558526Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_histc_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:35:41.7558866Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hsplit_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T04:35:41.7559200Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hsplit_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T04:35:41.7559543Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hstack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T04:35:41.7559879Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hstack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T04:35:41.7560204Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hypot_cuda_float64 PASSED [ 76%] 2022-11-23T04:35:41.7560478Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_i0_cuda_float64 PASSED [ 76%] 2022-11-23T04:35:41.7560809Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_igamma_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:35:41.7561145Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_igammac_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T04:35:41.7561487Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_imag_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T04:35:41.7561757Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_add_cuda_complex128 PASSED [ 76%] 2022-11-23T04:35:41.7562020Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_add_cuda_float64 PASSED [ 76%] 2022-11-23T04:35:41.7562289Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_copy_cuda_complex128 PASSED [ 76%] 2022-11-23T04:35:41.7562549Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_copy_cuda_float64 PASSED [ 76%] 2022-11-23T04:35:41.7562795Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_fill_cuda_complex128 PASSED [ 76%] 2022-11-23T04:35:41.7563063Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_fill_cuda_float64 PASSED [ 76%] 2022-11-23T04:35:41.7563329Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_put_cuda_complex128 PASSED [ 76%] 2022-11-23T04:35:41.7563585Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_put_cuda_float64 PASSED [ 76%] 2022-11-23T04:35:41.7563850Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_reduce_cuda_float64 PASSED [ 77%] 2022-11-23T04:35:41.7564205Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_select_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T04:35:41.7564553Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_select_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T04:35:41.7564997Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_inner_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T04:35:41.7565333Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_inner_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T04:35:41.7565670Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_int_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7565995Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_int_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7566333Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7566668Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7567008Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isfinite_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7567413Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isfinite_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7567761Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7568088Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isinf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7568418Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7568754Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isnan_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7569083Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isnan_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7569419Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isneginf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7569747Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isposinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7570083Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isreal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7570414Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isreal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T04:35:41.7570757Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_istft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T04:35:41.7571120Z 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-23T04:35:41.7571479Z 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-23T04:35:41.7571852Z 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.) [ 77%] 2022-11-23T04:35:41.7572311Z 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-23T04:35:41.7572669Z 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-23T04:35:41.7573009Z 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-23T04:35:41.7573380Z 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.) [ 77%] 2022-11-23T04:35:41.7573744Z 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-23T04:35:41.7574094Z 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.) [ 78%] 2022-11-23T04:35:41.7574508Z 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.) [ 78%] 2022-11-23T04:35:41.7574867Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_kron_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T04:35:41.7575200Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_kron_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T04:35:41.7575541Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_kthvalue_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T04:35:41.7575879Z 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-23T04:35:41.7576216Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ldexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T04:35:41.7576538Z 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-23T04:35:41.7576800Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lerp_cuda_complex128 PASSED [ 78%] 2022-11-23T04:35:41.7577055Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lerp_cuda_float64 PASSED [ 78%] 2022-11-23T04:35:41.7577318Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lgamma_cuda_float64 PASSED [ 78%] 2022-11-23T04:35:41.7577666Z 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-23T04:35:41.7578014Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cond_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T04:35:41.7578363Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cross_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T04:35:41.7578706Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cross_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T04:35:41.7579151Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_det_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T04:35:41.7579491Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_det_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T04:35:41.7579853Z 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-23T04:35:41.7580207Z 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-23T04:35:41.7580552Z 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-23T04:35:41.7580893Z 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-23T04:35:41.7581245Z 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-23T04:35:41.7581659Z 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-23T04:35:41.7582029Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eigvals_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T04:35:41.7582369Z 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-23T04:35:41.7582727Z 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-23T04:35:41.7583074Z 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-23T04:35:41.7583453Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_householder_product_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T04:35:41.7583819Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_householder_product_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T04:35:41.7584166Z 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-23T04:35:41.7584507Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_inv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T04:35:41.7584853Z 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-23T04:35:41.7585192Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_inv_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T04:35:41.7585545Z 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.) [ 79%] 2022-11-23T04:35:41.7585888Z 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-23T04:35:41.7586341Z 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-23T04:35:41.7586687Z 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-23T04:35:41.7587032Z 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.) [ 79%] 2022-11-23T04:35:41.7587376Z 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-23T04:35:41.7587664Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 79%] 2022-11-23T04:35:41.7587945Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 79%] 2022-11-23T04:35:41.7588312Z 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-23T04:35:41.7589174Z 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.) [ 79%] 2022-11-23T04:35:41.7589570Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T04:35:41.7589910Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T04:35:41.7590268Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_factor_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T04:35:41.7590617Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_factor_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T04:35:41.7590960Z 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-23T04:35:41.7591305Z 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.) [ 79%] 2022-11-23T04:35:41.7591658Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T04:35:41.7592003Z 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-23T04:35:41.7592361Z 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-23T04:35:41.7592712Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T04:35:41.7593238Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_power_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T04:35:41.7593601Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_power_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T04:35:41.7594277Z 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.) [ 79%] 2022-11-23T04:35:41.7594670Z 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-23T04:35:41.7595038Z 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.) [ 79%] 2022-11-23T04:35:41.7595400Z 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-23T04:35:41.7595749Z 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-23T04:35:41.7596100Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_multi_dot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7596531Z 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-23T04:35:41.7596898Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7597274Z 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.) [ 80%] 2022-11-23T04:35:41.7597647Z 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.) [ 80%] 2022-11-23T04:35:41.7597993Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7598338Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7598704Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7599062Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7599426Z 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) [ 80%] 2022-11-23T04:35:41.7599924Z 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) [ 80%] 2022-11-23T04:35:41.7600284Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_qr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7600720Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_qr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7601222Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_slogdet_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7601682Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_slogdet_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7602036Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7602380Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7602730Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_ex_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7603078Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7603450Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_triangular_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7603881Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_triangular_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7604247Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_svd_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7604590Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_svd_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7604944Z 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-23T04:35:41.7605291Z 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-23T04:35:41.7605654Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_tensorinv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7606002Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_tensorinv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T04:35:41.7606489Z 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-23T04:35:41.7606882Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_tensorsolve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:35:41.7607232Z 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-23T04:35:41.7607796Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vander_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:35:41.7608155Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vecdot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:35:41.7608498Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vecdot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:35:41.7608855Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vector_norm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:35:41.7609313Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vector_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:35:41.7609660Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:35:41.7609994Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T04:35:41.7610257Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log10_cuda_complex128 PASSED [ 81%] 2022-11-23T04:35:41.7610512Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log10_cuda_float64 PASSED [ 81%] 2022-11-23T04:35:41.7610769Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log1p_cuda_float64 PASSED [ 81%] 2022-11-23T04:35:41.7611029Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log2_cuda_complex128 PASSED [ 81%] 2022-11-23T04:35:41.7611282Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log2_cuda_float64 PASSED [ 81%] 2022-11-23T04:35:41.7611613Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log_cuda_complex128 PASSED [ 81%] 2022-11-23T04:35:41.7611882Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log_cuda_float64 PASSED [ 81%] 2022-11-23T04:35:41.7612228Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:35:41.7612592Z 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.) [ 81%] 2022-11-23T04:35:41.7613057Z 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.) [ 81%] 2022-11-23T04:35:41.7613450Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logaddexp2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:35:41.7613793Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logaddexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:35:41.7614361Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logcumsumexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T04:35:41.7614716Z 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-23T04:35:41.7615054Z 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-23T04:35:41.7615403Z 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.) [ 81%] 2022-11-23T04:35:41.7615745Z 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-23T04:35:41.7616085Z 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-23T04:35:41.7616420Z 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.) [ 82%] 2022-11-23T04:35:41.7616868Z 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.) [ 82%] 2022-11-23T04:35:41.7617207Z 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.) [ 82%] 2022-11-23T04:35:41.7617548Z 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.) [ 82%] 2022-11-23T04:35:41.7617877Z 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.) [ 82%] 2022-11-23T04:35:41.7618133Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logit_cuda_float64 PASSED [ 82%] 2022-11-23T04:35:41.7618477Z 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-23T04:35:41.7618807Z 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-23T04:35:41.7619226Z 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-23T04:35:41.7619659Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_long_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T04:35:41.7620037Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_long_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T04:35:41.7620368Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T04:35:41.7620808Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lu_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:35:41.7621279Z 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-23T04:35:41.7621626Z 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-23T04:35:41.7621966Z 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-23T04:35:41.7622314Z 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-23T04:35:41.7622654Z 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-23T04:35:41.7622973Z 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-23T04:35:41.7623301Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mH_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:35:41.7623627Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mT_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:35:41.7624061Z 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-23T04:35:41.7624405Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_amax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:35:41.7624752Z 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-23T04:35:41.7625092Z 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-23T04:35:41.7625437Z 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.) [ 82%] 2022-11-23T04:35:41.7625796Z 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-23T04:35:41.7626141Z 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-23T04:35:41.7626704Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_cumsum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T04:35:41.7627125Z 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-23T04:35:41.7627648Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_fill_cuda_complex128 PASSED [ 83%] 2022-11-23T04:35:41.7628068Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_fill_cuda_float64 PASSED [ 83%] 2022-11-23T04:35:41.7628577Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_log_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:35:41.7628944Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_logaddexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:35:41.7629297Z 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-23T04:35:41.7629645Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:35:41.7629987Z 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-23T04:35:41.7630339Z 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-23T04:35:41.7630675Z 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-23T04:35:41.7631030Z 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-23T04:35:41.7631377Z 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-23T04:35:41.7631722Z 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-23T04:35:41.7632189Z 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-23T04:35:41.7632466Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_scatter_cuda_complex128 PASSED [ 83%] 2022-11-23T04:35:41.7632743Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_scatter_cuda_float64 PASSED [ 83%] 2022-11-23T04:35:41.7633230Z 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-23T04:35:41.7633582Z 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-23T04:35:41.7634066Z 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-23T04:35:41.7634418Z 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-23T04:35:41.7634960Z 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-23T04:35:41.7635325Z 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-23T04:35:41.7635664Z 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-23T04:35:41.7636009Z 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-23T04:35:41.7636345Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_var_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:35:41.7636683Z 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-23T04:35:41.7637024Z 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-23T04:35:41.7637359Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_matmul_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:35:41.7637709Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_matrix_exp_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T04:35:41.7638049Z 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-23T04:35:41.7638386Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_max_binary_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:35:41.7638756Z 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.) [ 84%] 2022-11-23T04:35:41.7639109Z 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.) [ 84%] 2022-11-23T04:35:41.7639555Z 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-23T04:35:41.7639895Z 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-23T04:35:41.7640383Z 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-23T04:35:41.7640724Z 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-23T04:35:41.7641257Z 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-23T04:35:41.7641636Z 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-23T04:35:41.7641996Z 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-23T04:35:41.7642448Z 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-23T04:35:41.7642832Z 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-23T04:35:41.7643173Z 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-23T04:35:41.7643530Z 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-23T04:35:41.7643893Z 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-23T04:35:41.7644226Z 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-23T04:35:41.7644562Z 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-23T04:35:41.7644894Z 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-23T04:35:41.7645233Z 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-23T04:35:41.7645574Z 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-23T04:35:41.7645910Z 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-23T04:35:41.7646243Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_msort_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T04:35:41.7646648Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mul_cuda_complex128 PASSED [ 84%] 2022-11-23T04:35:41.7647015Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mul_cuda_float64 PASSED [ 84%] 2022-11-23T04:35:41.7647497Z 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-23T04:35:41.7647944Z 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-23T04:35:41.7648276Z 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-23T04:35:41.7648552Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 84%] 2022-11-23T04:35:41.7648830Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 85%] 2022-11-23T04:35:41.7649110Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 85%] 2022-11-23T04:35:41.7649369Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nan_to_num_cuda_float64 PASSED [ 85%] 2022-11-23T04:35:41.7649790Z 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-23T04:35:41.7650133Z 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-23T04:35:41.7650479Z 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-23T04:35:41.7650814Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nansum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T04:35:41.7651163Z 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.) [ 85%] 2022-11-23T04:35:41.7651505Z 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-23T04:35:41.7651850Z 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-23T04:35:41.7652188Z 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-23T04:35:41.7652537Z 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-23T04:35:41.7653041Z 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-23T04:35:41.7653405Z 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-23T04:35:41.7653849Z 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-23T04:35:41.7654295Z 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-23T04:35:41.7654562Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_neg_cuda_complex128 PASSED [ 85%] 2022-11-23T04:35:41.7654924Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_neg_cuda_float64 PASSED [ 85%] 2022-11-23T04:35:41.7655267Z 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-23T04:35:41.7655610Z 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-23T04:35:41.7655964Z 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-23T04:35:41.7656309Z 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-23T04:35:41.7656652Z 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-23T04:35:41.7656985Z 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-23T04:35:41.7657401Z 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.) [ 85%] 2022-11-23T04:35:41.7657756Z 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.) [ 85%] 2022-11-23T04:35:41.7658093Z 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-23T04:35:41.7658426Z 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.) [ 85%] 2022-11-23T04:35:41.7658763Z 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-23T04:35:41.7659156Z 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-23T04:35:41.7659698Z 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.) [ 86%] 2022-11-23T04:35:41.7660074Z 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-23T04:35:41.7660664Z 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-23T04:35:41.7661036Z 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.) [ 86%] 2022-11-23T04:35:41.7661401Z 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-23T04:35:41.7661772Z 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-23T04:35:41.7662062Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_alpha_dropout_cuda_float64 PASSED [ 86%] 2022-11-23T04:35:41.7662516Z 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-23T04:35:41.7662881Z 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-23T04:35:41.7663243Z 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-23T04:35:41.7663597Z 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-23T04:35:41.7663975Z 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-23T04:35:41.7664338Z 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-23T04:35:41.7664782Z 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-23T04:35:41.7665189Z 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-23T04:35:41.7665469Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_celu_cuda_float64 PASSED [ 86%] 2022-11-23T04:35:41.7665968Z 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-23T04:35:41.7666339Z 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-23T04:35:41.7666809Z 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-23T04:35:41.7667282Z 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-23T04:35:41.7667660Z 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-23T04:35:41.7668031Z 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-23T04:35:41.7668404Z 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-23T04:35:41.7668776Z 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.) [ 86%] 2022-11-23T04:35:41.7669151Z 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.) [ 86%] 2022-11-23T04:35:41.7669519Z 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-23T04:35:41.7670514Z 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-23T04:35:41.7670891Z 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-23T04:35:41.7671257Z 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.) [ 87%] 2022-11-23T04:35:41.7671616Z 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-23T04:35:41.7671904Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_dropout2d_cuda_float64 PASSED [ 87%] 2022-11-23T04:35:41.7672190Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_dropout3d_cuda_float64 PASSED [ 87%] 2022-11-23T04:35:41.7672622Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_dropout_cuda_float64 PASSED [ 87%] 2022-11-23T04:35:41.7672995Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_elu_cuda_float64 PASSED [ 87%] 2022-11-23T04:35:41.7673633Z 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-23T04:35:41.7674006Z 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-23T04:35:41.7674321Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cuda_float64 XFAIL [ 87%] 2022-11-23T04:35:41.7674649Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 87%] 2022-11-23T04:35:41.7674972Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 87%] 2022-11-23T04:35:41.7675346Z 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-23T04:35:41.7675712Z 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-23T04:35:41.7676081Z 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-23T04:35:41.7676435Z 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-23T04:35:41.7676786Z 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-23T04:35:41.7677143Z 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-23T04:35:41.7677502Z 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-23T04:35:41.7677972Z 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-23T04:35:41.7678262Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cuda_float64 PASSED [ 87%] 2022-11-23T04:35:41.7678626Z 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-23T04:35:41.7679113Z 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-23T04:35:41.7679583Z 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-23T04:35:41.7680064Z 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-23T04:35:41.7680517Z 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.) [ 87%] 2022-11-23T04:35:41.7680907Z 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-23T04:35:41.7681281Z 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-23T04:35:41.7681656Z 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.) [ 87%] 2022-11-23T04:35:41.7682031Z 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.) [ 87%] 2022-11-23T04:35:41.7682414Z 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-23T04:35:41.7682792Z 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-23T04:35:41.7683143Z 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-23T04:35:41.7683501Z 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.) [ 88%] 2022-11-23T04:35:41.7683856Z 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-23T04:35:41.7684215Z 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.) [ 88%] 2022-11-23T04:35:41.7684497Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cuda_float64 PASSED [ 88%] 2022-11-23T04:35:41.7684860Z 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-23T04:35:41.7685464Z 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-23T04:35:41.7685843Z 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-23T04:35:41.7686397Z 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-23T04:35:41.7686777Z 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-23T04:35:41.7687137Z 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-23T04:35:41.7687497Z 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-23T04:35:41.7687933Z 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-23T04:35:41.7688318Z 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-23T04:35:41.7688687Z 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-23T04:35:41.7689051Z 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-23T04:35:41.7689414Z 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-23T04:35:41.7689771Z 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-23T04:35:41.7690139Z 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-23T04:35:41.7690415Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_mish_cuda_float64 PASSED [ 88%] 2022-11-23T04:35:41.7690771Z 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-23T04:35:41.7691139Z 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-23T04:35:41.7691618Z 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.) [ 88%] 2022-11-23T04:35:41.7692051Z 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.) [ 88%] 2022-11-23T04:35:41.7692511Z 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.) [ 88%] 2022-11-23T04:35:41.7693094Z 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-23T04:35:41.7693463Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_normalize_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T04:35:41.7693834Z 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.) [ 89%] 2022-11-23T04:35:41.7694199Z 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.) [ 89%] 2022-11-23T04:35:41.7694564Z 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.) [ 89%] 2022-11-23T04:35:41.7694933Z 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-23T04:35:41.7695381Z 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-23T04:35:41.7695770Z 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-23T04:35:41.7696143Z 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-23T04:35:41.7696512Z 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-23T04:35:41.7696890Z 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-23T04:35:41.7697261Z 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-23T04:35:41.7697610Z 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-23T04:35:41.7698101Z 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-23T04:35:41.7698497Z 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-23T04:35:41.7698980Z 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-23T04:35:41.7699471Z 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-23T04:35:41.7699845Z 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-23T04:35:41.7700200Z 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-23T04:35:41.7700644Z 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-23T04:35:41.7701001Z 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-23T04:35:41.7701279Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_rrelu_cuda_float64 XFAIL [ 89%] 2022-11-23T04:35:41.7701555Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_selu_cuda_float64 PASSED [ 89%] 2022-11-23T04:35:41.7701822Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_silu_cuda_float64 PASSED [ 89%] 2022-11-23T04:35:41.7702173Z 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-23T04:35:41.7702538Z 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-23T04:35:41.7702972Z 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-23T04:35:41.7703364Z 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.) [ 89%] 2022-11-23T04:35:41.7703738Z 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-23T04:35:41.7704099Z 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-23T04:35:41.7704597Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softshrink_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T04:35:41.7704974Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softsign_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:35:41.7705432Z 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-23T04:35:41.7705918Z 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-23T04:35:41.7706291Z 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-23T04:35:41.7706580Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_threshold_cuda_float64 PASSED [ 90%] 2022-11-23T04:35:41.7706997Z 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-23T04:35:41.7707371Z 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-23T04:35:41.7707877Z 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-23T04:35:41.7708267Z 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-23T04:35:41.7708632Z 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-23T04:35:41.7708989Z 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-23T04:35:41.7709363Z 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-23T04:35:41.7709737Z 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-23T04:35:41.7710604Z 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-23T04:35:41.7711148Z 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-23T04:35:41.7711500Z 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-23T04:35:41.7711943Z 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-23T04:35:41.7712412Z 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-23T04:35:41.7712756Z 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-23T04:35:41.7713100Z 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-23T04:35:41.7713433Z 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-23T04:35:41.7713777Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_nuc_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:35:41.7714116Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_nuc_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T04:35:41.7714415Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 90%] 2022-11-23T04:35:41.7714730Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 90%] 2022-11-23T04:35:41.7715066Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T04:35:41.7715396Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T04:35:41.7715854Z 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-23T04:35:41.7716190Z 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.) [ 91%] 2022-11-23T04:35:41.7716534Z 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-23T04:35:41.7716871Z 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-23T04:35:41.7717207Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_outer_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:35:41.7717676Z 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-23T04:35:41.7718021Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_pca_lowrank_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:35:41.7718639Z 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-23T04:35:41.7719005Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_permute_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:35:41.7719345Z 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-23T04:35:41.7719681Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_pinverse_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:35:41.7720015Z 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-23T04:35:41.7720301Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cuda_float64 PASSED [ 91%] 2022-11-23T04:35:41.7720602Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T04:35:41.7720903Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T04:35:41.7721195Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T04:35:41.7721493Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T04:35:41.7721839Z 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-23T04:35:41.7722179Z 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-23T04:35:41.7722518Z 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-23T04:35:41.7722848Z 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-23T04:35:41.7723185Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_prod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:35:41.7723611Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_prod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:35:41.7724025Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_put_cuda_complex128 PASSED [ 91%] 2022-11-23T04:35:41.7724287Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_put_cuda_float64 PASSED [ 91%] 2022-11-23T04:35:41.7724728Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_qr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T04:35:41.7725170Z 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-23T04:35:41.7725517Z 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-23T04:35:41.7725778Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rad2deg_cuda_float64 PASSED [ 91%] 2022-11-23T04:35:41.7726203Z 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-23T04:35:41.7726558Z 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-23T04:35:41.7726892Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_randint_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T04:35:41.7727227Z 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.) [ 92%] 2022-11-23T04:35:41.7727566Z 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-23T04:35:41.7727901Z 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-23T04:35:41.7728241Z 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.) [ 92%] 2022-11-23T04:35:41.7728574Z 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-23T04:35:41.7728910Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ravel_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:35:41.7729246Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ravel_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:35:41.7729583Z 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-23T04:35:41.7729917Z 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-23T04:35:41.7730342Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reciprocal_cuda_complex128 PASSED [ 92%] 2022-11-23T04:35:41.7730620Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reciprocal_cuda_float64 PASSED [ 92%] 2022-11-23T04:35:41.7731080Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_remainder_cuda_float64 PASSED [ 92%] 2022-11-23T04:35:41.7731470Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_renorm_cuda_complex128 PASSED [ 92%] 2022-11-23T04:35:41.7731730Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_renorm_cuda_float64 PASSED [ 92%] 2022-11-23T04:35:41.7732079Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_repeat_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T04:35:41.7732420Z 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-23T04:35:41.7732782Z 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-23T04:35:41.7733141Z 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-23T04:35:41.7733488Z 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-23T04:35:41.7733914Z 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-23T04:35:41.7734279Z 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-23T04:35:41.7734622Z 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-23T04:35:41.7734965Z 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-23T04:35:41.7735298Z 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-23T04:35:41.7735645Z 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-23T04:35:41.7735979Z 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.) [ 92%] 2022-11-23T04:35:41.7736329Z 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-23T04:35:41.7736820Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resolve_conj_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:35:41.7737181Z 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-23T04:35:41.7737637Z 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-23T04:35:41.7738075Z 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-23T04:35:41.7738407Z 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-23T04:35:41.7738837Z 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-23T04:35:41.7739173Z 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-23T04:35:41.7739435Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_round_cuda_float64 PASSED [ 93%] 2022-11-23T04:35:41.7739708Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_round_decimals_0_cuda_float64 PASSED [ 93%] 2022-11-23T04:35:41.7739997Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 93%] 2022-11-23T04:35:41.7740288Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 93%] 2022-11-23T04:35:41.7740555Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rsqrt_cuda_complex128 PASSED [ 93%] 2022-11-23T04:35:41.7740810Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rsqrt_cuda_float64 PASSED [ 93%] 2022-11-23T04:35:41.7741149Z 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-23T04:35:41.7741556Z 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-23T04:35:41.7741927Z 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-23T04:35:41.7742270Z 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-23T04:35:41.7742546Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_add_cuda_complex128 PASSED [ 93%] 2022-11-23T04:35:41.7742813Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_add_cuda_float64 PASSED [ 93%] 2022-11-23T04:35:41.7743226Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_cuda_complex128 PASSED [ 93%] 2022-11-23T04:35:41.7743496Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_cuda_float64 PASSED [ 93%] 2022-11-23T04:35:41.7743874Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_amax_cuda_float64 PASSED [ 93%] 2022-11-23T04:35:41.7744295Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_amin_cuda_float64 PASSED [ 93%] 2022-11-23T04:35:41.7744575Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_mean_cuda_float64 PASSED [ 93%] 2022-11-23T04:35:41.7744853Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_prod_cuda_float64 XFAIL [ 93%] 2022-11-23T04:35:41.7745126Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_sum_cuda_float64 PASSED [ 93%] 2022-11-23T04:35:41.7745478Z 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-23T04:35:41.7745842Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_segment_reduce_lengths_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:35:41.7746193Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_segment_reduce_offsets_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T04:35:41.7746645Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_select_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:35:41.7746983Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_select_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:35:41.7747336Z 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-23T04:35:41.7747580Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sgn_cuda_complex128 PASSED [ 94%] 2022-11-23T04:35:41.7747834Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sgn_cuda_float64 PASSED [ 94%] 2022-11-23T04:35:41.7748172Z 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-23T04:35:41.7748506Z 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-23T04:35:41.7748774Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sigmoid_cuda_complex128 PASSED [ 94%] 2022-11-23T04:35:41.7749107Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sigmoid_cuda_float64 PASSED [ 94%] 2022-11-23T04:35:41.7749521Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sign_cuda_float64 PASSED [ 94%] 2022-11-23T04:35:41.7749888Z 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-23T04:35:41.7750359Z 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-23T04:35:41.7750844Z 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-23T04:35:41.7751204Z 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-23T04:35:41.7751539Z 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-23T04:35:41.7751799Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sin_cuda_complex128 PASSED [ 94%] 2022-11-23T04:35:41.7752053Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sin_cuda_float64 PASSED [ 94%] 2022-11-23T04:35:41.7752314Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sinc_cuda_complex128 PASSED [ 94%] 2022-11-23T04:35:41.7752568Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sinc_cuda_float64 PASSED [ 94%] 2022-11-23T04:35:41.7752827Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sinh_cuda_complex128 PASSED [ 94%] 2022-11-23T04:35:41.7753076Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sinh_cuda_float64 PASSED [ 94%] 2022-11-23T04:35:41.7753420Z 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-23T04:35:41.7753756Z 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-23T04:35:41.7754103Z 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-23T04:35:41.7754546Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:35:41.7754904Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_softmax_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T04:35:41.7755257Z 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-23T04:35:41.7755589Z 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-23T04:35:41.7756099Z 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-23T04:35:41.7756470Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T04:35:41.7757107Z 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-23T04:35:41.7757488Z 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-23T04:35:41.7757824Z 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-23T04:35:41.7758170Z 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-23T04:35:41.7758507Z 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-23T04:35:41.7758876Z 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-23T04:35:41.7759246Z 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-23T04:35:41.7759619Z 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-23T04:35:41.7759983Z 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-23T04:35:41.7760325Z 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-23T04:35:41.7760678Z 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-23T04:35:41.7761043Z 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-23T04:35:41.7761410Z 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-23T04:35:41.7761853Z 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-23T04:35:41.7762195Z 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-23T04:35:41.7762682Z 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-23T04:35:41.7763054Z 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-23T04:35:41.7763634Z 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-23T04:35:41.7763997Z 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-23T04:35:41.7764442Z 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-23T04:35:41.7764823Z 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-23T04:35:41.7765182Z 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-23T04:35:41.7765537Z 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-23T04:35:41.7765884Z 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-23T04:35:41.7766230Z 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-23T04:35:41.7766613Z 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-23T04:35:41.7766978Z 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-23T04:35:41.7767347Z 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.) [ 95%] 2022-11-23T04:35:41.7767729Z 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-23T04:35:41.7768115Z 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-23T04:35:41.7768497Z 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-23T04:35:41.7769018Z 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-23T04:35:41.7769494Z 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-23T04:35:41.7770109Z 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-23T04:35:41.7770458Z 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-23T04:35:41.7770798Z 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-23T04:35:41.7771135Z 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-23T04:35:41.7771489Z 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-23T04:35:41.7771914Z 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-23T04:35:41.7772286Z 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-23T04:35:41.7772633Z 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-23T04:35:41.7772898Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sqrt_cuda_complex128 PASSED [ 96%] 2022-11-23T04:35:41.7773150Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sqrt_cuda_float64 PASSED [ 96%] 2022-11-23T04:35:41.7773412Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_square_cuda_complex128 PASSED [ 96%] 2022-11-23T04:35:41.7773673Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_square_cuda_float64 PASSED [ 96%] 2022-11-23T04:35:41.7773938Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_squeeze_cuda_complex128 PASSED [ 96%] 2022-11-23T04:35:41.7774197Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_squeeze_cuda_float64 PASSED [ 96%] 2022-11-23T04:35:41.7774524Z 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-23T04:35:41.7774865Z 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-23T04:35:41.7775200Z 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-23T04:35:41.7775693Z 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-23T04:35:41.7776046Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_std_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T04:35:41.7776384Z 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-23T04:35:41.7777054Z 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-23T04:35:41.7777396Z 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-23T04:35:41.7777660Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sub_cuda_complex128 PASSED [ 96%] 2022-11-23T04:35:41.7777912Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sub_cuda_float64 PASSED [ 96%] 2022-11-23T04:35:41.7778250Z 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-23T04:35:41.7778580Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:35:41.7778929Z 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-23T04:35:41.7779270Z 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-23T04:35:41.7779697Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_svd_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:35:41.7780044Z 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-23T04:35:41.7780384Z 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-23T04:35:41.7780728Z 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-23T04:35:41.7781064Z 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-23T04:35:41.7781324Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_t_cuda_complex128 PASSED [ 97%] 2022-11-23T04:35:41.7781574Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_t_cuda_float64 PASSED [ 97%] 2022-11-23T04:35:41.7781923Z 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-23T04:35:41.7782267Z 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-23T04:35:41.7782739Z 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-23T04:35:41.7783082Z 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-23T04:35:41.7783342Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tan_cuda_complex128 PASSED [ 97%] 2022-11-23T04:35:41.7783704Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tan_cuda_float64 PASSED [ 97%] 2022-11-23T04:35:41.7784068Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tanh_cuda_complex128 PASSED [ 97%] 2022-11-23T04:35:41.7784326Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tanh_cuda_float64 PASSED [ 97%] 2022-11-23T04:35:41.7784773Z 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-23T04:35:41.7785118Z 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-23T04:35:41.7785474Z 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-23T04:35:41.7785816Z 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-23T04:35:41.7786150Z 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-23T04:35:41.7786484Z 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-23T04:35:41.7786817Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_to_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:35:41.7787220Z 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-23T04:35:41.7787581Z 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-23T04:35:41.7787924Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_to_sparse_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T04:35:41.7788256Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_topk_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T04:35:41.7788595Z 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-23T04:35:41.7788933Z 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-23T04:35:41.7789209Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_transpose_cuda_complex128 PASSED [ 98%] 2022-11-23T04:35:41.7789625Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_transpose_cuda_float64 PASSED [ 98%] 2022-11-23T04:35:41.7789982Z 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-23T04:35:41.7790326Z 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-23T04:35:41.7790777Z 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-23T04:35:41.7791217Z 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-23T04:35:41.7791577Z 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-23T04:35:41.7791923Z 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-23T04:35:41.7793049Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tril_cuda_complex128 PASSED [ 98%] 2022-11-23T04:35:41.7793305Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tril_cuda_float64 PASSED [ 98%] 2022-11-23T04:35:41.7793550Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_triu_cuda_complex128 PASSED [ 98%] 2022-11-23T04:35:41.7793803Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_triu_cuda_float64 PASSED [ 98%] 2022-11-23T04:35:41.7794078Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_true_divide_cuda_complex128 PASSED [ 98%] 2022-11-23T04:35:41.7794345Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_true_divide_cuda_float64 PASSED [ 98%] 2022-11-23T04:35:41.7794599Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trunc_cuda_float64 PASSED [ 98%] 2022-11-23T04:35:41.7794943Z 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-23T04:35:41.7795281Z 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-23T04:35:41.7795714Z 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-23T04:35:41.7796084Z 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-23T04:35:41.7796612Z 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-23T04:35:41.7796968Z 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-23T04:35:41.7797313Z 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-23T04:35:41.7797761Z 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-23T04:35:41.7798204Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-11-23T04:35:41.7798538Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_uniform_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-11-23T04:35:41.7798894Z 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-23T04:35:41.7799224Z 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-23T04:35:41.7799498Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unsqueeze_cuda_complex128 PASSED [ 99%] 2022-11-23T04:35:41.7799758Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unsqueeze_cuda_float64 PASSED [ 99%] 2022-11-23T04:35:41.7800097Z 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-23T04:35:41.7800425Z 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-23T04:35:41.7800876Z 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-23T04:35:41.7801218Z 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-23T04:35:41.7801558Z 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-23T04:35:41.7801889Z 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-23T04:35:41.7802237Z 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-23T04:35:41.7802588Z 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-23T04:35:41.7802923Z 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-23T04:35:41.7803509Z 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-23T04:35:41.7803879Z 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-23T04:35:41.7804217Z 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-23T04:35:41.7804678Z 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-23T04:35:41.7805125Z 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-23T04:35:41.7805470Z 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-23T04:35:41.7805810Z 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-23T04:35:41.7806145Z 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-23T04:35:41.7806488Z 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-23T04:35:41.7806860Z 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-23T04:35:41.7807123Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_xlogy_cuda_float64 PASSED [ 99%] 2022-11-23T04:35:41.7807388Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zero__cuda_complex128 PASSED [ 99%] 2022-11-23T04:35:41.7807640Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zero__cuda_float64 PASSED [ 99%] 2022-11-23T04:35:41.7807976Z 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-23T04:35:41.7808423Z 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-23T04:35:41.7808767Z 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.) [ 99%] 2022-11-23T04:35:41.7809105Z 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-23T04:35:41.7809120Z 2022-11-23T04:35:41.7809271Z ============================== warnings summary =============================== 2022-11-23T04:35:41.7809506Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T04:35:41.7809869Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T04:35:41.7810003Z self._mark_plugins_for_rewrite(hook) 2022-11-23T04:35:41.7810011Z 2022-11-23T04:35:41.7810405Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T04:35:41.7810798Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-cefde924c0dc0177.xml - 2022-11-23T04:35:41.7811067Z = 1655 passed, 1196 skipped, 12 deselected, 38 xfailed, 1 warning in 1236.87s (0:20:36) = 2022-11-23T04:35:41.7811318Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T04:35:41.7811344Z 2022-11-23T04:35:41.7811985Z ##[endgroup] 2022-11-23T04:35:41.7812328Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_s1qddr1f) 2022-11-23T04:35:41.7812336Z 2022-11-23T04:35:42.2367574Z 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 04:35:42.236202] 2022-11-23T04:35:56.6794128Z 2022-11-23T04:35:56.6795168Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T04:35:56.6796208Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_nn9xhe3i) 2022-11-23T04:35:56.6797333Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-c069f96562dd6f46.xml 2022-11-23T04:35:56.6798126Z ============================= test session starts ============================= 2022-11-23T04:35:56.6799023Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T04:35:56.6799624Z cachedir: .pytest_cache 2022-11-23T04:35:56.6800320Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T04:35:56.6800845Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T04:35:56.6801508Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T04:35:56.6802302Z collecting ... collected 2901 items / 2889 deselected / 12 selected 2022-11-23T04:35:56.6804751Z 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-23T04:35:56.6807176Z 2022-11-23T04:35:56.6807467Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cholesky_cuda_complex128 PASSED [ 8%] 2022-11-23T04:35:56.6808031Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cholesky_cuda_float64 PASSED [ 16%] 2022-11-23T04:35:56.6808590Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cuda_complex128 PASSED [ 25%] 2022-11-23T04:35:56.6809127Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cuda_float64 PASSED [ 33%] 2022-11-23T04:35:56.6809812Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cholesky_cuda_complex128 PASSED [ 41%] 2022-11-23T04:35:56.6810411Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cholesky_cuda_float64 PASSED [ 50%] 2022-11-23T04:35:56.6810959Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cholesky_ex_cuda_complex128 PASSED [ 58%] 2022-11-23T04:35:56.6811504Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cholesky_ex_cuda_float64 PASSED [ 66%] 2022-11-23T04:35:56.6812362Z 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-23T04:35:56.6813421Z 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-23T04:35:56.6814324Z 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-23T04:35:56.6815065Z 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-23T04:35:56.6815430Z 2022-11-23T04:35:56.6815583Z ============================== warnings summary =============================== 2022-11-23T04:35:56.6815977Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T04:35:56.6816599Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T04:35:56.6817100Z self._mark_plugins_for_rewrite(hook) 2022-11-23T04:35:56.6817275Z 2022-11-23T04:35:56.6817511Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T04:35:56.6818130Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-c069f96562dd6f46.xml - 2022-11-23T04:35:56.6818836Z ========== 8 passed, 4 skipped, 2889 deselected, 1 warning in 8.16s =========== 2022-11-23T04:35:56.6819274Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T04:35:56.6819817Z 2022-11-23T04:35:56.6820122Z ##[endgroup] 2022-11-23T04:35:56.6820745Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_nn9xhe3i) 2022-11-23T04:35:56.6821097Z 2022-11-23T04:35:56.6821246Z Running test_jit_disabled ... [2022-11-23 04:35:56.671145] 2022-11-23T04:35:56.6821787Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_disabled.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:35:56.681312] 2022-11-23T04:36:03.5386310Z 2022-11-23T04:36:03.5387300Z Expand the folded group to see the log file of test_jit_disabled 2022-11-23T04:36:03.5388985Z ##[group]PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_pj_dkhu_) 2022-11-23T04:36:03.5389614Z 2022-11-23T04:36:03.5389779Z Running tests... 2022-11-23T04:36:03.5390372Z ---------------------------------------------------------------------- 2022-11-23T04:36:03.5391292Z Test results will be stored in test-reports\python-unittest\test_jit_disabled 2022-11-23T04:36:03.5392198Z test_attribute (__main__.TestJitDisabled) ... ok (2.671s) 2022-11-23T04:36:03.5392880Z test_recursive_script (__main__.TestJitDisabled) ... ok (0.159s) 2022-11-23T04:36:03.5393627Z test_script_module_construction (__main__.TestJitDisabled) ... ok (0.160s) 2022-11-23T04:36:03.5394064Z 2022-11-23T04:36:03.5394379Z ---------------------------------------------------------------------- 2022-11-23T04:36:03.5395282Z Ran 3 tests in 2.984s 2022-11-23T04:36:03.5395591Z 2022-11-23T04:36:03.5395735Z OK 2022-11-23T04:36:03.5395947Z 2022-11-23T04:36:03.5396155Z Generating XML reports... 2022-11-23T04:36:03.5397063Z Generated XML report: test-reports\python-unittest\test_jit_disabled\TEST-TestJitDisabled-20221123043559.xml 2022-11-23T04:36:03.5397669Z 2022-11-23T04:36:03.5398298Z ##[endgroup] 2022-11-23T04:36:03.5398785Z FINISHED PRINTING LOG FILE of test_jit_disabled (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_disabled_pj_dkhu_) 2022-11-23T04:36:03.5399127Z 2022-11-23T04:36:03.5399290Z Running test_overrides ... [2022-11-23 04:36:03.539676] 2022-11-23T04:36:03.5408991Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_overrides.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:36:03.540437] 2022-11-23T04:36:12.4481137Z 2022-11-23T04:36:12.4482343Z Expand the folded group to see the log file of test_overrides 2022-11-23T04:36:12.4483707Z ##[group]PRINTING LOG FILE of test_overrides (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_overrides_2t1dc6hc) 2022-11-23T04:36:12.4497867Z 2022-11-23T04:36:12.4498396Z Running tests... 2022-11-23T04:36:12.4499137Z ---------------------------------------------------------------------- 2022-11-23T04:36:12.4500018Z Test results will be stored in test-reports\python-unittest\test_overrides 2022-11-23T04:36:12.4500765Z test_broadcast_all (__main__.TestBroadcastAllOverride) ... ok (2.476s) 2022-11-23T04:36:12.4501298Z test_parameter_does_not_prevent_dispatch (__main__.TestDisabledTorchFunction) ... ok (0.003s) 2022-11-23T04:36:12.4502064Z test_wrapper (__main__.TestEinsumOverride) ... ok (0.006s) 2022-11-23T04:36:12.4502714Z test_gradcheck (__main__.TestGradCheckOverride) ... ok (0.028s) 2022-11-23T04:36:12.4503407Z test_newones (__main__.TestGradNewOnesOverride) ... ok (0.000s) 2022-11-23T04:36:12.4504072Z test_getitem (__main__.TestIndexing) ... ok (0.010s) 2022-11-23T04:36:12.4504693Z test_getitem_subclass (__main__.TestIndexing) ... ok (0.000s) 2022-11-23T04:36:12.4505247Z test_setitem (__main__.TestIndexing) ... ok (0.000s) 2022-11-23T04:36:12.4505840Z test_setitem_subclass (__main__.TestIndexing) ... ok (0.000s) 2022-11-23T04:36:12.4506459Z test_setitem_val (__main__.TestIndexing) ... ok (0.000s) 2022-11-23T04:36:12.4507082Z test_iterator (__main__.TestIterator) ... ok (0.010s) 2022-11-23T04:36:12.4507655Z test_max (__main__.TestNamedTuple) ... ok (0.000s) 2022-11-23T04:36:12.4508579Z test_pickle (__main__.TestPickle) ... ok (0.000s) 2022-11-23T04:36:12.4509288Z test_rnn (__main__.TestRNN) ... ok (0.000s) 2022-11-23T04:36:12.4509824Z test_resolve_name (__main__.TestResolveName) ... ok (0.165s) 2022-11-23T04:36:12.4510637Z test_all_same_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T04:36:12.4511280Z test_basic (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T04:36:12.4511933Z test_disable_enable_subclass (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T04:36:12.4512633Z test_disable_subclass_not_mode (__main__.TestTorchFunctionMode) ... ok (0.003s) 2022-11-23T04:36:12.4513343Z test_distributions_bernoulli (__main__.TestTorchFunctionMode) ... ok (0.000s) 2022-11-23T04:36:12.4514030Z test_error_using_class_method_on_mode (__main__.TestTorchFunctionMode) ... ok (0.027s) 2022-11-23T04:36:12.4514734Z test_factory_override (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T04:36:12.4515386Z test_get_cur_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T04:36:12.4516034Z test_get_mode_stack (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T04:36:12.4516713Z test_mode_notimplemented_loop (__main__.TestTorchFunctionMode) ... ok (0.003s) 2022-11-23T04:36:12.4517399Z test_modes_handle_first (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T04:36:12.4518093Z test_modes_return_notimplemented (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T04:36:12.4519934Z test_nested_modes_with_python_has_torch_function (__main__.TestTorchFunctionMode) ... ok (0.003s) 2022-11-23T04:36:12.4520753Z test_nested_same_mode (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T04:36:12.4521432Z test_nn_parse_to (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T04:36:12.4522081Z test_reentrant_mode_idiom (__main__.TestTorchFunctionMode) ... ok (0.003s) 2022-11-23T04:36:12.4522772Z test_restacking_with_ancestor (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T04:36:12.4523437Z test_subclass_hash (__main__.TestTorchFunctionMode) ... ok (0.003s) 2022-11-23T04:36:12.4524050Z test_with_mode (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T04:36:12.4524668Z test_with_mode_created_separately (__main__.TestTorchFunctionMode) ... ok (0.001s) 2022-11-23T04:36:12.4525098Z test_with_nested_modes (__main__.TestTorchFunctionMode) ... ok (0.002s) 2022-11-23T04:36:12.4525507Z test_Tensor___add__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4525913Z test_Tensor___and__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4526315Z test_Tensor___array__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4526716Z test_Tensor___array_wrap__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4527129Z test_Tensor___bool__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4527541Z test_Tensor___complex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4527961Z test_Tensor___contains__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4528413Z test_Tensor___cuda_array_interface_____get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4528900Z test_Tensor___deepcopy__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4529401Z test_Tensor___div__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4529798Z test_Tensor___dlpack__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4530225Z test_Tensor___dlpack_device__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4530641Z test_Tensor___eq__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4531048Z test_Tensor___float__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4531461Z test_Tensor___floordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4532029Z test_Tensor___format__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4532420Z test_Tensor___ge__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4532824Z test_Tensor___getitem__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4533233Z test_Tensor___gt__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4533637Z test_Tensor___iadd__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4534042Z test_Tensor___iand__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4534434Z test_Tensor___idiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4535321Z test_Tensor___ifloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4535731Z test_Tensor___ilshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4536136Z test_Tensor___imod__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4536544Z test_Tensor___imul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4536946Z test_Tensor___index__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4537352Z test_Tensor___int__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4537855Z test_Tensor___invert__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4538272Z test_Tensor___ior__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4538682Z test_Tensor___irshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4539087Z test_Tensor___isub__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4539491Z test_Tensor___ixor__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4539886Z test_Tensor___le__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4540287Z test_Tensor___len__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4540788Z test_Tensor___long__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4541227Z test_Tensor___lshift__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4541750Z test_Tensor___lt__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4542259Z test_Tensor___matmul__ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4542667Z test_Tensor___mod__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4543065Z test_Tensor___mul__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4543435Z test_Tensor___ne__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4543837Z test_Tensor___nonzero__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4544240Z test_Tensor___or__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4544642Z test_Tensor___radd__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4545047Z test_Tensor___rand__ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4545440Z test_Tensor___rdiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4545846Z test_Tensor___reduce_ex__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4546249Z test_Tensor___repr__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4546653Z test_Tensor___reversed__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4547072Z test_Tensor___rfloordiv__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4547489Z test_Tensor___rlshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4547901Z test_Tensor___rmatmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4548437Z test_Tensor___rmod__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4548819Z test_Tensor___rmul__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4549218Z test_Tensor___ror__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4549616Z test_Tensor___rpow__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4550029Z test_Tensor___rrshift__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4550441Z test_Tensor___rshift__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4550842Z test_Tensor___rsub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4551226Z test_Tensor___rxor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4551627Z test_Tensor___setitem__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4552042Z test_Tensor___setstate__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4552454Z test_Tensor___sub__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4552856Z test_Tensor___truediv__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4553258Z test_Tensor___xor__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4553674Z test_Tensor__autocast_to_full_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4554235Z test_Tensor__autocast_to_reduced_precision (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4554711Z test_Tensor__coalesced_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4555118Z test_Tensor__dimI (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4555514Z test_Tensor__dimV (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4555922Z test_Tensor__indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4556335Z test_Tensor__is_view (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4556739Z test_Tensor__nested_tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4557157Z test_Tensor__nnz (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4557561Z test_Tensor__storage (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4557977Z test_Tensor__to_dense (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4558400Z test_Tensor__update_names (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4558820Z test_Tensor__values (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4559207Z test_Tensor_abs (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4559670Z test_Tensor_abs_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4560171Z test_Tensor_absolute (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4560592Z test_Tensor_absolute_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4560998Z test_Tensor_acos (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4561398Z test_Tensor_acos_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4561784Z test_Tensor_acosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4562190Z test_Tensor_acosh_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4562594Z test_Tensor_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4562994Z test_Tensor_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4563396Z test_Tensor_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4563800Z test_Tensor_addbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4564191Z test_Tensor_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4564848Z test_Tensor_addcdiv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4565304Z test_Tensor_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4565968Z test_Tensor_addcmul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4566710Z test_Tensor_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4567460Z test_Tensor_addmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4568201Z test_Tensor_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4568937Z test_Tensor_addmv_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4569684Z test_Tensor_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4570445Z test_Tensor_addr_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4571173Z test_Tensor_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4571949Z test_Tensor_align_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4572734Z test_Tensor_align_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4573457Z test_Tensor_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4574216Z test_Tensor_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4575163Z test_Tensor_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4575953Z test_Tensor_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4576703Z test_Tensor_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4577468Z test_Tensor_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4578216Z test_Tensor_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4579000Z test_Tensor_apply_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4579721Z test_Tensor_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4580457Z test_Tensor_arccos_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4581247Z test_Tensor_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4582081Z test_Tensor_arccosh_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4582867Z test_Tensor_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4583652Z test_Tensor_arcsin_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4584386Z test_Tensor_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4584952Z test_Tensor_arcsinh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4585367Z test_Tensor_arctan (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4585780Z test_Tensor_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4586474Z test_Tensor_arctan2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4587132Z test_Tensor_arctan_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4587706Z test_Tensor_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4588118Z test_Tensor_arctanh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4588526Z test_Tensor_argmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4589040Z test_Tensor_argmin (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4589466Z test_Tensor_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4590206Z test_Tensor_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4591015Z test_Tensor_as_strided (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4592001Z test_Tensor_as_strided_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4592565Z test_Tensor_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4592993Z test_Tensor_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4593395Z test_Tensor_asin_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4593788Z test_Tensor_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4594193Z test_Tensor_asinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4594691Z test_Tensor_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4595442Z test_Tensor_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4596204Z test_Tensor_atan2_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4596961Z test_Tensor_atan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4597848Z test_Tensor_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4598735Z test_Tensor_atanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4600405Z test_Tensor_backward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4601590Z test_Tensor_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4602652Z test_Tensor_baddbmm_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4603508Z test_Tensor_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4604314Z test_Tensor_bernoulli_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4605150Z test_Tensor_bfloat16 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4605957Z test_Tensor_bincount (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4606795Z test_Tensor_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4607698Z test_Tensor_bitwise_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4628221Z test_Tensor_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4628762Z test_Tensor_bitwise_left_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4629216Z test_Tensor_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4629646Z test_Tensor_bitwise_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4630077Z test_Tensor_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4630500Z test_Tensor_bitwise_or_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4630939Z test_Tensor_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4631393Z test_Tensor_bitwise_right_shift_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4631819Z test_Tensor_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4632240Z test_Tensor_bitwise_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4632655Z test_Tensor_bmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4633057Z test_Tensor_bool (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4633474Z test_Tensor_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4633888Z test_Tensor_byte (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4634277Z test_Tensor_cauchy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4634698Z test_Tensor_ccol_indices (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4635123Z test_Tensor_cdouble (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4635732Z test_Tensor_ceil (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4636138Z test_Tensor_ceil_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4636547Z test_Tensor_cfloat (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4636938Z test_Tensor_chalf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4637345Z test_Tensor_char (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4637754Z test_Tensor_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4638181Z test_Tensor_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4638623Z test_Tensor_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4639039Z test_Tensor_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4639448Z test_Tensor_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4639842Z test_Tensor_clamp_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4640256Z test_Tensor_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4640677Z test_Tensor_clamp_max_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4641095Z test_Tensor_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4641613Z test_Tensor_clamp_min_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4642049Z test_Tensor_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4642439Z test_Tensor_clip_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4642844Z test_Tensor_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4643255Z test_Tensor_coalesce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4643676Z test_Tensor_col_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4644092Z test_Tensor_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4644511Z test_Tensor_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4644926Z test_Tensor_conj_physical_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4645363Z test_Tensor_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4645783Z test_Tensor_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4646192Z test_Tensor_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4646612Z test_Tensor_copysign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4647028Z test_Tensor_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4647415Z test_Tensor_cos (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4647821Z test_Tensor_cos_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4648191Z test_Tensor_cosh (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4648568Z test_Tensor_cosh_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4648981Z test_Tensor_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4649397Z test_Tensor_cov (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4649789Z test_Tensor_cpu (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4650440Z test_Tensor_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4650864Z test_Tensor_crow_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4651279Z test_Tensor_cuda (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4651682Z test_Tensor_cummax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4652230Z test_Tensor_cummin (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4652643Z test_Tensor_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4653039Z test_Tensor_cumprod_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4653446Z test_Tensor_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4653853Z test_Tensor_cumsum_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4654260Z test_Tensor_data_ptr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4654670Z test_Tensor_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4655075Z test_Tensor_deg2rad_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4655471Z test_Tensor_dense_dim (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4655891Z test_Tensor_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4656309Z test_Tensor_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4656709Z test_Tensor_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4657119Z test_Tensor_detach_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4657524Z test_Tensor_diag (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4658002Z test_Tensor_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4658448Z test_Tensor_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4658864Z test_Tensor_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4659288Z test_Tensor_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4659710Z test_Tensor_diff (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4660114Z test_Tensor_digamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4660623Z test_Tensor_digamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4661289Z test_Tensor_dim (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4661692Z test_Tensor_dist (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4662091Z test_Tensor_div (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4662494Z test_Tensor_div_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4662899Z test_Tensor_divide (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4663291Z test_Tensor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4663692Z test_Tensor_dot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4664090Z test_Tensor_double (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4664503Z test_Tensor_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4664919Z test_Tensor_element_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4665328Z test_Tensor_eq (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4665726Z test_Tensor_eq_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4666112Z test_Tensor_equal (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4666517Z test_Tensor_erf (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4666914Z test_Tensor_erf_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4667312Z test_Tensor_erfc (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4667712Z test_Tensor_erfc_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4668113Z test_Tensor_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4668632Z test_Tensor_erfinv_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4669037Z test_Tensor_exp (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4669436Z test_Tensor_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4669832Z test_Tensor_exp2_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4670235Z test_Tensor_exp_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4670636Z test_Tensor_expand (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4671031Z test_Tensor_expand_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4671437Z test_Tensor_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4671841Z test_Tensor_expm1_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4672261Z test_Tensor_exponential_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4672679Z test_Tensor_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4673096Z test_Tensor_fill_diagonal_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4673493Z test_Tensor_fix (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4673890Z test_Tensor_fix_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4674378Z test_Tensor_flatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4674810Z test_Tensor_flip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4675215Z test_Tensor_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4675619Z test_Tensor_flipud (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4676009Z test_Tensor_float (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4676424Z test_Tensor_float_power (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4676851Z test_Tensor_float_power_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4677265Z test_Tensor_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4677664Z test_Tensor_floor_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4678077Z test_Tensor_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4678488Z test_Tensor_floor_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4678904Z test_Tensor_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4679300Z test_Tensor_fmin (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4679696Z test_Tensor_fmod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4680092Z test_Tensor_fmod_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4680488Z test_Tensor_frac (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4680889Z test_Tensor_frac_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4681273Z test_Tensor_frexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4681674Z test_Tensor_gather (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4682077Z test_Tensor_gcd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4682479Z test_Tensor_gcd_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4682875Z test_Tensor_ge (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4683267Z test_Tensor_ge_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4683656Z test_Tensor_geometric_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4684069Z test_Tensor_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4684467Z test_Tensor_ger (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4684977Z test_Tensor_get_device (__main__.TestTorchFunctionOverride) ... ok (0.005s) 2022-11-23T04:36:12.4685391Z test_Tensor_greater (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4685804Z test_Tensor_greater_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4686209Z test_Tensor_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4686641Z test_Tensor_greater_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4687053Z test_Tensor_gt (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4687445Z test_Tensor_gt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4687843Z test_Tensor_half (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4688254Z test_Tensor_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.004s) 2022-11-23T04:36:12.4688660Z test_Tensor_has_names (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4689079Z test_Tensor_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4689498Z test_Tensor_heaviside_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4689906Z test_Tensor_histc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4690395Z test_Tensor_histogram (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4690830Z test_Tensor_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4691218Z test_Tensor_hypot (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4691618Z test_Tensor_hypot_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4692016Z test_Tensor_i0 (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4692409Z test_Tensor_i0_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4692809Z test_Tensor_igamma (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4693211Z test_Tensor_igamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4693620Z test_Tensor_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4694014Z test_Tensor_igammac_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4694430Z test_Tensor_index_add (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4694845Z test_Tensor_index_add_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4695264Z test_Tensor_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4695688Z test_Tensor_index_copy_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4696102Z test_Tensor_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4696504Z test_Tensor_index_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4696928Z test_Tensor_index_put (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4697344Z test_Tensor_index_put_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4697766Z test_Tensor_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4698194Z test_Tensor_index_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4698622Z test_Tensor_index_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4699023Z test_Tensor_indices (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4699615Z test_Tensor_inner (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4700033Z test_Tensor_int (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4700568Z test_Tensor_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4701218Z test_Tensor_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4701629Z test_Tensor_ipu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4702025Z test_Tensor_is_coalesced (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4702450Z test_Tensor_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4702866Z test_Tensor_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4703288Z test_Tensor_is_contiguous (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4703725Z test_Tensor_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4704167Z test_Tensor_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4704606Z test_Tensor_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4705002Z test_Tensor_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4705418Z test_Tensor_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4705835Z test_Tensor_is_pinned (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4706252Z test_Tensor_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4706668Z test_Tensor_is_set_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4707172Z test_Tensor_is_shared (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4707631Z test_Tensor_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4708040Z test_Tensor_isclose (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4708454Z test_Tensor_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4708863Z test_Tensor_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4709272Z test_Tensor_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4709682Z test_Tensor_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4710081Z test_Tensor_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4710488Z test_Tensor_isreal (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4710899Z test_Tensor_istft (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4711301Z test_Tensor_item (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4711700Z test_Tensor_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4712107Z test_Tensor_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4712496Z test_Tensor_lcm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4712892Z test_Tensor_lcm_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4713297Z test_Tensor_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4713702Z test_Tensor_ldexp_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4714102Z test_Tensor_le (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4714495Z test_Tensor_le_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4714880Z test_Tensor_lerp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4715287Z test_Tensor_lerp_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4715686Z test_Tensor_less (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4716086Z test_Tensor_less_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4716496Z test_Tensor_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4716913Z test_Tensor_less_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4717444Z test_Tensor_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4717835Z test_Tensor_lgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4718240Z test_Tensor_log (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4718642Z test_Tensor_log10 (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4719045Z test_Tensor_log10_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4719446Z test_Tensor_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4719849Z test_Tensor_log1p_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4720229Z test_Tensor_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4720629Z test_Tensor_log2_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4721029Z test_Tensor_log_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4721438Z test_Tensor_log_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4721859Z test_Tensor_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4722278Z test_Tensor_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4722685Z test_Tensor_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4723199Z test_Tensor_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4723646Z test_Tensor_logdet (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4724064Z test_Tensor_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4724485Z test_Tensor_logical_and_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4724907Z test_Tensor_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4725312Z test_Tensor_logical_not_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4725739Z test_Tensor_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4726159Z test_Tensor_logical_or_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4726579Z test_Tensor_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4727003Z test_Tensor_logical_xor_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4727415Z test_Tensor_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4727817Z test_Tensor_logit_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4728213Z test_Tensor_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4728624Z test_Tensor_long (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4729023Z test_Tensor_lt (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4729420Z test_Tensor_lt_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4729812Z test_Tensor_lu (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4730212Z test_Tensor_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4730600Z test_Tensor_map2_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4731004Z test_Tensor_map_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4731412Z test_Tensor_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4731832Z test_Tensor_masked_fill_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4732258Z test_Tensor_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4732691Z test_Tensor_masked_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4733105Z test_Tensor_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4734282Z test_Tensor_matmul (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4734702Z test_Tensor_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4735126Z test_Tensor_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4735537Z test_Tensor_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4735945Z test_Tensor_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4736333Z test_Tensor_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4736739Z test_Tensor_median (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4737139Z test_Tensor_min (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4737547Z test_Tensor_minimum (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4737946Z test_Tensor_mm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4738346Z test_Tensor_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4738737Z test_Tensor_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4739152Z test_Tensor_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4739557Z test_Tensor_msort (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4740052Z test_Tensor_mul (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4740475Z test_Tensor_mul_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4740886Z test_Tensor_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4741306Z test_Tensor_multiply (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4741710Z test_Tensor_multiply_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4742115Z test_Tensor_mv (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4742522Z test_Tensor_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4742938Z test_Tensor_mvlgamma_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4743355Z test_Tensor_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4743773Z test_Tensor_nan_to_num_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4744170Z test_Tensor_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4744574Z test_Tensor_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4745004Z test_Tensor_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4745404Z test_Tensor_nansum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4745808Z test_Tensor_narrow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4746227Z test_Tensor_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4746648Z test_Tensor_ndimension (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T04:36:12.4747053Z test_Tensor_ne (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4747444Z test_Tensor_ne_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4747823Z test_Tensor_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4748217Z test_Tensor_neg_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4748621Z test_Tensor_negative (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4749034Z test_Tensor_negative_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4749447Z test_Tensor_nelement (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4749855Z test_Tensor_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4750364Z test_Tensor_nextafter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4750777Z test_Tensor_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4751179Z test_Tensor_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4751581Z test_Tensor_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4751991Z test_Tensor_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4752398Z test_Tensor_not_equal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4752788Z test_Tensor_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4753189Z test_Tensor_numpy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4753591Z test_Tensor_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4753987Z test_Tensor_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4754388Z test_Tensor_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4754795Z test_Tensor_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4755193Z test_Tensor_pin_memory (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4755609Z test_Tensor_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4756110Z test_Tensor_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4756553Z test_Tensor_polygamma_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4756972Z test_Tensor_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4757375Z test_Tensor_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4757771Z test_Tensor_pow_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4758160Z test_Tensor_prelu (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4758568Z test_Tensor_prod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4758964Z test_Tensor_put (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4759359Z test_Tensor_put_ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4759784Z test_Tensor_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4760230Z test_Tensor_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4760672Z test_Tensor_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4761109Z test_Tensor_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4761523Z test_Tensor_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4761930Z test_Tensor_qr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4762333Z test_Tensor_qscheme (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4762744Z test_Tensor_quantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4763135Z test_Tensor_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4763543Z test_Tensor_rad2deg_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4763955Z test_Tensor_random_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4764361Z test_Tensor_ravel (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4764777Z test_Tensor_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4765200Z test_Tensor_reciprocal_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4765610Z test_Tensor_record_stream (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4766037Z test_Tensor_refine_names (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4766572Z test_Tensor_register_hook (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4766987Z test_Tensor_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4767385Z test_Tensor_relu_ (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4767801Z test_Tensor_remainder (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4768222Z test_Tensor_remainder_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4768619Z test_Tensor_rename (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4769027Z test_Tensor_rename_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4769436Z test_Tensor_renorm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4769840Z test_Tensor_renorm_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4770246Z test_Tensor_repeat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4770671Z test_Tensor_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T04:36:12.4771092Z test_Tensor_requires_grad_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4771510Z test_Tensor_reshape (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4772001Z test_Tensor_reshape_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4772432Z test_Tensor_resize (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4772834Z test_Tensor_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4773241Z test_Tensor_resize_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4773636Z test_Tensor_resize_as_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4774062Z test_Tensor_resize_as_sparse_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4774496Z test_Tensor_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4774916Z test_Tensor_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4775337Z test_Tensor_retain_grad (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4775746Z test_Tensor_roll (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4776131Z test_Tensor_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4776530Z test_Tensor_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4776934Z test_Tensor_round_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4777345Z test_Tensor_row_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4777756Z test_Tensor_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4778160Z test_Tensor_rsqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4778564Z test_Tensor_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4778960Z test_Tensor_scatter_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4779376Z test_Tensor_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4779802Z test_Tensor_scatter_add_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4780232Z test_Tensor_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4780664Z test_Tensor_scatter_reduce_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4781082Z test_Tensor_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4781482Z test_Tensor_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4781891Z test_Tensor_set_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4782392Z test_Tensor_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4782787Z test_Tensor_sgn_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4783200Z test_Tensor_share_memory_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4783613Z test_Tensor_short (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4784006Z test_Tensor_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.004s) 2022-11-23T04:36:12.4784416Z test_Tensor_sigmoid_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4784824Z test_Tensor_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4785225Z test_Tensor_sign_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4785628Z test_Tensor_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4786030Z test_Tensor_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4786409Z test_Tensor_sin_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4786808Z test_Tensor_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4787208Z test_Tensor_sinc_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4787606Z test_Tensor_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4788083Z test_Tensor_sinh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4788502Z test_Tensor_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4788898Z test_Tensor_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4789316Z test_Tensor_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4789717Z test_Tensor_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4790117Z test_Tensor_softmax (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4790523Z test_Tensor_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4790934Z test_Tensor_sparse_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4791353Z test_Tensor_sparse_mask (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4791765Z test_Tensor_sparse_resize_ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4792213Z test_Tensor_sparse_resize_and_clear_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4792645Z test_Tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4793070Z test_Tensor_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4793484Z test_Tensor_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4793880Z test_Tensor_sqrt_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4794276Z test_Tensor_square (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4794680Z test_Tensor_square_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4795085Z test_Tensor_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4795489Z test_Tensor_squeeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4795904Z test_Tensor_sspaddmm (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4796307Z test_Tensor_std (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4796691Z test_Tensor_stft (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4797098Z test_Tensor_storage (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4797522Z test_Tensor_storage_offset (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4797951Z test_Tensor_storage_type (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4798554Z test_Tensor_sub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4799315Z test_Tensor_sub_ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4800087Z test_Tensor_subtract (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4800899Z test_Tensor_subtract_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4801838Z test_Tensor_sum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4802794Z test_Tensor_sum_to_size (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4803586Z test_Tensor_svd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4804399Z test_Tensor_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4805199Z test_Tensor_swapaxes_ (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T04:36:12.4805994Z test_Tensor_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4806814Z test_Tensor_swapdims_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4807678Z test_Tensor_symeig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4808452Z test_Tensor_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4809216Z test_Tensor_t_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4810154Z test_Tensor_take (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4810959Z test_Tensor_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4811768Z test_Tensor_tan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4812531Z test_Tensor_tan_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4813310Z test_Tensor_tanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4814096Z test_Tensor_tanh_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4814916Z test_Tensor_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4815723Z test_Tensor_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4816489Z test_Tensor_to (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4817297Z test_Tensor_to_dense (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4818101Z test_Tensor_to_mkldnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4818907Z test_Tensor_to_sparse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4819700Z test_Tensor_tolist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4820463Z test_Tensor_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4821267Z test_Tensor_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4822081Z test_Tensor_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4822910Z test_Tensor_transpose_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4823743Z test_Tensor_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4824561Z test_Tensor_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4825317Z test_Tensor_tril_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4826108Z test_Tensor_triu (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4826880Z test_Tensor_triu_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4827673Z test_Tensor_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4828495Z test_Tensor_true_divide_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4829297Z test_Tensor_trunc (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4830268Z test_Tensor_trunc_ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4831034Z test_Tensor_type (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4831835Z test_Tensor_type_as (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4832630Z test_Tensor_unbind (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4833431Z test_Tensor_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4834230Z test_Tensor_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4835031Z test_Tensor_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4835845Z test_Tensor_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4836693Z test_Tensor_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4837531Z test_Tensor_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4838386Z test_Tensor_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4839246Z test_Tensor_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4840055Z test_Tensor_unsqueeze_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4841922Z test_Tensor_values (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4842779Z test_Tensor_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4843569Z test_Tensor_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4844356Z test_Tensor_view (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4845144Z test_Tensor_view_as (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4845944Z test_Tensor_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4846737Z test_Tensor_where (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4847533Z test_Tensor_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4848331Z test_Tensor_xlogy_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4849103Z test_Tensor_xpu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4849908Z test_Tensor_zero_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4850702Z test__TensorBase_H___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4851507Z test__TensorBase_T___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4852376Z test__TensorBase__backward_hooks___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4853227Z test__TensorBase__base___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4853901Z test__TensorBase__cdata___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4854674Z test__TensorBase__grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4856830Z test__TensorBase__grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4857657Z test__TensorBase__version___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4858454Z test__TensorBase_data___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4859312Z test__TensorBase_device___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4860173Z test__TensorBase_dtype___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4861045Z test__TensorBase_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4861932Z test__TensorBase_grad_fn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4863020Z test__TensorBase_imag___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4863893Z test__TensorBase_is_cpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4864745Z test__TensorBase_is_cuda___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4866662Z test__TensorBase_is_ipu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4867658Z test__TensorBase_is_leaf___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4869242Z test__TensorBase_is_meta___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4870550Z test__TensorBase_is_mkldnn___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4871450Z test__TensorBase_is_mps___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4872298Z test__TensorBase_is_nested___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4873185Z test__TensorBase_is_ort___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4873930Z test__TensorBase_is_quantized___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4874502Z test__TensorBase_is_sparse___get__ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4875665Z test__TensorBase_is_sparse_csr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4876180Z test__TensorBase_is_vulkan___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4876675Z test__TensorBase_is_xpu___get__ (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4877190Z test__TensorBase_layout___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4877624Z test__TensorBase_mH___get__ (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4878048Z test__TensorBase_mT___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4878491Z test__TensorBase_name___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4878925Z test__TensorBase_names___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4879353Z test__TensorBase_ndim___get__ (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4879779Z test__TensorBase_output_nr___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4880220Z test__TensorBase_real___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4880667Z test__TensorBase_requires_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4881127Z test__TensorBase_retains_grad___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4881567Z test__TensorBase_shape___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4882011Z test__TensorBase_volatile___get__ (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4882421Z test_base (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4882784Z test_grad (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4883202Z test_has_torch_function_non_sequence (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4883618Z test_mean_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T04:36:12.4884003Z Test that a function with one argument can be overrided ... ok (0.000s) 2022-11-23T04:36:12.4884378Z test_mm_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T04:36:12.4884763Z Test that a function with multiple arguments can be overrided ... ok (0.000s) 2022-11-23T04:36:12.4885150Z test_pow_rpow (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4885547Z test_precedence_semantics (__main__.TestTorchFunctionOverride) 2022-11-23T04:36:12.4885945Z Test semantics for __torch_function__ for functions that take ... ok (0.000s) 2022-11-23T04:36:12.4886731Z test_tensor_subclass_propagation (__main__.TestTorchFunctionOverride) 2022-11-23T04:36:12.4887142Z this test exercises the functionality described in ... ok (0.000s) 2022-11-23T04:36:12.4887544Z test_torch__C__fft_fft_fft (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4887961Z test_torch__C__fft_fft_fft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4888385Z test_torch__C__fft_fft_fftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4888819Z test_torch__C__fft_fft_fftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4889250Z test_torch__C__fft_fft_hfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4889674Z test_torch__C__fft_fft_hfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4890092Z test_torch__C__fft_fft_hfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4890527Z test_torch__C__fft_fft_ifft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4890934Z test_torch__C__fft_fft_ifft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4891354Z test_torch__C__fft_fft_ifftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4892428Z test_torch__C__fft_fft_ifftshift (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4892918Z test_torch__C__fft_fft_ihfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4893350Z test_torch__C__fft_fft_ihfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4893779Z test_torch__C__fft_fft_ihfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4894189Z test_torch__C__fft_fft_irfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4894616Z test_torch__C__fft_fft_irfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4895049Z test_torch__C__fft_fft_irfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4895474Z test_torch__C__fft_fft_rfft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4895898Z test_torch__C__fft_fft_rfft2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4896320Z test_torch__C__fft_fft_rfftn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4896746Z test_torch__C__linalg_linalg_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4897209Z test_torch__C__linalg_linalg_cholesky_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4897667Z test_torch__C__linalg_linalg_cond (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4898116Z test_torch__C__linalg_linalg_cross (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4898565Z test_torch__C__linalg_linalg_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4899017Z test_torch__C__linalg_linalg_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4899465Z test_torch__C__linalg_linalg_eig (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4899895Z test_torch__C__linalg_linalg_eigh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4900353Z test_torch__C__linalg_linalg_eigvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4900807Z test_torch__C__linalg_linalg_eigvalsh (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4901286Z test_torch__C__linalg_linalg_householder_product (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4901757Z test_torch__C__linalg_linalg_inv (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4902203Z test_torch__C__linalg_linalg_inv_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4902787Z test_torch__C__linalg_linalg_ldl_factor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4903434Z test_torch__C__linalg_linalg_ldl_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4903895Z test_torch__C__linalg_linalg_ldl_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4904463Z test_torch__C__linalg_linalg_lstsq (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4905016Z test_torch__C__linalg_linalg_lu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4905464Z test_torch__C__linalg_linalg_lu_factor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4905929Z test_torch__C__linalg_linalg_lu_factor_ex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4906389Z test_torch__C__linalg_linalg_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4906830Z test_torch__C__linalg_linalg_matmul (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4907327Z test_torch__C__linalg_linalg_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4907792Z test_torch__C__linalg_linalg_matrix_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4908364Z test_torch__C__linalg_linalg_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4908856Z test_torch__C__linalg_linalg_matrix_rank (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4909320Z test_torch__C__linalg_linalg_multi_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4909751Z test_torch__C__linalg_linalg_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4910197Z test_torch__C__linalg_linalg_pinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4910643Z test_torch__C__linalg_linalg_qr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4911094Z test_torch__C__linalg_linalg_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4911543Z test_torch__C__linalg_linalg_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4911991Z test_torch__C__linalg_linalg_solve_ex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4912466Z test_torch__C__linalg_linalg_solve_triangular (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4912911Z test_torch__C__linalg_linalg_svd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4913358Z test_torch__C__linalg_linalg_svdvals (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4913819Z test_torch__C__linalg_linalg_tensorinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4914288Z test_torch__C__linalg_linalg_tensorsolve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4914753Z test_torch__C__linalg_linalg_vander (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4915205Z test_torch__C__linalg_linalg_vecdot (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4915657Z test_torch__C__linalg_linalg_vector_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4916090Z test_torch__C__nn_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4916522Z test_torch__C__nn_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4916943Z test_torch__C__nn_gelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4917358Z test_torch__C__nn_linear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4917785Z test_torch__C__nn_log_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4918211Z test_torch__C__nn_one_hot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4918726Z test_torch__C__nn_softplus (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4919162Z test_torch__C__nn_softshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4919614Z test_torch__C__special_special_airy_ai (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4920084Z test_torch__C__special_special_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4920550Z test_torch__C__special_special_bessel_j1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4921013Z test_torch__C__special_special_bessel_y0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4921472Z test_torch__C__special_special_bessel_y1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4921949Z test_torch__C__special_special_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4922468Z test_torch__C__special_special_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4922982Z test_torch__C__special_special_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4923480Z test_torch__C__special_special_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4924036Z test_torch__C__special_special_digamma (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4924520Z test_torch__C__special_special_entr (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4924975Z test_torch__C__special_special_erf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4925409Z test_torch__C__special_special_erfc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4925866Z test_torch__C__special_special_erfcx (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4926330Z test_torch__C__special_special_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4926784Z test_torch__C__special_special_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4927235Z test_torch__C__special_special_expit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4927691Z test_torch__C__special_special_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4928146Z test_torch__C__special_special_gammainc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4928602Z test_torch__C__special_special_gammaincc (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4929065Z test_torch__C__special_special_gammaln (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4929550Z test_torch__C__special_special_hermite_polynomial_h (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4930060Z test_torch__C__special_special_hermite_polynomial_he (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4930536Z test_torch__C__special_special_i0 (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4930983Z test_torch__C__special_special_i0e (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4931431Z test_torch__C__special_special_i1 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4931859Z test_torch__C__special_special_i1e (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4932339Z test_torch__C__special_special_laguerre_polynomial_l (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4932845Z test_torch__C__special_special_legendre_polynomial_p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4933318Z test_torch__C__special_special_log1p (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4933882Z test_torch__C__special_special_log_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4934353Z test_torch__C__special_special_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T04:36:12.4934815Z test_torch__C__special_special_logit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4935265Z test_torch__C__special_special_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4935753Z test_torch__C__special_special_modified_bessel_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4936243Z test_torch__C__special_special_modified_bessel_i1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4936726Z test_torch__C__special_special_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4937214Z test_torch__C__special_special_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4937705Z test_torch__C__special_special_multigammaln (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4938170Z test_torch__C__special_special_ndtr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4938610Z test_torch__C__special_special_ndtri (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4939153Z test_torch__C__special_special_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4939643Z test_torch__C__special_special_psi (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4940100Z test_torch__C__special_special_round (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4940589Z test_torch__C__special_special_scaled_modified_bessel_k0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4941098Z test_torch__C__special_special_scaled_modified_bessel_k1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4941627Z test_torch__C__special_special_shifted_chebyshev_polynomial_t (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4942142Z test_torch__C__special_special_shifted_chebyshev_polynomial_u (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4942669Z test_torch__C__special_special_shifted_chebyshev_polynomial_v (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4943196Z test_torch__C__special_special_shifted_chebyshev_polynomial_w (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4943680Z test_torch__C__special_special_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4944141Z test_torch__C__special_special_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4944620Z test_torch__C__special_special_spherical_bessel_j0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4945096Z test_torch__C__special_special_xlog1py (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4945542Z test_torch__C__special_special_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4945996Z test_torch__C__special_special_zeta (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4946432Z test_torch__assert_async (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4946857Z test_torch__conj_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4947282Z test_torch__fw_primal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4947706Z test_torch__indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4948114Z test_torch__lobpcg_lobpcg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4948554Z test_torch__lowrank_pca_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4949106Z test_torch__lowrank_svd_lowrank (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4949540Z test_torch__make_dual_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4949968Z test_torch__neg_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4950404Z test_torch__reshape_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4950843Z test_torch__rowwise_prune (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4951272Z test_torch__sparse_broadcast_to_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4951712Z test_torch__values_copy (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4952118Z test_torch_abs (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4952524Z test_torch_absolute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4952929Z test_torch_acos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4953331Z test_torch_acosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4953740Z test_torch_adaptive_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4954185Z test_torch_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4954686Z test_torch_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4955109Z test_torch_addbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4955516Z test_torch_addcdiv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4955923Z test_torch_addcmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4956312Z test_torch_addmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4956710Z test_torch_addmv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4957113Z test_torch_addr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4957516Z test_torch_adjoint (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4957950Z test_torch_affine_grid_generator (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4958385Z test_torch_alias_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4958790Z test_torch_all (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4959179Z test_torch_allclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4959601Z test_torch_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4960014Z test_torch_amax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4960409Z test_torch_amin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4960811Z test_torch_aminmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4961216Z test_torch_angle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4961599Z test_torch_any (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4961995Z test_torch_arccos (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4962401Z test_torch_arccosh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4962809Z test_torch_arcsin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4963209Z test_torch_arcsinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4963608Z test_torch_arctan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4963988Z test_torch_arctan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4964394Z test_torch_arctanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4964794Z test_torch_argmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4965296Z test_torch_argmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4965702Z test_torch_argsort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4966109Z test_torch_argwhere (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4966516Z test_torch_as_strided_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4966957Z test_torch_as_strided_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4967380Z test_torch_asin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4967779Z test_torch_asinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4968180Z test_torch_atan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4968574Z test_torch_atan2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4968953Z test_torch_atanh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4969365Z test_torch_avg_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4969777Z test_torch_baddbmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4970185Z test_torch_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4970624Z test_torch_batch_norm_backward_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4971164Z test_torch_batch_norm_backward_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4971634Z test_torch_batch_norm_elemt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4972057Z test_torch_batch_norm_gather_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4972526Z test_torch_batch_norm_gather_stats_with_counts (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4972979Z test_torch_batch_norm_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4973423Z test_torch_batch_norm_update_stats (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4973853Z test_torch_bernoulli (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4974266Z test_torch_bilinear (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4974701Z test_torch_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4975145Z test_torch_bincount (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4975553Z test_torch_binomial (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4975963Z test_torch_bitwise_and (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4976393Z test_torch_bitwise_left_shift (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4976818Z test_torch_bitwise_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4977233Z test_torch_bitwise_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4977647Z test_torch_bitwise_right_shift (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4978075Z test_torch_bitwise_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4978475Z test_torch_bmm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4978890Z test_torch_broadcast_to (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4979309Z test_torch_bucketize (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4979713Z test_torch_cat (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4980116Z test_torch_ccol_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4980533Z test_torch_ceil (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4980926Z test_torch_celu (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.4981449Z test_torch_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4981869Z test_torch_cholesky (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4982292Z test_torch_cholesky_inverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4982710Z test_torch_cholesky_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4983159Z test_torch_choose_qparams_optimized (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4983597Z test_torch_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4983997Z test_torch_clamp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4984408Z test_torch_clamp_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4984822Z test_torch_clamp_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4985211Z test_torch_clip (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4985609Z test_torch_clone (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4986026Z test_torch_col_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4986454Z test_torch_column_stack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4986953Z test_torch_combinations (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4987396Z test_torch_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4987801Z test_torch_concat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4988199Z test_torch_concatenate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4988605Z test_torch_conj (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4989015Z test_torch_conj_physical (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4989449Z test_torch_constant_pad_nd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4989864Z test_torch_conv1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4990266Z test_torch_conv2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4990648Z test_torch_conv3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4991057Z test_torch_conv_tbc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4991481Z test_torch_conv_transpose1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4991914Z test_torch_conv_transpose2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4992343Z test_torch_conv_transpose3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4992763Z test_torch_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4993165Z test_torch_copysign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4993576Z test_torch_corrcoef (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.4993974Z test_torch_cos (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.4994369Z test_torch_cosh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4994793Z test_torch_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4995235Z test_torch_cosine_similarity (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.4995650Z test_torch_count_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4996055Z test_torch_cov (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4996446Z test_torch_cross (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4996864Z test_torch_crow_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.4997390Z test_torch_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4997795Z test_torch_cummax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4998192Z test_torch_cummin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4998585Z test_torch_cumprod (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4998993Z test_torch_cumsum (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4999423Z test_torch_cumulative_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.4999854Z test_torch_deg2rad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5000265Z test_torch_dequantize (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.5000670Z test_torch_det (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5001056Z test_torch_detach (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5001470Z test_torch_detach_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5001880Z test_torch_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5002287Z test_torch_diag_embed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5002776Z test_torch_diagflat (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5003209Z test_torch_diagonal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5003612Z test_torch_diagonal_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5004044Z test_torch_diagonal_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5004461Z test_torch_diff (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5004859Z test_torch_digamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5005440Z test_torch_dist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5005841Z test_torch_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5006221Z test_torch_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5006738Z test_torch_dot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5007291Z test_torch_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5007698Z test_torch_dsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5008100Z test_torch_dsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5008504Z test_torch_dstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5008898Z test_torch_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5009323Z test_torch_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5009750Z test_torch_empty_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5010151Z test_torch_eq (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5010545Z test_torch_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5010938Z test_torch_erf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5011335Z test_torch_erfc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5011718Z test_torch_erfinv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5012114Z test_torch_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5012632Z test_torch_exp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5013045Z test_torch_expand_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5013552Z test_torch_expm1 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5014218Z test_torch_fake_quantize_per_channel_affine (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.5014711Z test_torch_fake_quantize_per_tensor_affine (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5015179Z test_torch_fbgemm_linear_fp16_weight (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.5015670Z test_torch_fbgemm_linear_fp16_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5016147Z test_torch_fbgemm_linear_int8_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5016623Z test_torch_fbgemm_linear_int8_weight_fp32_activation (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5017104Z test_torch_fbgemm_linear_quantize_weight (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5017573Z test_torch_fbgemm_pack_gemm_matrix_fp16 (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.5018031Z test_torch_fbgemm_pack_quantized_matrix (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5018492Z test_torch_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5018930Z test_torch_feature_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5019342Z test_torch_fix (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5019986Z test_torch_flatten (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5020551Z test_torch_flip (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5021055Z test_torch_fliplr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5021460Z test_torch_flipud (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.5021873Z test_torch_float_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5022277Z test_torch_floor (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5022693Z test_torch_floor_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5023098Z test_torch_fmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5023474Z test_torch_fmin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5023867Z test_torch_fmod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5024268Z test_torch_frac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5024663Z test_torch_frexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5025080Z test_torch_frobenius_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5025496Z test_torch_full_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5025711Z test_torch_functional_atleast_1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5026055Z test_torch_functional_atleast_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5026254Z test_torch_functional_atleast_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5026467Z test_torch_functional_block_diag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5026780Z test_torch_functional_broadcast_tensors (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5027025Z test_torch_functional_cartesian_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5027356Z test_torch_functional_cdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5027578Z test_torch_functional_chain_matmul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5027784Z test_torch_functional_einsum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5027983Z test_torch_functional_lu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5028834Z test_torch_functional_meshgrid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5029037Z test_torch_functional_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5029246Z test_torch_functional_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5029450Z test_torch_functional_stft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5029668Z test_torch_functional_tensordot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5029875Z test_torch_functional_unique (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5030104Z test_torch_functional_unique_consecutive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5030330Z test_torch_fused_moving_avg_obs_fake_quant (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5030521Z test_torch_gather (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5030710Z test_torch_gcd (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.5030890Z test_torch_ge (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5031063Z test_torch_geqrf (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5031243Z test_torch_ger (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5031526Z test_torch_gradient (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5031743Z test_torch_greater (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5031943Z test_torch_greater_equal (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5032144Z test_torch_grid_sampler (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.5032475Z test_torch_grid_sampler_2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5032704Z test_torch_grid_sampler_3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5032907Z test_torch_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5033090Z test_torch_gru (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.5033381Z test_torch_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5033672Z test_torch_gt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5033878Z test_torch_hardshrink (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5034075Z test_torch_heaviside (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5034286Z test_torch_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5034471Z test_torch_histc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5034665Z test_torch_histogram (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5034853Z test_torch_histogramdd (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5035036Z test_torch_hsmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5035226Z test_torch_hsplit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5035414Z test_torch_hstack (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5035604Z test_torch_hypot (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.5035785Z test_torch_i0 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5035972Z test_torch_igamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5036161Z test_torch_igammac (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5036345Z test_torch_imag (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5036537Z test_torch_index_add (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.5037310Z test_torch_index_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5037506Z test_torch_index_fill (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.5037699Z test_torch_index_put (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5037897Z test_torch_index_reduce (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5038098Z test_torch_index_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5038296Z test_torch_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5038481Z test_torch_inner (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.5038666Z test_torch_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5038996Z test_torch_int_repr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5039196Z test_torch_inverse (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5039397Z test_torch_is_complex (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5039699Z test_torch_is_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5039913Z test_torch_is_distributed (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5040234Z test_torch_is_floating_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5040531Z test_torch_is_inference (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.5040735Z test_torch_is_neg (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5040931Z test_torch_is_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5041124Z test_torch_is_same_size (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5041316Z test_torch_is_signed (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5041509Z test_torch_isclose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5041699Z test_torch_isfinite (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.5041882Z test_torch_isin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5042066Z test_torch_isinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5042253Z test_torch_isnan (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5042426Z test_torch_isneginf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5042617Z test_torch_isposinf (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5042806Z test_torch_isreal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5042991Z test_torch_istft (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5043179Z test_torch_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5043365Z test_torch_kron (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5043556Z test_torch_kthvalue (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5043749Z test_torch_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5043931Z test_torch_lcm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5044120Z test_torch_ldexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5044303Z test_torch_le (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5044486Z test_torch_lerp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5044666Z test_torch_less (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5044856Z test_torch_less_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5045041Z test_torch_lgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5045992Z test_torch_log (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5046310Z test_torch_log10 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5046513Z test_torch_log1p (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5046805Z test_torch_log2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5047012Z test_torch_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5047210Z test_torch_logaddexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5047407Z test_torch_logaddexp2 (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5047609Z test_torch_logcumsumexp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5047798Z test_torch_logdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5047995Z test_torch_logical_and (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.5048193Z test_torch_logical_not (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5048389Z test_torch_logical_or (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5048581Z test_torch_logical_xor (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5048765Z test_torch_logit (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5049059Z test_torch_logsumexp (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5049264Z test_torch_lstm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5049455Z test_torch_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.5049637Z test_torch_lt (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5049809Z test_torch_lu_solve (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5049999Z test_torch_lu_unpack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5050216Z test_torch_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5050414Z test_torch_masked_fill (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5050618Z test_torch_masked_scatter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5050821Z test_torch_masked_select (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5051006Z test_torch_matmul (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.5051200Z test_torch_matrix_exp (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5051399Z test_torch_matrix_power (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5051580Z test_torch_max (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5051891Z test_torch_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5052131Z test_torch_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5052326Z test_torch_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5052519Z test_torch_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5052834Z test_torch_maximum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5053029Z test_torch_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5053332Z test_torch_median (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5053520Z test_torch_min (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5053690Z test_torch_minimum (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5053897Z test_torch_miopen_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5054109Z test_torch_miopen_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5054915Z test_torch_miopen_convolution_add_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5055133Z test_torch_miopen_convolution_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5055363Z test_torch_miopen_convolution_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5055595Z test_torch_miopen_depthwise_convolution (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5055790Z test_torch_miopen_rnn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5055973Z test_torch_mode (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5056166Z test_torch_moveaxis (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5056357Z test_torch_movedim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5056542Z test_torch_msort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5056727Z test_torch_mul (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5056924Z test_torch_multinomial (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5057115Z test_torch_multiply (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5057297Z test_torch_mv (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5057575Z test_torch_mvlgamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5057772Z test_torch_nan_to_num (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5057962Z test_torch_nanmean (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.5058158Z test_torch_nanmedian (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5058455Z test_torch_nanquantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5058790Z test_torch_nansum (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.5059019Z test_torch_narrow (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5059328Z test_torch_narrow_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5059723Z test_torch_native_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5060059Z test_torch_native_channel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.5060267Z test_torch_native_dropout (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5060474Z test_torch_native_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5060675Z test_torch_native_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5060869Z test_torch_native_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5061049Z test_torch_ne (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5061233Z test_torch_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5061425Z test_torch_negative (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5061618Z test_torch_nextafter (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5061834Z test_torch_nn_functional__threshold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5062060Z test_torch_nn_functional_adaptive_avg_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5062291Z test_torch_nn_functional_adaptive_avg_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5062526Z test_torch_nn_functional_adaptive_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5062778Z test_torch_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5063015Z test_torch_nn_functional_adaptive_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5063871Z test_torch_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5064106Z test_torch_nn_functional_adaptive_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5064362Z test_torch_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5064582Z test_torch_nn_functional_affine_grid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5064811Z test_torch_nn_functional_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5065182Z test_torch_nn_functional_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5065420Z test_torch_nn_functional_binary_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5065771Z test_torch_nn_functional_binary_cross_entropy_with_logits (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5066168Z test_torch_nn_functional_celu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5066416Z test_torch_nn_functional_cosine_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5066743Z test_torch_nn_functional_cross_entropy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5066977Z test_torch_nn_functional_ctc_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5067190Z test_torch_nn_functional_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5067408Z test_torch_nn_functional_dropout1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5067623Z test_torch_nn_functional_dropout2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5067840Z test_torch_nn_functional_dropout3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5068035Z test_torch_nn_functional_elu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5068247Z test_torch_nn_functional_embedding (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5068468Z test_torch_nn_functional_embedding_bag (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5068710Z test_torch_nn_functional_feature_alpha_dropout (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5068919Z test_torch_nn_functional_fold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5069153Z test_torch_nn_functional_fractional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5069412Z test_torch_nn_functional_fractional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5069649Z test_torch_nn_functional_fractional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.5069905Z test_torch_nn_functional_fractional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5070133Z test_torch_nn_functional_gaussian_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5070338Z test_torch_nn_functional_glu (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.5070560Z test_torch_nn_functional_grid_sample (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5070776Z test_torch_nn_functional_group_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5070998Z test_torch_nn_functional_gumbel_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5071213Z test_torch_nn_functional_hardtanh (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.5071600Z test_torch_nn_functional_hinge_embedding_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5072665Z test_torch_nn_functional_huber_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5072894Z test_torch_nn_functional_instance_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5073116Z test_torch_nn_functional_interpolate (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5073329Z test_torch_nn_functional_kl_div (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5073526Z test_torch_nn_functional_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5073741Z test_torch_nn_functional_layer_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5073956Z test_torch_nn_functional_leaky_relu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5074189Z test_torch_nn_functional_local_response_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5074413Z test_torch_nn_functional_log_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5074628Z test_torch_nn_functional_lp_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5074837Z test_torch_nn_functional_lp_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5075070Z test_torch_nn_functional_margin_ranking_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5075382Z test_torch_nn_functional_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5075644Z test_torch_nn_functional_max_pool1d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5075858Z test_torch_nn_functional_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5076095Z test_torch_nn_functional_max_pool2d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5076313Z test_torch_nn_functional_max_pool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5076549Z test_torch_nn_functional_max_pool3d_with_indices (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5076768Z test_torch_nn_functional_max_unpool1d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5076987Z test_torch_nn_functional_max_unpool2d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5077209Z test_torch_nn_functional_max_unpool3d (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5077420Z test_torch_nn_functional_mish (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5077630Z test_torch_nn_functional_mse_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5078010Z test_torch_nn_functional_multi_head_attention_forward (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5078225Z test_torch_nn_functional_multi_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.5078564Z test_torch_nn_functional_multilabel_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5078981Z test_torch_nn_functional_multilabel_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5079200Z test_torch_nn_functional_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5079423Z test_torch_nn_functional_normalize (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.5079631Z test_torch_nn_functional_pad (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5079855Z test_torch_nn_functional_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.5080062Z test_torch_nn_functional_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5080270Z test_torch_nn_functional_relu6 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5081047Z test_torch_nn_functional_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5081253Z test_torch_nn_functional_selu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5081459Z test_torch_nn_functional_silu (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.5081682Z test_torch_nn_functional_smooth_l1_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5081908Z test_torch_nn_functional_soft_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5082122Z test_torch_nn_functional_softmax (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5082333Z test_torch_nn_functional_softmin (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5082545Z test_torch_nn_functional_softsign (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5082763Z test_torch_nn_functional_tanhshrink (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5082999Z test_torch_nn_functional_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5083253Z test_torch_nn_functional_triplet_margin_with_distance_loss (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.5083448Z test_torch_nn_functional_unfold (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5083745Z test_torch_nn_init_constant_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5083985Z test_torch_nn_init_kaiming_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5084349Z test_torch_nn_init_normal_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5084559Z test_torch_nn_init_uniform_ (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5084749Z test_torch_nonzero (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5085086Z test_torch_norm_except_dim (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5085426Z test_torch_not_equal (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5085630Z test_torch_nuclear_norm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5085816Z test_torch_numel (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5086012Z test_torch_ones_like (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5086203Z test_torch_orgqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5086385Z test_torch_ormqr (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5086563Z test_torch_outer (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5086774Z test_torch_pairwise_distance (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5086960Z test_torch_pdist (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5087154Z test_torch_permute (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5087338Z test_torch_permute_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5087529Z test_torch_pinverse (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5087731Z test_torch_pixel_shuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5087940Z test_torch_pixel_unshuffle (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5088129Z test_torch_poisson (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5088334Z test_torch_poisson_nll_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5088521Z test_torch_polar (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5088715Z test_torch_polygamma (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5089484Z test_torch_positive (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5089667Z test_torch_pow (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5089850Z test_torch_prelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5090035Z test_torch_prod (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5090222Z test_torch_put (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5090429Z test_torch_q_per_channel_axis (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.5090778Z test_torch_q_per_channel_scales (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5091005Z test_torch_q_per_channel_zero_points (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5091192Z test_torch_q_scale (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.5091567Z test_torch_q_zero_point (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5091842Z test_torch_qr (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5092036Z test_torch_quantile (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5092246Z test_torch_quantize_per_channel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5092457Z test_torch_quantize_per_tensor (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.5092779Z test_torch_quantize_per_tensor_dynamic (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5093010Z test_torch_quantized_batch_norm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5093221Z test_torch_quantized_gru_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5093430Z test_torch_quantized_lstm_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5093639Z test_torch_quantized_max_pool1d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5093849Z test_torch_quantized_max_pool2d (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5094064Z test_torch_quantized_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5094278Z test_torch_quantized_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.5094471Z test_torch_rad2deg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5094662Z test_torch_rand_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5094858Z test_torch_randint_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5095051Z test_torch_randn_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5095236Z test_torch_ravel (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5095418Z test_torch_real (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5095604Z test_torch_reciprocal (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.5095787Z test_torch_relu (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5095983Z test_torch_remainder (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5096170Z test_torch_renorm (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5096384Z test_torch_repeat_interleave (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5096574Z test_torch_reshape (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5096769Z test_torch_resolve_conj (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5097102Z test_torch_resolve_neg (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5097300Z test_torch_rnn_relu (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.5097500Z test_torch_rnn_relu_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5097924Z test_torch_rnn_tanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5098294Z test_torch_rnn_tanh_cell (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5098484Z test_torch_roll (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5098670Z test_torch_rot90 (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5098860Z test_torch_round (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5099069Z test_torch_row_indices_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5099258Z test_torch_row_stack (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.5099424Z test_torch_rrelu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5099606Z test_torch_rsqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5099788Z test_torch_rsub (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5099985Z test_torch_saddmm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5100175Z test_torch_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5100372Z test_torch_scatter_add (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5100669Z test_torch_scatter_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5100892Z test_torch_searchsorted (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5101095Z test_torch_segment_reduce (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5101281Z test_torch_select (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5101476Z test_torch_select_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5101677Z test_torch_select_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5101865Z test_torch_selu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5102049Z test_torch_sgn (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5102239Z test_torch_sigmoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5102423Z test_torch_sign (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5102613Z test_torch_signbit (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5102778Z test_torch_sin (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5102960Z test_torch_sinc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5103140Z test_torch_sinh (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5103337Z test_torch_slice_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5103669Z test_torch_slice_scatter (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5103869Z test_torch_slogdet (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5104051Z test_torch_smm (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5104337Z test_torch_softmax (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5104692Z test_torch_sort (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5104902Z test_torch_split_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5105105Z test_torch_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5105315Z test_torch_split_with_sizes_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5105497Z test_torch_sqrt (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5105685Z test_torch_square (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5105873Z test_torch_squeeze (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.5106186Z test_torch_squeeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5106373Z test_torch_stack (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.5106538Z test_torch_std (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5106728Z test_torch_std_mean (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5106912Z test_torch_sub (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5107147Z test_torch_subtract (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5107330Z test_torch_sum (__main__.TestTorchFunctionOverride) ... ok (0.006s) 2022-11-23T04:36:12.5107508Z test_torch_svd (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5107702Z test_torch_swapaxes (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5107893Z test_torch_swapdims (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5108083Z test_torch_symeig (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5108264Z test_torch_t (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5108449Z test_torch_t_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5108633Z test_torch_take (__main__.TestTorchFunctionOverride) ... ok (0.010s) 2022-11-23T04:36:12.5108917Z test_torch_take_along_dim (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5109121Z test_torch_tan (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5109304Z test_torch_tanh (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5109501Z test_torch_tensor_split (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5109695Z test_torch_threshold (__main__.TestTorchFunctionOverride) ... ok (0.011s) 2022-11-23T04:36:12.5109993Z test_torch_tile (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5110190Z test_torch_topk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5110380Z test_torch_trace (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5110668Z test_torch_transpose (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5111057Z test_torch_transpose_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5111269Z test_torch_trapezoid (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5111457Z test_torch_trapz (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5111665Z test_torch_triangular_solve (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5111848Z test_torch_tril (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5112062Z test_torch_triplet_margin_loss (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5112245Z test_torch_triu (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5112442Z test_torch_true_divide (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5112627Z test_torch_trunc (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5112816Z test_torch_unbind (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5113011Z test_torch_unbind_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5113204Z test_torch_unflatten (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5113400Z test_torch_unfold_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5113580Z test_torch_unsafe_chunk (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5113778Z test_torch_unsafe_split (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5113993Z test_torch_unsafe_split_with_sizes (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5114302Z test_torch_unsqueeze (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5114506Z test_torch_unsqueeze_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5114699Z test_torch_values_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5114882Z test_torch_var (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5115074Z test_torch_var_mean (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5115257Z test_torch_vdot (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5115460Z test_torch_view_as_complex (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5115670Z test_torch_view_as_complex_copy (__main__.TestTorchFunctionOverride) ... ok (0.001s) 2022-11-23T04:36:12.5115864Z test_torch_view_as_real (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5116073Z test_torch_view_as_real_copy (__main__.TestTorchFunctionOverride) ... ok (0.002s) 2022-11-23T04:36:12.5116412Z test_torch_view_copy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5116613Z test_torch_vsplit (__main__.TestTorchFunctionOverride) ... ok (0.003s) 2022-11-23T04:36:12.5116801Z test_torch_vstack (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5117170Z test_torch_where (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5117531Z test_torch_xlogy (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5117739Z test_torch_zeros_like (__main__.TestTorchFunctionOverride) ... ok (0.000s) 2022-11-23T04:36:12.5117934Z test_user_implementation_raises (__main__.TestTorchFunctionOverride) 2022-11-23T04:36:12.5118151Z Test that errors raised in user implementations propagate correctly ... ok (0.006s) 2022-11-23T04:36:12.5118366Z test_warn_on_invalid_torch_function (__main__.TestTorchFunctionWarning) ... ok (0.013s) 2022-11-23T04:36:12.5118562Z test_wrap_torch_function (__main__.TestWrapTorchFunction) ... ok (0.001s) 2022-11-23T04:36:12.5118574Z 2022-11-23T04:36:12.5118765Z ---------------------------------------------------------------------- 2022-11-23T04:36:12.5118867Z Ran 1415 tests in 4.734s 2022-11-23T04:36:12.5118876Z 2022-11-23T04:36:12.5118949Z OK 2022-11-23T04:36:12.5118957Z 2022-11-23T04:36:12.5119068Z Generating XML reports... 2022-11-23T04:36:12.5119399Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestBroadcastAllOverride-20221123043606.xml 2022-11-23T04:36:12.5119722Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestDisabledTorchFunction-20221123043606.xml 2022-11-23T04:36:12.5120013Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestEinsumOverride-20221123043606.xml 2022-11-23T04:36:12.5120325Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradCheckOverride-20221123043606.xml 2022-11-23T04:36:12.5120636Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestGradNewOnesOverride-20221123043606.xml 2022-11-23T04:36:12.5120908Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIndexing-20221123043606.xml 2022-11-23T04:36:12.5121173Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestIterator-20221123043606.xml 2022-11-23T04:36:12.5121456Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestNamedTuple-20221123043606.xml 2022-11-23T04:36:12.5121720Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestPickle-20221123043606.xml 2022-11-23T04:36:12.5121970Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestRNN-20221123043606.xml 2022-11-23T04:36:12.5122246Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestResolveName-20221123043606.xml 2022-11-23T04:36:12.5122529Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionMode-20221123043606.xml 2022-11-23T04:36:12.5123086Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionOverride-20221123043606.xml 2022-11-23T04:36:12.5123406Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestTorchFunctionWarning-20221123043606.xml 2022-11-23T04:36:12.5123984Z Generated XML report: test-reports\python-unittest\test_overrides\TEST-TestWrapTorchFunction-20221123043606.xml 2022-11-23T04:36:12.5123997Z 2022-11-23T04:36:12.5124403Z ##[endgroup] 2022-11-23T04:36:12.5124721Z FINISHED PRINTING LOG FILE of test_overrides (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_overrides_2t1dc6hc) 2022-11-23T04:36:12.5124728Z 2022-11-23T04:36:12.5124865Z Running test_ops_jit ... [2022-11-23 04:36:12.451031] 2022-11-23T04:36:16.3031775Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=1', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 04:36:16.302378] 2022-11-23T04:36:16.3033847Z Ignoring disabled issues: [] 2022-11-23T05:14:34.0195398Z 2022-11-23T05:14:34.0196303Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T05:14:34.0199596Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_c2hp4pxl) 2022-11-23T05:14:34.0224137Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-4a4cdab4a264e27c.xml 2022-11-23T05:14:34.0225157Z ============================= test session starts ============================= 2022-11-23T05:14:34.0226007Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T05:14:34.0226657Z cachedir: .pytest_cache 2022-11-23T05:14:34.0227416Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T05:14:34.0227962Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T05:14:34.0228461Z 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-23T05:14:34.0228918Z collecting ... collected 1040 items / 4 deselected / 1036 selected 2022-11-23T05:14:34.0373323Z Running 1036 items in this shard: test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_abs_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_acos_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_acosh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_asin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_asinh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_atan2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_atan_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_atanh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_cat_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_clamp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_diagonal_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_digamma_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_div_floor_rounding_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_div_no_rounding_mode_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_div_trunc_rounding_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_erf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_erfc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_erfinv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_exp2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_expm1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_ge_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_gt_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_i0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_igamma_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_igammac_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_le_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_lgamma_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_det_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_det_singular_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_householder_product_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_inv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_matrix_power_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_log1p_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_log_softmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_log_softmax_with_dtype_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_logit_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_logsumexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_lt_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mH_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_matmul_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_matrix_exp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_max_binary_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_min_binary_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_movedim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mul_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_ne_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_neg_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv_transpose1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv_transpose2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv_transpose3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_group_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_layer_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_outer_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_decimals_0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_decimals_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_decimals_neg_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_sigmoid_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_sinc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_softmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_softmax_with_dtype_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_sub_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_tanh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_transpose_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_trunc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_vstack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_xlogy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_H_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_H_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_T_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_T_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___getitem___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___getitem___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___radd___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___radd___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rdiv___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rdiv___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmatmul___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmatmul___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmod___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmul___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmul___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rpow___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rpow___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rsub___cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rsub___cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit__softmax_backward_data_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_abs_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_abs_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acos_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acos_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acosh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acosh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_add_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_add_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addbmm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addbmm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcdiv_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcdiv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcmul_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcmul_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_decomposed_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_decomposed_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmv_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addr_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_all_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_all_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_allclose_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_allclose_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_amax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_amin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_aminmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_angle_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_angle_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_any_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_any_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_arange_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argmin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argsort_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argwhere_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argwhere_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_scatter_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_scatter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asin_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asinh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asinh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atan2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atan_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atan_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atanh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atanh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_1d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_2d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_3d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_baddbmm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_baddbmm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bernoulli_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bfloat16_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bfloat16_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_block_diag_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_block_diag_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bmm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bmm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bool_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bool_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_shapes_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_tensors_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_tensors_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_to_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_to_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bucketize_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_byte_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_byte_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cartesian_prod_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cartesian_prod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cat_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cat_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cdist_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cdouble_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cdouble_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ceil_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cfloat_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cfloat_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chalf_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chalf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_char_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_char_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_inverse_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_inverse_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_solve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_solve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chunk_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chunk_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clamp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clamp_max_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clamp_min_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clone_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clone_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_column_stack_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_column_stack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_combinations_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_combinations_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_complex_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_physical_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_physical_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_constant_pad_nd_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_constant_pad_nd_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_contiguous_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_contiguous_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_copysign_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_corrcoef_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_corrcoef_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cos_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cos_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cosh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cosh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_count_nonzero_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_count_nonzero_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cov_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cov_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cross_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cross_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cummax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cummin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumprod_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumprod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumsum_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumsum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumulative_trapezoid_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumulative_trapezoid_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_deg2rad_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_embed_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_embed_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagflat_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagflat_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_copy_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_copy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_scatter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diff_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diff_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_digamma_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dist_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dist_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_floor_rounding_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_no_rounding_mode_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_no_rounding_mode_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_trunc_rounding_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dot_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dot_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_double_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_double_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dsplit_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dsplit_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dstack_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dstack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_einsum_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_einsum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_like_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_like_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eq_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eq_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_equal_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_equal_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_erf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_erfc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_erfinv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_exp2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_exp_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_exp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_as_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_as_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expm1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eye_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eye_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft2_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftn_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftshift_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftshift_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft2_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfftn_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfftn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft2_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftn_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftshift_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftshift_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ihfft2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ihfft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ihfftn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft2_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfftn_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfftn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_rfft2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_rfft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_rfftn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fill_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fill_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flatten_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flatten_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flip_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flip_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fliplr_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fliplr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flipud_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flipud_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_power_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_power_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_floor_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_floor_divide_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fmin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fmod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_frac_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_frexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_like_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_like_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gather_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gather_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ge_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_geqrf_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_geqrf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gradient_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gradient_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_grid_sampler_2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gt_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_half_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_half_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_heaviside_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_histc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hsplit_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hsplit_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hstack_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hstack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hypot_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_i0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_igamma_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_igammac_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_imag_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_add_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_add_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_copy_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_copy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_fill_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_fill_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_put_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_put_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_reduce_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_select_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_select_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_inner_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_inner_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_int_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_int_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isclose_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isclose_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isfinite_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isfinite_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isinf_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isinf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isnan_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isnan_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isneginf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isposinf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isreal_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isreal_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_istft_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_2inputs_2outputs_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_2inputs_2outputs_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_return_by_ref_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_return_by_ref_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_unary_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_unary_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_kron_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_kron_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_kthvalue_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ldexp_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ldexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_le_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lerp_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lerp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lgamma_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cond_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cond_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cross_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cross_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_singular_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_singular_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eig_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eig_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvals_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvals_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvalsh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvalsh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_householder_product_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_householder_product_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_ex_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_ex_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_ex_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_ex_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_solve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_solve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_ex_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_ex_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_solve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_solve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_norm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_power_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_power_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_multi_dot_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_multi_dot_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_hermitian_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_hermitian_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_singular_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_singular_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_qr_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_qr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_slogdet_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_slogdet_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_ex_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_ex_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_triangular_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_triangular_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svd_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svd_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svdvals_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svdvals_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorinv_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorinv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorsolve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorsolve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vander_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vander_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vecdot_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vecdot_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vector_norm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vector_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linspace_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linspace_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log10_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log10_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log1p_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log2_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_softmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_softmax_with_dtype_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_softmax_with_dtype_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logaddexp2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logaddexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logcumsumexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logdet_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logdet_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_and_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_and_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_not_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_not_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_or_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_or_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_xor_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_xor_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logit_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logspace_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logspace_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logsumexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_long_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_long_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lt_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_solve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_solve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_unpack_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_unpack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mH_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mH_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mT_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mT_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_amax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_amin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_argmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_argmin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumprod_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumprod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumsum_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumsum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_fill_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_fill_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_log_softmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_logaddexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_logsumexp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_mean_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_mean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_median_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_normalize_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_normalize_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_prod_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_prod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_scatter_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_scatter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_select_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_select_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_softmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_softmin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_std_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_std_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_sum_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_sum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_var_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_var_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matmul_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matmul_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matrix_exp_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matrix_exp_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_binary_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_pool2d_with_indices_backward_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_reduction_no_dim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_reduction_with_dim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_maximum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mean_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_median_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_min_binary_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_min_reduction_no_dim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_min_reduction_with_dim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_minimum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mode_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_movedim_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_movedim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_msort_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mul_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mul_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_multinomial_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mv_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mv_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nan_to_num_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nanmean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nanmedian_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nanquantile_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nansum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_copy_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_copy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_native_batch_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_native_dropout_backward_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_native_layer_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ne_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ne_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_neg_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_neg_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_strided_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_strided_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_full_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_full_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_ones_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_ones_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_zeros_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_zeros_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nextafter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional__scaled_dot_product_attention_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_alpha_dropout_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_avg_pool1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_avg_pool2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_avg_pool3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_batch_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_batch_norm_without_cudnn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_bilinear_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_celu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv1d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv2d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose1d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose2d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose3d_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_cosine_similarity_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_cross_entropy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_ctc_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_dropout2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_dropout3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_dropout_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_elu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_embedding_bag_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_embedding_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_gelu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_glu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_grid_sample_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_group_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardshrink_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardsigmoid_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardswish_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardtanh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_huber_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_instance_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_area_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_linear_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_nearest_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_kl_div_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_l1_loss_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_l1_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_layer_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_leaky_relu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_linear_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_linear_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_local_response_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_logsigmoid_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_pool1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_pool2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_pool3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool1d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool2d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool3d_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_mish_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_mse_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_multi_margin_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_nll_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_normalize_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_normalize_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_circular_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_circular_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_constant_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_constant_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_reflect_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_reflect_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_replicate_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_replicate_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pdist_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_prelu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_relu6_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_relu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_rrelu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_selu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_silu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_soft_margin_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softmin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softplus_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softshrink_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softsign_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softsign_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_tanhshrink_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_tanhshrink_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_threshold_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_unfold_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_unfold_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_upsample_bilinear_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_upsample_nearest_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nonzero_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nonzero_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_fro_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_fro_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_inf_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_inf_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_nuc_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_nuc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_normal_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_normal_number_mean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_like_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_like_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ormqr_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ormqr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_outer_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_outer_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pca_lowrank_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_permute_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_permute_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pinverse_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pinverse_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polar_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_2_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_4_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_positive_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_positive_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pow_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pow_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_prod_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_prod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_put_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_put_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_qr_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_qr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_quantile_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rad2deg_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rand_like_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rand_like_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randint_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randint_like_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_like_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_like_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ravel_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ravel_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_real_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_real_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reciprocal_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reciprocal_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_remainder_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_renorm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_renorm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_interleave_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_interleave_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_as_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_as_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize__cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize__cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize_as__cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize_as__cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_conj_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_conj_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_neg_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_neg_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_roll_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_roll_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rot90_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rot90_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_decimals_0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_decimals_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_decimals_neg_3_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsqrt_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsqrt_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsub_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsub_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scalar_tensor_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scalar_tensor_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_add_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_add_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_amax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_amin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_mean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_prod_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_sum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_searchsorted_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_segment_reduce_lengths_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_segment_reduce_offsets_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_select_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_select_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_select_scatter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sgn_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sgn_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_short_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_short_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sigmoid_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sigmoid_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sign_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_cosine_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_exponential_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_gaussian_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_kaiser_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signbit_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sin_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sin_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinc_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_slice_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_slice_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_slice_scatter_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_softmax_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_softmax_with_dtype_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_softmax_with_dtype_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sort_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sparse_sampled_addmm_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sparse_sampled_addmm_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_airy_ai_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_j0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_j1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_y0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_y1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_t_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_u_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_v_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_w_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_entr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_erfcx_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_hermite_polynomial_h_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_hermite_polynomial_he_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_i0e_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_i1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_i1e_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_laguerre_polynomial_l_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_legendre_polynomial_p_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_log_ndtr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_i0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_i1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_k0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_k1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_ndtr_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_ndtri_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_spherical_bessel_j0_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_xlog1py_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_zeta_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_list_args_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_list_args_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_with_sizes_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_with_sizes_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sqrt_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sqrt_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_square_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_square_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_squeeze_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_squeeze_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stack_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_mean_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_mean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stft_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stft_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sub_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sub_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_to_size_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_to_size_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_svd_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_svd_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_svd_lowrank_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_symeig_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_symeig_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_t_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_t_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_along_dim_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_along_dim_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tan_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tan_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tanh_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tanh_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensor_split_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensor_split_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensordot_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensordot_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tile_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tile_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_sparse_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_sparse_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_topk_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trace_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trace_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_transpose_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_transpose_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapezoid_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapezoid_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapz_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapz_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triangular_solve_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triangular_solve_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tril_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tril_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triu_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triu_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_true_divide_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_true_divide_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trunc_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unbind_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unbind_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unflatten_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unflatten_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_copy_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_copy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_uniform_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_uniform_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unique_consecutive_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unique_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unsqueeze_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unsqueeze_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_mean_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_mean_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vdot_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vdot_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_complex_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_real_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_copy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vsplit_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vsplit_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vstack_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vstack_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_where_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_where_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_xlogy_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zero__cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zero__cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_like_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_like_cuda_float32 2022-11-23T05:14:34.0503346Z 2022-11-23T05:14:34.0504356Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_abs_cuda_float32 PASSED [ 0%] 2022-11-23T05:14:34.0504823Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_acos_cuda_float32 PASSED [ 0%] 2022-11-23T05:14:34.0505273Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_acosh_cuda_float32 PASSED [ 0%] 2022-11-23T05:14:34.0505718Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_asin_cuda_float32 PASSED [ 0%] 2022-11-23T05:14:34.0506164Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_asinh_cuda_float32 PASSED [ 0%] 2022-11-23T05:14:34.0506612Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_atan2_cuda_float32 XFAIL [ 0%] 2022-11-23T05:14:34.0507028Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_atan_cuda_float32 PASSED [ 0%] 2022-11-23T05:14:34.0507465Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_atanh_cuda_float32 PASSED [ 0%] 2022-11-23T05:14:34.0507906Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_cat_cuda_float32 XFAIL [ 0%] 2022-11-23T05:14:34.0508507Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_clamp_cuda_float32 PASSED [ 0%] 2022-11-23T05:14:34.0508955Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_diagonal_cuda_float32 PASSED [ 1%] 2022-11-23T05:14:34.0509555Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_digamma_cuda_float32 PASSED [ 1%] 2022-11-23T05:14:34.0510045Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_div_floor_rounding_cuda_float32 PASSED [ 1%] 2022-11-23T05:14:34.0510726Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_div_no_rounding_mode_cuda_float32 PASSED [ 1%] 2022-11-23T05:14:34.0511215Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_div_trunc_rounding_cuda_float32 PASSED [ 1%] 2022-11-23T05:14:34.0511670Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_erf_cuda_float32 PASSED [ 1%] 2022-11-23T05:14:34.0512110Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_erfc_cuda_float32 PASSED [ 1%] 2022-11-23T05:14:34.0512557Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_erfinv_cuda_float32 PASSED [ 1%] 2022-11-23T05:14:34.0512998Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_exp2_cuda_float32 PASSED [ 1%] 2022-11-23T05:14:34.0513423Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_expm1_cuda_float32 PASSED [ 1%] 2022-11-23T05:14:34.0513865Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_ge_cuda_float32 PASSED [ 2%] 2022-11-23T05:14:34.0514403Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_gt_cuda_float32 PASSED [ 2%] 2022-11-23T05:14:34.0514862Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_i0_cuda_float32 PASSED [ 2%] 2022-11-23T05:14:34.0515300Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_igamma_cuda_float32 XFAIL [ 2%] 2022-11-23T05:14:34.0515855Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_igammac_cuda_float32 XFAIL [ 2%] 2022-11-23T05:14:34.0516299Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_le_cuda_float32 PASSED [ 2%] 2022-11-23T05:14:34.0516939Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_lgamma_cuda_float32 PASSED [ 2%] 2022-11-23T05:14:34.0517389Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_det_cuda_float32 PASSED [ 2%] 2022-11-23T05:14:34.0517864Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_det_singular_cuda_float32 PASSED [ 2%] 2022-11-23T05:14:34.0518367Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_householder_product_cuda_float32 PASSED [ 2%] 2022-11-23T05:14:34.0518849Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_inv_cuda_float32 PASSED [ 2%] 2022-11-23T05:14:34.0519318Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_linalg_matrix_power_cuda_float32 PASSED [ 3%] 2022-11-23T05:14:34.0519778Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_log1p_cuda_float32 PASSED [ 3%] 2022-11-23T05:14:34.0520213Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_log_softmax_cuda_float32 PASSED [ 3%] 2022-11-23T05:14:34.0520691Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_log_softmax_with_dtype_cuda_float32 PASSED [ 3%] 2022-11-23T05:14:34.0521158Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_logit_cuda_float32 PASSED [ 3%] 2022-11-23T05:14:34.0521611Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_logsumexp_cuda_float32 PASSED [ 3%] 2022-11-23T05:14:34.0522198Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_lt_cuda_float32 PASSED [ 3%] 2022-11-23T05:14:34.0522815Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mH_cuda_float32 PASSED [ 3%] 2022-11-23T05:14:34.0523291Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_matmul_cuda_float32 PASSED [ 3%] 2022-11-23T05:14:34.0523743Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_matrix_exp_cuda_float32 PASSED [ 3%] 2022-11-23T05:14:34.0524193Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_max_binary_cuda_float32 XFAIL [ 4%] 2022-11-23T05:14:34.0524639Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_min_binary_cuda_float32 XFAIL [ 4%] 2022-11-23T05:14:34.0525211Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_movedim_cuda_float32 PASSED [ 4%] 2022-11-23T05:14:34.0525658Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mul_cuda_float32 PASSED [ 4%] 2022-11-23T05:14:34.0526125Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 4%] 2022-11-23T05:14:34.0526598Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 4%] 2022-11-23T05:14:34.0527084Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 4%] 2022-11-23T05:14:34.0527542Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_ne_cuda_float32 PASSED [ 4%] 2022-11-23T05:14:34.0527978Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_neg_cuda_float32 PASSED [ 4%] 2022-11-23T05:14:34.0528591Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv1d_cuda_float32 PASSED [ 4%] 2022-11-23T05:14:34.0529296Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv2d_cuda_float32 PASSED [ 5%] 2022-11-23T05:14:34.0529802Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv_transpose1d_cuda_float32 PASSED [ 5%] 2022-11-23T05:14:34.0530302Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv_transpose2d_cuda_float32 PASSED [ 5%] 2022-11-23T05:14:34.0530907Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_conv_transpose3d_cuda_float32 PASSED [ 5%] 2022-11-23T05:14:34.0531436Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_group_norm_cuda_float32 PASSED [ 5%] 2022-11-23T05:14:34.0531934Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_nn_functional_layer_norm_cuda_float32 PASSED [ 5%] 2022-11-23T05:14:34.0532397Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_outer_cuda_float32 PASSED [ 5%] 2022-11-23T05:14:34.0532851Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_cuda_float32 PASSED [ 5%] 2022-11-23T05:14:34.0533316Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_decimals_0_cuda_float32 PASSED [ 5%] 2022-11-23T05:14:34.0533792Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_decimals_3_cuda_float32 SKIPPED (Skipped!) [ 5%] 2022-11-23T05:14:34.0534450Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_round_decimals_neg_3_cuda_float32 SKIPPED (Skipped!) [ 5%] 2022-11-23T05:14:34.0534941Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_sigmoid_cuda_float32 XFAIL [ 6%] 2022-11-23T05:14:34.0535592Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_sinc_cuda_float32 PASSED [ 6%] 2022-11-23T05:14:34.0536045Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_softmax_cuda_float32 PASSED [ 6%] 2022-11-23T05:14:34.0536514Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_softmax_with_dtype_cuda_float32 PASSED [ 6%] 2022-11-23T05:14:34.0536980Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_sub_cuda_float32 PASSED [ 6%] 2022-11-23T05:14:34.0537401Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_tanh_cuda_float32 XFAIL [ 6%] 2022-11-23T05:14:34.0537843Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_transpose_cuda_float32 PASSED [ 6%] 2022-11-23T05:14:34.0538292Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_trunc_cuda_float32 PASSED [ 6%] 2022-11-23T05:14:34.0538738Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_vstack_cuda_float32 XFAIL [ 6%] 2022-11-23T05:14:34.0539178Z test_ops_jit.py::TestJitCUDA::test_jit_alias_remapping_xlogy_cuda_float32 PASSED [ 6%] 2022-11-23T05:14:34.0539625Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_H_cuda_complex64 XFAIL [ 7%] 2022-11-23T05:14:34.0540067Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_H_cuda_float32 XFAIL [ 7%] 2022-11-23T05:14:34.0540638Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_T_cuda_complex64 XFAIL [ 7%] 2022-11-23T05:14:34.0541320Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_T_cuda_float32 XFAIL [ 7%] 2022-11-23T05:14:34.0541927Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___getitem___cuda_complex64 SKIPPED (Skipped!) [ 7%] 2022-11-23T05:14:34.0542548Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___getitem___cuda_float32 SKIPPED (Skipped!) [ 7%] 2022-11-23T05:14:34.0543038Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___radd___cuda_complex64 XFAIL [ 7%] 2022-11-23T05:14:34.0543498Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___radd___cuda_float32 XFAIL [ 7%] 2022-11-23T05:14:34.0543956Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rdiv___cuda_complex64 XFAIL [ 7%] 2022-11-23T05:14:34.0544395Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rdiv___cuda_float32 XFAIL [ 7%] 2022-11-23T05:14:34.0544858Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmatmul___cuda_complex64 XFAIL [ 8%] 2022-11-23T05:14:34.0545332Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmatmul___cuda_float32 XFAIL [ 8%] 2022-11-23T05:14:34.0545785Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmod___cuda_float32 XFAIL [ 8%] 2022-11-23T05:14:34.0546237Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmul___cuda_complex64 XFAIL [ 8%] 2022-11-23T05:14:34.0547412Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rmul___cuda_float32 XFAIL [ 8%] 2022-11-23T05:14:34.0548125Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rpow___cuda_complex64 XFAIL [ 8%] 2022-11-23T05:14:34.0548587Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rpow___cuda_float32 XFAIL [ 8%] 2022-11-23T05:14:34.0549044Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rsub___cuda_complex64 XFAIL [ 8%] 2022-11-23T05:14:34.0549496Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit___rsub___cuda_float32 XFAIL [ 8%] 2022-11-23T05:14:34.0549981Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit__softmax_backward_data_cuda_float32 XFAIL [ 8%] 2022-11-23T05:14:34.0550460Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_abs_cuda_complex64 PASSED [ 8%] 2022-11-23T05:14:34.0550911Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_abs_cuda_float32 PASSED [ 9%] 2022-11-23T05:14:34.0551347Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acos_cuda_complex64 PASSED [ 9%] 2022-11-23T05:14:34.0551806Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acos_cuda_float32 PASSED [ 9%] 2022-11-23T05:14:34.0552257Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acosh_cuda_complex64 PASSED [ 9%] 2022-11-23T05:14:34.0552710Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_acosh_cuda_float32 PASSED [ 9%] 2022-11-23T05:14:34.0553270Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_add_cuda_complex64 PASSED [ 9%] 2022-11-23T05:14:34.0553724Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_add_cuda_float32 PASSED [ 9%] 2022-11-23T05:14:34.0554399Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addbmm_cuda_complex64 PASSED [ 9%] 2022-11-23T05:14:34.0554844Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addbmm_cuda_float32 PASSED [ 9%] 2022-11-23T05:14:34.0555313Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcdiv_cuda_complex64 PASSED [ 9%] 2022-11-23T05:14:34.0555784Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcdiv_cuda_float32 PASSED [ 10%] 2022-11-23T05:14:34.0556248Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcmul_cuda_complex64 PASSED [ 10%] 2022-11-23T05:14:34.0556710Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addcmul_cuda_float32 PASSED [ 10%] 2022-11-23T05:14:34.0557170Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_cuda_complex64 PASSED [ 10%] 2022-11-23T05:14:34.0557628Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_cuda_float32 PASSED [ 10%] 2022-11-23T05:14:34.0558225Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_decomposed_cuda_complex64 PASSED [ 10%] 2022-11-23T05:14:34.0558724Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmm_decomposed_cuda_float32 PASSED [ 10%] 2022-11-23T05:14:34.0559203Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmv_cuda_complex64 PASSED [ 10%] 2022-11-23T05:14:34.0559818Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addmv_cuda_float32 PASSED [ 10%] 2022-11-23T05:14:34.0560483Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addr_cuda_complex64 PASSED [ 10%] 2022-11-23T05:14:34.0560946Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_addr_cuda_float32 PASSED [ 11%] 2022-11-23T05:14:34.0561396Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_all_cuda_complex64 PASSED [ 11%] 2022-11-23T05:14:34.0561828Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_all_cuda_float32 PASSED [ 11%] 2022-11-23T05:14:34.0562319Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_allclose_cuda_complex64 SKIPPED (Skipped!) [ 11%] 2022-11-23T05:14:34.0562819Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_allclose_cuda_float32 SKIPPED (Skipped!) [ 11%] 2022-11-23T05:14:34.0563288Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_amax_cuda_float32 PASSED [ 11%] 2022-11-23T05:14:34.0564331Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_amin_cuda_float32 PASSED [ 11%] 2022-11-23T05:14:34.0564942Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_aminmax_cuda_float32 PASSED [ 11%] 2022-11-23T05:14:34.0565406Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_angle_cuda_complex64 PASSED [ 11%] 2022-11-23T05:14:34.0566011Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_angle_cuda_float32 PASSED [ 11%] 2022-11-23T05:14:34.0566685Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_any_cuda_complex64 PASSED [ 11%] 2022-11-23T05:14:34.0567146Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_any_cuda_float32 PASSED [ 12%] 2022-11-23T05:14:34.0567631Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_arange_cuda_float32 XFAIL [ 12%] 2022-11-23T05:14:34.0568089Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argmax_cuda_float32 PASSED [ 12%] 2022-11-23T05:14:34.0568606Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argmin_cuda_float32 PASSED [ 12%] 2022-11-23T05:14:34.0569064Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argsort_cuda_float32 SKIPPED (Skipped!) [ 12%] 2022-11-23T05:14:34.0569552Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argwhere_cuda_complex64 PASSED [ 12%] 2022-11-23T05:14:34.0570025Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_argwhere_cuda_float32 PASSED [ 12%] 2022-11-23T05:14:34.0570501Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_cuda_complex64 PASSED [ 12%] 2022-11-23T05:14:34.0570977Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_cuda_float32 PASSED [ 12%] 2022-11-23T05:14:34.0571461Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_scatter_cuda_complex64 PASSED [ 12%] 2022-11-23T05:14:34.0571957Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_as_strided_scatter_cuda_float32 PASSED [ 13%] 2022-11-23T05:14:34.0572418Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asin_cuda_complex64 PASSED [ 13%] 2022-11-23T05:14:34.0572870Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asin_cuda_float32 PASSED [ 13%] 2022-11-23T05:14:34.0573328Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asinh_cuda_complex64 PASSED [ 13%] 2022-11-23T05:14:34.0573801Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_asinh_cuda_float32 PASSED [ 13%] 2022-11-23T05:14:34.0574252Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atan2_cuda_float32 PASSED [ 13%] 2022-11-23T05:14:34.0574832Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atan_cuda_complex64 PASSED [ 13%] 2022-11-23T05:14:34.0575284Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atan_cuda_float32 PASSED [ 13%] 2022-11-23T05:14:34.0575719Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atanh_cuda_complex64 PASSED [ 13%] 2022-11-23T05:14:34.0576175Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atanh_cuda_float32 PASSED [ 13%] 2022-11-23T05:14:34.0576647Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_1d_cuda_complex64 PASSED [ 13%] 2022-11-23T05:14:34.0577244Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_1d_cuda_float32 XFAIL [ 14%] 2022-11-23T05:14:34.0577903Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_2d_cuda_complex64 PASSED [ 14%] 2022-11-23T05:14:34.0578383Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_2d_cuda_float32 XFAIL [ 14%] 2022-11-23T05:14:34.0578853Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_3d_cuda_complex64 PASSED [ 14%] 2022-11-23T05:14:34.0579311Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_atleast_3d_cuda_float32 XFAIL [ 14%] 2022-11-23T05:14:34.0579790Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_baddbmm_cuda_complex64 PASSED [ 14%] 2022-11-23T05:14:34.0580254Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_baddbmm_cuda_float32 PASSED [ 14%] 2022-11-23T05:14:34.0580806Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bernoulli_cuda_float32 XFAIL [ 14%] 2022-11-23T05:14:34.0581289Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bfloat16_cuda_complex64 XFAIL [ 14%] 2022-11-23T05:14:34.0581745Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bfloat16_cuda_float32 XFAIL [ 14%] 2022-11-23T05:14:34.0582213Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_block_diag_cuda_complex64 PASSED [ 15%] 2022-11-23T05:14:34.0582659Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_block_diag_cuda_float32 XFAIL [ 15%] 2022-11-23T05:14:34.0583117Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bmm_cuda_complex64 PASSED [ 15%] 2022-11-23T05:14:34.0583567Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bmm_cuda_float32 PASSED [ 15%] 2022-11-23T05:14:34.0584016Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bool_cuda_complex64 XFAIL [ 15%] 2022-11-23T05:14:34.0584464Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bool_cuda_float32 XFAIL [ 15%] 2022-11-23T05:14:34.0584954Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_shapes_cuda_float32 SKIPPED (Skipped!) [ 15%] 2022-11-23T05:14:34.0585475Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_tensors_cuda_complex64 PASSED [ 15%] 2022-11-23T05:14:34.0585953Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_tensors_cuda_float32 XFAIL [ 15%] 2022-11-23T05:14:34.0586441Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_to_cuda_complex64 PASSED [ 15%] 2022-11-23T05:14:34.0586926Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_broadcast_to_cuda_float32 PASSED [ 16%] 2022-11-23T05:14:34.0587429Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_bucketize_cuda_float32 SKIPPED (Expected failure!) [ 16%] 2022-11-23T05:14:34.0587917Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_byte_cuda_complex64 XFAIL [ 16%] 2022-11-23T05:14:34.0588366Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_byte_cuda_float32 XFAIL [ 16%] 2022-11-23T05:14:34.0588838Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cartesian_prod_cuda_complex64 PASSED [ 16%] 2022-11-23T05:14:34.0589306Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cartesian_prod_cuda_float32 XFAIL [ 16%] 2022-11-23T05:14:34.0589774Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cat_cuda_complex64 PASSED [ 16%] 2022-11-23T05:14:34.0590221Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cat_cuda_float32 PASSED [ 16%] 2022-11-23T05:14:34.0590778Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cdist_cuda_float32 PASSED [ 16%] 2022-11-23T05:14:34.0591239Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cdouble_cuda_complex64 XFAIL [ 16%] 2022-11-23T05:14:34.0591699Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cdouble_cuda_float32 XFAIL [ 16%] 2022-11-23T05:14:34.0592138Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ceil_cuda_float32 PASSED [ 17%] 2022-11-23T05:14:34.0592595Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cfloat_cuda_complex64 XFAIL [ 17%] 2022-11-23T05:14:34.0593164Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cfloat_cuda_float32 XFAIL [ 17%] 2022-11-23T05:14:34.0593655Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chalf_cuda_complex64 XFAIL [ 17%] 2022-11-23T05:14:34.0594301Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chalf_cuda_float32 XFAIL [ 17%] 2022-11-23T05:14:34.0594857Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_char_cuda_complex64 XFAIL [ 17%] 2022-11-23T05:14:34.0595301Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_char_cuda_float32 XFAIL [ 17%] 2022-11-23T05:14:34.0595743Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_cuda_complex64 PASSED [ 17%] 2022-11-23T05:14:34.0596305Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_cuda_float32 PASSED [ 17%] 2022-11-23T05:14:34.0596808Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_inverse_cuda_complex64 PASSED [ 17%] 2022-11-23T05:14:34.0597302Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_inverse_cuda_float32 PASSED [ 18%] 2022-11-23T05:14:34.0597837Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_solve_cuda_complex64 PASSED [ 18%] 2022-11-23T05:14:34.0598323Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cholesky_solve_cuda_float32 PASSED [ 18%] 2022-11-23T05:14:34.0598800Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chunk_cuda_complex64 PASSED [ 18%] 2022-11-23T05:14:34.0599237Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_chunk_cuda_float32 PASSED [ 18%] 2022-11-23T05:14:34.0599691Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clamp_cuda_float32 PASSED [ 18%] 2022-11-23T05:14:34.0600158Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clamp_max_cuda_float32 PASSED [ 18%] 2022-11-23T05:14:34.0600618Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clamp_min_cuda_float32 PASSED [ 18%] 2022-11-23T05:14:34.0601085Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clone_cuda_complex64 PASSED [ 18%] 2022-11-23T05:14:34.0601546Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_clone_cuda_float32 PASSED [ 18%] 2022-11-23T05:14:34.0602013Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_column_stack_cuda_complex64 PASSED [ 19%] 2022-11-23T05:14:34.0602478Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_column_stack_cuda_float32 PASSED [ 19%] 2022-11-23T05:14:34.0602965Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_combinations_cuda_complex64 PASSED [ 19%] 2022-11-23T05:14:34.0603454Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_combinations_cuda_float32 PASSED [ 19%] 2022-11-23T05:14:34.0603930Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_complex_cuda_float32 PASSED [ 19%] 2022-11-23T05:14:34.0604394Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_cuda_complex64 PASSED [ 19%] 2022-11-23T05:14:34.0604854Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_cuda_float32 PASSED [ 19%] 2022-11-23T05:14:34.0605328Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_physical_cuda_complex64 PASSED [ 19%] 2022-11-23T05:14:34.0605817Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_conj_physical_cuda_float32 SKIPPED (Skipped!) [ 19%] 2022-11-23T05:14:34.0606442Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_constant_pad_nd_cuda_complex64 PASSED [ 19%] 2022-11-23T05:14:34.0606931Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_constant_pad_nd_cuda_float32 PASSED [ 19%] 2022-11-23T05:14:34.0607415Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_contiguous_cuda_complex64 PASSED [ 20%] 2022-11-23T05:14:34.0607895Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_contiguous_cuda_float32 PASSED [ 20%] 2022-11-23T05:14:34.0608365Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_copysign_cuda_float32 PASSED [ 20%] 2022-11-23T05:14:34.0608833Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_corrcoef_cuda_complex64 PASSED [ 20%] 2022-11-23T05:14:34.0609281Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_corrcoef_cuda_float32 PASSED [ 20%] 2022-11-23T05:14:34.0609744Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cos_cuda_complex64 PASSED [ 20%] 2022-11-23T05:14:34.0610203Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cos_cuda_float32 PASSED [ 20%] 2022-11-23T05:14:34.0610655Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cosh_cuda_complex64 PASSED [ 20%] 2022-11-23T05:14:34.0611110Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cosh_cuda_float32 PASSED [ 20%] 2022-11-23T05:14:34.0611655Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_count_nonzero_cuda_complex64 PASSED [ 20%] 2022-11-23T05:14:34.0612163Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_count_nonzero_cuda_float32 PASSED [ 21%] 2022-11-23T05:14:34.0612609Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cov_cuda_complex64 XFAIL [ 21%] 2022-11-23T05:14:34.0613060Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cov_cuda_float32 XFAIL [ 21%] 2022-11-23T05:14:34.0613518Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cross_cuda_complex64 PASSED [ 21%] 2022-11-23T05:14:34.0613988Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cross_cuda_float32 PASSED [ 21%] 2022-11-23T05:14:34.0614442Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cummax_cuda_float32 PASSED [ 21%] 2022-11-23T05:14:34.0614897Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cummin_cuda_float32 PASSED [ 21%] 2022-11-23T05:14:34.0615338Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumprod_cuda_complex64 PASSED [ 21%] 2022-11-23T05:14:34.0615808Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumprod_cuda_float32 PASSED [ 21%] 2022-11-23T05:14:34.0616270Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumsum_cuda_complex64 PASSED [ 21%] 2022-11-23T05:14:34.0616731Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumsum_cuda_float32 PASSED [ 22%] 2022-11-23T05:14:34.0617226Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumulative_trapezoid_cuda_complex64 PASSED [ 22%] 2022-11-23T05:14:34.0617737Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_cumulative_trapezoid_cuda_float32 PASSED [ 22%] 2022-11-23T05:14:34.0618222Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_deg2rad_cuda_float32 PASSED [ 22%] 2022-11-23T05:14:34.0618660Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_cuda_complex64 PASSED [ 22%] 2022-11-23T05:14:34.0619114Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_cuda_float32 PASSED [ 22%] 2022-11-23T05:14:34.0619583Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_embed_cuda_complex64 PASSED [ 22%] 2022-11-23T05:14:34.0620056Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diag_embed_cuda_float32 PASSED [ 22%] 2022-11-23T05:14:34.0620518Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagflat_cuda_complex64 PASSED [ 22%] 2022-11-23T05:14:34.0620992Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagflat_cuda_float32 PASSED [ 22%] 2022-11-23T05:14:34.0621467Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_copy_cuda_complex64 PASSED [ 22%] 2022-11-23T05:14:34.0622041Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_copy_cuda_float32 PASSED [ 23%] 2022-11-23T05:14:34.0622520Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_cuda_complex64 PASSED [ 23%] 2022-11-23T05:14:34.0622990Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_cuda_float32 PASSED [ 23%] 2022-11-23T05:14:34.0623471Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diagonal_scatter_cuda_float32 PASSED [ 23%] 2022-11-23T05:14:34.0623940Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diff_cuda_complex64 PASSED [ 23%] 2022-11-23T05:14:34.0624395Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_diff_cuda_float32 PASSED [ 23%] 2022-11-23T05:14:34.0625008Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_digamma_cuda_float32 PASSED [ 23%] 2022-11-23T05:14:34.0625462Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dist_cuda_complex64 PASSED [ 23%] 2022-11-23T05:14:34.0626134Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dist_cuda_float32 PASSED [ 23%] 2022-11-23T05:14:34.0626719Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_floor_rounding_cuda_float32 PASSED [ 23%] 2022-11-23T05:14:34.0627220Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_no_rounding_mode_cuda_complex64 PASSED [ 24%] 2022-11-23T05:14:34.0627812Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_no_rounding_mode_cuda_float32 PASSED [ 24%] 2022-11-23T05:14:34.0628322Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_div_trunc_rounding_cuda_float32 PASSED [ 24%] 2022-11-23T05:14:34.0628799Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dot_cuda_complex64 PASSED [ 24%] 2022-11-23T05:14:34.0629233Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dot_cuda_float32 PASSED [ 24%] 2022-11-23T05:14:34.0629683Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_double_cuda_complex64 XFAIL [ 24%] 2022-11-23T05:14:34.0630148Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_double_cuda_float32 XFAIL [ 24%] 2022-11-23T05:14:34.0630608Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dsplit_cuda_complex64 PASSED [ 24%] 2022-11-23T05:14:34.0631068Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dsplit_cuda_float32 PASSED [ 24%] 2022-11-23T05:14:34.0631535Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dstack_cuda_complex64 PASSED [ 24%] 2022-11-23T05:14:34.0631990Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_dstack_cuda_float32 PASSED [ 25%] 2022-11-23T05:14:34.0632453Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_einsum_cuda_complex64 SKIPPED (Skipped!) [ 25%] 2022-11-23T05:14:34.0632948Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_einsum_cuda_float32 SKIPPED (Skipped!) [ 25%] 2022-11-23T05:14:34.0633443Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_cuda_complex64 SKIPPED (Skipped!) [ 25%] 2022-11-23T05:14:34.0633944Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_cuda_float32 SKIPPED (Skipped!) [ 25%] 2022-11-23T05:14:34.0634444Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_like_cuda_complex64 SKIPPED (Skipped!) [ 25%] 2022-11-23T05:14:34.0634954Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_empty_like_cuda_float32 SKIPPED (Skipped!) [ 25%] 2022-11-23T05:14:34.0635433Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eq_cuda_complex64 PASSED [ 25%] 2022-11-23T05:14:34.0635863Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eq_cuda_float32 PASSED [ 25%] 2022-11-23T05:14:34.0636318Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_equal_cuda_complex64 PASSED [ 25%] 2022-11-23T05:14:34.0636775Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_equal_cuda_float32 PASSED [ 25%] 2022-11-23T05:14:34.0637224Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_erf_cuda_float32 PASSED [ 26%] 2022-11-23T05:14:34.0637778Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_erfc_cuda_float32 PASSED [ 26%] 2022-11-23T05:14:34.0638230Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_erfinv_cuda_float32 PASSED [ 26%] 2022-11-23T05:14:34.0638681Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_exp2_cuda_float32 PASSED [ 26%] 2022-11-23T05:14:34.0639118Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_exp_cuda_complex64 PASSED [ 26%] 2022-11-23T05:14:34.0639576Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_exp_cuda_float32 PASSED [ 26%] 2022-11-23T05:14:34.0640032Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_as_cuda_complex64 PASSED [ 26%] 2022-11-23T05:14:34.0640504Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_as_cuda_float32 PASSED [ 26%] 2022-11-23T05:14:34.0640965Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_cuda_complex64 PASSED [ 26%] 2022-11-23T05:14:34.0641432Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expand_cuda_float32 PASSED [ 26%] 2022-11-23T05:14:34.0641887Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_expm1_cuda_float32 PASSED [ 27%] 2022-11-23T05:14:34.0642320Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eye_cuda_complex64 XFAIL [ 27%] 2022-11-23T05:14:34.0642841Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_eye_cuda_float32 XFAIL [ 27%] 2022-11-23T05:14:34.0643326Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft2_cuda_complex64 PASSED [ 27%] 2022-11-23T05:14:34.0643789Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft2_cuda_float32 PASSED [ 27%] 2022-11-23T05:14:34.0644249Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft_cuda_complex64 PASSED [ 27%] 2022-11-23T05:14:34.0644710Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fft_cuda_float32 PASSED [ 27%] 2022-11-23T05:14:34.0645160Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftn_cuda_complex64 PASSED [ 27%] 2022-11-23T05:14:34.0645627Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftn_cuda_float32 PASSED [ 27%] 2022-11-23T05:14:34.0646096Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftshift_cuda_complex64 PASSED [ 27%] 2022-11-23T05:14:34.0646580Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_fftshift_cuda_float32 PASSED [ 27%] 2022-11-23T05:14:34.0647055Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft2_cuda_complex64 PASSED [ 28%] 2022-11-23T05:14:34.0647521Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft2_cuda_float32 PASSED [ 28%] 2022-11-23T05:14:34.0647985Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft_cuda_complex64 PASSED [ 28%] 2022-11-23T05:14:34.0648426Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfft_cuda_float32 PASSED [ 28%] 2022-11-23T05:14:34.0648899Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfftn_cuda_complex64 PASSED [ 28%] 2022-11-23T05:14:34.0649364Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_hfftn_cuda_float32 PASSED [ 28%] 2022-11-23T05:14:34.0649828Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft2_cuda_complex64 PASSED [ 28%] 2022-11-23T05:14:34.0650285Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft2_cuda_float32 PASSED [ 28%] 2022-11-23T05:14:34.0650747Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft_cuda_complex64 PASSED [ 28%] 2022-11-23T05:14:34.0651211Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifft_cuda_float32 PASSED [ 28%] 2022-11-23T05:14:34.0651657Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftn_cuda_complex64 PASSED [ 29%] 2022-11-23T05:14:34.0652118Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftn_cuda_float32 PASSED [ 29%] 2022-11-23T05:14:34.0652705Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftshift_cuda_complex64 PASSED [ 29%] 2022-11-23T05:14:34.0653189Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ifftshift_cuda_float32 PASSED [ 29%] 2022-11-23T05:14:34.0653662Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ihfft2_cuda_float32 PASSED [ 29%] 2022-11-23T05:14:34.0654126Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ihfft_cuda_float32 PASSED [ 29%] 2022-11-23T05:14:34.0654592Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_ihfftn_cuda_float32 PASSED [ 29%] 2022-11-23T05:14:34.0655045Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft2_cuda_complex64 PASSED [ 29%] 2022-11-23T05:14:34.0655515Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft2_cuda_float32 PASSED [ 29%] 2022-11-23T05:14:34.0655982Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft_cuda_complex64 PASSED [ 29%] 2022-11-23T05:14:34.0656451Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfft_cuda_float32 PASSED [ 30%] 2022-11-23T05:14:34.0656918Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfftn_cuda_complex64 PASSED [ 30%] 2022-11-23T05:14:34.0657388Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_irfftn_cuda_float32 PASSED [ 30%] 2022-11-23T05:14:34.0657926Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_rfft2_cuda_float32 PASSED [ 30%] 2022-11-23T05:14:34.0658386Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_rfft_cuda_float32 PASSED [ 30%] 2022-11-23T05:14:34.0658844Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fft_rfftn_cuda_float32 PASSED [ 30%] 2022-11-23T05:14:34.0659304Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fill_cuda_complex64 XFAIL [ 30%] 2022-11-23T05:14:34.0659750Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fill_cuda_float32 XFAIL [ 30%] 2022-11-23T05:14:34.0660206Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flatten_cuda_complex64 PASSED [ 30%] 2022-11-23T05:14:34.0660674Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flatten_cuda_float32 PASSED [ 30%] 2022-11-23T05:14:34.0661126Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flip_cuda_complex64 PASSED [ 30%] 2022-11-23T05:14:34.0661558Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flip_cuda_float32 PASSED [ 31%] 2022-11-23T05:14:34.0662017Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fliplr_cuda_complex64 PASSED [ 31%] 2022-11-23T05:14:34.0662481Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fliplr_cuda_float32 PASSED [ 31%] 2022-11-23T05:14:34.0662945Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flipud_cuda_complex64 PASSED [ 31%] 2022-11-23T05:14:34.0663412Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_flipud_cuda_float32 PASSED [ 31%] 2022-11-23T05:14:34.0663874Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_cuda_complex64 XFAIL [ 31%] 2022-11-23T05:14:34.0664307Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_cuda_float32 XFAIL [ 31%] 2022-11-23T05:14:34.0664794Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_power_cuda_complex64 SKIPPED (Skipped!) [ 31%] 2022-11-23T05:14:34.0665309Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_float_power_cuda_float32 SKIPPED (Skipped!) [ 31%] 2022-11-23T05:14:34.0665801Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_floor_cuda_float32 PASSED [ 31%] 2022-11-23T05:14:34.0666288Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_floor_divide_cuda_float32 SKIPPED (Skipped!) [ 32%] 2022-11-23T05:14:34.0666768Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fmax_cuda_float32 PASSED [ 32%] 2022-11-23T05:14:34.0667216Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fmin_cuda_float32 PASSED [ 32%] 2022-11-23T05:14:34.0667644Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_fmod_cuda_float32 PASSED [ 32%] 2022-11-23T05:14:34.0668191Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_frac_cuda_float32 PASSED [ 32%] 2022-11-23T05:14:34.0668643Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_frexp_cuda_float32 PASSED [ 32%] 2022-11-23T05:14:34.0669123Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_cuda_complex64 SKIPPED (Skipped!) [ 32%] 2022-11-23T05:14:34.0669620Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_cuda_float32 SKIPPED (Skipped!) [ 32%] 2022-11-23T05:14:34.0670099Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_like_cuda_complex64 PASSED [ 32%] 2022-11-23T05:14:34.0670567Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_full_like_cuda_float32 PASSED [ 32%] 2022-11-23T05:14:34.0671015Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gather_cuda_complex64 PASSED [ 33%] 2022-11-23T05:14:34.0671477Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gather_cuda_float32 PASSED [ 33%] 2022-11-23T05:14:34.0671932Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ge_cuda_float32 PASSED [ 33%] 2022-11-23T05:14:34.0672385Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_geqrf_cuda_complex64 PASSED [ 33%] 2022-11-23T05:14:34.0672840Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_geqrf_cuda_float32 PASSED [ 33%] 2022-11-23T05:14:34.0673400Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gradient_cuda_complex64 SKIPPED (Skipped!) [ 33%] 2022-11-23T05:14:34.0673928Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gradient_cuda_float32 SKIPPED (Skipped!) [ 33%] 2022-11-23T05:14:34.0674402Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_grid_sampler_2d_cuda_float32 PASSED [ 33%] 2022-11-23T05:14:34.0674866Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_gt_cuda_float32 PASSED [ 33%] 2022-11-23T05:14:34.0675318Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_half_cuda_complex64 XFAIL [ 33%] 2022-11-23T05:14:34.0675774Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_half_cuda_float32 XFAIL [ 33%] 2022-11-23T05:14:34.0676227Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_heaviside_cuda_float32 PASSED [ 34%] 2022-11-23T05:14:34.0676684Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_histc_cuda_float32 PASSED [ 34%] 2022-11-23T05:14:34.0677152Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hsplit_cuda_complex64 PASSED [ 34%] 2022-11-23T05:14:34.0677597Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hsplit_cuda_float32 PASSED [ 34%] 2022-11-23T05:14:34.0678060Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hstack_cuda_complex64 PASSED [ 34%] 2022-11-23T05:14:34.0678625Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hstack_cuda_float32 PASSED [ 34%] 2022-11-23T05:14:34.0679077Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_hypot_cuda_float32 PASSED [ 34%] 2022-11-23T05:14:34.0679531Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_i0_cuda_float32 PASSED [ 34%] 2022-11-23T05:14:34.0679983Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_igamma_cuda_float32 PASSED [ 34%] 2022-11-23T05:14:34.0680437Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_igammac_cuda_float32 PASSED [ 34%] 2022-11-23T05:14:34.0680875Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_imag_cuda_complex64 PASSED [ 35%] 2022-11-23T05:14:34.0681343Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_add_cuda_complex64 PASSED [ 35%] 2022-11-23T05:14:34.0682010Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_add_cuda_float32 PASSED [ 35%] 2022-11-23T05:14:34.0682690Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_copy_cuda_complex64 PASSED [ 35%] 2022-11-23T05:14:34.0683170Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_copy_cuda_float32 PASSED [ 35%] 2022-11-23T05:14:34.0683639Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_fill_cuda_complex64 PASSED [ 35%] 2022-11-23T05:14:34.0684229Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_fill_cuda_float32 PASSED [ 35%] 2022-11-23T05:14:34.0684682Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_put_cuda_complex64 PASSED [ 35%] 2022-11-23T05:14:34.0685153Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_put_cuda_float32 PASSED [ 35%] 2022-11-23T05:14:34.0685633Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_reduce_cuda_float32 PASSED [ 35%] 2022-11-23T05:14:34.0686111Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_select_cuda_complex64 PASSED [ 36%] 2022-11-23T05:14:34.0686589Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_index_select_cuda_float32 PASSED [ 36%] 2022-11-23T05:14:34.0687054Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_inner_cuda_complex64 PASSED [ 36%] 2022-11-23T05:14:34.0687505Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_inner_cuda_float32 PASSED [ 36%] 2022-11-23T05:14:34.0687940Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_int_cuda_complex64 XFAIL [ 36%] 2022-11-23T05:14:34.0688386Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_int_cuda_float32 XFAIL [ 36%] 2022-11-23T05:14:34.0688838Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isclose_cuda_complex64 PASSED [ 36%] 2022-11-23T05:14:34.0689373Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isclose_cuda_float32 PASSED [ 36%] 2022-11-23T05:14:34.0689863Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isfinite_cuda_complex64 PASSED [ 36%] 2022-11-23T05:14:34.0690386Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isfinite_cuda_float32 PASSED [ 36%] 2022-11-23T05:14:34.0690822Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isin_cuda_float32 PASSED [ 36%] 2022-11-23T05:14:34.0691275Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isinf_cuda_complex64 PASSED [ 37%] 2022-11-23T05:14:34.0691737Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isinf_cuda_float32 PASSED [ 37%] 2022-11-23T05:14:34.0692190Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isnan_cuda_complex64 PASSED [ 37%] 2022-11-23T05:14:34.0692643Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isnan_cuda_float32 PASSED [ 37%] 2022-11-23T05:14:34.0693107Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isneginf_cuda_float32 PASSED [ 37%] 2022-11-23T05:14:34.0693562Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isposinf_cuda_float32 PASSED [ 37%] 2022-11-23T05:14:34.0694003Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isreal_cuda_complex64 PASSED [ 37%] 2022-11-23T05:14:34.0694460Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_isreal_cuda_float32 PASSED [ 37%] 2022-11-23T05:14:34.0694998Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_istft_cuda_complex64 SKIPPED (Skipped! istft does not match the native function) [ 37%] 2022-11-23T05:14:34.0695560Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_2inputs_2outputs_cuda_complex64 XFAIL [ 37%] 2022-11-23T05:14:34.0696079Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_2inputs_2outputs_cuda_float32 XFAIL [ 38%] 2022-11-23T05:14:34.0696609Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cuda_complex64 XFAIL [ 38%] 2022-11-23T05:14:34.0697139Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_4inputs_with_extra_args_cuda_float32 XFAIL [ 38%] 2022-11-23T05:14:34.0697688Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_cuda_complex64 XFAIL [ 38%] 2022-11-23T05:14:34.0698164Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_cuda_float32 XFAIL [ 38%] 2022-11-23T05:14:34.0698667Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_return_by_ref_cuda_complex64 XFAIL [ 38%] 2022-11-23T05:14:34.0699297Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_binary_return_by_ref_cuda_float32 XFAIL [ 38%] 2022-11-23T05:14:34.0699807Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_unary_cuda_complex64 XFAIL [ 38%] 2022-11-23T05:14:34.0700292Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_jiterator_unary_cuda_float32 XFAIL [ 38%] 2022-11-23T05:14:34.0700766Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_kron_cuda_complex64 PASSED [ 38%] 2022-11-23T05:14:34.0701226Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_kron_cuda_float32 PASSED [ 38%] 2022-11-23T05:14:34.0701671Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_kthvalue_cuda_float32 PASSED [ 39%] 2022-11-23T05:14:34.0702135Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ldexp_cuda_complex64 PASSED [ 39%] 2022-11-23T05:14:34.0702592Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ldexp_cuda_float32 PASSED [ 39%] 2022-11-23T05:14:34.0703040Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_le_cuda_float32 PASSED [ 39%] 2022-11-23T05:14:34.0703494Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lerp_cuda_complex64 PASSED [ 39%] 2022-11-23T05:14:34.0703953Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lerp_cuda_float32 PASSED [ 39%] 2022-11-23T05:14:34.0704478Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lgamma_cuda_float32 PASSED [ 39%] 2022-11-23T05:14:34.0704952Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cond_cuda_complex64 PASSED [ 39%] 2022-11-23T05:14:34.0705429Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cond_cuda_float32 PASSED [ 39%] 2022-11-23T05:14:34.0705905Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cross_cuda_complex64 PASSED [ 39%] 2022-11-23T05:14:34.0706381Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cross_cuda_float32 PASSED [ 40%] 2022-11-23T05:14:34.0706863Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_cuda_complex64 PASSED [ 40%] 2022-11-23T05:14:34.0707340Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_cuda_float32 PASSED [ 40%] 2022-11-23T05:14:34.0707810Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_singular_cuda_complex64 PASSED [ 40%] 2022-11-23T05:14:34.0708315Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_det_singular_cuda_float32 PASSED [ 40%] 2022-11-23T05:14:34.0708800Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eig_cuda_complex64 PASSED [ 40%] 2022-11-23T05:14:34.0709270Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eig_cuda_float32 PASSED [ 40%] 2022-11-23T05:14:34.0709746Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigh_cuda_complex64 PASSED [ 40%] 2022-11-23T05:14:34.0710218Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigh_cuda_float32 PASSED [ 40%] 2022-11-23T05:14:34.0710702Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvals_cuda_complex64 PASSED [ 40%] 2022-11-23T05:14:34.0711188Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvals_cuda_float32 PASSED [ 41%] 2022-11-23T05:14:34.0711658Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvalsh_cuda_complex64 PASSED [ 41%] 2022-11-23T05:14:34.0712149Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_eigvalsh_cuda_float32 PASSED [ 41%] 2022-11-23T05:14:34.0712660Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_householder_product_cuda_complex64 PASSED [ 41%] 2022-11-23T05:14:34.0713184Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_householder_product_cuda_float32 PASSED [ 41%] 2022-11-23T05:14:34.0713678Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_cuda_complex64 PASSED [ 41%] 2022-11-23T05:14:34.0714802Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_cuda_float32 PASSED [ 41%] 2022-11-23T05:14:34.0715280Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_ex_cuda_complex64 PASSED [ 41%] 2022-11-23T05:14:34.0715737Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_inv_ex_cuda_float32 PASSED [ 41%] 2022-11-23T05:14:34.0716229Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_cuda_complex64 PASSED [ 41%] 2022-11-23T05:14:34.0716722Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_cuda_float32 PASSED [ 41%] 2022-11-23T05:14:34.0717220Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_ex_cuda_complex64 PASSED [ 42%] 2022-11-23T05:14:34.0717715Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_factor_ex_cuda_float32 PASSED [ 42%] 2022-11-23T05:14:34.0718212Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_solve_cuda_complex64 PASSED [ 42%] 2022-11-23T05:14:34.0718707Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_ldl_solve_cuda_float32 PASSED [ 42%] 2022-11-23T05:14:34.0719174Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_cuda_complex64 PASSED [ 42%] 2022-11-23T05:14:34.0719648Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_cuda_float32 PASSED [ 42%] 2022-11-23T05:14:34.0720234Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_complex64 XFAIL [ 42%] 2022-11-23T05:14:34.0720773Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lstsq_grad_oriented_cuda_float32 XFAIL [ 42%] 2022-11-23T05:14:34.0721261Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_cuda_complex64 PASSED [ 42%] 2022-11-23T05:14:34.0721730Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_cuda_float32 PASSED [ 42%] 2022-11-23T05:14:34.0722208Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_cuda_complex64 PASSED [ 43%] 2022-11-23T05:14:34.0722689Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_cuda_float32 PASSED [ 43%] 2022-11-23T05:14:34.0723179Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_ex_cuda_complex64 PASSED [ 43%] 2022-11-23T05:14:34.0723673Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_factor_ex_cuda_float32 PASSED [ 43%] 2022-11-23T05:14:34.0724240Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_solve_cuda_complex64 PASSED [ 43%] 2022-11-23T05:14:34.0724723Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_lu_solve_cuda_float32 PASSED [ 43%] 2022-11-23T05:14:34.0725215Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_norm_cuda_complex64 PASSED [ 43%] 2022-11-23T05:14:34.0725708Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_norm_cuda_float32 PASSED [ 43%] 2022-11-23T05:14:34.0726192Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_power_cuda_complex64 PASSED [ 43%] 2022-11-23T05:14:34.0726693Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_power_cuda_float32 PASSED [ 43%] 2022-11-23T05:14:34.0727205Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_cuda_complex64 SKIPPED (Skipped!) [ 44%] 2022-11-23T05:14:34.0727743Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_cuda_float32 SKIPPED (Skipped!) [ 44%] 2022-11-23T05:14:34.0728273Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_complex64 PASSED [ 44%] 2022-11-23T05:14:34.0728792Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_matrix_rank_hermitian_cuda_float32 PASSED [ 44%] 2022-11-23T05:14:34.0729298Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_multi_dot_cuda_complex64 PASSED [ 44%] 2022-11-23T05:14:34.0729786Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_multi_dot_cuda_float32 PASSED [ 44%] 2022-11-23T05:14:34.0730822Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_cuda_complex64 PASSED [ 44%] 2022-11-23T05:14:34.0731299Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_cuda_float32 PASSED [ 44%] 2022-11-23T05:14:34.0731816Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cuda_complex64 PASSED [ 44%] 2022-11-23T05:14:34.0732354Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_norm_subgradients_at_zero_cuda_float32 PASSED [ 44%] 2022-11-23T05:14:34.0732879Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_cuda_complex64 SKIPPED (Skipped!) [ 44%] 2022-11-23T05:14:34.0733392Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_cuda_float32 SKIPPED (Skipped!) [ 45%] 2022-11-23T05:14:34.0733905Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_hermitian_cuda_complex64 PASSED [ 45%] 2022-11-23T05:14:34.0734401Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_hermitian_cuda_float32 PASSED [ 45%] 2022-11-23T05:14:34.0734994Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_singular_cuda_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 45%] 2022-11-23T05:14:34.0735746Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_pinv_singular_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 45%] 2022-11-23T05:14:34.0736330Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_qr_cuda_complex64 PASSED [ 45%] 2022-11-23T05:14:34.0736802Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_qr_cuda_float32 PASSED [ 45%] 2022-11-23T05:14:34.0737281Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_slogdet_cuda_complex64 PASSED [ 45%] 2022-11-23T05:14:34.0737775Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_slogdet_cuda_float32 PASSED [ 45%] 2022-11-23T05:14:34.0738504Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_cuda_complex64 PASSED [ 45%] 2022-11-23T05:14:34.0739169Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_cuda_float32 PASSED [ 46%] 2022-11-23T05:14:34.0739656Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_ex_cuda_complex64 PASSED [ 46%] 2022-11-23T05:14:34.0740253Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_ex_cuda_float32 PASSED [ 46%] 2022-11-23T05:14:34.0740829Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_triangular_cuda_complex64 PASSED [ 46%] 2022-11-23T05:14:34.0741346Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_solve_triangular_cuda_float32 PASSED [ 46%] 2022-11-23T05:14:34.0741966Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svd_cuda_complex64 PASSED [ 46%] 2022-11-23T05:14:34.0742448Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svd_cuda_float32 PASSED [ 46%] 2022-11-23T05:14:34.0742907Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svdvals_cuda_complex64 PASSED [ 46%] 2022-11-23T05:14:34.0743393Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_svdvals_cuda_float32 PASSED [ 46%] 2022-11-23T05:14:34.0743890Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorinv_cuda_complex64 PASSED [ 46%] 2022-11-23T05:14:34.0744383Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorinv_cuda_float32 PASSED [ 47%] 2022-11-23T05:14:34.0744878Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorsolve_cuda_complex64 PASSED [ 47%] 2022-11-23T05:14:34.0745377Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_tensorsolve_cuda_float32 PASSED [ 47%] 2022-11-23T05:14:34.0745873Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vander_cuda_complex64 PASSED [ 47%] 2022-11-23T05:14:34.0746939Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vander_cuda_float32 PASSED [ 47%] 2022-11-23T05:14:34.0747594Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vecdot_cuda_complex64 PASSED [ 47%] 2022-11-23T05:14:34.0748090Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vecdot_cuda_float32 PASSED [ 47%] 2022-11-23T05:14:34.0748587Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vector_norm_cuda_complex64 PASSED [ 47%] 2022-11-23T05:14:34.0749081Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_vector_norm_cuda_float32 PASSED [ 47%] 2022-11-23T05:14:34.0749581Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linspace_cuda_complex64 SKIPPED (Skipped!) [ 47%] 2022-11-23T05:14:34.0750068Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linspace_cuda_float32 XFAIL [ 47%] 2022-11-23T05:14:34.0750513Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log10_cuda_complex64 PASSED [ 48%] 2022-11-23T05:14:34.0750972Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log10_cuda_float32 PASSED [ 48%] 2022-11-23T05:14:34.0751428Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log1p_cuda_float32 PASSED [ 48%] 2022-11-23T05:14:34.0751879Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log2_cuda_complex64 PASSED [ 48%] 2022-11-23T05:14:34.0752435Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log2_cuda_float32 PASSED [ 48%] 2022-11-23T05:14:34.0752911Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_cuda_complex64 PASSED [ 48%] 2022-11-23T05:14:34.0753356Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_cuda_float32 PASSED [ 48%] 2022-11-23T05:14:34.0753958Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_softmax_cuda_float32 PASSED [ 48%] 2022-11-23T05:14:34.0754449Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_softmax_with_dtype_cuda_complex64 PASSED [ 48%] 2022-11-23T05:14:34.0754965Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_log_softmax_with_dtype_cuda_float32 PASSED [ 48%] 2022-11-23T05:14:34.0755452Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logaddexp2_cuda_float32 PASSED [ 49%] 2022-11-23T05:14:34.0755925Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logaddexp_cuda_float32 PASSED [ 49%] 2022-11-23T05:14:34.0756402Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logcumsumexp_cuda_float32 PASSED [ 49%] 2022-11-23T05:14:34.0756878Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logdet_cuda_complex64 PASSED [ 49%] 2022-11-23T05:14:34.0757319Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logdet_cuda_float32 PASSED [ 49%] 2022-11-23T05:14:34.0757789Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_and_cuda_complex64 PASSED [ 49%] 2022-11-23T05:14:34.0758260Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_and_cuda_float32 PASSED [ 49%] 2022-11-23T05:14:34.0758738Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_not_cuda_complex64 PASSED [ 49%] 2022-11-23T05:14:34.0759211Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_not_cuda_float32 PASSED [ 49%] 2022-11-23T05:14:34.0759683Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_or_cuda_complex64 PASSED [ 49%] 2022-11-23T05:14:34.0760155Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_or_cuda_float32 PASSED [ 50%] 2022-11-23T05:14:34.0760612Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_xor_cuda_complex64 PASSED [ 50%] 2022-11-23T05:14:34.0761080Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logical_xor_cuda_float32 PASSED [ 50%] 2022-11-23T05:14:34.0761539Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logit_cuda_float32 PASSED [ 50%] 2022-11-23T05:14:34.0762020Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logspace_cuda_complex64 SKIPPED (Skipped!) [ 50%] 2022-11-23T05:14:34.0763090Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logspace_cuda_float32 XFAIL [ 50%] 2022-11-23T05:14:34.0763560Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_logsumexp_cuda_float32 PASSED [ 50%] 2022-11-23T05:14:34.0764023Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_long_cuda_complex64 XFAIL [ 50%] 2022-11-23T05:14:34.0764464Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_long_cuda_float32 XFAIL [ 50%] 2022-11-23T05:14:34.0764913Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lt_cuda_float32 PASSED [ 50%] 2022-11-23T05:14:34.0765362Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_cuda_complex64 XFAIL [ 50%] 2022-11-23T05:14:34.0765802Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_cuda_float32 XFAIL [ 51%] 2022-11-23T05:14:34.0766260Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_solve_cuda_complex64 PASSED [ 51%] 2022-11-23T05:14:34.0766728Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_solve_cuda_float32 PASSED [ 51%] 2022-11-23T05:14:34.0767176Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_unpack_cuda_complex64 PASSED [ 51%] 2022-11-23T05:14:34.0767643Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_lu_unpack_cuda_float32 PASSED [ 51%] 2022-11-23T05:14:34.0768190Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mH_cuda_complex64 XFAIL [ 51%] 2022-11-23T05:14:34.0768660Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mH_cuda_float32 XFAIL [ 51%] 2022-11-23T05:14:34.0769102Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mT_cuda_complex64 XFAIL [ 51%] 2022-11-23T05:14:34.0769540Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mT_cuda_float32 XFAIL [ 51%] 2022-11-23T05:14:34.0770013Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_amax_cuda_float32 SKIPPED (Skipped!) [ 51%] 2022-11-23T05:14:34.0770482Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_amin_cuda_float32 XFAIL [ 52%] 2022-11-23T05:14:34.0770954Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_argmax_cuda_float32 XFAIL [ 52%] 2022-11-23T05:14:34.0771426Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_argmin_cuda_float32 XFAIL [ 52%] 2022-11-23T05:14:34.0771937Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumprod_cuda_complex64 SKIPPED (Skipped!) [ 52%] 2022-11-23T05:14:34.0772461Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumprod_cuda_float32 SKIPPED (Skipped!) [ 52%] 2022-11-23T05:14:34.0772979Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumsum_cuda_complex64 SKIPPED (Skipped!) [ 52%] 2022-11-23T05:14:34.0773496Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_cumsum_cuda_float32 SKIPPED (Skipped!) [ 52%] 2022-11-23T05:14:34.0773973Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_fill_cuda_complex64 PASSED [ 52%] 2022-11-23T05:14:34.0774454Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_fill_cuda_float32 PASSED [ 52%] 2022-11-23T05:14:34.0774936Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_log_softmax_cuda_float32 XFAIL [ 52%] 2022-11-23T05:14:34.0775448Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_logaddexp_cuda_float32 SKIPPED (Skipped!) [ 52%] 2022-11-23T05:14:34.0775979Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_logsumexp_cuda_float32 SKIPPED (Skipped!) [ 53%] 2022-11-23T05:14:34.0776476Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_mean_cuda_complex64 XFAIL [ 53%] 2022-11-23T05:14:34.0776948Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_mean_cuda_float32 XFAIL [ 53%] 2022-11-23T05:14:34.0777441Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_median_cuda_float32 SKIPPED (Skipped!) [ 53%] 2022-11-23T05:14:34.0777912Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_norm_cuda_float32 XFAIL [ 53%] 2022-11-23T05:14:34.0778948Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_normalize_cuda_complex64 XFAIL [ 53%] 2022-11-23T05:14:34.0779438Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_normalize_cuda_float32 XFAIL [ 53%] 2022-11-23T05:14:34.0779920Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_prod_cuda_complex64 XFAIL [ 53%] 2022-11-23T05:14:34.0780395Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_prod_cuda_float32 XFAIL [ 53%] 2022-11-23T05:14:34.0780874Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_scatter_cuda_complex64 PASSED [ 53%] 2022-11-23T05:14:34.0781362Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_scatter_cuda_float32 PASSED [ 54%] 2022-11-23T05:14:34.0781832Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_select_cuda_complex64 PASSED [ 54%] 2022-11-23T05:14:34.0782316Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_select_cuda_float32 PASSED [ 54%] 2022-11-23T05:14:34.0782796Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_softmax_cuda_float32 XFAIL [ 54%] 2022-11-23T05:14:34.0783269Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_softmin_cuda_float32 XFAIL [ 54%] 2022-11-23T05:14:34.0783984Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_std_cuda_complex64 XFAIL [ 54%] 2022-11-23T05:14:34.0784986Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_std_cuda_float32 XFAIL [ 54%] 2022-11-23T05:14:34.0793990Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_sum_cuda_complex64 XFAIL [ 54%] 2022-11-23T05:14:34.0798438Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_sum_cuda_float32 XFAIL [ 54%] 2022-11-23T05:14:34.0799388Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_var_cuda_complex64 XFAIL [ 54%] 2022-11-23T05:14:34.0801731Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_masked_var_cuda_float32 XFAIL [ 55%] 2022-11-23T05:14:34.0802291Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matmul_cuda_complex64 PASSED [ 55%] 2022-11-23T05:14:34.0802760Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matmul_cuda_float32 PASSED [ 55%] 2022-11-23T05:14:34.0803234Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matrix_exp_cuda_complex64 PASSED [ 55%] 2022-11-23T05:14:34.0803718Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_matrix_exp_cuda_float32 PASSED [ 55%] 2022-11-23T05:14:34.0804167Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_binary_cuda_float32 PASSED [ 55%] 2022-11-23T05:14:34.0804671Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_pool2d_with_indices_backward_cuda_float32 XFAIL [ 55%] 2022-11-23T05:14:34.0805187Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_reduction_no_dim_cuda_float32 PASSED [ 55%] 2022-11-23T05:14:34.0805693Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_max_reduction_with_dim_cuda_float32 PASSED [ 55%] 2022-11-23T05:14:34.0806179Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_maximum_cuda_float32 PASSED [ 55%] 2022-11-23T05:14:34.0806642Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mean_cuda_complex64 PASSED [ 55%] 2022-11-23T05:14:34.0807104Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mean_cuda_float32 PASSED [ 56%] 2022-11-23T05:14:34.0807541Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_median_cuda_float32 PASSED [ 56%] 2022-11-23T05:14:34.0808029Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_complex64 PASSED [ 56%] 2022-11-23T05:14:34.0808547Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_list_of_tensors_cuda_float32 PASSED [ 56%] 2022-11-23T05:14:34.0809079Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_complex64 SKIPPED (Skipped!) [ 56%] 2022-11-23T05:14:34.0810424Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_meshgrid_variadic_tensors_cuda_float32 SKIPPED (Skipped!) [ 56%] 2022-11-23T05:14:34.0810931Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_min_binary_cuda_float32 PASSED [ 56%] 2022-11-23T05:14:34.0811419Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_min_reduction_no_dim_cuda_float32 PASSED [ 56%] 2022-11-23T05:14:34.0811911Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_min_reduction_with_dim_cuda_float32 PASSED [ 56%] 2022-11-23T05:14:34.0812386Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_minimum_cuda_float32 PASSED [ 56%] 2022-11-23T05:14:34.0812847Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mm_cuda_complex64 PASSED [ 57%] 2022-11-23T05:14:34.0813297Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mm_cuda_float32 PASSED [ 57%] 2022-11-23T05:14:34.0813754Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mode_cuda_float32 PASSED [ 57%] 2022-11-23T05:14:34.0814218Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_movedim_cuda_complex64 PASSED [ 57%] 2022-11-23T05:14:34.0814685Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_movedim_cuda_float32 PASSED [ 57%] 2022-11-23T05:14:34.0815122Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_msort_cuda_float32 PASSED [ 57%] 2022-11-23T05:14:34.0815718Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mul_cuda_complex64 PASSED [ 57%] 2022-11-23T05:14:34.0816192Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mul_cuda_float32 PASSED [ 57%] 2022-11-23T05:14:34.0816651Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_multinomial_cuda_float32 XFAIL [ 57%] 2022-11-23T05:14:34.0817114Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mv_cuda_complex64 PASSED [ 57%] 2022-11-23T05:14:34.0817565Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mv_cuda_float32 PASSED [ 58%] 2022-11-23T05:14:34.0818030Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mvlgamma_mvlgamma_p_1_cuda_float32 PASSED [ 58%] 2022-11-23T05:14:34.0818534Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mvlgamma_mvlgamma_p_3_cuda_float32 PASSED [ 58%] 2022-11-23T05:14:34.0819029Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_mvlgamma_mvlgamma_p_5_cuda_float32 PASSED [ 58%] 2022-11-23T05:14:34.0819511Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nan_to_num_cuda_float32 PASSED [ 58%] 2022-11-23T05:14:34.0819996Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nanmean_cuda_float32 SKIPPED (Skipped!) [ 58%] 2022-11-23T05:14:34.0820482Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nanmedian_cuda_float32 PASSED [ 58%] 2022-11-23T05:14:34.0820959Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nanquantile_cuda_float32 PASSED [ 58%] 2022-11-23T05:14:34.0821445Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nansum_cuda_float32 SKIPPED (Skipped!) [ 58%] 2022-11-23T05:14:34.0821928Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_copy_cuda_complex64 PASSED [ 58%] 2022-11-23T05:14:34.0822404Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_copy_cuda_float32 PASSED [ 58%] 2022-11-23T05:14:34.0822876Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_cuda_complex64 PASSED [ 59%] 2022-11-23T05:14:34.0823343Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_narrow_cuda_float32 PASSED [ 59%] 2022-11-23T05:14:34.0823817Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_native_batch_norm_cuda_float32 XFAIL [ 59%] 2022-11-23T05:14:34.0824331Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_native_dropout_backward_cuda_float32 SKIPPED (Skipped!) [ 59%] 2022-11-23T05:14:34.0824834Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_native_layer_norm_cuda_float32 XFAIL [ 59%] 2022-11-23T05:14:34.0825284Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ne_cuda_complex64 PASSED [ 59%] 2022-11-23T05:14:34.0825845Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ne_cuda_float32 PASSED [ 59%] 2022-11-23T05:14:34.0826301Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_neg_cuda_complex64 PASSED [ 59%] 2022-11-23T05:14:34.0826759Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_neg_cuda_float32 PASSED [ 59%] 2022-11-23T05:14:34.0827248Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_cuda_complex64 SKIPPED (Skipped!) [ 59%] 2022-11-23T05:14:34.0827761Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_cuda_float32 SKIPPED (Skipped!) [ 60%] 2022-11-23T05:14:34.0828331Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_strided_cuda_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 60%] 2022-11-23T05:14:34.0828945Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_empty_strided_cuda_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 60%] 2022-11-23T05:14:34.0829494Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_full_cuda_complex64 PASSED [ 60%] 2022-11-23T05:14:34.0829957Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_full_cuda_float32 PASSED [ 60%] 2022-11-23T05:14:34.0830508Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_ones_cuda_complex64 PASSED [ 60%] 2022-11-23T05:14:34.0831044Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_ones_cuda_float32 PASSED [ 60%] 2022-11-23T05:14:34.0831536Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_zeros_cuda_complex64 PASSED [ 60%] 2022-11-23T05:14:34.0832003Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_new_zeros_cuda_float32 PASSED [ 60%] 2022-11-23T05:14:34.0832445Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nextafter_cuda_float32 PASSED [ 60%] 2022-11-23T05:14:34.0832986Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional__scaled_dot_product_attention_cuda_float32 SKIPPED (Skipped!) [ 61%] 2022-11-23T05:14:34.0833558Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_avg_pool1d_cuda_float32 PASSED [ 61%] 2022-11-23T05:14:34.0834094Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_avg_pool2d_cuda_float32 XFAIL [ 61%] 2022-11-23T05:14:34.0834633Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_avg_pool3d_cuda_float32 XFAIL [ 61%] 2022-11-23T05:14:34.0835166Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_max_pool1d_cuda_float32 PASSED [ 61%] 2022-11-23T05:14:34.0835697Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_max_pool2d_cuda_float32 XFAIL [ 61%] 2022-11-23T05:14:34.0836217Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_adaptive_max_pool3d_cuda_float32 XFAIL [ 61%] 2022-11-23T05:14:34.0836726Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_alpha_dropout_cuda_float32 XFAIL [ 61%] 2022-11-23T05:14:34.0837237Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_avg_pool1d_cuda_float32 PASSED [ 61%] 2022-11-23T05:14:34.0837738Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_avg_pool2d_cuda_float32 PASSED [ 61%] 2022-11-23T05:14:34.0838239Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_avg_pool3d_cuda_float32 PASSED [ 61%] 2022-11-23T05:14:34.0838735Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_batch_norm_cuda_float32 PASSED [ 62%] 2022-11-23T05:14:34.0839263Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_batch_norm_without_cudnn_cuda_float32 PASSED [ 62%] 2022-11-23T05:14:34.0839783Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_bilinear_cuda_float32 PASSED [ 62%] 2022-11-23T05:14:34.0840282Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_binary_cross_entropy_cuda_float32 XFAIL [ 62%] 2022-11-23T05:14:34.0840953Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_binary_cross_entropy_with_logits_cuda_float32 SKIPPED (Skipped!) [ 62%] 2022-11-23T05:14:34.0841498Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_celu_cuda_float32 PASSED [ 62%] 2022-11-23T05:14:34.0842022Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv1d_cuda_complex64 SKIPPED (Skipped!) [ 62%] 2022-11-23T05:14:34.0842556Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv1d_cuda_float32 SKIPPED (Skipped!) [ 62%] 2022-11-23T05:14:34.0843105Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv2d_cuda_complex64 SKIPPED (Works on some configs!) [ 62%] 2022-11-23T05:14:34.0843666Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv2d_cuda_float32 SKIPPED (Works on some configs!) [ 62%] 2022-11-23T05:14:34.0844232Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose1d_cuda_complex64 SKIPPED (Skipped!) [ 63%] 2022-11-23T05:14:34.0844757Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose1d_cuda_float32 XFAIL [ 63%] 2022-11-23T05:14:34.0845308Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose2d_cuda_complex64 SKIPPED (Skipped!) [ 63%] 2022-11-23T05:14:34.0845945Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose2d_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T05:14:34.0846529Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose3d_cuda_complex64 SKIPPED (Skipped!) [ 63%] 2022-11-23T05:14:34.0847092Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_conv_transpose3d_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T05:14:34.0847639Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_cosine_embedding_loss_cuda_float32 PASSED [ 63%] 2022-11-23T05:14:34.0848183Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_cosine_similarity_cuda_float32 PASSED [ 63%] 2022-11-23T05:14:34.0848701Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_cross_entropy_cuda_float32 XFAIL [ 63%] 2022-11-23T05:14:34.0849208Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_ctc_loss_cuda_float32 SKIPPED (Skipped!) [ 63%] 2022-11-23T05:14:34.0849726Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_dropout2d_cuda_float32 XFAIL [ 63%] 2022-11-23T05:14:34.0850224Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_dropout3d_cuda_float32 XFAIL [ 64%] 2022-11-23T05:14:34.0850715Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_dropout_cuda_float32 XFAIL [ 64%] 2022-11-23T05:14:34.0851207Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_elu_cuda_float32 PASSED [ 64%] 2022-11-23T05:14:34.0851721Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_embedding_bag_cuda_float32 XFAIL [ 64%] 2022-11-23T05:14:34.0852230Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_embedding_cuda_float32 XFAIL [ 64%] 2022-11-23T05:14:34.0852764Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_with_train_cuda_float32 XFAIL [ 64%] 2022-11-23T05:14:34.0853317Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 XFAIL [ 64%] 2022-11-23T05:14:34.0853895Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_feature_alpha_dropout_without_train_cuda_float32 XFAIL [ 64%] 2022-11-23T05:14:34.0854445Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_fractional_max_pool2d_cuda_float32 XFAIL [ 64%] 2022-11-23T05:14:34.0854977Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_fractional_max_pool3d_cuda_float32 XFAIL [ 64%] 2022-11-23T05:14:34.0855622Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_gaussian_nll_loss_cuda_float32 SKIPPED (Skipped!) [ 65%] 2022-11-23T05:14:34.0856148Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_gelu_cuda_float32 PASSED [ 65%] 2022-11-23T05:14:34.0856646Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_glu_cuda_float32 PASSED [ 65%] 2022-11-23T05:14:34.0857148Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_grid_sample_cuda_float32 PASSED [ 65%] 2022-11-23T05:14:34.0857634Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_group_norm_cuda_float32 XFAIL [ 65%] 2022-11-23T05:14:34.0858138Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardshrink_cuda_float32 PASSED [ 65%] 2022-11-23T05:14:34.0858651Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardsigmoid_cuda_float32 PASSED [ 65%] 2022-11-23T05:14:34.0859161Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardswish_cuda_float32 PASSED [ 65%] 2022-11-23T05:14:34.0859664Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hardtanh_cuda_float32 PASSED [ 65%] 2022-11-23T05:14:34.0860260Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_hinge_embedding_loss_cuda_float32 PASSED [ 65%] 2022-11-23T05:14:34.0860820Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_huber_loss_cuda_float32 SKIPPED (Skipped!) [ 66%] 2022-11-23T05:14:34.0861327Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_instance_norm_cuda_float32 XFAIL [ 66%] 2022-11-23T05:14:34.0861846Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_area_cuda_float32 XFAIL [ 66%] 2022-11-23T05:14:34.0862367Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_bicubic_cuda_float32 XFAIL [ 66%] 2022-11-23T05:14:34.0862899Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_bilinear_cuda_float32 XFAIL [ 66%] 2022-11-23T05:14:34.0863427Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_linear_cuda_float32 XFAIL [ 66%] 2022-11-23T05:14:34.0863957Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_nearest_cuda_float32 XFAIL [ 66%] 2022-11-23T05:14:34.0864494Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_interpolate_trilinear_cuda_float32 XFAIL [ 66%] 2022-11-23T05:14:34.0865009Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_kl_div_cuda_float32 PASSED [ 66%] 2022-11-23T05:14:34.0865488Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_l1_loss_cuda_complex64 PASSED [ 66%] 2022-11-23T05:14:34.0865984Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_l1_loss_cuda_float32 XFAIL [ 66%] 2022-11-23T05:14:34.0866488Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_layer_norm_cuda_float32 PASSED [ 67%] 2022-11-23T05:14:34.0866989Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_leaky_relu_cuda_float32 PASSED [ 67%] 2022-11-23T05:14:34.0867582Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_linear_cuda_complex64 PASSED [ 67%] 2022-11-23T05:14:34.0868081Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_linear_cuda_float32 PASSED [ 67%] 2022-11-23T05:14:34.0868593Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_local_response_norm_cuda_float32 XFAIL [ 67%] 2022-11-23T05:14:34.0869095Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_logsigmoid_cuda_float32 PASSED [ 67%] 2022-11-23T05:14:34.0869618Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_margin_ranking_loss_cuda_float32 PASSED [ 67%] 2022-11-23T05:14:34.0870326Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_pool1d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 67%] 2022-11-23T05:14:34.0870984Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_pool2d_cuda_float32 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 67%] 2022-11-23T05:14:34.0871568Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_pool3d_cuda_float32 PASSED [ 67%] 2022-11-23T05:14:34.0872079Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool1d_cuda_float32 PASSED [ 68%] 2022-11-23T05:14:34.0872602Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool1d_grad_cuda_float32 PASSED [ 68%] 2022-11-23T05:14:34.0873119Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool2d_cuda_float32 PASSED [ 68%] 2022-11-23T05:14:34.0873624Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool2d_grad_cuda_float32 PASSED [ 68%] 2022-11-23T05:14:34.0874146Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool3d_cuda_float32 PASSED [ 68%] 2022-11-23T05:14:34.0874662Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_max_unpool3d_grad_cuda_float32 PASSED [ 68%] 2022-11-23T05:14:34.0875242Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_mish_cuda_float32 PASSED [ 68%] 2022-11-23T05:14:34.0875759Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_mse_loss_cuda_float32 XFAIL [ 68%] 2022-11-23T05:14:34.0876271Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_multi_margin_loss_cuda_float32 PASSED [ 68%] 2022-11-23T05:14:34.0876802Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_multilabel_margin_loss_cuda_float32 PASSED [ 68%] 2022-11-23T05:14:34.0877375Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_multilabel_soft_margin_loss_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T05:14:34.0877914Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_nll_loss_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T05:14:34.0878438Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_normalize_cuda_complex64 PASSED [ 69%] 2022-11-23T05:14:34.0878947Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_normalize_cuda_float32 PASSED [ 69%] 2022-11-23T05:14:34.0879464Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_circular_cuda_complex64 PASSED [ 69%] 2022-11-23T05:14:34.0880002Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_circular_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T05:14:34.0880544Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_constant_cuda_complex64 PASSED [ 69%] 2022-11-23T05:14:34.0881068Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_constant_cuda_float32 PASSED [ 69%] 2022-11-23T05:14:34.0881583Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_reflect_cuda_complex64 PASSED [ 69%] 2022-11-23T05:14:34.0882097Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_reflect_cuda_float32 SKIPPED (Skipped!) [ 69%] 2022-11-23T05:14:34.0882638Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_replicate_cuda_complex64 PASSED [ 69%] 2022-11-23T05:14:34.0883172Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pad_replicate_cuda_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T05:14:34.0883734Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_complex64 SKIPPED (Skipped!) [ 70%] 2022-11-23T05:14:34.0884294Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pairwise_distance_cuda_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T05:14:34.0884920Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pdist_cuda_float32 PASSED [ 70%] 2022-11-23T05:14:34.0885455Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_complex64 SKIPPED (Skipped!) [ 70%] 2022-11-23T05:14:34.0886005Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_shuffle_cuda_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T05:14:34.0886542Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_complex64 SKIPPED (Skipped!) [ 70%] 2022-11-23T05:14:34.0887334Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_pixel_unshuffle_cuda_float32 SKIPPED (Skipped!) [ 70%] 2022-11-23T05:14:34.0887986Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_poisson_nll_loss_cuda_float32 PASSED [ 70%] 2022-11-23T05:14:34.0888636Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_prelu_cuda_float32 XFAIL [ 70%] 2022-11-23T05:14:34.0889130Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_relu6_cuda_float32 PASSED [ 71%] 2022-11-23T05:14:34.0889618Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_relu_cuda_float32 PASSED [ 71%] 2022-11-23T05:14:34.0890105Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_rrelu_cuda_float32 XFAIL [ 71%] 2022-11-23T05:14:34.0890669Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_selu_cuda_float32 PASSED [ 71%] 2022-11-23T05:14:34.0891184Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_silu_cuda_float32 PASSED [ 71%] 2022-11-23T05:14:34.0891679Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_smooth_l1_loss_cuda_float32 XFAIL [ 71%] 2022-11-23T05:14:34.0892196Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_soft_margin_loss_cuda_float32 PASSED [ 71%] 2022-11-23T05:14:34.0892710Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softmin_cuda_float32 PASSED [ 71%] 2022-11-23T05:14:34.0893225Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_complex64 PASSED [ 71%] 2022-11-23T05:14:34.0893757Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softmin_with_dtype_cuda_float32 PASSED [ 71%] 2022-11-23T05:14:34.0894281Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softplus_cuda_float32 PASSED [ 72%] 2022-11-23T05:14:34.0894776Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softshrink_cuda_float32 PASSED [ 72%] 2022-11-23T05:14:34.0895287Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softsign_cuda_complex64 PASSED [ 72%] 2022-11-23T05:14:34.0895800Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_softsign_cuda_float32 PASSED [ 72%] 2022-11-23T05:14:34.0896320Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_tanhshrink_cuda_complex64 PASSED [ 72%] 2022-11-23T05:14:34.0896832Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_tanhshrink_cuda_float32 PASSED [ 72%] 2022-11-23T05:14:34.0897338Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_threshold_cuda_float32 PASSED [ 72%] 2022-11-23T05:14:34.0898039Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cuda_complex64 PASSED [ 72%] 2022-11-23T05:14:34.0898557Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_loss_cuda_float32 PASSED [ 72%] 2022-11-23T05:14:34.0899115Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 XFAIL [ 72%] 2022-11-23T05:14:34.0899690Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_triplet_margin_with_distance_loss_cuda_float32 XFAIL [ 72%] 2022-11-23T05:14:34.0900380Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_unfold_cuda_complex64 SKIPPED (Internal assert failed!) [ 73%] 2022-11-23T05:14:34.0900954Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_unfold_cuda_float32 SKIPPED (Internal assert failed!) [ 73%] 2022-11-23T05:14:34.0901509Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_upsample_bilinear_cuda_float32 XFAIL [ 73%] 2022-11-23T05:14:34.0902038Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nn_functional_upsample_nearest_cuda_float32 XFAIL [ 73%] 2022-11-23T05:14:34.0902530Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nonzero_cuda_complex64 XFAIL [ 73%] 2022-11-23T05:14:34.0902975Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_nonzero_cuda_float32 XFAIL [ 73%] 2022-11-23T05:14:34.0903522Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_cuda_complex64 PASSED [ 73%] 2022-11-23T05:14:34.0903980Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_cuda_float32 XFAIL [ 73%] 2022-11-23T05:14:34.0904435Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_fro_cuda_complex64 XFAIL [ 73%] 2022-11-23T05:14:34.0904897Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_fro_cuda_float32 XFAIL [ 73%] 2022-11-23T05:14:34.0905442Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_inf_cuda_complex64 PASSED [ 74%] 2022-11-23T05:14:34.0905929Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_inf_cuda_float32 XFAIL [ 74%] 2022-11-23T05:14:34.0906372Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_nuc_cuda_complex64 XFAIL [ 74%] 2022-11-23T05:14:34.0906828Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_norm_nuc_cuda_float32 XFAIL [ 74%] 2022-11-23T05:14:34.0907279Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_normal_cuda_float32 XFAIL [ 74%] 2022-11-23T05:14:34.0907750Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_normal_number_mean_cuda_float32 XFAIL [ 74%] 2022-11-23T05:14:34.0908249Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_cuda_complex64 SKIPPED (Skipped!) [ 74%] 2022-11-23T05:14:34.0908739Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_cuda_float32 SKIPPED (Skipped!) [ 74%] 2022-11-23T05:14:34.0909223Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_like_cuda_complex64 PASSED [ 74%] 2022-11-23T05:14:34.0909672Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ones_like_cuda_float32 PASSED [ 74%] 2022-11-23T05:14:34.0910184Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ormqr_cuda_complex64 PASSED [ 75%] 2022-11-23T05:14:34.0910641Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ormqr_cuda_float32 PASSED [ 75%] 2022-11-23T05:14:34.0911094Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_outer_cuda_complex64 PASSED [ 75%] 2022-11-23T05:14:34.0911553Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_outer_cuda_float32 PASSED [ 75%] 2022-11-23T05:14:34.0912019Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pca_lowrank_cuda_float32 XFAIL [ 75%] 2022-11-23T05:14:34.0912486Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_permute_cuda_complex64 PASSED [ 75%] 2022-11-23T05:14:34.0912931Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_permute_cuda_float32 PASSED [ 75%] 2022-11-23T05:14:34.0913399Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pinverse_cuda_complex64 PASSED [ 75%] 2022-11-23T05:14:34.0913872Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pinverse_cuda_float32 PASSED [ 75%] 2022-11-23T05:14:34.0914327Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polar_cuda_float32 PASSED [ 75%] 2022-11-23T05:14:34.0914808Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_0_cuda_float32 PASSED [ 75%] 2022-11-23T05:14:34.0915332Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_1_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T05:14:34.0915971Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_2_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T05:14:34.0916489Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_3_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T05:14:34.0917027Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_polygamma_polygamma_n_4_cuda_float32 SKIPPED (Skipped!) [ 76%] 2022-11-23T05:14:34.0917527Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_positive_cuda_complex64 PASSED [ 76%] 2022-11-23T05:14:34.0917998Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_positive_cuda_float32 PASSED [ 76%] 2022-11-23T05:14:34.0918459Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pow_cuda_complex64 PASSED [ 76%] 2022-11-23T05:14:34.0918915Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_pow_cuda_float32 PASSED [ 76%] 2022-11-23T05:14:34.0919374Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_prod_cuda_complex64 PASSED [ 76%] 2022-11-23T05:14:34.0919811Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_prod_cuda_float32 PASSED [ 76%] 2022-11-23T05:14:34.0920261Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_put_cuda_complex64 PASSED [ 77%] 2022-11-23T05:14:34.0920785Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_put_cuda_float32 PASSED [ 77%] 2022-11-23T05:14:34.0921251Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_qr_cuda_complex64 PASSED [ 77%] 2022-11-23T05:14:34.0921699Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_qr_cuda_float32 PASSED [ 77%] 2022-11-23T05:14:34.0922151Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_quantile_cuda_float32 PASSED [ 77%] 2022-11-23T05:14:34.0922613Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rad2deg_cuda_float32 PASSED [ 77%] 2022-11-23T05:14:34.0923067Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rand_like_cuda_complex64 XFAIL [ 77%] 2022-11-23T05:14:34.0923530Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rand_like_cuda_float32 XFAIL [ 77%] 2022-11-23T05:14:34.0923984Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randint_cuda_float32 XFAIL [ 77%] 2022-11-23T05:14:34.0924448Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randint_like_cuda_float32 XFAIL [ 77%] 2022-11-23T05:14:34.0924909Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_cuda_complex64 XFAIL [ 77%] 2022-11-23T05:14:34.0925361Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_cuda_float32 XFAIL [ 78%] 2022-11-23T05:14:34.0925804Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_like_cuda_complex64 XFAIL [ 78%] 2022-11-23T05:14:34.0926266Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_randn_like_cuda_float32 XFAIL [ 78%] 2022-11-23T05:14:34.0926723Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ravel_cuda_complex64 PASSED [ 78%] 2022-11-23T05:14:34.0927185Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_ravel_cuda_float32 PASSED [ 78%] 2022-11-23T05:14:34.0927641Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_real_cuda_complex64 PASSED [ 78%] 2022-11-23T05:14:34.0928094Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_real_cuda_float32 PASSED [ 78%] 2022-11-23T05:14:34.0928565Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reciprocal_cuda_complex64 PASSED [ 78%] 2022-11-23T05:14:34.0929026Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reciprocal_cuda_float32 PASSED [ 78%] 2022-11-23T05:14:34.0929494Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_remainder_cuda_float32 PASSED [ 78%] 2022-11-23T05:14:34.0929952Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_renorm_cuda_complex64 PASSED [ 79%] 2022-11-23T05:14:34.0930410Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_renorm_cuda_float32 PASSED [ 79%] 2022-11-23T05:14:34.0930970Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_cuda_complex64 PASSED [ 79%] 2022-11-23T05:14:34.0931433Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_cuda_float32 PASSED [ 79%] 2022-11-23T05:14:34.0931933Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_interleave_cuda_complex64 SKIPPED (Skipped!) [ 79%] 2022-11-23T05:14:34.0932453Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_repeat_interleave_cuda_float32 SKIPPED (Skipped!) [ 79%] 2022-11-23T05:14:34.0932957Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_as_cuda_complex64 PASSED [ 79%] 2022-11-23T05:14:34.0933433Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_as_cuda_float32 PASSED [ 79%] 2022-11-23T05:14:34.0933903Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_cuda_complex64 PASSED [ 79%] 2022-11-23T05:14:34.0934363Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_reshape_cuda_float32 PASSED [ 79%] 2022-11-23T05:14:34.0934831Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize__cuda_complex64 PASSED [ 80%] 2022-11-23T05:14:34.0935290Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize__cuda_float32 PASSED [ 80%] 2022-11-23T05:14:34.0935737Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize_as__cuda_complex64 PASSED [ 80%] 2022-11-23T05:14:34.0936284Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resize_as__cuda_float32 PASSED [ 80%] 2022-11-23T05:14:34.0936783Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_conj_cuda_complex64 PASSED [ 80%] 2022-11-23T05:14:34.0937264Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_conj_cuda_float32 PASSED [ 80%] 2022-11-23T05:14:34.0937737Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_neg_cuda_complex64 PASSED [ 80%] 2022-11-23T05:14:34.0938211Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_resolve_neg_cuda_float32 PASSED [ 80%] 2022-11-23T05:14:34.0938678Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_roll_cuda_complex64 PASSED [ 80%] 2022-11-23T05:14:34.0939112Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_roll_cuda_float32 PASSED [ 80%] 2022-11-23T05:14:34.0939569Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rot90_cuda_complex64 PASSED [ 80%] 2022-11-23T05:14:34.0940026Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rot90_cuda_float32 PASSED [ 81%] 2022-11-23T05:14:34.0940472Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_cuda_float32 PASSED [ 81%] 2022-11-23T05:14:34.0940936Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_decimals_0_cuda_float32 PASSED [ 81%] 2022-11-23T05:14:34.0941437Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_decimals_3_cuda_float32 SKIPPED (Skipped!) [ 81%] 2022-11-23T05:14:34.0941962Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_round_decimals_neg_3_cuda_float32 SKIPPED (Skipped!) [ 81%] 2022-11-23T05:14:34.0942440Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsqrt_cuda_complex64 PASSED [ 81%] 2022-11-23T05:14:34.0942977Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsqrt_cuda_float32 PASSED [ 81%] 2022-11-23T05:14:34.0943425Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsub_cuda_complex64 PASSED [ 81%] 2022-11-23T05:14:34.0943879Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_rsub_cuda_float32 PASSED [ 81%] 2022-11-23T05:14:34.0944345Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scalar_tensor_cuda_complex64 XFAIL [ 81%] 2022-11-23T05:14:34.0944821Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scalar_tensor_cuda_float32 XFAIL [ 82%] 2022-11-23T05:14:34.0945302Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_add_cuda_complex64 PASSED [ 82%] 2022-11-23T05:14:34.0945762Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_add_cuda_float32 PASSED [ 82%] 2022-11-23T05:14:34.0946334Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_cuda_complex64 PASSED [ 82%] 2022-11-23T05:14:34.0946800Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_cuda_float32 PASSED [ 82%] 2022-11-23T05:14:34.0947277Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_amax_cuda_float32 PASSED [ 82%] 2022-11-23T05:14:34.0947772Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_amin_cuda_float32 PASSED [ 82%] 2022-11-23T05:14:34.0948262Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_mean_cuda_float32 PASSED [ 82%] 2022-11-23T05:14:34.0948832Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_prod_cuda_float32 PASSED [ 82%] 2022-11-23T05:14:34.0949306Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_scatter_reduce_sum_cuda_float32 PASSED [ 82%] 2022-11-23T05:14:34.0949825Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_searchsorted_cuda_float32 SKIPPED (Expected failure!) [ 83%] 2022-11-23T05:14:34.0950364Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_segment_reduce_lengths_cuda_float32 SKIPPED (Skipped!) [ 83%] 2022-11-23T05:14:34.0950896Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_segment_reduce_offsets_cuda_float32 SKIPPED (Skipped!) [ 83%] 2022-11-23T05:14:34.0951463Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_select_cuda_complex64 PASSED [ 83%] 2022-11-23T05:14:34.0951950Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_select_cuda_float32 PASSED [ 83%] 2022-11-23T05:14:34.0952421Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_select_scatter_cuda_float32 PASSED [ 83%] 2022-11-23T05:14:34.0952867Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sgn_cuda_complex64 PASSED [ 83%] 2022-11-23T05:14:34.0953317Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sgn_cuda_float32 PASSED [ 83%] 2022-11-23T05:14:34.0953778Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_short_cuda_complex64 XFAIL [ 83%] 2022-11-23T05:14:34.0954226Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_short_cuda_float32 XFAIL [ 83%] 2022-11-23T05:14:34.0954690Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sigmoid_cuda_complex64 PASSED [ 83%] 2022-11-23T05:14:34.0955158Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sigmoid_cuda_float32 PASSED [ 84%] 2022-11-23T05:14:34.0955615Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sign_cuda_float32 PASSED [ 84%] 2022-11-23T05:14:34.0956068Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_cosine_cuda_float32 XFAIL [ 84%] 2022-11-23T05:14:34.0956575Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_exponential_cuda_float32 XFAIL [ 84%] 2022-11-23T05:14:34.0957087Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_gaussian_cuda_float32 XFAIL [ 84%] 2022-11-23T05:14:34.0957590Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signal_windows_kaiser_cuda_float32 XFAIL [ 84%] 2022-11-23T05:14:34.0958062Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_signbit_cuda_float32 PASSED [ 84%] 2022-11-23T05:14:34.0958522Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sin_cuda_complex64 PASSED [ 84%] 2022-11-23T05:14:34.0958966Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sin_cuda_float32 PASSED [ 84%] 2022-11-23T05:14:34.0977292Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinc_cuda_complex64 PASSED [ 84%] 2022-11-23T05:14:34.0977871Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinc_cuda_float32 PASSED [ 85%] 2022-11-23T05:14:34.0978338Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinh_cuda_complex64 PASSED [ 85%] 2022-11-23T05:14:34.0978795Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sinh_cuda_float32 PASSED [ 85%] 2022-11-23T05:14:34.0979525Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_slice_cuda_complex64 SKIPPED (variant consistency doesn't work on torch.ops) [ 85%] 2022-11-23T05:14:34.0980132Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_slice_cuda_float32 SKIPPED (variant consistency doesn't work on torch.ops) [ 85%] 2022-11-23T05:14:34.0980673Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_slice_scatter_cuda_float32 PASSED [ 85%] 2022-11-23T05:14:34.0981150Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_softmax_cuda_float32 PASSED [ 85%] 2022-11-23T05:14:34.0981641Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_softmax_with_dtype_cuda_complex64 PASSED [ 85%] 2022-11-23T05:14:34.0982146Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_softmax_with_dtype_cuda_float32 PASSED [ 85%] 2022-11-23T05:14:34.0982622Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sort_cuda_float32 PASSED [ 85%] 2022-11-23T05:14:34.0983134Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sparse_sampled_addmm_cuda_complex64 SKIPPED (Skipped!) [ 86%] 2022-11-23T05:14:34.0983670Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sparse_sampled_addmm_cuda_float32 SKIPPED (Skipped!) [ 86%] 2022-11-23T05:14:34.0984178Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_airy_ai_cuda_float32 PASSED [ 86%] 2022-11-23T05:14:34.0984759Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_j0_cuda_float32 PASSED [ 86%] 2022-11-23T05:14:34.0985269Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_j1_cuda_float32 PASSED [ 86%] 2022-11-23T05:14:34.0985760Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_y0_cuda_float32 PASSED [ 86%] 2022-11-23T05:14:34.0986248Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_bessel_y1_cuda_float32 PASSED [ 86%] 2022-11-23T05:14:34.0986767Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_t_cuda_float32 PASSED [ 86%] 2022-11-23T05:14:34.0987283Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_u_cuda_float32 PASSED [ 86%] 2022-11-23T05:14:34.0987906Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T05:14:34.0988773Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 86%] 2022-11-23T05:14:34.0989479Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_entr_cuda_float32 PASSED [ 87%] 2022-11-23T05:14:34.0990062Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_erfcx_cuda_float32 PASSED [ 87%] 2022-11-23T05:14:34.0990572Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_hermite_polynomial_h_cuda_float32 PASSED [ 87%] 2022-11-23T05:14:34.0991105Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_hermite_polynomial_he_cuda_float32 PASSED [ 87%] 2022-11-23T05:14:34.0991606Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_i0e_cuda_float32 PASSED [ 87%] 2022-11-23T05:14:34.0992060Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_i1_cuda_float32 PASSED [ 87%] 2022-11-23T05:14:34.0992539Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_i1e_cuda_float32 PASSED [ 87%] 2022-11-23T05:14:34.0993045Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_laguerre_polynomial_l_cuda_float32 PASSED [ 87%] 2022-11-23T05:14:34.0993658Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_legendre_polynomial_p_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 87%] 2022-11-23T05:14:34.0994240Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_log_ndtr_cuda_float32 PASSED [ 87%] 2022-11-23T05:14:34.0994983Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_i0_cuda_float32 PASSED [ 88%] 2022-11-23T05:14:34.0995512Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_i1_cuda_float32 PASSED [ 88%] 2022-11-23T05:14:34.0996232Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_k0_cuda_float32 PASSED [ 88%] 2022-11-23T05:14:34.0996736Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_modified_bessel_k1_cuda_float32 PASSED [ 88%] 2022-11-23T05:14:34.0997229Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_ndtr_cuda_float32 PASSED [ 88%] 2022-11-23T05:14:34.0997754Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_ndtri_cuda_float32 PASSED [ 88%] 2022-11-23T05:14:34.0998283Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_polygamma_special_polygamma_n_0_cuda_float32 XFAIL [ 88%] 2022-11-23T05:14:34.0998827Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_scaled_modified_bessel_k0_cuda_float32 PASSED [ 88%] 2022-11-23T05:14:34.0999360Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_scaled_modified_bessel_k1_cuda_float32 PASSED [ 88%] 2022-11-23T05:14:34.0999989Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_t_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T05:14:34.1000795Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_u_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 88%] 2022-11-23T05:14:34.1001647Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_v_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2022-11-23T05:14:34.1002551Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_shifted_chebyshev_polynomial_w_cuda_float32 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 89%] 2022-11-23T05:14:34.1003157Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_spherical_bessel_j0_cuda_float32 PASSED [ 89%] 2022-11-23T05:14:34.1003662Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_xlog1py_cuda_float32 PASSED [ 89%] 2022-11-23T05:14:34.1004148Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_special_zeta_cuda_float32 PASSED [ 89%] 2022-11-23T05:14:34.1004624Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_cuda_complex64 PASSED [ 89%] 2022-11-23T05:14:34.1005085Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_cuda_float32 PASSED [ 89%] 2022-11-23T05:14:34.1005562Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_list_args_cuda_complex64 PASSED [ 89%] 2022-11-23T05:14:34.1006033Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_list_args_cuda_float32 PASSED [ 89%] 2022-11-23T05:14:34.1006528Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_with_sizes_cuda_complex64 PASSED [ 89%] 2022-11-23T05:14:34.1007018Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_split_with_sizes_cuda_float32 PASSED [ 90%] 2022-11-23T05:14:34.1007613Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sqrt_cuda_complex64 PASSED [ 90%] 2022-11-23T05:14:34.1008276Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sqrt_cuda_float32 PASSED [ 90%] 2022-11-23T05:14:34.1008860Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_square_cuda_complex64 PASSED [ 90%] 2022-11-23T05:14:34.1009324Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_square_cuda_float32 PASSED [ 90%] 2022-11-23T05:14:34.1009774Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_squeeze_cuda_complex64 PASSED [ 90%] 2022-11-23T05:14:34.1010242Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_squeeze_cuda_float32 PASSED [ 90%] 2022-11-23T05:14:34.1010821Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stack_cuda_complex64 PASSED [ 90%] 2022-11-23T05:14:34.1011362Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stack_cuda_float32 PASSED [ 90%] 2022-11-23T05:14:34.1011819Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_cuda_complex64 PASSED [ 90%] 2022-11-23T05:14:34.1012267Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_cuda_float32 PASSED [ 91%] 2022-11-23T05:14:34.1012731Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_mean_cuda_complex64 PASSED [ 91%] 2022-11-23T05:14:34.1013186Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_std_mean_cuda_float32 PASSED [ 91%] 2022-11-23T05:14:34.1013835Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stft_cuda_complex64 SKIPPED (Skipped! stft does not match the native function) [ 91%] 2022-11-23T05:14:34.1014642Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_stft_cuda_float32 SKIPPED (Skipped! stft does not match the native function) [ 91%] 2022-11-23T05:14:34.1015173Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sub_cuda_complex64 PASSED [ 91%] 2022-11-23T05:14:34.1015625Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sub_cuda_float32 PASSED [ 91%] 2022-11-23T05:14:34.1016079Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_cuda_complex64 PASSED [ 91%] 2022-11-23T05:14:34.1016621Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_cuda_float32 PASSED [ 91%] 2022-11-23T05:14:34.1017094Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_to_size_cuda_complex64 PASSED [ 91%] 2022-11-23T05:14:34.1017568Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_sum_to_size_cuda_float32 XFAIL [ 91%] 2022-11-23T05:14:34.1018120Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_svd_cuda_complex64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 92%] 2022-11-23T05:14:34.1018651Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_svd_cuda_float32 PASSED [ 92%] 2022-11-23T05:14:34.1019115Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_svd_lowrank_cuda_float32 XFAIL [ 92%] 2022-11-23T05:14:34.1019582Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_symeig_cuda_complex64 PASSED [ 92%] 2022-11-23T05:14:34.1020205Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_symeig_cuda_float32 PASSED [ 92%] 2022-11-23T05:14:34.1020842Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_t_cuda_complex64 PASSED [ 92%] 2022-11-23T05:14:34.1021300Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_t_cuda_float32 PASSED [ 92%] 2022-11-23T05:14:34.1021771Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_along_dim_cuda_complex64 PASSED [ 92%] 2022-11-23T05:14:34.1022259Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_along_dim_cuda_float32 PASSED [ 92%] 2022-11-23T05:14:34.1022728Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_cuda_complex64 PASSED [ 92%] 2022-11-23T05:14:34.1023185Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_take_cuda_float32 PASSED [ 93%] 2022-11-23T05:14:34.1023639Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tan_cuda_complex64 PASSED [ 93%] 2022-11-23T05:14:34.1024072Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tan_cuda_float32 PASSED [ 93%] 2022-11-23T05:14:34.1024528Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tanh_cuda_complex64 PASSED [ 93%] 2022-11-23T05:14:34.1024982Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tanh_cuda_float32 PASSED [ 93%] 2022-11-23T05:14:34.1025453Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensor_split_cuda_complex64 PASSED [ 93%] 2022-11-23T05:14:34.1026044Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensor_split_cuda_float32 PASSED [ 93%] 2022-11-23T05:14:34.1026578Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensordot_cuda_complex64 PASSED [ 93%] 2022-11-23T05:14:34.1027364Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tensordot_cuda_float32 PASSED [ 93%] 2022-11-23T05:14:34.1027819Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tile_cuda_complex64 PASSED [ 93%] 2022-11-23T05:14:34.1028275Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tile_cuda_float32 PASSED [ 94%] 2022-11-23T05:14:34.1028729Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_cuda_complex64 PASSED [ 94%] 2022-11-23T05:14:34.1029175Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_cuda_float32 PASSED [ 94%] 2022-11-23T05:14:34.1029642Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_sparse_cuda_complex64 PASSED [ 94%] 2022-11-23T05:14:34.1030117Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_to_sparse_cuda_float32 PASSED [ 94%] 2022-11-23T05:14:34.1030579Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_topk_cuda_float32 PASSED [ 94%] 2022-11-23T05:14:34.1031028Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trace_cuda_complex64 PASSED [ 94%] 2022-11-23T05:14:34.1031487Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trace_cuda_float32 PASSED [ 94%] 2022-11-23T05:14:34.1031952Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_transpose_cuda_complex64 PASSED [ 94%] 2022-11-23T05:14:34.1032572Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_transpose_cuda_float32 PASSED [ 94%] 2022-11-23T05:14:34.1033266Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapezoid_cuda_complex64 PASSED [ 94%] 2022-11-23T05:14:34.1033885Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapezoid_cuda_float32 PASSED [ 95%] 2022-11-23T05:14:34.1034335Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapz_cuda_complex64 PASSED [ 95%] 2022-11-23T05:14:34.1034796Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trapz_cuda_float32 PASSED [ 95%] 2022-11-23T05:14:34.1035277Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triangular_solve_cuda_complex64 PASSED [ 95%] 2022-11-23T05:14:34.1035783Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triangular_solve_cuda_float32 PASSED [ 95%] 2022-11-23T05:14:34.1036259Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tril_cuda_complex64 PASSED [ 95%] 2022-11-23T05:14:34.1036714Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_tril_cuda_float32 PASSED [ 95%] 2022-11-23T05:14:34.1037172Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triu_cuda_complex64 PASSED [ 95%] 2022-11-23T05:14:34.1037606Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_triu_cuda_float32 PASSED [ 95%] 2022-11-23T05:14:34.1038073Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_true_divide_cuda_complex64 PASSED [ 95%] 2022-11-23T05:14:34.1038547Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_true_divide_cuda_float32 PASSED [ 96%] 2022-11-23T05:14:34.1039131Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_trunc_cuda_float32 PASSED [ 96%] 2022-11-23T05:14:34.1039798Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unbind_cuda_complex64 PASSED [ 96%] 2022-11-23T05:14:34.1040272Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unbind_cuda_float32 PASSED [ 96%] 2022-11-23T05:14:34.1040744Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unflatten_cuda_complex64 PASSED [ 96%] 2022-11-23T05:14:34.1041206Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unflatten_cuda_float32 PASSED [ 96%] 2022-11-23T05:14:34.1041685Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_copy_cuda_complex64 PASSED [ 96%] 2022-11-23T05:14:34.1042164Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_copy_cuda_float32 PASSED [ 96%] 2022-11-23T05:14:34.1042634Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_cuda_complex64 PASSED [ 96%] 2022-11-23T05:14:34.1043098Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unfold_cuda_float32 PASSED [ 96%] 2022-11-23T05:14:34.1043673Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_uniform_cuda_complex64 XFAIL [ 97%] 2022-11-23T05:14:34.1044135Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_uniform_cuda_float32 XFAIL [ 97%] 2022-11-23T05:14:34.1044594Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unique_consecutive_cuda_float32 XFAIL [ 97%] 2022-11-23T05:14:34.1045069Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unique_cuda_float32 XFAIL [ 97%] 2022-11-23T05:14:34.1045708Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unsqueeze_cuda_complex64 PASSED [ 97%] 2022-11-23T05:14:34.1046303Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_unsqueeze_cuda_float32 PASSED [ 97%] 2022-11-23T05:14:34.1046870Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_cuda_complex64 PASSED [ 97%] 2022-11-23T05:14:34.1047321Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_cuda_float32 PASSED [ 97%] 2022-11-23T05:14:34.1047789Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_mean_cuda_complex64 PASSED [ 97%] 2022-11-23T05:14:34.1048242Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_var_mean_cuda_float32 PASSED [ 97%] 2022-11-23T05:14:34.1048465Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vdot_cuda_complex64 PASSED [ 97%] 2022-11-23T05:14:34.1048770Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vdot_cuda_float32 PASSED [ 98%] 2022-11-23T05:14:34.1049028Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_complex_cuda_float32 PASSED [ 98%] 2022-11-23T05:14:34.1049255Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_cuda_complex64 PASSED [ 98%] 2022-11-23T05:14:34.1049477Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_cuda_float32 PASSED [ 98%] 2022-11-23T05:14:34.1049710Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_as_real_cuda_complex64 PASSED [ 98%] 2022-11-23T05:14:34.1049935Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_copy_cuda_float32 PASSED [ 98%] 2022-11-23T05:14:34.1050155Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_cuda_complex64 PASSED [ 98%] 2022-11-23T05:14:34.1050367Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_view_cuda_float32 PASSED [ 98%] 2022-11-23T05:14:34.1050593Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vsplit_cuda_complex64 PASSED [ 98%] 2022-11-23T05:14:34.1050814Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vsplit_cuda_float32 PASSED [ 98%] 2022-11-23T05:14:34.1051033Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vstack_cuda_complex64 PASSED [ 99%] 2022-11-23T05:14:34.1051255Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_vstack_cuda_float32 PASSED [ 99%] 2022-11-23T05:14:34.1051499Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_where_cuda_complex64 SKIPPED (Skipped!) [ 99%] 2022-11-23T05:14:34.1051738Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_where_cuda_float32 SKIPPED (Skipped!) [ 99%] 2022-11-23T05:14:34.1052113Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_xlogy_cuda_float32 PASSED [ 99%] 2022-11-23T05:14:34.1052339Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zero__cuda_complex64 XFAIL [ 99%] 2022-11-23T05:14:34.1052558Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zero__cuda_float32 XFAIL [ 99%] 2022-11-23T05:14:34.1052983Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_cuda_complex64 SKIPPED (Skipped!) [ 99%] 2022-11-23T05:14:34.1053229Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_cuda_float32 SKIPPED (Skipped!) [ 99%] 2022-11-23T05:14:34.1053460Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_like_cuda_complex64 PASSED [ 99%] 2022-11-23T05:14:34.1053687Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_zeros_like_cuda_float32 PASSED [100%] 2022-11-23T05:14:34.1053790Z 2022-11-23T05:14:34.1053956Z ============================== warnings summary =============================== 2022-11-23T05:14:34.1054196Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T05:14:34.1054569Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T05:14:34.1054703Z self._mark_plugins_for_rewrite(hook) 2022-11-23T05:14:34.1054711Z 2022-11-23T05:14:34.1054947Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T05:14:34.1055297Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-4a4cdab4a264e27c.xml - 2022-11-23T05:14:34.1055491Z = 747 passed, 109 skipped, 4 deselected, 180 xfailed, 1 warning in 2282.64s (0:38:02) = 2022-11-23T05:14:34.1055725Z 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-23T05:14:34.1055736Z 2022-11-23T05:14:34.1056102Z ##[endgroup] 2022-11-23T05:14:34.1056409Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_c2hp4pxl) 2022-11-23T05:14:34.1056417Z 2022-11-23T05:14:34.6187090Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_jit.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 05:14:34.618065] 2022-11-23T05:14:55.7547289Z 2022-11-23T05:14:55.7548040Z Expand the folded group to see the log file of test_ops_jit 2022-11-23T05:14:55.7549812Z ##[group]PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_zt7xx973) 2022-11-23T05:14:55.7550918Z Test results will be stored in test-reports\python-pytest\test_ops_jit\test_ops_jit-9596fefbc22b582d.xml 2022-11-23T05:14:55.7551388Z ============================= test session starts ============================= 2022-11-23T05:14:55.7551996Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T05:14:55.7554304Z cachedir: .pytest_cache 2022-11-23T05:14:55.7555386Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T05:14:55.7556433Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T05:14:55.7557429Z 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-23T05:14:55.7558349Z collecting ... collected 1040 items / 1036 deselected / 4 selected 2022-11-23T05:14:55.7560022Z Running 4 items in this shard: test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_cuda_float32, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_ex_cuda_complex64, test/test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_ex_cuda_float32 2022-11-23T05:14:55.7561406Z 2022-11-23T05:14:55.7562079Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_cuda_complex64 PASSED [ 25%] 2022-11-23T05:14:55.7563093Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_cuda_float32 PASSED [ 50%] 2022-11-23T05:14:55.7564083Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_ex_cuda_complex64 PASSED [ 75%] 2022-11-23T05:14:55.7565078Z test_ops_jit.py::TestJitCUDA::test_variant_consistency_jit_linalg_cholesky_ex_cuda_float32 PASSED [100%] 2022-11-23T05:14:55.7565601Z 2022-11-23T05:14:55.7565903Z ============================== warnings summary =============================== 2022-11-23T05:14:55.7566687Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T05:14:55.7568358Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T05:14:55.7569433Z self._mark_plugins_for_rewrite(hook) 2022-11-23T05:14:55.7569783Z 2022-11-23T05:14:55.7570223Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T05:14:55.7571342Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_jit\test_ops_jit-9596fefbc22b582d.xml - 2022-11-23T05:14:55.7572360Z =============== 4 passed, 1036 deselected, 1 warning in 15.03s ================ 2022-11-23T05:14:55.7573196Z 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-23T05:14:55.7573700Z 2022-11-23T05:14:55.7574424Z ##[endgroup] 2022-11-23T05:14:55.7575451Z FINISHED PRINTING LOG FILE of test_ops_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_jit_zt7xx973) 2022-11-23T05:14:55.7576104Z 2022-11-23T05:14:55.7576398Z Running test_fake_tensor ... [2022-11-23 05:14:55.756840] 2022-11-23T05:14:55.7585066Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fake_tensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 05:14:55.758203] 2022-11-23T05:15:09.9877348Z 2022-11-23T05:15:09.9877981Z Expand the folded group to see the log file of test_fake_tensor 2022-11-23T05:15:09.9880107Z ##[group]PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_6e8loljw) 2022-11-23T05:15:09.9880856Z 2022-11-23T05:15:09.9880954Z Running tests... 2022-11-23T05:15:09.9881292Z ---------------------------------------------------------------------- 2022-11-23T05:15:09.9881721Z Test results will be stored in test-reports\python-unittest\test_fake_tensor 2022-11-23T05:15:09.9882154Z test_aliased_const_write (__main__.FakeTensorConstHandling) ... ok (2.489s) 2022-11-23T05:15:09.9882600Z test_constant_invalidation (__main__.FakeTensorConstHandling) ... ok (0.004s) 2022-11-23T05:15:09.9883037Z test_fake_tensor_batch_norm_cpu (__main__.FakeTensorConstHandling) ... ok (0.038s) 2022-11-23T05:15:09.9883463Z test_fake_tensor_in_intlist_repro (__main__.FakeTensorConstHandling) ... ok (0.005s) 2022-11-23T05:15:09.9883881Z test_inplace_add (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-11-23T05:15:09.9884309Z test_inplace_view_invalidation (__main__.FakeTensorConstHandling) ... ok (0.006s) 2022-11-23T05:15:09.9884757Z test_shared_storage_invalidation (__main__.FakeTensorConstHandling) ... ok (0.000s) 2022-11-23T05:15:09.9885601Z test_shared_storages (__main__.FakeTensorConstHandling) ... 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-23T05:15:09.9886337Z warnings.warn(message, UserWarning) 2022-11-23T05:15:09.9886591Z ok (0.013s) 2022-11-23T05:15:09.9886887Z test_simple (__main__.FakeTensorConstHandling) ... ok (0.003s) 2022-11-23T05:15:09.9887251Z test_dead_key (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-11-23T05:15:09.9887643Z test_dead_weak_ref (__main__.FakeTensorConverterTest) ... ok (0.005s) 2022-11-23T05:15:09.9888072Z test_memoized_conversion_from_meta (__main__.FakeTensorConverterTest) ... ok (0.002s) 2022-11-23T05:15:09.9888524Z test_memoized_conversion_to_meta (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-11-23T05:15:09.9888944Z test_no_active_mode (__main__.FakeTensorConverterTest) ... ok (0.007s) 2022-11-23T05:15:09.9889338Z test_no_ref_cycle (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-11-23T05:15:09.9889729Z test_separate_mode_error (__main__.FakeTensorConverterTest) ... ok (0.005s) 2022-11-23T05:15:09.9890858Z test_separate_tensor_storages_non_view (__main__.FakeTensorConverterTest) ... 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-23T05:15:09.9891822Z warnings.warn(message, UserWarning) 2022-11-23T05:15:09.9892079Z ok (0.005s) 2022-11-23T05:15:09.9892422Z test_separate_tensor_storages_view (__main__.FakeTensorConverterTest) ... ok (0.003s) 2022-11-23T05:15:09.9892857Z test_like_ops (__main__.FakeTensorOperatorInvariants) ... ok (0.046s) 2022-11-23T05:15:09.9893286Z test_non_kwarg_only_device (__main__.FakeTensorOperatorInvariants) ... ok (0.163s) 2022-11-23T05:15:09.9893730Z test_sparse_new (__main__.FakeTensorOperatorInvariants) ... expected failure (0.006s) 2022-11-23T05:15:09.9894222Z test_tensor_constructors_all_have_kwarg_device (__main__.FakeTensorOperatorInvariants) ... ok (0.243s) 2022-11-23T05:15:09.9895130Z test_fake_tensor_prop_on_nn_module (__main__.FakeTensorPropTest) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\_symbolic_trace.py:564: UserWarning: Was not able to add assertion to guarantee correct input value to specialized function. It is up to the user to make sure that your inputs match the inputs you specialized the function with. 2022-11-23T05:15:09.9895843Z warnings.warn( 2022-11-23T05:15:09.9896060Z ok (0.034s) 2022-11-23T05:15:09.9896984Z test_basic (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T05:15:09.9897464Z test_binary_op_type_promotion (__main__.FakeTensorTest) ... ok (0.006s) 2022-11-23T05:15:09.9897827Z test_constructor (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T05:15:09.9898178Z test_cpu_fallback (__main__.FakeTensorTest) ... ok (0.880s) 2022-11-23T05:15:09.9898523Z test_cudnn_rnn (__main__.FakeTensorTest) ... ok (5.616s) 2022-11-23T05:15:09.9898890Z test_data_dependent_operator (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T05:15:09.9899683Z test_deepcopy (__main__.FakeTensorTest) ... 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-23T05:15:09.9900378Z warnings.warn(message, UserWarning) 2022-11-23T05:15:09.9900630Z ok (0.010s) 2022-11-23T05:15:09.9900913Z test_fake_dispatch_keys (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T05:15:09.9901281Z test_fake_grad_copy (__main__.FakeTensorTest) ... ok (0.010s) 2022-11-23T05:15:09.9901639Z test_fake_mode_error (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T05:15:09.9902006Z test_fallback_memory_prop (__main__.FakeTensorTest) ... ok (0.010s) 2022-11-23T05:15:09.9902365Z test_from_numpy (__main__.FakeTensorTest) ... ok (0.000s) 2022-11-23T05:15:09.9902719Z test_index_cuda_with_cpu (__main__.FakeTensorTest) ... ok (0.010s) 2022-11-23T05:15:09.9903072Z test_like_constructor (__main__.FakeTensorTest) ... ok (0.004s) 2022-11-23T05:15:09.9903415Z test_mode (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T05:15:09.9903744Z test_nan_to_num (__main__.FakeTensorTest) ... ok (0.014s) 2022-11-23T05:15:09.9904065Z test_new (__main__.FakeTensorTest) ... ok (0.007s) 2022-11-23T05:15:09.9904403Z test_non_kwarg_device (__main__.FakeTensorTest) ... ok (0.005s) 2022-11-23T05:15:09.9904765Z test_non_parameter_grad (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T05:15:09.9905118Z test_normalize_device (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T05:15:09.9905496Z test_parameter_instantiation (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T05:15:09.9905875Z test_print_in_fake_mode (__main__.FakeTensorTest) ... ok (0.001s) 2022-11-23T05:15:09.9906227Z test_randperm (__main__.FakeTensorTest) ... ok (0.003s) 2022-11-23T05:15:09.9906584Z test_recursive_invocation (__main__.FakeTensorTest) ... ok (0.002s) 2022-11-23T05:15:09.9907095Z test_scalar_inputs (__main__.FakeTensorTest) ... ok (0.004s) 2022-11-23T05:15:09.9907422Z test_setitem (__main__.FakeTensorTest) ... ok (0.005s) 2022-11-23T05:15:09.9907778Z test_shape_take_not_device (__main__.FakeTensorTest) ... ok (0.004s) 2022-11-23T05:15:09.9908128Z test_throw (__main__.FakeTensorTest) ... ok (0.005s) 2022-11-23T05:15:09.9908463Z test_type_as (__main__.FakeTensorTest) ... ok (0.005s) 2022-11-23T05:15:09.9908796Z test_zero_dim (__main__.FakeTensorTest) ... ok (0.004s) 2022-11-23T05:15:09.9908988Z 2022-11-23T05:15:09.9909177Z ---------------------------------------------------------------------- 2022-11-23T05:15:09.9909475Z Ran 53 tests in 9.750s 2022-11-23T05:15:09.9909617Z 2022-11-23T05:15:09.9909724Z OK (expected failures=1) 2022-11-23T05:15:09.9909873Z 2022-11-23T05:15:09.9909982Z Generating XML reports... 2022-11-23T05:15:09.9910451Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConstHandling-20221123051459.xml 2022-11-23T05:15:09.9911104Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorConverterTest-20221123051459.xml 2022-11-23T05:15:09.9911762Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorOperatorInvariants-20221123051459.xml 2022-11-23T05:15:09.9912484Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorPropTest-20221123051459.xml 2022-11-23T05:15:09.9913085Z Generated XML report: test-reports\python-unittest\test_fake_tensor\TEST-FakeTensorTest-20221123051459.xml 2022-11-23T05:15:09.9913394Z 2022-11-23T05:15:09.9913702Z ##[endgroup] 2022-11-23T05:15:09.9914143Z FINISHED PRINTING LOG FILE of test_fake_tensor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fake_tensor_6e8loljw) 2022-11-23T05:15:09.9914468Z 2022-11-23T05:15:09.9914638Z Running test_mobile_optimizer ... [2022-11-23 05:15:09.985446] 2022-11-23T05:15:09.9915179Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mobile_optimizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 05:15:09.985446] 2022-11-23T05:15:18.0562688Z 2022-11-23T05:15:18.0563633Z Expand the folded group to see the log file of test_mobile_optimizer 2022-11-23T05:15:18.0565127Z ##[group]PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_fhjl2u4q) 2022-11-23T05:15:18.0565823Z 2022-11-23T05:15:18.0566007Z Running tests... 2022-11-23T05:15:18.0566568Z ---------------------------------------------------------------------- 2022-11-23T05:15:18.0567651Z Test results will be stored in test-reports\python-unittest\test_mobile_optimizer 2022-11-23T05:15:18.0570875Z test_clone_module_with_class (__main__.TestOptimizer) ... ok (3.336s) 2022-11-23T05:15:18.0572452Z test_generate_mobile_module_lints (__main__.TestOptimizer) ... 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-23T05:15:18.0573969Z warnings.warn(message, UserWarning) 2022-11-23T05:15:18.0574539Z ok (0.063s) 2022-11-23T05:15:18.0575151Z test_hoist_conv_packed_params (__main__.TestOptimizer) ... ok (0.006s) 2022-11-23T05:15:18.0576154Z test_mobilenet_optimize_for_mobile (__main__.TestOptimizer) ... skip: Needs torchvision (0.001s) 2022-11-23T05:15:18.0576985Z test_optimize_for_mobile (__main__.TestOptimizer) ... ok (0.580s) 2022-11-23T05:15:18.0577752Z test_preserve_bundled_inputs_methods (__main__.TestOptimizer) ... ok (0.175s) 2022-11-23T05:15:18.0578541Z test_quantized_conv_no_asan_failures (__main__.TestOptimizer) ... ok (0.003s) 2022-11-23T05:15:18.0578981Z 2022-11-23T05:15:18.0579342Z ---------------------------------------------------------------------- 2022-11-23T05:15:18.0580245Z Ran 7 tests in 4.172s 2022-11-23T05:15:18.0580527Z 2022-11-23T05:15:18.0580703Z OK (skipped=1) 2022-11-23T05:15:18.0580961Z 2022-11-23T05:15:18.0581174Z Generating XML reports... 2022-11-23T05:15:18.0582133Z Generated XML report: test-reports\python-unittest\test_mobile_optimizer\TEST-TestOptimizer-20221123051513.xml 2022-11-23T05:15:18.0582837Z 2022-11-23T05:15:18.0583440Z ##[endgroup] 2022-11-23T05:15:18.0584297Z FINISHED PRINTING LOG FILE of test_mobile_optimizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mobile_optimizer_fhjl2u4q) 2022-11-23T05:15:18.0584930Z 2022-11-23T05:15:18.0585169Z Running nn/test_pooling ... [2022-11-23 05:15:18.056874] 2022-11-23T05:15:18.0586004Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_pooling.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 05:15:18.058110] 2022-11-23T05:15:36.6827302Z 2022-11-23T05:15:36.6827927Z Expand the folded group to see the log file of nn/test_pooling 2022-11-23T05:15:36.6828987Z ##[group]PRINTING LOG FILE of nn/test_pooling (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_pooling_00jceg08) 2022-11-23T05:15:36.6831476Z 2022-11-23T05:15:36.6831691Z Running tests... 2022-11-23T05:15:36.6832301Z ---------------------------------------------------------------------- 2022-11-23T05:15:36.6833083Z Test results will be stored in test-reports\python-unittest\nn.test_pooling 2022-11-23T05:15:36.6833778Z test_avg_pool1d_ceil_mode (__main__.TestAvgPool) ... ok (1.713s) 2022-11-23T05:15:36.6834187Z test_avg_pool2d_ceil_mode (__main__.TestAvgPool) ... ok (0.012s) 2022-11-23T05:15:36.6834555Z test_avg_pool3d_ceil_mode (__main__.TestAvgPool) ... ok (0.004s) 2022-11-23T05:15:36.6834928Z test_doubletensor_avg_pool2d (__main__.TestAvgPool) ... ok (0.023s) 2022-11-23T05:15:36.6835537Z test_doubletensor_avg_pool2d_with_divisor (__main__.TestAvgPool) ... ok (0.015s) 2022-11-23T05:15:36.6835946Z test_doubletensor_avg_pool3d (__main__.TestAvgPool) ... ok (0.141s) 2022-11-23T05:15:36.6836638Z test_doubletensor_avg_pool3d_with_divisor (__main__.TestAvgPool) ... ok (0.397s) 2022-11-23T05:15:36.6837052Z test_MaxUnpool2d_output_size (__main__.TestPoolingNN) ... ok (0.992s) 2022-11-23T05:15:36.6837453Z test_adaptive_pooling_avg_nhwc (__main__.TestPoolingNN) ... ok (0.010s) 2022-11-23T05:15:36.6837893Z test_adaptive_pooling_avg_nhwc_launch_config_backward (__main__.TestPoolingNN) ... ok (0.194s) 2022-11-23T05:15:36.6838365Z test_adaptive_pooling_avg_nhwc_launch_config_forward (__main__.TestPoolingNN) ... ok (0.151s) 2022-11-23T05:15:36.6838823Z test_adaptive_pooling_avg_nhwc_non_contiguous (__main__.TestPoolingNN) ... ok (0.006s) 2022-11-23T05:15:36.6839223Z test_adaptive_pooling_bfloat16 (__main__.TestPoolingNN) ... ok (0.022s) 2022-11-23T05:15:36.6839625Z test_adaptive_pooling_input_size (__main__.TestPoolingNN) ... ok (0.003s) 2022-11-23T05:15:36.6840025Z test_adaptive_pooling_size_none (__main__.TestPoolingNN) ... ok (0.005s) 2022-11-23T05:15:36.6840436Z test_adaptive_pooling_size_overflow (__main__.TestPoolingNN) ... ok (0.003s) 2022-11-23T05:15:36.6840814Z test_max_unpool (__main__.TestPoolingNN) ... ok (0.649s) 2022-11-23T05:15:36.6841178Z test_max_unpool2d_nhwc_cpu (__main__.TestPoolingNN) ... ok (0.006s) 2022-11-23T05:15:36.6841613Z test_AdaptiveMaxPool1d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T05:15:36.6842332Z test_AdaptiveMaxPool1d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T05:15:36.6843086Z test_AdaptiveMaxPool1d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T05:15:36.6843600Z test_AdaptiveMaxPool1d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T05:15:36.6844111Z test_AdaptiveMaxPool2d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T05:15:36.6844621Z test_AdaptiveMaxPool2d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T05:15:36.6845309Z test_AdaptiveMaxPool2d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T05:15:36.6845795Z test_AdaptiveMaxPool2d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T05:15:36.6846300Z test_AdaptiveMaxPool3d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T05:15:36.6846821Z test_AdaptiveMaxPool3d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T05:15:36.6847335Z test_AdaptiveMaxPool3d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T05:15:36.6847846Z test_AdaptiveMaxPool3d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T05:15:36.6848507Z test_AdaptiveMaxPool_zero_batch_dim_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.126s) 2022-11-23T05:15:36.6848997Z test_AvgPool2d_empty_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T05:15:36.6850267Z test_AvgPool3d_backward_after_cat_dim1_device_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... 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-23T05:15:36.6851149Z warnings.warn(message, UserWarning) 2022-11-23T05:15:36.6851415Z ok (0.010s) 2022-11-23T05:15:36.6851791Z test_FractionalMaxPool2d_zero_batch_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T05:15:36.6852312Z test_FractionalMaxPool2d_zero_out_size_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T05:15:36.6852824Z test_FractionalMaxPool3d_zero_batch_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T05:15:36.6853337Z test_FractionalMaxPool3d_zero_out_size_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T05:15:36.6853844Z test_MaxPool1d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T05:15:36.6854302Z test_MaxPool1d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T05:15:36.6854957Z test_MaxPool1d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T05:15:36.6855562Z test_MaxPool1d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T05:15:36.6856175Z test_MaxPool2d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T05:15:36.6856652Z test_MaxPool2d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T05:15:36.6857120Z test_MaxPool2d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T05:15:36.6857583Z test_MaxPool2d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T05:15:36.6858033Z test_MaxPool3d_indices_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T05:15:36.6858501Z test_MaxPool3d_indices_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T05:15:36.6859011Z test_MaxPool3d_indices_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T05:15:36.6859480Z test_MaxPool3d_indices_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T05:15:36.6859940Z test_MaxPool_zero_batch_dim_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T05:15:36.6860507Z test_MaxUnpool_index_errors_case10_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T05:15:36.6861271Z test_MaxUnpool_index_errors_case1_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.006s) 2022-11-23T05:15:36.6862057Z test_MaxUnpool_index_errors_case2_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T05:15:36.6863142Z test_MaxUnpool_index_errors_case3_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.009s) 2022-11-23T05:15:36.6863787Z test_MaxUnpool_index_errors_case4_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T05:15:36.6864405Z test_MaxUnpool_index_errors_case5_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.013s) 2022-11-23T05:15:36.6865028Z test_MaxUnpool_index_errors_case6_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T05:15:36.6865647Z test_MaxUnpool_index_errors_case7_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T05:15:36.6866276Z test_MaxUnpool_index_errors_case8_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T05:15:36.6867001Z test_MaxUnpool_index_errors_case9_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T05:15:36.6867577Z test_MaxUnpool_zero_batch_dim_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T05:15:36.6868227Z test_adaptive_avg_pool2d_output_size_one_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T05:15:36.6868744Z test_adaptive_avg_pool3d_output_size_one_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T05:15:36.6869325Z test_adaptive_pool_invalid_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T05:15:36.6869978Z test_adaptive_pool_odd_size_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T05:15:36.6870538Z test_adaptive_pooling_max_nhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.018s) 2022-11-23T05:15:36.6871037Z test_adaptive_pooling_max_nhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T05:15:36.6871546Z test_adaptive_pooling_no_suppot_input_cuda_int16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T05:15:36.6872058Z test_adaptive_pooling_no_suppot_input_cuda_int32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T05:15:36.6872561Z test_adaptive_pooling_no_suppot_input_cuda_int64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T05:15:36.6873069Z test_adaptive_pooling_no_suppot_input_cuda_int8 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T05:15:36.6873552Z test_adaptive_pooling_no_suppot_input_cuda_uint8 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T05:15:36.6874057Z test_adaptive_pooling_zero_batch_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T05:15:36.6874559Z test_adaptive_pooling_zero_batch_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T05:15:36.6875184Z test_avg_pool2d_bfloat16_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T05:15:36.6875671Z test_avg_pool2d_nhwc_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.065s) 2022-11-23T05:15:36.6876331Z test_avg_pool2d_nhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.071s) 2022-11-23T05:15:36.6876793Z test_avg_pool2d_nhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.069s) 2022-11-23T05:15:36.6877231Z test_fractional_max_pool2d_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.231s) 2022-11-23T05:15:36.6877702Z test_fractional_max_pool3d_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (2.850s) 2022-11-23T05:15:36.6878311Z test_fractional_max_pool_nan_inf_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T05:15:36.6878807Z test_fractional_max_pool_nan_inf_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T05:15:36.6879303Z test_fractional_max_pool_nan_inf_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T05:15:36.6879828Z test_max_pool1d_corner_cases_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T05:15:36.6880370Z test_max_pool1d_corner_cases_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T05:15:36.6880871Z test_max_pool1d_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T05:15:36.6881374Z test_max_pool1d_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T05:15:36.6882045Z test_max_pool2d_bfloat16_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T05:15:36.6882810Z test_max_pool2d_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (4.898s) 2022-11-23T05:15:36.6883259Z test_max_pool2d_indices_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T05:15:36.6883809Z test_max_pool2d_nhwc_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.060s) 2022-11-23T05:15:36.6884295Z test_max_pool2d_nhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.059s) 2022-11-23T05:15:36.6884731Z test_max_pool2d_nhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.070s) 2022-11-23T05:15:36.6885196Z test_max_pool3d_ndhwc_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.036s) 2022-11-23T05:15:36.6885661Z test_max_pool3d_ndhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.026s) 2022-11-23T05:15:36.6886116Z test_max_pool3d_ndhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.041s) 2022-11-23T05:15:36.6886923Z test_max_pool_nan_inf_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T05:15:36.6887761Z test_max_pool_nan_inf_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T05:15:36.6888677Z test_max_pool_nan_inf_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T05:15:36.6889658Z test_maxpool3d_non_square_backward_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T05:15:36.6890566Z test_maxpool_indices_no_batch_dim_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) 2022-11-23T05:15:36.6891418Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.005s) 2022-11-23T05:15:36.6892236Z test_maxpool_indices_no_batch_dim_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) 2022-11-23T05:15:36.6893045Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.004s) 2022-11-23T05:15:36.6893908Z test_maxpool_indices_no_batch_dim_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) 2022-11-23T05:15:36.6894814Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.003s) 2022-11-23T05:15:36.6895726Z test_maxpool_indices_no_batch_dim_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) 2022-11-23T05:15:36.6896692Z Check that indices with no batch dim is consistent with a single batch. ... ok (0.006s) 2022-11-23T05:15:36.6897655Z test_pool3d_large_size_int64_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.096s) 2022-11-23T05:15:36.6898615Z test_pool3d_size_one_feature_dim_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T05:15:36.6899501Z test_pool_invalid_size_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T05:15:36.6900116Z test_pool_invalid_size_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T05:15:36.6900876Z test_pool_invalid_size_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T05:15:36.6901352Z test_pool_invalid_size_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T05:15:36.6901986Z test_pool_large_size_cuda_bfloat16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T05:15:36.6902451Z test_pool_large_size_cuda_float16 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T05:15:36.6903192Z test_pool_large_size_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T05:15:36.6903657Z test_pool_large_size_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T05:15:36.6904107Z test_pooling_bfloat16_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T05:15:36.6904535Z test_pooling_large_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.209s) 2022-11-23T05:15:36.6904990Z test_pooling_max_nhwc_cuda_float32 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T05:15:36.6905464Z test_pooling_max_nhwc_cuda_float64 (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.026s) 2022-11-23T05:15:36.6905897Z test_pooling_shape_cuda (__main__.TestPoolingNNDeviceTypeCUDA) 2022-11-23T05:15:36.6906308Z Test the output shape calculation for pooling functions ... ok (0.009s) 2022-11-23T05:15:36.6906741Z test_pooling_size_empty_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T05:15:36.6907327Z test_pooling_zero_stride_cuda (__main__.TestPoolingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T05:15:36.6907802Z 2022-11-23T05:15:36.6908152Z ---------------------------------------------------------------------- 2022-11-23T05:15:36.6908772Z Ran 121 tests in 14.031s 2022-11-23T05:15:36.6908928Z 2022-11-23T05:15:36.6909024Z OK (skipped=18) 2022-11-23T05:15:36.6909164Z 2022-11-23T05:15:36.6909440Z Generating XML reports... 2022-11-23T05:15:36.6910243Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestAvgPool-20221123051521.xml 2022-11-23T05:15:36.6911252Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestPoolingNN-20221123051521.xml 2022-11-23T05:15:36.6912392Z Generated XML report: test-reports\python-unittest\nn.test_pooling\TEST-TestPoolingNNDeviceTypeCUDA-20221123051521.xml 2022-11-23T05:15:36.6913065Z 2022-11-23T05:15:36.6913635Z ##[endgroup] 2022-11-23T05:15:36.6914467Z FINISHED PRINTING LOG FILE of nn/test_pooling (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_pooling_00jceg08) 2022-11-23T05:15:36.6915178Z 2022-11-23T05:15:36.6915459Z Running test_show_pickle ... [2022-11-23 05:15:36.683635] 2022-11-23T05:15:36.6916554Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_show_pickle.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 05:15:36.684261] 2022-11-23T05:15:40.2451768Z 2022-11-23T05:15:40.2452681Z Expand the folded group to see the log file of test_show_pickle 2022-11-23T05:15:40.2453751Z ##[group]PRINTING LOG FILE of test_show_pickle (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_show_pickle_kcbqmkm5) 2022-11-23T05:15:40.2454098Z 2022-11-23T05:15:40.2454197Z Running tests... 2022-11-23T05:15:40.2454510Z ---------------------------------------------------------------------- 2022-11-23T05:15:40.2454946Z Test results will be stored in test-reports\python-unittest\test_show_pickle 2022-11-23T05:15:40.2455429Z test_scripted_model (__main__.TestShowPickle) ... skip: Can't re-open temp file on Windows (0.001s) 2022-11-23T05:15:40.2455691Z 2022-11-23T05:15:40.2455877Z ---------------------------------------------------------------------- 2022-11-23T05:15:40.2456189Z Ran 1 test in 0.000s 2022-11-23T05:15:40.2456332Z 2022-11-23T05:15:40.2456422Z OK (skipped=1) 2022-11-23T05:15:40.2456559Z 2022-11-23T05:15:40.2456673Z Generating XML reports... 2022-11-23T05:15:40.2457097Z Generated XML report: test-reports\python-unittest\test_show_pickle\TEST-TestShowPickle-20221123051539.xml 2022-11-23T05:15:40.2457682Z 2022-11-23T05:15:40.2457976Z ##[endgroup] 2022-11-23T05:15:40.2458425Z FINISHED PRINTING LOG FILE of test_show_pickle (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_show_pickle_kcbqmkm5) 2022-11-23T05:15:40.2458753Z 2022-11-23T05:15:40.7798717Z 2022-11-23T05:15:40.7799746Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-11-23T05:15:40.7801455Z 2022-11-23T05:15:40.7802110Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T05:15:40.7809433Z 2022-11-23T05:15:40.7810017Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T05:15:40.7844854Z + [[ 2 == 1 ]] 2022-11-23T05:15:40.7845305Z + [[ 2 == 2 ]] 2022-11-23T05:15:40.7845668Z + [[ 3 -gt 1 ]] 2022-11-23T05:15:40.7846354Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_backend.bat 2022-11-23T05:15:40.8117384Z 2022-11-23T05:15:40.8118211Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T05:15:40.8134147Z 2022-11-23T05:15:40.8135195Z 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-23T05:15:40.8135783Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T05:15:40.8136328Z exit /b 0 2022-11-23T05:15:40.8136562Z ) 2022-11-23T05:15:41.6753931Z "Executing CMake for custom_backend test..." 2022-11-23T05:15:46.0109516Z -- The C compiler identification is MSVC 19.28.29337.0 2022-11-23T05:15:46.3946269Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-11-23T05:15:46.6194370Z -- Detecting C compiler ABI info 2022-11-23T05:15:48.1945403Z -- Detecting C compiler ABI info - done 2022-11-23T05:15:48.1978817Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped 2022-11-23T05:15:48.2056789Z -- Detecting C compile features 2022-11-23T05:15:48.2170294Z -- Detecting C compile features - done 2022-11-23T05:15:48.2905750Z -- Detecting CXX compiler ABI info 2022-11-23T05:15:48.7313299Z -- Detecting CXX compiler ABI info - done 2022-11-23T05:15:48.7351766Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped 2022-11-23T05:15:48.7358090Z -- Detecting CXX compile features 2022-11-23T05:15:48.7369582Z -- Detecting CXX compile features - done 2022-11-23T05:15:48.8141686Z -- Looking for pthread.h 2022-11-23T05:15:48.9626380Z -- Looking for pthread.h - not found 2022-11-23T05:15:48.9653275Z -- Found Threads: TRUE 2022-11-23T05:15:49.3387799Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 (found version "11.7") 2022-11-23T05:15:58.4814462Z -- The CUDA compiler identification is NVIDIA 11.7.64 2022-11-23T05:15:58.5407627Z -- Detecting CUDA compiler ABI info 2022-11-23T05:16:01.6497097Z -- Detecting CUDA compiler ABI info - done 2022-11-23T05:16:01.6909767Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe - skipped 2022-11-23T05:16:01.6916474Z -- Detecting CUDA compile features 2022-11-23T05:16:01.6926052Z -- Detecting CUDA compile features - done 2022-11-23T05:16:01.6960522Z -- Caffe2: CUDA detected: 11.7 2022-11-23T05:16:01.6960989Z -- Caffe2: CUDA nvcc is: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe 2022-11-23T05:16:01.6961461Z -- Caffe2: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 2022-11-23T05:16:02.3944884Z -- Caffe2: Header version is: 11.7 2022-11-23T05:16:02.4003706Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/cudnn.lib 2022-11-23T05:16:02.4075659Z -- Found cuDNN: v8.5.0 (include: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/include, library: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/cudnn.lib) 2022-11-23T05:16:02.5103772Z -- C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/nvrtc.lib shorthash is dd482e34 2022-11-23T05:16:02.5109594Z CMake Warning at C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T05:16:02.5110600Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T05:16:02.5111360Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T05:16:02.5111991Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T05:16:02.5114083Z Call Stack (most recent call first): 2022-11-23T05:16:02.5115007Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T05:16:02.5116310Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T05:16:02.5117311Z -- Added CUDA NVCC flags for: -gencode;arch=compute_70,code=sm_70 2022-11-23T05:16:02.5118293Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T05:16:02.5119080Z CMakeLists.txt:9 (find_package) 2022-11-23T05:16:02.5119398Z 2022-11-23T05:16:02.5119410Z 2022-11-23T05:16:02.8933443Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-11-23T05:16:02.8937264Z -- Configuring done 2022-11-23T05:16:02.9574033Z -- Generating done 2022-11-23T05:16:02.9845525Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_backend/build 2022-11-23T05:16:02.9950968Z "Executing Ninja for custom_backend test..." 2022-11-23T05:16:10.8992454Z [1/4] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -Dcustom_backend_EXPORTS -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 -I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /FoCMakeFiles\custom_backend.dir\custom_backend.cpp.obj /FdCMakeFiles\custom_backend.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.cpp 2022-11-23T05:16:10.8995614Z 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-23T05:16:10.8997111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.8998104Z with 2022-11-23T05:16:10.8998447Z [ 2022-11-23T05:16:10.8998896Z T=std::string 2022-11-23T05:16:10.8999390Z ] 2022-11-23T05:16:10.9000545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9001348Z with 2022-11-23T05:16:10.9001678Z [ 2022-11-23T05:16:10.9002033Z T=std::string 2022-11-23T05:16:10.9002385Z ] 2022-11-23T05:16:10.9003293Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9004518Z with 2022-11-23T05:16:10.9004844Z [ 2022-11-23T05:16:10.9005200Z T=std::string 2022-11-23T05:16:10.9005550Z ] 2022-11-23T05:16:10.9006625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9007611Z with 2022-11-23T05:16:10.9007946Z [ 2022-11-23T05:16:10.9008318Z T=std::string 2022-11-23T05:16:10.9008681Z ] 2022-11-23T05:16:10.9009679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9011271Z 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-23T05:16:10.9012766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9013651Z with 2022-11-23T05:16:10.9013977Z [ 2022-11-23T05:16:10.9014349Z T=std::string 2022-11-23T05:16:10.9014715Z ] 2022-11-23T05:16:10.9015791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9016650Z with 2022-11-23T05:16:10.9016983Z [ 2022-11-23T05:16:10.9017383Z T=c10::QualifiedName 2022-11-23T05:16:10.9017772Z ] 2022-11-23T05:16:10.9018684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9019422Z with 2022-11-23T05:16:10.9019624Z [ 2022-11-23T05:16:10.9019834Z T=c10::QualifiedName 2022-11-23T05:16:10.9020054Z ] 2022-11-23T05:16:10.9020625Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9021155Z with 2022-11-23T05:16:10.9021351Z [ 2022-11-23T05:16:10.9021575Z T=c10::QualifiedName 2022-11-23T05:16:10.9021780Z ] 2022-11-23T05:16:10.9022382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9022943Z with 2022-11-23T05:16:10.9023135Z [ 2022-11-23T05:16:10.9023355Z T=c10::QualifiedName 2022-11-23T05:16:10.9023572Z ] 2022-11-23T05:16:10.9024092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9024926Z 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-23T05:16:10.9025769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9026267Z with 2022-11-23T05:16:10.9026462Z [ 2022-11-23T05:16:10.9026856Z T=c10::QualifiedName 2022-11-23T05:16:10.9028068Z ] 2022-11-23T05:16:10.9028714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9029192Z with 2022-11-23T05:16:10.9029385Z [ 2022-11-23T05:16:10.9029598Z T=c10::SymInt 2022-11-23T05:16:10.9029825Z ] 2022-11-23T05:16:10.9030337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9030818Z with 2022-11-23T05:16:10.9031013Z [ 2022-11-23T05:16:10.9031222Z T=c10::SymInt 2022-11-23T05:16:10.9031428Z ] 2022-11-23T05:16:10.9031995Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9032511Z with 2022-11-23T05:16:10.9032710Z [ 2022-11-23T05:16:10.9032921Z T=c10::SymInt 2022-11-23T05:16:10.9033125Z ] 2022-11-23T05:16:10.9033838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9034424Z with 2022-11-23T05:16:10.9034606Z [ 2022-11-23T05:16:10.9034817Z T=c10::SymInt 2022-11-23T05:16:10.9035022Z ] 2022-11-23T05:16:10.9035543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9036356Z 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-23T05:16:10.9037186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9037686Z with 2022-11-23T05:16:10.9037869Z [ 2022-11-23T05:16:10.9038081Z T=c10::SymInt 2022-11-23T05:16:10.9038287Z ] 2022-11-23T05:16:10.9038762Z 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-23T05:16:10.9039517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9039988Z with 2022-11-23T05:16:10.9040166Z [ 2022-11-23T05:16:10.9040383Z T=at::TensorBase 2022-11-23T05:16:10.9040596Z ] 2022-11-23T05:16:10.9041112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9041586Z with 2022-11-23T05:16:10.9041782Z [ 2022-11-23T05:16:10.9041984Z T=at::TensorBase 2022-11-23T05:16:10.9042195Z ] 2022-11-23T05:16:10.9042757Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9043279Z with 2022-11-23T05:16:10.9043474Z [ 2022-11-23T05:16:10.9043685Z T=at::TensorBase 2022-11-23T05:16:10.9044570Z ] 2022-11-23T05:16:10.9045184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9045745Z with 2022-11-23T05:16:10.9045941Z [ 2022-11-23T05:16:10.9046159Z T=at::TensorBase 2022-11-23T05:16:10.9046365Z ] 2022-11-23T05:16:10.9046902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9047726Z 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-23T05:16:10.9048559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9049069Z with 2022-11-23T05:16:10.9049263Z [ 2022-11-23T05:16:10.9049478Z T=at::TensorBase 2022-11-23T05:16:10.9049677Z ] 2022-11-23T05:16:10.9050279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9050771Z with 2022-11-23T05:16:10.9050969Z [ 2022-11-23T05:16:10.9051184Z T=at::Tensor 2022-11-23T05:16:10.9051399Z ] 2022-11-23T05:16:10.9051904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9052386Z with 2022-11-23T05:16:10.9052583Z [ 2022-11-23T05:16:10.9052792Z T=at::Tensor 2022-11-23T05:16:10.9052994Z ] 2022-11-23T05:16:10.9053558Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9054067Z with 2022-11-23T05:16:10.9054266Z [ 2022-11-23T05:16:10.9054474Z T=at::Tensor 2022-11-23T05:16:10.9054683Z ] 2022-11-23T05:16:10.9055283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9055834Z with 2022-11-23T05:16:10.9056011Z [ 2022-11-23T05:16:10.9056217Z T=at::Tensor 2022-11-23T05:16:10.9056425Z ] 2022-11-23T05:16:10.9056942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9057751Z 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-23T05:16:10.9058586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9059285Z with 2022-11-23T05:16:10.9059470Z [ 2022-11-23T05:16:10.9059684Z T=at::Tensor 2022-11-23T05:16:10.9059889Z ] 2022-11-23T05:16:10.9060654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9061266Z with 2022-11-23T05:16:10.9061446Z [ 2022-11-23T05:16:10.9061667Z T=at::Generator 2022-11-23T05:16:10.9061883Z ] 2022-11-23T05:16:10.9062401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9062883Z with 2022-11-23T05:16:10.9063076Z [ 2022-11-23T05:16:10.9063273Z T=at::Generator 2022-11-23T05:16:10.9063484Z ] 2022-11-23T05:16:10.9064044Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9064566Z with 2022-11-23T05:16:10.9064761Z [ 2022-11-23T05:16:10.9064976Z T=at::Generator 2022-11-23T05:16:10.9065174Z ] 2022-11-23T05:16:10.9065771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9066327Z with 2022-11-23T05:16:10.9066522Z [ 2022-11-23T05:16:10.9066829Z T=at::Generator 2022-11-23T05:16:10.9067056Z ] 2022-11-23T05:16:10.9067595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9068417Z 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-23T05:16:10.9069258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9069758Z with 2022-11-23T05:16:10.9069954Z [ 2022-11-23T05:16:10.9070169Z T=at::Generator 2022-11-23T05:16:10.9070366Z ] 2022-11-23T05:16:10.9070868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9071331Z with 2022-11-23T05:16:10.9071529Z [ 2022-11-23T05:16:10.9071738Z T=c10::Scalar 2022-11-23T05:16:10.9071945Z ] 2022-11-23T05:16:10.9072441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9072925Z with 2022-11-23T05:16:10.9073118Z [ 2022-11-23T05:16:10.9073325Z T=c10::Scalar 2022-11-23T05:16:10.9073530Z ] 2022-11-23T05:16:10.9074092Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9074599Z with 2022-11-23T05:16:10.9074791Z [ 2022-11-23T05:16:10.9075003Z T=c10::Scalar 2022-11-23T05:16:10.9075215Z ] 2022-11-23T05:16:10.9075810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9076361Z with 2022-11-23T05:16:10.9076656Z [ 2022-11-23T05:16:10.9076869Z T=c10::Scalar 2022-11-23T05:16:10.9077081Z ] 2022-11-23T05:16:10.9077602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9078416Z 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-23T05:16:10.9079247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9079749Z with 2022-11-23T05:16:10.9079929Z [ 2022-11-23T05:16:10.9080139Z T=c10::Scalar 2022-11-23T05:16:10.9080345Z ] 2022-11-23T05:16:10.9080849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9081317Z with 2022-11-23T05:16:10.9081495Z [ 2022-11-23T05:16:10.9081803Z T=std::vector> 2022-11-23T05:16:10.9082094Z ] 2022-11-23T05:16:10.9082697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9083195Z with 2022-11-23T05:16:10.9083394Z [ 2022-11-23T05:16:10.9083689Z T=std::vector> 2022-11-23T05:16:10.9083979Z ] 2022-11-23T05:16:10.9084544Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9085076Z with 2022-11-23T05:16:10.9085271Z [ 2022-11-23T05:16:10.9085573Z T=std::vector> 2022-11-23T05:16:10.9085840Z ] 2022-11-23T05:16:10.9086440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9086985Z with 2022-11-23T05:16:10.9087176Z [ 2022-11-23T05:16:10.9087481Z T=std::vector> 2022-11-23T05:16:10.9087769Z ] 2022-11-23T05:16:10.9088363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:10.9089311Z 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-23T05:16:10.9090199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9090703Z with 2022-11-23T05:16:10.9090897Z [ 2022-11-23T05:16:10.9091204Z T=std::vector> 2022-11-23T05:16:10.9091492Z ] 2022-11-23T05:16:10.9091990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9092563Z with 2022-11-23T05:16:10.9092744Z [ 2022-11-23T05:16:10.9093011Z T=std::vector> 2022-11-23T05:16:10.9093262Z ] 2022-11-23T05:16:10.9093780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9094257Z with 2022-11-23T05:16:10.9094432Z [ 2022-11-23T05:16:10.9094747Z T=std::vector> 2022-11-23T05:16:10.9095219Z ] 2022-11-23T05:16:10.9096287Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9097331Z with 2022-11-23T05:16:10.9097740Z [ 2022-11-23T05:16:10.9098219Z T=std::vector> 2022-11-23T05:16:10.9098680Z ] 2022-11-23T05:16:10.9099805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9100986Z with 2022-11-23T05:16:10.9101382Z [ 2022-11-23T05:16:10.9101865Z T=std::vector> 2022-11-23T05:16:10.9102318Z ] 2022-11-23T05:16:10.9103375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:10.9105062Z 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-23T05:16:10.9106747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9107736Z with 2022-11-23T05:16:10.9108094Z [ 2022-11-23T05:16:10.9108578Z T=std::vector> 2022-11-23T05:16:10.9109041Z ] 2022-11-23T05:16:10.9109997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9110883Z with 2022-11-23T05:16:10.9111269Z [ 2022-11-23T05:16:10.9111808Z T=std::vector,std::allocator>> 2022-11-23T05:16:10.9112172Z ] 2022-11-23T05:16:10.9112950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9113901Z with 2022-11-23T05:16:10.9114280Z [ 2022-11-23T05:16:10.9114913Z T=std::vector,std::allocator>> 2022-11-23T05:16:10.9115511Z ] 2022-11-23T05:16:10.9116891Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9119174Z with 2022-11-23T05:16:10.9119382Z [ 2022-11-23T05:16:10.9119750Z T=std::vector,std::allocator>> 2022-11-23T05:16:10.9120268Z ] 2022-11-23T05:16:10.9120892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9121464Z with 2022-11-23T05:16:10.9121664Z [ 2022-11-23T05:16:10.9121980Z T=std::vector,std::allocator>> 2022-11-23T05:16:10.9122285Z ] 2022-11-23T05:16:10.9122893Z C:\actions-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-23T05:16:10.9123852Z 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-23T05:16:10.9125300Z 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-23T05:16:10.9127052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9128017Z with 2022-11-23T05:16:10.9128326Z [ 2022-11-23T05:16:10.9128943Z T=std::vector,std::allocator>> 2022-11-23T05:16:10.9129491Z ] 2022-11-23T05:16:10.9130435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9131319Z with 2022-11-23T05:16:10.9131684Z [ 2022-11-23T05:16:10.9132267Z T=std::vector,std::allocator>> 2022-11-23T05:16:10.9132813Z ] 2022-11-23T05:16:10.9133771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9134681Z with 2022-11-23T05:16:10.9135044Z [ 2022-11-23T05:16:10.9135623Z T=std::vector,std::allocator>> 2022-11-23T05:16:10.9136161Z ] 2022-11-23T05:16:10.9137232Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9138203Z with 2022-11-23T05:16:10.9138565Z [ 2022-11-23T05:16:10.9139152Z T=std::vector,std::allocator>> 2022-11-23T05:16:10.9140252Z ] 2022-11-23T05:16:10.9141013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9142008Z with 2022-11-23T05:16:10.9142356Z [ 2022-11-23T05:16:10.9142973Z T=std::vector,std::allocator>> 2022-11-23T05:16:10.9143510Z ] 2022-11-23T05:16:10.9144571Z C:\actions-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-23T05:16:10.9146531Z 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-23T05:16:10.9148260Z 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-23T05:16:10.9149880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9150854Z with 2022-11-23T05:16:10.9151233Z [ 2022-11-23T05:16:10.9151816Z T=std::vector,std::allocator>> 2022-11-23T05:16:10.9152384Z ] 2022-11-23T05:16:10.9153307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9154149Z with 2022-11-23T05:16:10.9154523Z [ 2022-11-23T05:16:10.9155024Z T=std::vector> 2022-11-23T05:16:10.9155466Z ] 2022-11-23T05:16:10.9156582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9157441Z with 2022-11-23T05:16:10.9157789Z [ 2022-11-23T05:16:10.9158278Z T=std::vector> 2022-11-23T05:16:10.9158726Z ] 2022-11-23T05:16:10.9159750Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9160756Z with 2022-11-23T05:16:10.9161126Z [ 2022-11-23T05:16:10.9161599Z T=std::vector> 2022-11-23T05:16:10.9162059Z ] 2022-11-23T05:16:10.9163145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9164171Z with 2022-11-23T05:16:10.9164532Z [ 2022-11-23T05:16:10.9165079Z T=std::vector> 2022-11-23T05:16:10.9165543Z ] 2022-11-23T05:16:10.9166560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:10.9167546Z with 2022-11-23T05:16:10.9167840Z [ 2022-11-23T05:16:10.9168187Z T=int64_t 2022-11-23T05:16:10.9168561Z ] 2022-11-23T05:16:10.9169565Z 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-23T05:16:10.9170835Z with 2022-11-23T05:16:10.9171243Z [ 2022-11-23T05:16:10.9171649Z T=int64_t 2022-11-23T05:16:10.9172047Z ] 2022-11-23T05:16:10.9173112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9174117Z with 2022-11-23T05:16:10.9174498Z [ 2022-11-23T05:16:10.9175012Z T=std::vector> 2022-11-23T05:16:10.9175721Z ] 2022-11-23T05:16:10.9176707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9177623Z with 2022-11-23T05:16:10.9178007Z [ 2022-11-23T05:16:10.9178557Z T=std::shared_ptr 2022-11-23T05:16:10.9179052Z ] 2022-11-23T05:16:10.9180064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9181015Z with 2022-11-23T05:16:10.9181400Z [ 2022-11-23T05:16:10.9181940Z T=std::shared_ptr 2022-11-23T05:16:10.9182451Z ] 2022-11-23T05:16:10.9183509Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9184562Z with 2022-11-23T05:16:10.9184944Z [ 2022-11-23T05:16:10.9185493Z T=std::shared_ptr 2022-11-23T05:16:10.9186009Z ] 2022-11-23T05:16:10.9187332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9188418Z with 2022-11-23T05:16:10.9188800Z [ 2022-11-23T05:16:10.9189338Z T=std::shared_ptr 2022-11-23T05:16:10.9189847Z ] 2022-11-23T05:16:10.9190956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:10.9192710Z 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-23T05:16:10.9194403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9195381Z with 2022-11-23T05:16:10.9195753Z [ 2022-11-23T05:16:10.9196297Z T=std::shared_ptr 2022-11-23T05:16:10.9196887Z ] 2022-11-23T05:16:10.9197844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9198780Z with 2022-11-23T05:16:10.9199132Z [ 2022-11-23T05:16:10.9199671Z T=std::weak_ptr 2022-11-23T05:16:10.9200173Z ] 2022-11-23T05:16:10.9201192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9202133Z with 2022-11-23T05:16:10.9202508Z [ 2022-11-23T05:16:10.9203024Z T=std::weak_ptr 2022-11-23T05:16:10.9203538Z ] 2022-11-23T05:16:10.9204618Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9205642Z with 2022-11-23T05:16:10.9206237Z [ 2022-11-23T05:16:10.9206772Z T=std::weak_ptr 2022-11-23T05:16:10.9207264Z ] 2022-11-23T05:16:10.9208407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9209500Z with 2022-11-23T05:16:10.9209888Z [ 2022-11-23T05:16:10.9210418Z T=std::weak_ptr 2022-11-23T05:16:10.9210919Z ] 2022-11-23T05:16:10.9211979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:10.9213700Z 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-23T05:16:10.9215356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9216342Z with 2022-11-23T05:16:10.9216731Z [ 2022-11-23T05:16:10.9217430Z T=std::weak_ptr 2022-11-23T05:16:10.9217970Z ] 2022-11-23T05:16:10.9219216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9220409Z with 2022-11-23T05:16:10.9220793Z [ 2022-11-23T05:16:10.9221394Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:10.9221958Z ] 2022-11-23T05:16:10.9222958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9223905Z with 2022-11-23T05:16:10.9224266Z [ 2022-11-23T05:16:10.9224854Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:10.9225421Z ] 2022-11-23T05:16:10.9226488Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9227493Z with 2022-11-23T05:16:10.9227863Z [ 2022-11-23T05:16:10.9228464Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:10.9229018Z ] 2022-11-23T05:16:10.9230163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9231255Z with 2022-11-23T05:16:10.9231638Z [ 2022-11-23T05:16:10.9232234Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:10.9232769Z ] 2022-11-23T05:16:10.9233913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:10.9235758Z 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-23T05:16:10.9237777Z 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-23T05:16:10.9239513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9240497Z with 2022-11-23T05:16:10.9240891Z [ 2022-11-23T05:16:10.9241475Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:10.9242021Z ] 2022-11-23T05:16:10.9242986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9243896Z with 2022-11-23T05:16:10.9244289Z [ 2022-11-23T05:16:10.9244892Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:10.9245970Z ] 2022-11-23T05:16:10.9246942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9247882Z with 2022-11-23T05:16:10.9248262Z [ 2022-11-23T05:16:10.9249024Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:10.9249613Z ] 2022-11-23T05:16:10.9250706Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9251725Z with 2022-11-23T05:16:10.9252092Z [ 2022-11-23T05:16:10.9252676Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:10.9253238Z ] 2022-11-23T05:16:10.9254392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9255472Z with 2022-11-23T05:16:10.9255842Z [ 2022-11-23T05:16:10.9256448Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:10.9257012Z ] 2022-11-23T05:16:10.9258163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:10.9260017Z 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-23T05:16:10.9261872Z 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-23T05:16:10.9263607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9264590Z with 2022-11-23T05:16:10.9264976Z [ 2022-11-23T05:16:10.9265544Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:10.9266105Z ] 2022-11-23T05:16:10.9267066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9268146Z with 2022-11-23T05:16:10.9268522Z [ 2022-11-23T05:16:10.9269007Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:10.9269450Z ] 2022-11-23T05:16:10.9270451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9271404Z with 2022-11-23T05:16:10.9271780Z [ 2022-11-23T05:16:10.9272258Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:10.9272701Z ] 2022-11-23T05:16:10.9273786Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9274805Z with 2022-11-23T05:16:10.9275194Z [ 2022-11-23T05:16:10.9275689Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:10.9276149Z ] 2022-11-23T05:16:10.9277276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9278346Z with 2022-11-23T05:16:10.9278725Z [ 2022-11-23T05:16:10.9279378Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:10.9279863Z ] 2022-11-23T05:16:10.9280914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9282536Z 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-23T05:16:10.9283486Z with 2022-11-23T05:16:10.9283878Z [ 2022-11-23T05:16:10.9284351Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:10.9284805Z ] 2022-11-23T05:16:10.9285935Z 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-23T05:16:10.9287652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9288643Z with 2022-11-23T05:16:10.9289007Z [ 2022-11-23T05:16:10.9289486Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:10.9289955Z ] 2022-11-23T05:16:10.9290929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9291852Z with 2022-11-23T05:16:10.9292224Z [ 2022-11-23T05:16:10.9292901Z T=std::vector> 2022-11-23T05:16:10.9293528Z ] 2022-11-23T05:16:10.9294537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9295486Z with 2022-11-23T05:16:10.9295863Z [ 2022-11-23T05:16:10.9296812Z T=std::vector> 2022-11-23T05:16:10.9297441Z ] 2022-11-23T05:16:10.9298701Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9300149Z with 2022-11-23T05:16:10.9300529Z [ 2022-11-23T05:16:10.9301189Z T=std::vector> 2022-11-23T05:16:10.9301819Z ] 2022-11-23T05:16:10.9302963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9304049Z with 2022-11-23T05:16:10.9304434Z [ 2022-11-23T05:16:10.9305110Z T=std::vector> 2022-11-23T05:16:10.9305755Z ] 2022-11-23T05:16:10.9306970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:10.9309081Z 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-23T05:16:10.9310888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9311872Z with 2022-11-23T05:16:10.9312247Z [ 2022-11-23T05:16:10.9312932Z T=std::vector> 2022-11-23T05:16:10.9313563Z ] 2022-11-23T05:16:10.9314519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9315436Z with 2022-11-23T05:16:10.9315792Z [ 2022-11-23T05:16:10.9316212Z T=c10::IValue 2022-11-23T05:16:10.9316625Z ] 2022-11-23T05:16:10.9317628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9318570Z with 2022-11-23T05:16:10.9318962Z [ 2022-11-23T05:16:10.9319351Z T=c10::IValue 2022-11-23T05:16:10.9319745Z ] 2022-11-23T05:16:10.9320958Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9322178Z with 2022-11-23T05:16:10.9322570Z [ 2022-11-23T05:16:10.9322985Z T=c10::IValue 2022-11-23T05:16:10.9323373Z ] 2022-11-23T05:16:10.9324520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9325594Z with 2022-11-23T05:16:10.9325980Z [ 2022-11-23T05:16:10.9326386Z T=c10::IValue 2022-11-23T05:16:10.9326786Z ] 2022-11-23T05:16:10.9327909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9329683Z 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-23T05:16:10.9331478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9332463Z with 2022-11-23T05:16:10.9332865Z [ 2022-11-23T05:16:10.9333285Z T=c10::IValue 2022-11-23T05:16:10.9333667Z ] 2022-11-23T05:16:10.9334793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9335936Z with 2022-11-23T05:16:10.9336312Z [ 2022-11-23T05:16:10.9336743Z T=c10::AliasInfo 2022-11-23T05:16:10.9337155Z ] 2022-11-23T05:16:10.9338114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9339069Z with 2022-11-23T05:16:10.9339446Z [ 2022-11-23T05:16:10.9339866Z T=c10::AliasInfo 2022-11-23T05:16:10.9340272Z ] 2022-11-23T05:16:10.9341683Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9342810Z with 2022-11-23T05:16:10.9343296Z [ 2022-11-23T05:16:10.9343724Z T=c10::AliasInfo 2022-11-23T05:16:10.9344131Z ] 2022-11-23T05:16:10.9345274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9346360Z with 2022-11-23T05:16:10.9346717Z [ 2022-11-23T05:16:10.9347146Z T=c10::AliasInfo 2022-11-23T05:16:10.9347547Z ] 2022-11-23T05:16:10.9348710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9350530Z 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-23T05:16:10.9352145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9353128Z with 2022-11-23T05:16:10.9353723Z [ 2022-11-23T05:16:10.9354156Z T=c10::AliasInfo 2022-11-23T05:16:10.9354565Z ] 2022-11-23T05:16:10.9355650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9356556Z with 2022-11-23T05:16:10.9357019Z [ 2022-11-23T05:16:10.9357664Z T=std::vector> 2022-11-23T05:16:10.9358177Z ] 2022-11-23T05:16:10.9359309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9360246Z with 2022-11-23T05:16:10.9360630Z [ 2022-11-23T05:16:10.9361149Z T=std::vector> 2022-11-23T05:16:10.9361658Z ] 2022-11-23T05:16:10.9363038Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9364168Z with 2022-11-23T05:16:10.9364673Z [ 2022-11-23T05:16:10.9365211Z T=std::vector> 2022-11-23T05:16:10.9365734Z ] 2022-11-23T05:16:10.9366870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9367962Z with 2022-11-23T05:16:10.9368338Z [ 2022-11-23T05:16:10.9368873Z T=std::vector> 2022-11-23T05:16:10.9369382Z ] 2022-11-23T05:16:10.9370654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:10.9371762Z with 2022-11-23T05:16:10.9372145Z [ 2022-11-23T05:16:10.9372561Z T=c10::SymInt 2022-11-23T05:16:10.9372969Z ] 2022-11-23T05:16:10.9374186Z 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-23T05:16:10.9375192Z with 2022-11-23T05:16:10.9375552Z [ 2022-11-23T05:16:10.9375966Z T=c10::SymInt 2022-11-23T05:16:10.9376520Z ] 2022-11-23T05:16:10.9377794Z 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-23T05:16:10.9379680Z 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-23T05:16:10.9381501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9382478Z with 2022-11-23T05:16:10.9382993Z [ 2022-11-23T05:16:10.9383552Z T=std::vector> 2022-11-23T05:16:10.9384262Z ] 2022-11-23T05:16:10.9385465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9386544Z with 2022-11-23T05:16:10.9387041Z [ 2022-11-23T05:16:10.9387659Z T=c10::either 2022-11-23T05:16:10.9388363Z ] 2022-11-23T05:16:10.9389568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9390748Z with 2022-11-23T05:16:10.9391247Z [ 2022-11-23T05:16:10.9391897Z T=c10::either 2022-11-23T05:16:10.9392613Z ] 2022-11-23T05:16:10.9393897Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9395110Z with 2022-11-23T05:16:10.9395812Z [ 2022-11-23T05:16:10.9396602Z T=c10::either 2022-11-23T05:16:10.9397272Z ] 2022-11-23T05:16:10.9398708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9400096Z with 2022-11-23T05:16:10.9400605Z [ 2022-11-23T05:16:10.9401389Z T=c10::either 2022-11-23T05:16:10.9402026Z ] 2022-11-23T05:16:10.9403439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:10.9405712Z 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-23T05:16:10.9407905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9409284Z with 2022-11-23T05:16:10.9409773Z [ 2022-11-23T05:16:10.9410531Z T=c10::either 2022-11-23T05:16:10.9411160Z ] 2022-11-23T05:16:10.9412271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9413374Z with 2022-11-23T05:16:10.9413751Z [ 2022-11-23T05:16:10.9414355Z T=torch::autograd::ViewInfo 2022-11-23T05:16:10.9414892Z ] 2022-11-23T05:16:10.9416060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9417130Z with 2022-11-23T05:16:10.9417550Z [ 2022-11-23T05:16:10.9418094Z T=torch::autograd::ViewInfo 2022-11-23T05:16:10.9418687Z ] 2022-11-23T05:16:10.9419913Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9421133Z with 2022-11-23T05:16:10.9421597Z [ 2022-11-23T05:16:10.9422126Z T=torch::autograd::ViewInfo 2022-11-23T05:16:10.9422658Z ] 2022-11-23T05:16:10.9423991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9425218Z with 2022-11-23T05:16:10.9425683Z [ 2022-11-23T05:16:10.9426221Z T=torch::autograd::ViewInfo 2022-11-23T05:16:10.9426788Z ] 2022-11-23T05:16:10.9428046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9429723Z 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-23T05:16:10.9431371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9432535Z with 2022-11-23T05:16:10.9432926Z [ 2022-11-23T05:16:10.9433541Z T=torch::autograd::ViewInfo 2022-11-23T05:16:10.9433970Z ] 2022-11-23T05:16:10.9435267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9436245Z with 2022-11-23T05:16:10.9436643Z [ 2022-11-23T05:16:10.9437177Z T=std::tuple 2022-11-23T05:16:10.9437675Z ] 2022-11-23T05:16:10.9438728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9439732Z with 2022-11-23T05:16:10.9440268Z [ 2022-11-23T05:16:10.9440806Z T=std::tuple 2022-11-23T05:16:10.9441463Z ] 2022-11-23T05:16:10.9442602Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9443593Z with 2022-11-23T05:16:10.9443982Z [ 2022-11-23T05:16:10.9444660Z T=std::tuple 2022-11-23T05:16:10.9445176Z ] 2022-11-23T05:16:10.9446323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9447548Z with 2022-11-23T05:16:10.9447916Z [ 2022-11-23T05:16:10.9448587Z T=std::tuple 2022-11-23T05:16:10.9449166Z ] 2022-11-23T05:16:10.9450239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:10.9451984Z 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-23T05:16:10.9453684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9454676Z with 2022-11-23T05:16:10.9455043Z [ 2022-11-23T05:16:10.9455552Z T=std::tuple 2022-11-23T05:16:10.9456051Z ] 2022-11-23T05:16:10.9457018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9457914Z with 2022-11-23T05:16:10.9458304Z [ 2022-11-23T05:16:10.9458745Z T=torch::jit::SourceRange 2022-11-23T05:16:10.9459316Z ] 2022-11-23T05:16:10.9460498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9461524Z with 2022-11-23T05:16:10.9461901Z [ 2022-11-23T05:16:10.9462356Z T=torch::jit::SourceRange 2022-11-23T05:16:10.9462774Z ] 2022-11-23T05:16:10.9463857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9465106Z with 2022-11-23T05:16:10.9465496Z [ 2022-11-23T05:16:10.9465969Z T=torch::jit::SourceRange 2022-11-23T05:16:10.9466413Z ] 2022-11-23T05:16:10.9467540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9468641Z with 2022-11-23T05:16:10.9469093Z [ 2022-11-23T05:16:10.9469566Z T=torch::jit::SourceRange 2022-11-23T05:16:10.9470003Z ] 2022-11-23T05:16:10.9471052Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9472702Z 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-23T05:16:10.9474378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9475507Z with 2022-11-23T05:16:10.9475924Z [ 2022-11-23T05:16:10.9476503Z T=torch::jit::SourceRange 2022-11-23T05:16:10.9476951Z ] 2022-11-23T05:16:10.9478172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9479058Z with 2022-11-23T05:16:10.9479449Z [ 2022-11-23T05:16:10.9479958Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:10.9480448Z ] 2022-11-23T05:16:10.9481430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9482371Z with 2022-11-23T05:16:10.9482730Z [ 2022-11-23T05:16:10.9483229Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:10.9483716Z ] 2022-11-23T05:16:10.9484803Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9485821Z with 2022-11-23T05:16:10.9486204Z [ 2022-11-23T05:16:10.9486681Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:10.9487157Z ] 2022-11-23T05:16:10.9488303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9489383Z with 2022-11-23T05:16:10.9489761Z [ 2022-11-23T05:16:10.9490232Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:10.9490718Z ] 2022-11-23T05:16:10.9491808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9493484Z 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-23T05:16:10.9495152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9496295Z with 2022-11-23T05:16:10.9496660Z [ 2022-11-23T05:16:10.9497218Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:10.9497680Z ] 2022-11-23T05:16:10.9498640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9499558Z with 2022-11-23T05:16:10.9499933Z [ 2022-11-23T05:16:10.9500419Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:10.9500874Z ] 2022-11-23T05:16:10.9501876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9502816Z with 2022-11-23T05:16:10.9503211Z [ 2022-11-23T05:16:10.9503701Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:10.9504187Z ] 2022-11-23T05:16:10.9505239Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9506266Z with 2022-11-23T05:16:10.9506803Z [ 2022-11-23T05:16:10.9507325Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:10.9507803Z ] 2022-11-23T05:16:10.9509070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9510294Z with 2022-11-23T05:16:10.9510655Z [ 2022-11-23T05:16:10.9511149Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:10.9511630Z ] 2022-11-23T05:16:10.9512690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9514369Z 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-23T05:16:10.9516026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9517015Z with 2022-11-23T05:16:10.9517382Z [ 2022-11-23T05:16:10.9517889Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:10.9518361Z ] 2022-11-23T05:16:10.9519331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9520225Z with 2022-11-23T05:16:10.9520581Z [ 2022-11-23T05:16:10.9521034Z T=torch::jit::ScopePtr 2022-11-23T05:16:10.9521471Z ] 2022-11-23T05:16:10.9522461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9523397Z with 2022-11-23T05:16:10.9523778Z [ 2022-11-23T05:16:10.9524206Z T=torch::jit::ScopePtr 2022-11-23T05:16:10.9524631Z ] 2022-11-23T05:16:10.9525708Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9526904Z with 2022-11-23T05:16:10.9527292Z [ 2022-11-23T05:16:10.9527746Z T=torch::jit::ScopePtr 2022-11-23T05:16:10.9528156Z ] 2022-11-23T05:16:10.9529311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9530384Z with 2022-11-23T05:16:10.9530763Z [ 2022-11-23T05:16:10.9531218Z T=torch::jit::ScopePtr 2022-11-23T05:16:10.9531659Z ] 2022-11-23T05:16:10.9532670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9534291Z 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-23T05:16:10.9535933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9536899Z with 2022-11-23T05:16:10.9537439Z [ 2022-11-23T05:16:10.9537919Z T=torch::jit::ScopePtr 2022-11-23T05:16:10.9538345Z ] 2022-11-23T05:16:10.9539287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9540341Z with 2022-11-23T05:16:10.9540715Z [ 2022-11-23T05:16:10.9541383Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:10.9541843Z ] 2022-11-23T05:16:10.9542927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9543983Z with 2022-11-23T05:16:10.9544351Z [ 2022-11-23T05:16:10.9544951Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:10.9545402Z ] 2022-11-23T05:16:10.9546487Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9547502Z with 2022-11-23T05:16:10.9547860Z [ 2022-11-23T05:16:10.9548327Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:10.9548780Z ] 2022-11-23T05:16:10.9549937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9551153Z with 2022-11-23T05:16:10.9551512Z [ 2022-11-23T05:16:10.9551980Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:10.9552432Z ] 2022-11-23T05:16:10.9553478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9555174Z 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-23T05:16:10.9556845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9558171Z with 2022-11-23T05:16:10.9558554Z [ 2022-11-23T05:16:10.9559020Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:10.9559476Z ] 2022-11-23T05:16:10.9560439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9561358Z with 2022-11-23T05:16:10.9561744Z [ 2022-11-23T05:16:10.9562286Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:10.9562831Z ] 2022-11-23T05:16:10.9564000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9564937Z with 2022-11-23T05:16:10.9565313Z [ 2022-11-23T05:16:10.9565890Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:10.9566400Z ] 2022-11-23T05:16:10.9567781Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9568896Z with 2022-11-23T05:16:10.9569265Z [ 2022-11-23T05:16:10.9569996Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:10.9570568Z ] 2022-11-23T05:16:10.9571679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9572746Z with 2022-11-23T05:16:10.9573136Z [ 2022-11-23T05:16:10.9573707Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:10.9574253Z ] 2022-11-23T05:16:10.9575391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9577239Z 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-23T05:16:10.9578992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9579951Z with 2022-11-23T05:16:10.9580329Z [ 2022-11-23T05:16:10.9580892Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:10.9581434Z ] 2022-11-23T05:16:10.9582430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T05:16:10.9583823Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T05:16:10.9585195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9586091Z with 2022-11-23T05:16:10.9586479Z [ 2022-11-23T05:16:10.9586919Z T=at::StepCallbacks 2022-11-23T05:16:10.9587340Z ] 2022-11-23T05:16:10.9588330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9589456Z with 2022-11-23T05:16:10.9589823Z [ 2022-11-23T05:16:10.9590280Z T=at::StepCallbacks 2022-11-23T05:16:10.9590706Z ] 2022-11-23T05:16:10.9615842Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9616891Z with 2022-11-23T05:16:10.9617289Z [ 2022-11-23T05:16:10.9617730Z T=at::StepCallbacks 2022-11-23T05:16:10.9618159Z ] 2022-11-23T05:16:10.9619302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9620390Z with 2022-11-23T05:16:10.9620776Z [ 2022-11-23T05:16:10.9621220Z T=at::StepCallbacks 2022-11-23T05:16:10.9621629Z ] 2022-11-23T05:16:10.9622666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9624479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(672): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T05:16:10.9626136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9627123Z with 2022-11-23T05:16:10.9627498Z [ 2022-11-23T05:16:10.9627934Z T=at::StepCallbacks 2022-11-23T05:16:10.9628351Z ] 2022-11-23T05:16:10.9629296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9630207Z with 2022-11-23T05:16:10.9630589Z [ 2022-11-23T05:16:10.9631040Z T=at::ThreadLocalState 2022-11-23T05:16:10.9631487Z ] 2022-11-23T05:16:10.9632469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9633410Z with 2022-11-23T05:16:10.9633792Z [ 2022-11-23T05:16:10.9634248Z T=at::ThreadLocalState 2022-11-23T05:16:10.9634682Z ] 2022-11-23T05:16:10.9635724Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9636745Z with 2022-11-23T05:16:10.9637122Z [ 2022-11-23T05:16:10.9637573Z T=at::ThreadLocalState 2022-11-23T05:16:10.9638011Z ] 2022-11-23T05:16:10.9639157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9640234Z with 2022-11-23T05:16:10.9640594Z [ 2022-11-23T05:16:10.9641051Z T=at::ThreadLocalState 2022-11-23T05:16:10.9641507Z ] 2022-11-23T05:16:10.9642549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9644399Z 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-23T05:16:10.9646089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9647079Z with 2022-11-23T05:16:10.9647439Z [ 2022-11-23T05:16:10.9647895Z T=at::ThreadLocalState 2022-11-23T05:16:10.9648338Z ] 2022-11-23T05:16:10.9649291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9650187Z with 2022-11-23T05:16:10.9650545Z [ 2022-11-23T05:16:10.9651049Z T=std::shared_ptr 2022-11-23T05:16:10.9651531Z ] 2022-11-23T05:16:10.9652524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9653477Z with 2022-11-23T05:16:10.9653854Z [ 2022-11-23T05:16:10.9654327Z T=std::shared_ptr 2022-11-23T05:16:10.9656008Z ] 2022-11-23T05:16:10.9657173Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9658191Z with 2022-11-23T05:16:10.9658573Z [ 2022-11-23T05:16:10.9659083Z T=std::shared_ptr 2022-11-23T05:16:10.9659534Z ] 2022-11-23T05:16:10.9660685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9661778Z with 2022-11-23T05:16:10.9662144Z [ 2022-11-23T05:16:10.9662640Z T=std::shared_ptr 2022-11-23T05:16:10.9663122Z ] 2022-11-23T05:16:10.9664189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:10.9665844Z 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-23T05:16:10.9667558Z 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-23T05:16:10.9669667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9670656Z with 2022-11-23T05:16:10.9671045Z [ 2022-11-23T05:16:10.9671553Z T=std::shared_ptr 2022-11-23T05:16:10.9672026Z ] 2022-11-23T05:16:10.9672968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9673897Z with 2022-11-23T05:16:10.9674274Z [ 2022-11-23T05:16:10.9674753Z T=torch::jit::GraphExecutor 2022-11-23T05:16:10.9675551Z ] 2022-11-23T05:16:10.9676730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9677640Z with 2022-11-23T05:16:10.9678027Z [ 2022-11-23T05:16:10.9678500Z T=torch::jit::GraphExecutor 2022-11-23T05:16:10.9678954Z ] 2022-11-23T05:16:10.9680040Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9681057Z with 2022-11-23T05:16:10.9681565Z [ 2022-11-23T05:16:10.9682232Z T=torch::jit::GraphExecutor 2022-11-23T05:16:10.9682691Z ] 2022-11-23T05:16:10.9683835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9684925Z with 2022-11-23T05:16:10.9685311Z [ 2022-11-23T05:16:10.9685769Z T=torch::jit::GraphExecutor 2022-11-23T05:16:10.9686230Z ] 2022-11-23T05:16:10.9687548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9689418Z 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-23T05:16:10.9691112Z 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-23T05:16:10.9692831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9693927Z with 2022-11-23T05:16:10.9694315Z [ 2022-11-23T05:16:10.9694977Z T=torch::jit::GraphExecutor 2022-11-23T05:16:10.9695438Z ] 2022-11-23T05:16:10.9696403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9697375Z with 2022-11-23T05:16:10.9697762Z [ 2022-11-23T05:16:10.9698191Z T=torch::jit::Method 2022-11-23T05:16:10.9698622Z ] 2022-11-23T05:16:10.9699615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9700814Z with 2022-11-23T05:16:10.9701296Z [ 2022-11-23T05:16:10.9701735Z T=torch::jit::Method 2022-11-23T05:16:10.9702137Z ] 2022-11-23T05:16:10.9703227Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9704249Z with 2022-11-23T05:16:10.9704626Z [ 2022-11-23T05:16:10.9705065Z T=torch::jit::Method 2022-11-23T05:16:10.9705495Z ] 2022-11-23T05:16:10.9706733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9708195Z with 2022-11-23T05:16:10.9708585Z [ 2022-11-23T05:16:10.9709021Z T=torch::jit::Method 2022-11-23T05:16:10.9709444Z ] 2022-11-23T05:16:10.9710465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:10.9712048Z 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-23T05:16:10.9714037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9715036Z with 2022-11-23T05:16:10.9715430Z [ 2022-11-23T05:16:10.9715881Z T=torch::jit::Method 2022-11-23T05:16:10.9716308Z ] 2022-11-23T05:16:10.9717269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9718162Z with 2022-11-23T05:16:10.9718671Z [ 2022-11-23T05:16:10.9719523Z T=std::vector> 2022-11-23T05:16:10.9720241Z ] 2022-11-23T05:16:10.9721247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:10.9722184Z with 2022-11-23T05:16:10.9722540Z [ 2022-11-23T05:16:10.9723109Z T=std::vector> 2022-11-23T05:16:10.9723634Z ] 2022-11-23T05:16:10.9724722Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:10.9726032Z with 2022-11-23T05:16:10.9726413Z [ 2022-11-23T05:16:10.9726951Z T=std::vector> 2022-11-23T05:16:10.9727476Z ] 2022-11-23T05:16:10.9728648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:10.9729743Z with 2022-11-23T05:16:10.9730128Z [ 2022-11-23T05:16:10.9730684Z T=std::vector> 2022-11-23T05:16:10.9731323Z ] 2022-11-23T05:16:10.9732618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:10.9734409Z 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-23T05:16:10.9736127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:10.9737109Z with 2022-11-23T05:16:10.9737632Z [ 2022-11-23T05:16:10.9738312Z T=std::vector> 2022-11-23T05:16:10.9738935Z ] 2022-11-23T05:16:10.9739858Z C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.cpp(12): warning C4273: 'torch::custom_backend::getBackendName': inconsistent dll linkage 2022-11-23T05:16:10.9741336Z C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.h(89): note: see previous definition of 'getBackendName' 2022-11-23T05:16:11.1659451Z [2/4] cmd.exe /C "cd . && C:\Jenkins\Miniconda3\Library\bin\cmake.exe -E vs_link_dll --intdir=CMakeFiles\custom_backend.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\link.exe /nologo CMakeFiles\custom_backend.dir\custom_backend.cpp.obj /out:custom_backend.dll /implib:custom_backend.lib /pdb:custom_backend.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO -LIBPATH:\lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudart_static.lib" C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\caffe2_nvrtc.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudnn.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudart_static.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-11-23T05:16:15.3861250Z [3/4] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -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 -I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /FoCMakeFiles\test_custom_backend.dir\test_custom_backend.cpp.obj /FdCMakeFiles\test_custom_backend.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\test_custom_backend.cpp 2022-11-23T05:16:15.3863528Z 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-23T05:16:15.3864864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.3865730Z with 2022-11-23T05:16:15.3866078Z [ 2022-11-23T05:16:15.3866515Z T=c10::SymInt 2022-11-23T05:16:15.3866962Z ] 2022-11-23T05:16:15.3867829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.3868925Z with 2022-11-23T05:16:15.3869255Z [ 2022-11-23T05:16:15.3869669Z T=c10::SymInt 2022-11-23T05:16:15.3870063Z ] 2022-11-23T05:16:15.3871113Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.3872189Z with 2022-11-23T05:16:15.3872582Z [ 2022-11-23T05:16:15.3873009Z T=c10::SymInt 2022-11-23T05:16:15.3873393Z ] 2022-11-23T05:16:15.3874611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.3875727Z with 2022-11-23T05:16:15.3876112Z [ 2022-11-23T05:16:15.3876544Z T=c10::SymInt 2022-11-23T05:16:15.3876929Z ] 2022-11-23T05:16:15.3877964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.3879779Z 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-23T05:16:15.3881463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.3882467Z with 2022-11-23T05:16:15.3882855Z [ 2022-11-23T05:16:15.3883268Z T=c10::SymInt 2022-11-23T05:16:15.3883673Z ] 2022-11-23T05:16:15.3884629Z 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-23T05:16:15.3886142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.3887065Z with 2022-11-23T05:16:15.3887446Z [ 2022-11-23T05:16:15.3887841Z T=std::string 2022-11-23T05:16:15.3888223Z ] 2022-11-23T05:16:15.3889262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.3890219Z with 2022-11-23T05:16:15.3890598Z [ 2022-11-23T05:16:15.3890992Z T=std::string 2022-11-23T05:16:15.3891405Z ] 2022-11-23T05:16:15.3892527Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.3893573Z with 2022-11-23T05:16:15.3893950Z [ 2022-11-23T05:16:15.3894360Z T=std::string 2022-11-23T05:16:15.3894750Z ] 2022-11-23T05:16:15.3895955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.3897210Z with 2022-11-23T05:16:15.3897603Z [ 2022-11-23T05:16:15.3898077Z T=std::string 2022-11-23T05:16:15.3898560Z ] 2022-11-23T05:16:15.3899595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.3901363Z 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-23T05:16:15.3903032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.3904038Z with 2022-11-23T05:16:15.3904422Z [ 2022-11-23T05:16:15.3904831Z T=std::string 2022-11-23T05:16:15.3905236Z ] 2022-11-23T05:16:15.3906203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.3907117Z with 2022-11-23T05:16:15.3907496Z [ 2022-11-23T05:16:15.3907937Z T=c10::QualifiedName 2022-11-23T05:16:15.3908368Z ] 2022-11-23T05:16:15.3909398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.3910329Z with 2022-11-23T05:16:15.3910703Z [ 2022-11-23T05:16:15.3911133Z T=c10::QualifiedName 2022-11-23T05:16:15.3911656Z ] 2022-11-23T05:16:15.3912795Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.3914340Z with 2022-11-23T05:16:15.3914701Z [ 2022-11-23T05:16:15.3915141Z T=c10::QualifiedName 2022-11-23T05:16:15.3915570Z ] 2022-11-23T05:16:15.3916770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.3917875Z with 2022-11-23T05:16:15.3918253Z [ 2022-11-23T05:16:15.3918669Z T=c10::QualifiedName 2022-11-23T05:16:15.3919094Z ] 2022-11-23T05:16:15.3920167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.3921830Z 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-23T05:16:15.3923500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.3924505Z with 2022-11-23T05:16:15.3924884Z [ 2022-11-23T05:16:15.3925304Z T=c10::QualifiedName 2022-11-23T05:16:15.3925731Z ] 2022-11-23T05:16:15.3926734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.3927651Z with 2022-11-23T05:16:15.3928032Z [ 2022-11-23T05:16:15.3928441Z T=at::TensorBase 2022-11-23T05:16:15.3928860Z ] 2022-11-23T05:16:15.3929888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.3930840Z with 2022-11-23T05:16:15.3931217Z [ 2022-11-23T05:16:15.3931634Z T=at::TensorBase 2022-11-23T05:16:15.3932156Z ] 2022-11-23T05:16:15.3933275Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.3934312Z with 2022-11-23T05:16:15.3934688Z [ 2022-11-23T05:16:15.3935107Z T=at::TensorBase 2022-11-23T05:16:15.3935528Z ] 2022-11-23T05:16:15.3936703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.3937803Z with 2022-11-23T05:16:15.3938185Z [ 2022-11-23T05:16:15.3938606Z T=at::TensorBase 2022-11-23T05:16:15.3939021Z ] 2022-11-23T05:16:15.3940074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.3941709Z 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-23T05:16:15.3943476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.3944490Z with 2022-11-23T05:16:15.3944872Z [ 2022-11-23T05:16:15.3945291Z T=at::TensorBase 2022-11-23T05:16:15.3945709Z ] 2022-11-23T05:16:15.3946700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.3947598Z with 2022-11-23T05:16:15.3947974Z [ 2022-11-23T05:16:15.3948384Z T=at::Tensor 2022-11-23T05:16:15.3948787Z ] 2022-11-23T05:16:15.3949811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.3950769Z with 2022-11-23T05:16:15.3951136Z [ 2022-11-23T05:16:15.3951542Z T=at::Tensor 2022-11-23T05:16:15.3951942Z ] 2022-11-23T05:16:15.3953053Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.3954251Z with 2022-11-23T05:16:15.3954683Z [ 2022-11-23T05:16:15.3955098Z T=at::Tensor 2022-11-23T05:16:15.3955507Z ] 2022-11-23T05:16:15.3956704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.3957813Z with 2022-11-23T05:16:15.3958191Z [ 2022-11-23T05:16:15.3958583Z T=at::Tensor 2022-11-23T05:16:15.3958996Z ] 2022-11-23T05:16:15.3960029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.3961647Z 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-23T05:16:15.3963296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.3964375Z with 2022-11-23T05:16:15.3964765Z [ 2022-11-23T05:16:15.3965164Z T=at::Tensor 2022-11-23T05:16:15.3965571Z ] 2022-11-23T05:16:15.3966579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.3967501Z with 2022-11-23T05:16:15.3967880Z [ 2022-11-23T05:16:15.3968280Z T=at::Generator 2022-11-23T05:16:15.3968694Z ] 2022-11-23T05:16:15.3969722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.3970677Z with 2022-11-23T05:16:15.3971069Z [ 2022-11-23T05:16:15.3971485Z T=at::Generator 2022-11-23T05:16:15.3971878Z ] 2022-11-23T05:16:15.3973002Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.3974029Z with 2022-11-23T05:16:15.3974510Z [ 2022-11-23T05:16:15.3974947Z T=at::Generator 2022-11-23T05:16:15.3975353Z ] 2022-11-23T05:16:15.3976527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.3977631Z with 2022-11-23T05:16:15.3978012Z [ 2022-11-23T05:16:15.3978430Z T=at::Generator 2022-11-23T05:16:15.3978849Z ] 2022-11-23T05:16:15.3979892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.3981528Z 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-23T05:16:15.3983185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.3984182Z with 2022-11-23T05:16:15.3984566Z [ 2022-11-23T05:16:15.3984979Z T=at::Generator 2022-11-23T05:16:15.3985394Z ] 2022-11-23T05:16:15.3986384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.3987280Z with 2022-11-23T05:16:15.3987664Z [ 2022-11-23T05:16:15.3988070Z T=c10::Scalar 2022-11-23T05:16:15.3988471Z ] 2022-11-23T05:16:15.3989502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.3990452Z with 2022-11-23T05:16:15.3990812Z [ 2022-11-23T05:16:15.3991223Z T=c10::Scalar 2022-11-23T05:16:15.3991619Z ] 2022-11-23T05:16:15.3992733Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.3993757Z with 2022-11-23T05:16:15.3994229Z [ 2022-11-23T05:16:15.3994636Z T=c10::Scalar 2022-11-23T05:16:15.3995031Z ] 2022-11-23T05:16:15.3996222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.3997379Z with 2022-11-23T05:16:15.3997767Z [ 2022-11-23T05:16:15.3998156Z T=c10::Scalar 2022-11-23T05:16:15.3998555Z ] 2022-11-23T05:16:15.3999595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4001208Z 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-23T05:16:15.4002863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4003858Z with 2022-11-23T05:16:15.4004236Z [ 2022-11-23T05:16:15.4004629Z T=c10::Scalar 2022-11-23T05:16:15.4005031Z ] 2022-11-23T05:16:15.4006123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4007065Z with 2022-11-23T05:16:15.4007440Z [ 2022-11-23T05:16:15.4007975Z T=std::shared_ptr 2022-11-23T05:16:15.4008463Z ] 2022-11-23T05:16:15.4009500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4010446Z with 2022-11-23T05:16:15.4010825Z [ 2022-11-23T05:16:15.4011363Z T=std::shared_ptr 2022-11-23T05:16:15.4011857Z ] 2022-11-23T05:16:15.4012983Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4014013Z with 2022-11-23T05:16:15.4014389Z [ 2022-11-23T05:16:15.4014924Z T=std::shared_ptr 2022-11-23T05:16:15.4015431Z ] 2022-11-23T05:16:15.4016627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4017710Z with 2022-11-23T05:16:15.4018094Z [ 2022-11-23T05:16:15.4018632Z T=std::shared_ptr 2022-11-23T05:16:15.4019141Z ] 2022-11-23T05:16:15.4020288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:15.4022090Z 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-23T05:16:15.4023823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4024911Z with 2022-11-23T05:16:15.4025294Z [ 2022-11-23T05:16:15.4025835Z T=std::shared_ptr 2022-11-23T05:16:15.4026342Z ] 2022-11-23T05:16:15.4027331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4028238Z with 2022-11-23T05:16:15.4028603Z [ 2022-11-23T05:16:15.4029135Z T=std::weak_ptr 2022-11-23T05:16:15.4029639Z ] 2022-11-23T05:16:15.4030673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4031623Z with 2022-11-23T05:16:15.4032001Z [ 2022-11-23T05:16:15.4032507Z T=std::weak_ptr 2022-11-23T05:16:15.4033020Z ] 2022-11-23T05:16:15.4034137Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4035165Z with 2022-11-23T05:16:15.4035538Z [ 2022-11-23T05:16:15.4036151Z T=std::weak_ptr 2022-11-23T05:16:15.4036655Z ] 2022-11-23T05:16:15.4037860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4038966Z with 2022-11-23T05:16:15.4039345Z [ 2022-11-23T05:16:15.4039873Z T=std::weak_ptr 2022-11-23T05:16:15.4040369Z ] 2022-11-23T05:16:15.4041488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:15.4043273Z 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-23T05:16:15.4045007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4045987Z with 2022-11-23T05:16:15.4046351Z [ 2022-11-23T05:16:15.4046892Z T=std::weak_ptr 2022-11-23T05:16:15.4047397Z ] 2022-11-23T05:16:15.4048377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4049297Z with 2022-11-23T05:16:15.4049670Z [ 2022-11-23T05:16:15.4050276Z T=std::vector> 2022-11-23T05:16:15.4050837Z ] 2022-11-23T05:16:15.4051870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4052807Z with 2022-11-23T05:16:15.4053187Z [ 2022-11-23T05:16:15.4053788Z T=std::vector> 2022-11-23T05:16:15.4054342Z ] 2022-11-23T05:16:15.4055616Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4056851Z with 2022-11-23T05:16:15.4057214Z [ 2022-11-23T05:16:15.4057813Z T=std::vector> 2022-11-23T05:16:15.4058376Z ] 2022-11-23T05:16:15.4059570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4060671Z with 2022-11-23T05:16:15.4061126Z [ 2022-11-23T05:16:15.4061729Z T=std::vector> 2022-11-23T05:16:15.4062380Z ] 2022-11-23T05:16:15.4063565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:15.4065468Z 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-23T05:16:15.4067428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4068560Z with 2022-11-23T05:16:15.4068943Z [ 2022-11-23T05:16:15.4069542Z T=std::vector> 2022-11-23T05:16:15.4070086Z ] 2022-11-23T05:16:15.4071076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4072000Z with 2022-11-23T05:16:15.4072380Z [ 2022-11-23T05:16:15.4072888Z T=std::vector> 2022-11-23T05:16:15.4073373Z ] 2022-11-23T05:16:15.4074521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4075566Z with 2022-11-23T05:16:15.4075948Z [ 2022-11-23T05:16:15.4076455Z T=std::vector> 2022-11-23T05:16:15.4076937Z ] 2022-11-23T05:16:15.4078054Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4079067Z with 2022-11-23T05:16:15.4079448Z [ 2022-11-23T05:16:15.4080033Z T=std::vector> 2022-11-23T05:16:15.4080522Z ] 2022-11-23T05:16:15.4081855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4082961Z with 2022-11-23T05:16:15.4083330Z [ 2022-11-23T05:16:15.4083840Z T=std::vector> 2022-11-23T05:16:15.4084325Z ] 2022-11-23T05:16:15.4085433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:15.4087376Z 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-23T05:16:15.4090095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4091099Z with 2022-11-23T05:16:15.4091464Z [ 2022-11-23T05:16:15.4091987Z T=std::vector> 2022-11-23T05:16:15.4092568Z ] 2022-11-23T05:16:15.4093674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4094605Z with 2022-11-23T05:16:15.4094980Z [ 2022-11-23T05:16:15.4095592Z T=std::vector,std::allocator>> 2022-11-23T05:16:15.4096197Z ] 2022-11-23T05:16:15.4097279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4098233Z with 2022-11-23T05:16:15.4098608Z [ 2022-11-23T05:16:15.4099310Z T=std::vector,std::allocator>> 2022-11-23T05:16:15.4100040Z ] 2022-11-23T05:16:15.4101279Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4102316Z with 2022-11-23T05:16:15.4102697Z [ 2022-11-23T05:16:15.4103328Z T=std::vector,std::allocator>> 2022-11-23T05:16:15.4103911Z ] 2022-11-23T05:16:15.4105123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4106411Z with 2022-11-23T05:16:15.4106806Z [ 2022-11-23T05:16:15.4107441Z T=std::vector,std::allocator>> 2022-11-23T05:16:15.4108033Z ] 2022-11-23T05:16:15.4109239Z C:\actions-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-23T05:16:15.4111152Z 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-23T05:16:15.4113122Z 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-23T05:16:15.4114791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4115787Z with 2022-11-23T05:16:15.4116150Z [ 2022-11-23T05:16:15.4116787Z T=std::vector,std::allocator>> 2022-11-23T05:16:15.4117370Z ] 2022-11-23T05:16:15.4118436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4120347Z with 2022-11-23T05:16:15.4120712Z [ 2022-11-23T05:16:15.4121324Z T=std::vector,std::allocator>> 2022-11-23T05:16:15.4121906Z ] 2022-11-23T05:16:15.4122943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4123904Z with 2022-11-23T05:16:15.4124360Z [ 2022-11-23T05:16:15.4125025Z T=std::vector,std::allocator>> 2022-11-23T05:16:15.4125660Z ] 2022-11-23T05:16:15.4126779Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4127817Z with 2022-11-23T05:16:15.4128194Z [ 2022-11-23T05:16:15.4128799Z T=std::vector,std::allocator>> 2022-11-23T05:16:15.4129361Z ] 2022-11-23T05:16:15.4130709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4131958Z with 2022-11-23T05:16:15.4132313Z [ 2022-11-23T05:16:15.4132914Z T=std::vector,std::allocator>> 2022-11-23T05:16:15.4133488Z ] 2022-11-23T05:16:15.4134676Z C:\actions-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-23T05:16:15.4136572Z 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-23T05:16:15.4138526Z 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-23T05:16:15.4140177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4141181Z with 2022-11-23T05:16:15.4141564Z [ 2022-11-23T05:16:15.4142179Z T=std::vector,std::allocator>> 2022-11-23T05:16:15.4142750Z ] 2022-11-23T05:16:15.4143890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4144879Z with 2022-11-23T05:16:15.4145243Z [ 2022-11-23T05:16:15.4145768Z T=std::vector> 2022-11-23T05:16:15.4146262Z ] 2022-11-23T05:16:15.4147304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4148261Z with 2022-11-23T05:16:15.4148623Z [ 2022-11-23T05:16:15.4149158Z T=std::vector> 2022-11-23T05:16:15.4149728Z ] 2022-11-23T05:16:15.4150983Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4152863Z with 2022-11-23T05:16:15.4153242Z [ 2022-11-23T05:16:15.4153754Z T=std::vector> 2022-11-23T05:16:15.4154249Z ] 2022-11-23T05:16:15.4155453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4156771Z with 2022-11-23T05:16:15.4157159Z [ 2022-11-23T05:16:15.4157680Z T=std::vector> 2022-11-23T05:16:15.4158154Z ] 2022-11-23T05:16:15.4159329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:15.4161104Z 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-23T05:16:15.4163114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4164153Z with 2022-11-23T05:16:15.4164536Z [ 2022-11-23T05:16:15.4165064Z T=std::vector> 2022-11-23T05:16:15.4165561Z ] 2022-11-23T05:16:15.4166531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4167454Z with 2022-11-23T05:16:15.4167840Z [ 2022-11-23T05:16:15.4168502Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:15.4169136Z ] 2022-11-23T05:16:15.4170232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4171172Z with 2022-11-23T05:16:15.4171563Z [ 2022-11-23T05:16:15.4172153Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:15.4172713Z ] 2022-11-23T05:16:15.4173832Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4174940Z with 2022-11-23T05:16:15.4175354Z [ 2022-11-23T05:16:15.4176019Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:15.4176590Z ] 2022-11-23T05:16:15.4177785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4178897Z with 2022-11-23T05:16:15.4179276Z [ 2022-11-23T05:16:15.4179855Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:15.4180418Z ] 2022-11-23T05:16:15.4181721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:15.4183730Z 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-23T05:16:15.4186537Z 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-23T05:16:15.4188535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4189550Z with 2022-11-23T05:16:15.4189936Z [ 2022-11-23T05:16:15.4190511Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:15.4191069Z ] 2022-11-23T05:16:15.4192077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4193011Z with 2022-11-23T05:16:15.4193465Z [ 2022-11-23T05:16:15.4194060Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:15.4194721Z ] 2022-11-23T05:16:15.4195868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4196895Z with 2022-11-23T05:16:15.4197282Z [ 2022-11-23T05:16:15.4197867Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:15.4198422Z ] 2022-11-23T05:16:15.4199531Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4200781Z with 2022-11-23T05:16:15.4201174Z [ 2022-11-23T05:16:15.4201761Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:15.4202314Z ] 2022-11-23T05:16:15.4203517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4204621Z with 2022-11-23T05:16:15.4204980Z [ 2022-11-23T05:16:15.4205565Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:15.4206201Z ] 2022-11-23T05:16:15.4207497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:15.4209443Z 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-23T05:16:15.4211374Z 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-23T05:16:15.4213346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4214353Z with 2022-11-23T05:16:15.4214719Z [ 2022-11-23T05:16:15.4215309Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:15.4215871Z ] 2022-11-23T05:16:15.4217676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4218704Z with 2022-11-23T05:16:15.4219086Z [ 2022-11-23T05:16:15.4219666Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:15.4220134Z ] 2022-11-23T05:16:15.4221175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4222127Z with 2022-11-23T05:16:15.4222505Z [ 2022-11-23T05:16:15.4222958Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:15.4223421Z ] 2022-11-23T05:16:15.4224539Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4225761Z with 2022-11-23T05:16:15.4226149Z [ 2022-11-23T05:16:15.4226622Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:15.4227063Z ] 2022-11-23T05:16:15.4228350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4229469Z with 2022-11-23T05:16:15.4229853Z [ 2022-11-23T05:16:15.4230321Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:15.4230777Z ] 2022-11-23T05:16:15.4231967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4233743Z 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-23T05:16:15.4234709Z with 2022-11-23T05:16:15.4235088Z [ 2022-11-23T05:16:15.4235555Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:15.4236013Z ] 2022-11-23T05:16:15.4237192Z 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-23T05:16:15.4239187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4240146Z with 2022-11-23T05:16:15.4240511Z [ 2022-11-23T05:16:15.4240964Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:15.4241409Z ] 2022-11-23T05:16:15.4242370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4243270Z with 2022-11-23T05:16:15.4243701Z [ 2022-11-23T05:16:15.4244422Z T=std::vector> 2022-11-23T05:16:15.4245092Z ] 2022-11-23T05:16:15.4245987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4246863Z with 2022-11-23T05:16:15.4247212Z [ 2022-11-23T05:16:15.4247846Z T=std::vector> 2022-11-23T05:16:15.4249360Z ] 2022-11-23T05:16:15.4250586Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4251654Z with 2022-11-23T05:16:15.4252001Z [ 2022-11-23T05:16:15.4252630Z T=std::vector> 2022-11-23T05:16:15.4253198Z ] 2022-11-23T05:16:15.4254305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4255354Z with 2022-11-23T05:16:15.4255713Z [ 2022-11-23T05:16:15.4256457Z T=std::vector> 2022-11-23T05:16:15.4257209Z ] 2022-11-23T05:16:15.4258006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:15.4259790Z 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-23T05:16:15.4260791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4261305Z with 2022-11-23T05:16:15.4261501Z [ 2022-11-23T05:16:15.4261861Z T=std::vector> 2022-11-23T05:16:15.4262187Z ] 2022-11-23T05:16:15.4262866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4263537Z with 2022-11-23T05:16:15.4263719Z [ 2022-11-23T05:16:15.4263937Z T=c10::DimVector 2022-11-23T05:16:15.4264152Z ] 2022-11-23T05:16:15.4264670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4265147Z with 2022-11-23T05:16:15.4265323Z [ 2022-11-23T05:16:15.4265535Z T=c10::DimVector 2022-11-23T05:16:15.4265747Z ] 2022-11-23T05:16:15.4266312Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4266822Z with 2022-11-23T05:16:15.4267013Z [ 2022-11-23T05:16:15.4267207Z T=c10::DimVector 2022-11-23T05:16:15.4267416Z ] 2022-11-23T05:16:15.4268014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4268712Z with 2022-11-23T05:16:15.4268909Z [ 2022-11-23T05:16:15.4269123Z T=c10::DimVector 2022-11-23T05:16:15.4269414Z ] 2022-11-23T05:16:15.4270056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4271515Z 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-23T05:16:15.4272360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4272862Z with 2022-11-23T05:16:15.4273057Z [ 2022-11-23T05:16:15.4273270Z T=c10::DimVector 2022-11-23T05:16:15.4273464Z ] 2022-11-23T05:16:15.4273963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4274422Z with 2022-11-23T05:16:15.4274618Z [ 2022-11-23T05:16:15.4275005Z T=torch::autograd::ViewInfo 2022-11-23T05:16:15.4275224Z ] 2022-11-23T05:16:15.4275957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4276445Z with 2022-11-23T05:16:15.4276639Z [ 2022-11-23T05:16:15.4276979Z T=torch::autograd::ViewInfo 2022-11-23T05:16:15.4277233Z ] 2022-11-23T05:16:15.4277784Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4278306Z with 2022-11-23T05:16:15.4278498Z [ 2022-11-23T05:16:15.4278731Z T=torch::autograd::ViewInfo 2022-11-23T05:16:15.4278956Z ] 2022-11-23T05:16:15.4279557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4280104Z with 2022-11-23T05:16:15.4280281Z [ 2022-11-23T05:16:15.4280509Z T=torch::autograd::ViewInfo 2022-11-23T05:16:15.4280736Z ] 2022-11-23T05:16:15.4281405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4282475Z 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-23T05:16:15.4283338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4283840Z with 2022-11-23T05:16:15.4284019Z [ 2022-11-23T05:16:15.4284253Z T=torch::autograd::ViewInfo 2022-11-23T05:16:15.4284484Z ] 2022-11-23T05:16:15.4284983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4285443Z with 2022-11-23T05:16:15.4285620Z [ 2022-11-23T05:16:15.4285901Z T=std::vector> 2022-11-23T05:16:15.4286171Z ] 2022-11-23T05:16:15.4286683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4287897Z with 2022-11-23T05:16:15.4288197Z [ 2022-11-23T05:16:15.4288468Z T=std::vector> 2022-11-23T05:16:15.4288845Z ] 2022-11-23T05:16:15.4289424Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4289947Z with 2022-11-23T05:16:15.4290141Z [ 2022-11-23T05:16:15.4290417Z T=std::vector> 2022-11-23T05:16:15.4290666Z ] 2022-11-23T05:16:15.4291262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4291820Z with 2022-11-23T05:16:15.4292015Z [ 2022-11-23T05:16:15.4292292Z T=std::vector> 2022-11-23T05:16:15.4292555Z ] 2022-11-23T05:16:15.4293086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:15.4293697Z with 2022-11-23T05:16:15.4293917Z [ 2022-11-23T05:16:15.4294303Z T=c10::SymInt 2022-11-23T05:16:15.4294513Z ] 2022-11-23T05:16:15.4295169Z 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-23T05:16:15.4295948Z with 2022-11-23T05:16:15.4296227Z [ 2022-11-23T05:16:15.4296442Z T=c10::SymInt 2022-11-23T05:16:15.4296654Z ] 2022-11-23T05:16:15.4297272Z 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-23T05:16:15.4298268Z 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-23T05:16:15.4299199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4299701Z with 2022-11-23T05:16:15.4299883Z [ 2022-11-23T05:16:15.4300166Z T=std::vector> 2022-11-23T05:16:15.4300436Z ] 2022-11-23T05:16:15.4301078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4301654Z with 2022-11-23T05:16:15.4301951Z [ 2022-11-23T05:16:15.4302230Z T=c10::IValue 2022-11-23T05:16:15.4302600Z ] 2022-11-23T05:16:15.4303544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4304438Z with 2022-11-23T05:16:15.4304786Z [ 2022-11-23T05:16:15.4305152Z T=c10::IValue 2022-11-23T05:16:15.4305539Z ] 2022-11-23T05:16:15.4306583Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4308717Z with 2022-11-23T05:16:15.4309179Z [ 2022-11-23T05:16:15.4309566Z T=c10::IValue 2022-11-23T05:16:15.4309928Z ] 2022-11-23T05:16:15.4311059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4312101Z with 2022-11-23T05:16:15.4312473Z [ 2022-11-23T05:16:15.4312862Z T=c10::IValue 2022-11-23T05:16:15.4313243Z ] 2022-11-23T05:16:15.4314354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4316059Z 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-23T05:16:15.4317657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4318721Z with 2022-11-23T05:16:15.4319118Z [ 2022-11-23T05:16:15.4319518Z T=c10::IValue 2022-11-23T05:16:15.4319922Z ] 2022-11-23T05:16:15.4320905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4321919Z with 2022-11-23T05:16:15.4322365Z [ 2022-11-23T05:16:15.4322840Z T=c10::AliasInfo 2022-11-23T05:16:15.4323211Z ] 2022-11-23T05:16:15.4323925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4324421Z with 2022-11-23T05:16:15.4324620Z [ 2022-11-23T05:16:15.4324836Z T=c10::AliasInfo 2022-11-23T05:16:15.4325047Z ] 2022-11-23T05:16:15.4325615Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4326369Z with 2022-11-23T05:16:15.4326737Z [ 2022-11-23T05:16:15.4327112Z T=c10::AliasInfo 2022-11-23T05:16:15.4327465Z ] 2022-11-23T05:16:15.4328688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4329888Z with 2022-11-23T05:16:15.4330230Z [ 2022-11-23T05:16:15.4330646Z T=c10::AliasInfo 2022-11-23T05:16:15.4331041Z ] 2022-11-23T05:16:15.4332044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4333606Z 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-23T05:16:15.4335318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4337408Z with 2022-11-23T05:16:15.4337762Z [ 2022-11-23T05:16:15.4338188Z T=c10::AliasInfo 2022-11-23T05:16:15.4338591Z ] 2022-11-23T05:16:15.4339503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4340412Z with 2022-11-23T05:16:15.4340773Z [ 2022-11-23T05:16:15.4341210Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:15.4341650Z ] 2022-11-23T05:16:15.4342799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4343849Z with 2022-11-23T05:16:15.4344208Z [ 2022-11-23T05:16:15.4344648Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:15.4345090Z ] 2022-11-23T05:16:15.4346166Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4347022Z with 2022-11-23T05:16:15.4347225Z [ 2022-11-23T05:16:15.4347466Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:15.4347684Z ] 2022-11-23T05:16:15.4348436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4349410Z with 2022-11-23T05:16:15.4349763Z [ 2022-11-23T05:16:15.4350378Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:15.4350829Z ] 2022-11-23T05:16:15.4351808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4353469Z 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-23T05:16:15.4355094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4356154Z with 2022-11-23T05:16:15.4356523Z [ 2022-11-23T05:16:15.4357036Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:15.4357541Z ] 2022-11-23T05:16:15.4358476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4359374Z with 2022-11-23T05:16:15.4359741Z [ 2022-11-23T05:16:15.4360267Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:15.4360771Z ] 2022-11-23T05:16:15.4361722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4362721Z with 2022-11-23T05:16:15.4363091Z [ 2022-11-23T05:16:15.4363721Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:15.4364305Z ] 2022-11-23T05:16:15.4365356Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4366348Z with 2022-11-23T05:16:15.4368301Z [ 2022-11-23T05:16:15.4368893Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:15.4369505Z ] 2022-11-23T05:16:15.4370729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4371834Z with 2022-11-23T05:16:15.4372211Z [ 2022-11-23T05:16:15.4372751Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:15.4373283Z ] 2022-11-23T05:16:15.4374344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4376096Z 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-23T05:16:15.4378075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4379055Z with 2022-11-23T05:16:15.4379602Z [ 2022-11-23T05:16:15.4380208Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:15.4380731Z ] 2022-11-23T05:16:15.4381713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T05:16:15.4383217Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T05:16:15.4384693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4385595Z with 2022-11-23T05:16:15.4385946Z [ 2022-11-23T05:16:15.4386379Z T=at::StepCallbacks 2022-11-23T05:16:15.4386768Z ] 2022-11-23T05:16:15.4387764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4388684Z with 2022-11-23T05:16:15.4389038Z [ 2022-11-23T05:16:15.4389355Z T=at::StepCallbacks 2022-11-23T05:16:15.4389748Z ] 2022-11-23T05:16:15.4390895Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4391669Z with 2022-11-23T05:16:15.4391919Z [ 2022-11-23T05:16:15.4392357Z T=at::StepCallbacks 2022-11-23T05:16:15.4392777Z ] 2022-11-23T05:16:15.4393890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4394981Z with 2022-11-23T05:16:15.4395364Z [ 2022-11-23T05:16:15.4395814Z T=at::StepCallbacks 2022-11-23T05:16:15.4396246Z ] 2022-11-23T05:16:15.4397432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4399170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(672): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T05:16:15.4401716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4402691Z with 2022-11-23T05:16:15.4403211Z [ 2022-11-23T05:16:15.4403573Z T=at::StepCallbacks 2022-11-23T05:16:15.4403799Z ] 2022-11-23T05:16:15.4404551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4405023Z with 2022-11-23T05:16:15.4405221Z [ 2022-11-23T05:16:15.4405512Z T=c10::either 2022-11-23T05:16:15.4405791Z ] 2022-11-23T05:16:15.4406311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4406786Z with 2022-11-23T05:16:15.4406962Z [ 2022-11-23T05:16:15.4407243Z T=c10::either 2022-11-23T05:16:15.4407514Z ] 2022-11-23T05:16:15.4408215Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4408775Z with 2022-11-23T05:16:15.4408969Z [ 2022-11-23T05:16:15.4409239Z T=c10::either 2022-11-23T05:16:15.4409506Z ] 2022-11-23T05:16:15.4410245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4410811Z with 2022-11-23T05:16:15.4411101Z [ 2022-11-23T05:16:15.4411515Z T=c10::either 2022-11-23T05:16:15.4411780Z ] 2022-11-23T05:16:15.4412360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:15.4413299Z 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-23T05:16:15.4414222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4414719Z with 2022-11-23T05:16:15.4414918Z [ 2022-11-23T05:16:15.4415198Z T=c10::either 2022-11-23T05:16:15.4415469Z ] 2022-11-23T05:16:15.4415958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4416424Z with 2022-11-23T05:16:15.4416622Z [ 2022-11-23T05:16:15.4416857Z T=torch::jit::Operator 2022-11-23T05:16:15.4417193Z ] 2022-11-23T05:16:15.4417697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4419225Z with 2022-11-23T05:16:15.4419423Z [ 2022-11-23T05:16:15.4419656Z T=torch::jit::Operator 2022-11-23T05:16:15.4419880Z ] 2022-11-23T05:16:15.4420451Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4420961Z with 2022-11-23T05:16:15.4421156Z [ 2022-11-23T05:16:15.4421382Z T=torch::jit::Operator 2022-11-23T05:16:15.4421603Z ] 2022-11-23T05:16:15.4422196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4422739Z with 2022-11-23T05:16:15.4422922Z [ 2022-11-23T05:16:15.4423145Z T=torch::jit::Operator 2022-11-23T05:16:15.4423365Z ] 2022-11-23T05:16:15.4423904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4425227Z 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-23T05:16:15.4426127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4426623Z with 2022-11-23T05:16:15.4426803Z [ 2022-11-23T05:16:15.4427034Z T=torch::jit::Operator 2022-11-23T05:16:15.4427260Z ] 2022-11-23T05:16:15.4427755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4428223Z with 2022-11-23T05:16:15.4428488Z [ 2022-11-23T05:16:15.4428943Z T=std::tuple 2022-11-23T05:16:15.4429410Z ] 2022-11-23T05:16:15.4430458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4431469Z with 2022-11-23T05:16:15.4431925Z [ 2022-11-23T05:16:15.4432423Z T=std::tuple 2022-11-23T05:16:15.4432877Z ] 2022-11-23T05:16:15.4433918Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4434887Z with 2022-11-23T05:16:15.4435257Z [ 2022-11-23T05:16:15.4435741Z T=std::tuple 2022-11-23T05:16:15.4436188Z ] 2022-11-23T05:16:15.4437383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4438606Z with 2022-11-23T05:16:15.4438976Z [ 2022-11-23T05:16:15.4439468Z T=std::tuple 2022-11-23T05:16:15.4439933Z ] 2022-11-23T05:16:15.4441374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:15.4444237Z 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-23T05:16:15.4446124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4447126Z with 2022-11-23T05:16:15.4447510Z [ 2022-11-23T05:16:15.4448024Z T=std::tuple 2022-11-23T05:16:15.4448509Z ] 2022-11-23T05:16:15.4449479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4450481Z with 2022-11-23T05:16:15.4450861Z [ 2022-11-23T05:16:15.4451421Z T=torch::jit::SourceRange 2022-11-23T05:16:15.4451947Z ] 2022-11-23T05:16:15.4452950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4453905Z with 2022-11-23T05:16:15.4454441Z [ 2022-11-23T05:16:15.4454936Z T=torch::jit::SourceRange 2022-11-23T05:16:15.4455373Z ] 2022-11-23T05:16:15.4456453Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4457466Z with 2022-11-23T05:16:15.4457840Z [ 2022-11-23T05:16:15.4458257Z T=torch::jit::SourceRange 2022-11-23T05:16:15.4458706Z ] 2022-11-23T05:16:15.4459853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4460934Z with 2022-11-23T05:16:15.4461307Z [ 2022-11-23T05:16:15.4461763Z T=torch::jit::SourceRange 2022-11-23T05:16:15.4462302Z ] 2022-11-23T05:16:15.4463685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4465898Z 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-23T05:16:15.4467657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4468630Z with 2022-11-23T05:16:15.4469007Z [ 2022-11-23T05:16:15.4469449Z T=torch::jit::SourceRange 2022-11-23T05:16:15.4469866Z ] 2022-11-23T05:16:15.4470869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4472053Z with 2022-11-23T05:16:15.4472451Z [ 2022-11-23T05:16:15.4472950Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:15.4473401Z ] 2022-11-23T05:16:15.4474415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4476417Z with 2022-11-23T05:16:15.4476792Z [ 2022-11-23T05:16:15.4477285Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:15.4477754Z ] 2022-11-23T05:16:15.4478934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4480138Z with 2022-11-23T05:16:15.4480507Z [ 2022-11-23T05:16:15.4480982Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:15.4481634Z ] 2022-11-23T05:16:15.4482697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4483270Z with 2022-11-23T05:16:15.4483518Z [ 2022-11-23T05:16:15.4483889Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:15.4484135Z ] 2022-11-23T05:16:15.4484699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4485895Z 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-23T05:16:15.4487005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4487526Z with 2022-11-23T05:16:15.4487709Z [ 2022-11-23T05:16:15.4488085Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:15.4488363Z ] 2022-11-23T05:16:15.4488866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4489333Z with 2022-11-23T05:16:15.4489509Z [ 2022-11-23T05:16:15.4489763Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:15.4490012Z ] 2022-11-23T05:16:15.4490530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4491002Z with 2022-11-23T05:16:15.4491195Z [ 2022-11-23T05:16:15.4491424Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:15.4491665Z ] 2022-11-23T05:16:15.4492228Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4492759Z with 2022-11-23T05:16:15.4492951Z [ 2022-11-23T05:16:15.4493218Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:15.4493642Z ] 2022-11-23T05:16:15.4494789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4495814Z with 2022-11-23T05:16:15.4496173Z [ 2022-11-23T05:16:15.4496713Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:15.4497178Z ] 2022-11-23T05:16:15.4498249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4500712Z 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-23T05:16:15.4502125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4503032Z with 2022-11-23T05:16:15.4503238Z [ 2022-11-23T05:16:15.4503499Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:15.4503746Z ] 2022-11-23T05:16:15.4504384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4504873Z with 2022-11-23T05:16:15.4505071Z [ 2022-11-23T05:16:15.4505337Z T=torch::jit::ScopePtr 2022-11-23T05:16:15.4505760Z ] 2022-11-23T05:16:15.4506750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4507445Z with 2022-11-23T05:16:15.4507732Z [ 2022-11-23T05:16:15.4508283Z T=torch::jit::ScopePtr 2022-11-23T05:16:15.4508746Z ] 2022-11-23T05:16:15.4509810Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4510916Z with 2022-11-23T05:16:15.4511441Z [ 2022-11-23T05:16:15.4511971Z T=torch::jit::ScopePtr 2022-11-23T05:16:15.4512384Z ] 2022-11-23T05:16:15.4513536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4514433Z with 2022-11-23T05:16:15.4514634Z [ 2022-11-23T05:16:15.4514853Z T=torch::jit::ScopePtr 2022-11-23T05:16:15.4515080Z ] 2022-11-23T05:16:15.4515634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4516482Z 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-23T05:16:15.4517334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4517837Z with 2022-11-23T05:16:15.4518035Z [ 2022-11-23T05:16:15.4518247Z T=torch::jit::ScopePtr 2022-11-23T05:16:15.4518471Z ] 2022-11-23T05:16:15.4518977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4519449Z with 2022-11-23T05:16:15.4519641Z [ 2022-11-23T05:16:15.4519854Z T=at::ThreadLocalState 2022-11-23T05:16:15.4520080Z ] 2022-11-23T05:16:15.4520601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4521276Z with 2022-11-23T05:16:15.4521473Z [ 2022-11-23T05:16:15.4521704Z T=at::ThreadLocalState 2022-11-23T05:16:15.4521909Z ] 2022-11-23T05:16:15.4522478Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4523003Z with 2022-11-23T05:16:15.4523202Z [ 2022-11-23T05:16:15.4523429Z T=at::ThreadLocalState 2022-11-23T05:16:15.4523652Z ] 2022-11-23T05:16:15.4524234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4524784Z with 2022-11-23T05:16:15.4524978Z [ 2022-11-23T05:16:15.4525205Z T=at::ThreadLocalState 2022-11-23T05:16:15.4525431Z ] 2022-11-23T05:16:15.4525971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4526927Z 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-23T05:16:15.4527802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4528309Z with 2022-11-23T05:16:15.4528504Z [ 2022-11-23T05:16:15.4528732Z T=at::ThreadLocalState 2022-11-23T05:16:15.4528956Z ] 2022-11-23T05:16:15.4529459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4529902Z with 2022-11-23T05:16:15.4530095Z [ 2022-11-23T05:16:15.4530349Z T=std::shared_ptr 2022-11-23T05:16:15.4530595Z ] 2022-11-23T05:16:15.4531116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4531591Z with 2022-11-23T05:16:15.4531768Z [ 2022-11-23T05:16:15.4532018Z T=std::shared_ptr 2022-11-23T05:16:15.4532258Z ] 2022-11-23T05:16:15.4532822Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4533351Z with 2022-11-23T05:16:15.4533544Z [ 2022-11-23T05:16:15.4533777Z T=std::shared_ptr 2022-11-23T05:16:15.4534063Z ] 2022-11-23T05:16:15.4535022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4535885Z with 2022-11-23T05:16:15.4536119Z [ 2022-11-23T05:16:15.4536512Z T=std::shared_ptr 2022-11-23T05:16:15.4536927Z ] 2022-11-23T05:16:15.4537796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:15.4539016Z 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-23T05:16:15.4540083Z 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-23T05:16:15.4540975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4541479Z with 2022-11-23T05:16:15.4541679Z [ 2022-11-23T05:16:15.4541933Z T=std::shared_ptr 2022-11-23T05:16:15.4542161Z ] 2022-11-23T05:16:15.4542662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4543122Z with 2022-11-23T05:16:15.4543316Z [ 2022-11-23T05:16:15.4543551Z T=torch::jit::GraphExecutor 2022-11-23T05:16:15.4543766Z ] 2022-11-23T05:16:15.4544399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4544903Z with 2022-11-23T05:16:15.4545099Z [ 2022-11-23T05:16:15.4545334Z T=torch::jit::GraphExecutor 2022-11-23T05:16:15.4545565Z ] 2022-11-23T05:16:15.4546111Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4546640Z with 2022-11-23T05:16:15.4546834Z [ 2022-11-23T05:16:15.4547066Z T=torch::jit::GraphExecutor 2022-11-23T05:16:15.4547294Z ] 2022-11-23T05:16:15.4547889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4548447Z with 2022-11-23T05:16:15.4548626Z [ 2022-11-23T05:16:15.4548859Z T=torch::jit::GraphExecutor 2022-11-23T05:16:15.4549092Z ] 2022-11-23T05:16:15.4549635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4550476Z 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-23T05:16:15.4551343Z 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-23T05:16:15.4552216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4552715Z with 2022-11-23T05:16:15.4552897Z [ 2022-11-23T05:16:15.4553132Z T=torch::jit::GraphExecutor 2022-11-23T05:16:15.4553365Z ] 2022-11-23T05:16:15.4553866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4554438Z with 2022-11-23T05:16:15.4554618Z [ 2022-11-23T05:16:15.4554841Z T=torch::jit::Method 2022-11-23T05:16:15.4555064Z ] 2022-11-23T05:16:15.4555585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4556062Z with 2022-11-23T05:16:15.4556255Z [ 2022-11-23T05:16:15.4556458Z T=torch::jit::Method 2022-11-23T05:16:15.4556674Z ] 2022-11-23T05:16:15.4557238Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4557763Z with 2022-11-23T05:16:15.4557955Z [ 2022-11-23T05:16:15.4558179Z T=torch::jit::Method 2022-11-23T05:16:15.4558382Z ] 2022-11-23T05:16:15.4558977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4559529Z with 2022-11-23T05:16:15.4559724Z [ 2022-11-23T05:16:15.4560034Z T=torch::jit::Method 2022-11-23T05:16:15.4560263Z ] 2022-11-23T05:16:15.4560796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4561614Z 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-23T05:16:15.4562452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4562944Z with 2022-11-23T05:16:15.4563140Z [ 2022-11-23T05:16:15.4563360Z T=torch::jit::Method 2022-11-23T05:16:15.4563563Z ] 2022-11-23T05:16:15.4563955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4564036Z with 2022-11-23T05:16:15.4564113Z [ 2022-11-23T05:16:15.4564286Z T=std::vector> 2022-11-23T05:16:15.4564362Z ] 2022-11-23T05:16:15.4564763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4564846Z with 2022-11-23T05:16:15.4564921Z [ 2022-11-23T05:16:15.4565088Z T=std::vector> 2022-11-23T05:16:15.4565163Z ] 2022-11-23T05:16:15.4565613Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4565693Z with 2022-11-23T05:16:15.4565767Z [ 2022-11-23T05:16:15.4565936Z T=std::vector> 2022-11-23T05:16:15.4566011Z ] 2022-11-23T05:16:15.4566491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4566662Z with 2022-11-23T05:16:15.4566739Z [ 2022-11-23T05:16:15.4566910Z T=std::vector> 2022-11-23T05:16:15.4566985Z ] 2022-11-23T05:16:15.4567662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:15.4568375Z 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-23T05:16:15.4568809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4568895Z with 2022-11-23T05:16:15.4568972Z [ 2022-11-23T05:16:15.4569140Z T=std::vector> 2022-11-23T05:16:15.4569215Z ] 2022-11-23T05:16:15.4569693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4569794Z with 2022-11-23T05:16:15.4569877Z [ 2022-11-23T05:16:15.4569997Z T=torch::jit::NamedValue 2022-11-23T05:16:15.4570072Z ] 2022-11-23T05:16:15.4570474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:15.4570554Z with 2022-11-23T05:16:15.4570613Z [ 2022-11-23T05:16:15.4570732Z T=torch::jit::NamedValue 2022-11-23T05:16:15.4570813Z ] 2022-11-23T05:16:15.4571267Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:15.4571347Z with 2022-11-23T05:16:15.4571423Z [ 2022-11-23T05:16:15.4571539Z T=torch::jit::NamedValue 2022-11-23T05:16:15.4571614Z ] 2022-11-23T05:16:15.4572095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:15.4572175Z with 2022-11-23T05:16:15.4572250Z [ 2022-11-23T05:16:15.4572363Z T=torch::jit::NamedValue 2022-11-23T05:16:15.4572438Z ] 2022-11-23T05:16:15.4572860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:15.4573313Z 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-23T05:16:15.4573741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:15.4573822Z with 2022-11-23T05:16:15.4573898Z [ 2022-11-23T05:16:15.4573996Z T=torch::jit::NamedValue 2022-11-23T05:16:15.4574072Z ] 2022-11-23T05:16:15.6543244Z [4/4] cmd.exe /C "cd . && C:\Jenkins\Miniconda3\Library\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\test_custom_backend.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\link.exe /nologo CMakeFiles\test_custom_backend.dir\test_custom_backend.cpp.obj /out:test_custom_backend.exe /implib:test_custom_backend.lib /pdb:test_custom_backend.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console -LIBPATH:\lib custom_backend.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudnn.lib" C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudart_static.lib" C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\caffe2_nvrtc.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-11-23T05:16:15.6577775Z "Ninja succeeded for custom_backend test." 2022-11-23T05:16:18.8852824Z 2022-11-23T05:16:18.8853319Z Running tests... 2022-11-23T05:16:18.8853733Z ---------------------------------------------------------------------- 2022-11-23T05:16:18.8854204Z Test results will be stored in test-reports\python-unittest\test_custom_backend 2022-11-23T05:16:18.8865820Z test_execute (__main__.TestCustomBackend) 2022-11-23T05:16:18.9951836Z Test execution using the custom backend. ... ok (0.109s) 2022-11-23T05:16:18.9966348Z test_save_load (__main__.TestCustomBackend) 2022-11-23T05:16:19.0424740Z Test that a lowered module can be executed correctly ... ok (0.047s) 2022-11-23T05:16:19.0427847Z 2022-11-23T05:16:19.0428331Z ---------------------------------------------------------------------- 2022-11-23T05:16:19.0428686Z Ran 2 tests in 0.156s 2022-11-23T05:16:19.0428836Z 2022-11-23T05:16:19.0428924Z OK 2022-11-23T05:16:19.0429024Z 2022-11-23T05:16:19.0429149Z Generating XML reports... 2022-11-23T05:16:19.0520609Z Generated XML report: test-reports\python-unittest\test_custom_backend\TEST-TestCustomBackend-20221123051618.xml 2022-11-23T05:16:23.7252949Z Testing custom_backend 2022-11-23T05:16:23.7253258Z OK 2022-11-23T05:16:23.8421858Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_script_ops.bat 2022-11-23T05:16:23.8702548Z 2022-11-23T05:16:23.8703592Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T05:16:23.8719913Z 2022-11-23T05:16:23.8720944Z 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-23T05:16:23.8722118Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T05:16:23.8722628Z exit /b 0 2022-11-23T05:16:23.8722859Z ) 2022-11-23T05:16:24.5757534Z "Executing CMake for custom_operator test..." 2022-11-23T05:16:24.9512755Z -- The C compiler identification is MSVC 19.28.29337.0 2022-11-23T05:16:25.2106397Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-11-23T05:16:25.2557767Z -- Detecting C compiler ABI info 2022-11-23T05:16:25.6818761Z -- Detecting C compiler ABI info - done 2022-11-23T05:16:25.6854749Z -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped 2022-11-23T05:16:25.6864258Z -- Detecting C compile features 2022-11-23T05:16:25.6877084Z -- Detecting C compile features - done 2022-11-23T05:16:25.7036432Z -- Detecting CXX compiler ABI info 2022-11-23T05:16:26.1695507Z -- Detecting CXX compiler ABI info - done 2022-11-23T05:16:26.1736572Z -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/cl.exe - skipped 2022-11-23T05:16:26.1743746Z -- Detecting CXX compile features 2022-11-23T05:16:26.1756053Z -- Detecting CXX compile features - done 2022-11-23T05:16:26.1992731Z -- Looking for pthread.h 2022-11-23T05:16:26.3244207Z -- Looking for pthread.h - not found 2022-11-23T05:16:26.3267039Z -- Found Threads: TRUE 2022-11-23T05:16:26.4339850Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 (found version "11.7") 2022-11-23T05:16:33.6805624Z -- The CUDA compiler identification is NVIDIA 11.7.64 2022-11-23T05:16:33.7037868Z -- Detecting CUDA compiler ABI info 2022-11-23T05:16:36.6660656Z -- Detecting CUDA compiler ABI info - done 2022-11-23T05:16:36.7134948Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe - skipped 2022-11-23T05:16:36.7143259Z -- Detecting CUDA compile features 2022-11-23T05:16:36.7154067Z -- Detecting CUDA compile features - done 2022-11-23T05:16:36.7190764Z -- Caffe2: CUDA detected: 11.7 2022-11-23T05:16:36.7191312Z -- Caffe2: CUDA nvcc is: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/bin/nvcc.exe 2022-11-23T05:16:36.7192066Z -- Caffe2: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7 2022-11-23T05:16:37.2355349Z -- Caffe2: Header version is: 11.7 2022-11-23T05:16:37.2446451Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/cudnn.lib 2022-11-23T05:16:37.2453139Z -- Found cuDNN: v8.5.0 (include: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/include, library: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/cudnn.lib) 2022-11-23T05:16:37.3413983Z -- C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.7/lib/x64/nvrtc.lib shorthash is dd482e34 2022-11-23T05:16:37.3420183Z CMake Warning at C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T05:16:37.3421159Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T05:16:37.3421908Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T05:16:37.3422727Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T05:16:37.3423410Z Call Stack (most recent call first): 2022-11-23T05:16:37.3424345Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/public/cuda.cmake:437 (torch_cuda_get_nvcc_gencode_flag) 2022-11-23T05:16:37.3425084Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T05:16:37.3425657Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T05:16:37.3426064Z CMakeLists.txt:9 (find_package) 2022-11-23T05:16:37.3426236Z 2022-11-23T05:16:37.3426243Z 2022-11-23T05:16:37.3426424Z -- Added CUDA NVCC flags for: -gencode;arch=compute_70,code=sm_70 2022-11-23T05:16:37.7257447Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-11-23T05:16:37.7263029Z -- Configuring done 2022-11-23T05:16:37.7567706Z -- Generating done 2022-11-23T05:16:37.7834067Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_operator/build 2022-11-23T05:16:37.7942928Z "Executing Ninja for custom_operator test..." 2022-11-23T05:16:50.7333853Z [1/4] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -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 -I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /FoCMakeFiles\test_custom_ops.dir\test_custom_ops.cpp.obj /FdCMakeFiles\test_custom_ops.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\test\custom_operator\test_custom_ops.cpp 2022-11-23T05:16:50.7337301Z 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-23T05:16:50.7339077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7339979Z with 2022-11-23T05:16:50.7340479Z [ 2022-11-23T05:16:50.7340849Z T=c10::SymInt 2022-11-23T05:16:50.7341249Z ] 2022-11-23T05:16:50.7342463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7343379Z with 2022-11-23T05:16:50.7343739Z [ 2022-11-23T05:16:50.7344089Z T=c10::SymInt 2022-11-23T05:16:50.7344475Z ] 2022-11-23T05:16:50.7345471Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7346958Z with 2022-11-23T05:16:50.7347431Z [ 2022-11-23T05:16:50.7347849Z T=c10::SymInt 2022-11-23T05:16:50.7348525Z ] 2022-11-23T05:16:50.7349622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7350718Z with 2022-11-23T05:16:50.7351085Z [ 2022-11-23T05:16:50.7351484Z T=c10::SymInt 2022-11-23T05:16:50.7351867Z ] 2022-11-23T05:16:50.7353273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7355156Z 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-23T05:16:50.7356997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7358039Z with 2022-11-23T05:16:50.7358425Z [ 2022-11-23T05:16:50.7358847Z T=c10::SymInt 2022-11-23T05:16:50.7359248Z ] 2022-11-23T05:16:50.7360225Z 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-23T05:16:50.7362254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7363335Z with 2022-11-23T05:16:50.7363729Z [ 2022-11-23T05:16:50.7364156Z T=std::string 2022-11-23T05:16:50.7364565Z ] 2022-11-23T05:16:50.7365609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7366583Z with 2022-11-23T05:16:50.7366968Z [ 2022-11-23T05:16:50.7367386Z T=std::string 2022-11-23T05:16:50.7367887Z ] 2022-11-23T05:16:50.7369112Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7370271Z with 2022-11-23T05:16:50.7370652Z [ 2022-11-23T05:16:50.7371095Z T=std::string 2022-11-23T05:16:50.7371526Z ] 2022-11-23T05:16:50.7372971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7374124Z with 2022-11-23T05:16:50.7374509Z [ 2022-11-23T05:16:50.7375018Z T=std::string 2022-11-23T05:16:50.7375432Z ] 2022-11-23T05:16:50.7376653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7378321Z 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-23T05:16:50.7380042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7381053Z with 2022-11-23T05:16:50.7381451Z [ 2022-11-23T05:16:50.7382020Z T=std::string 2022-11-23T05:16:50.7382434Z ] 2022-11-23T05:16:50.7383584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7384498Z with 2022-11-23T05:16:50.7384909Z [ 2022-11-23T05:16:50.7385355Z T=c10::QualifiedName 2022-11-23T05:16:50.7385810Z ] 2022-11-23T05:16:50.7386871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7387862Z with 2022-11-23T05:16:50.7388246Z [ 2022-11-23T05:16:50.7388691Z T=c10::QualifiedName 2022-11-23T05:16:50.7389243Z ] 2022-11-23T05:16:50.7390542Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7391613Z with 2022-11-23T05:16:50.7391994Z [ 2022-11-23T05:16:50.7392438Z T=c10::QualifiedName 2022-11-23T05:16:50.7392856Z ] 2022-11-23T05:16:50.7394077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7395430Z with 2022-11-23T05:16:50.7395924Z [ 2022-11-23T05:16:50.7396373Z T=c10::QualifiedName 2022-11-23T05:16:50.7396889Z ] 2022-11-23T05:16:50.7398212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7399910Z 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-23T05:16:50.7401609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7402656Z with 2022-11-23T05:16:50.7403142Z [ 2022-11-23T05:16:50.7403592Z T=c10::QualifiedName 2022-11-23T05:16:50.7404105Z ] 2022-11-23T05:16:50.7405190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7406141Z with 2022-11-23T05:16:50.7406528Z [ 2022-11-23T05:16:50.7407150Z T=at::TensorBase 2022-11-23T05:16:50.7407602Z ] 2022-11-23T05:16:50.7408642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7409592Z with 2022-11-23T05:16:50.7410128Z [ 2022-11-23T05:16:50.7410556Z T=at::TensorBase 2022-11-23T05:16:50.7411065Z ] 2022-11-23T05:16:50.7412311Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7413399Z with 2022-11-23T05:16:50.7413773Z [ 2022-11-23T05:16:50.7414217Z T=at::TensorBase 2022-11-23T05:16:50.7414649Z ] 2022-11-23T05:16:50.7415876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7417198Z with 2022-11-23T05:16:50.7417611Z [ 2022-11-23T05:16:50.7418159Z T=at::TensorBase 2022-11-23T05:16:50.7418682Z ] 2022-11-23T05:16:50.7419763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7421442Z 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-23T05:16:50.7423144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7424286Z with 2022-11-23T05:16:50.7424685Z [ 2022-11-23T05:16:50.7425316Z T=at::TensorBase 2022-11-23T05:16:50.7425743Z ] 2022-11-23T05:16:50.7442342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7443379Z with 2022-11-23T05:16:50.7443780Z [ 2022-11-23T05:16:50.7444647Z T=at::Tensor 2022-11-23T05:16:50.7445062Z ] 2022-11-23T05:16:50.7446252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7447252Z with 2022-11-23T05:16:50.7447649Z [ 2022-11-23T05:16:50.7448105Z T=at::Tensor 2022-11-23T05:16:50.7448526Z ] 2022-11-23T05:16:50.7449654Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7450687Z with 2022-11-23T05:16:50.7451075Z [ 2022-11-23T05:16:50.7451650Z T=at::Tensor 2022-11-23T05:16:50.7452055Z ] 2022-11-23T05:16:50.7453412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7454556Z with 2022-11-23T05:16:50.7454917Z [ 2022-11-23T05:16:50.7455348Z T=at::Tensor 2022-11-23T05:16:50.7455756Z ] 2022-11-23T05:16:50.7457009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7458684Z 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-23T05:16:50.7460374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7461424Z with 2022-11-23T05:16:50.7461794Z [ 2022-11-23T05:16:50.7462250Z T=at::Tensor 2022-11-23T05:16:50.7462661Z ] 2022-11-23T05:16:50.7463833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7464960Z with 2022-11-23T05:16:50.7465352Z [ 2022-11-23T05:16:50.7465817Z T=at::Generator 2022-11-23T05:16:50.7466253Z ] 2022-11-23T05:16:50.7467304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7468294Z with 2022-11-23T05:16:50.7468716Z [ 2022-11-23T05:16:50.7469130Z T=at::Generator 2022-11-23T05:16:50.7469563Z ] 2022-11-23T05:16:50.7470695Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7471769Z with 2022-11-23T05:16:50.7472171Z [ 2022-11-23T05:16:50.7472613Z T=at::Generator 2022-11-23T05:16:50.7473015Z ] 2022-11-23T05:16:50.7474265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7475409Z with 2022-11-23T05:16:50.7475814Z [ 2022-11-23T05:16:50.7476242Z T=at::Generator 2022-11-23T05:16:50.7476615Z ] 2022-11-23T05:16:50.7477598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7479524Z 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-23T05:16:50.7481385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7482563Z with 2022-11-23T05:16:50.7482952Z [ 2022-11-23T05:16:50.7483383Z T=at::Generator 2022-11-23T05:16:50.7483798Z ] 2022-11-23T05:16:50.7484810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7485771Z with 2022-11-23T05:16:50.7486160Z [ 2022-11-23T05:16:50.7486585Z T=c10::Scalar 2022-11-23T05:16:50.7487000Z ] 2022-11-23T05:16:50.7488035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7489003Z with 2022-11-23T05:16:50.7489579Z [ 2022-11-23T05:16:50.7490030Z T=c10::Scalar 2022-11-23T05:16:50.7490442Z ] 2022-11-23T05:16:50.7491582Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7492562Z with 2022-11-23T05:16:50.7492938Z [ 2022-11-23T05:16:50.7493341Z T=c10::Scalar 2022-11-23T05:16:50.7493740Z ] 2022-11-23T05:16:50.7494920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7496030Z with 2022-11-23T05:16:50.7496384Z [ 2022-11-23T05:16:50.7496878Z T=c10::Scalar 2022-11-23T05:16:50.7497274Z ] 2022-11-23T05:16:50.7498317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7499946Z 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-23T05:16:50.7501604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7502624Z with 2022-11-23T05:16:50.7502983Z [ 2022-11-23T05:16:50.7503390Z T=c10::Scalar 2022-11-23T05:16:50.7503791Z ] 2022-11-23T05:16:50.7504770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7505693Z with 2022-11-23T05:16:50.7506048Z [ 2022-11-23T05:16:50.7506598Z T=std::shared_ptr 2022-11-23T05:16:50.7507106Z ] 2022-11-23T05:16:50.7508125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7509086Z with 2022-11-23T05:16:50.7509718Z [ 2022-11-23T05:16:50.7510253Z T=std::shared_ptr 2022-11-23T05:16:50.7510761Z ] 2022-11-23T05:16:50.7511862Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7513042Z with 2022-11-23T05:16:50.7513431Z [ 2022-11-23T05:16:50.7514065Z T=std::shared_ptr 2022-11-23T05:16:50.7514659Z ] 2022-11-23T05:16:50.7515836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7516931Z with 2022-11-23T05:16:50.7517315Z [ 2022-11-23T05:16:50.7517867Z T=std::shared_ptr 2022-11-23T05:16:50.7518377Z ] 2022-11-23T05:16:50.7519500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:50.7521544Z 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-23T05:16:50.7523340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7524370Z with 2022-11-23T05:16:50.7524760Z [ 2022-11-23T05:16:50.7525311Z T=std::shared_ptr 2022-11-23T05:16:50.7525846Z ] 2022-11-23T05:16:50.7526848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7527770Z with 2022-11-23T05:16:50.7528166Z [ 2022-11-23T05:16:50.7528713Z T=std::weak_ptr 2022-11-23T05:16:50.7529228Z ] 2022-11-23T05:16:50.7530280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7531234Z with 2022-11-23T05:16:50.7531597Z [ 2022-11-23T05:16:50.7532145Z T=std::weak_ptr 2022-11-23T05:16:50.7532645Z ] 2022-11-23T05:16:50.7533739Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7534796Z with 2022-11-23T05:16:50.7535161Z [ 2022-11-23T05:16:50.7535706Z T=std::weak_ptr 2022-11-23T05:16:50.7536218Z ] 2022-11-23T05:16:50.7537435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7538567Z with 2022-11-23T05:16:50.7538960Z [ 2022-11-23T05:16:50.7539479Z T=std::weak_ptr 2022-11-23T05:16:50.7539987Z ] 2022-11-23T05:16:50.7541157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:50.7543590Z 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-23T05:16:50.7545245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7546241Z with 2022-11-23T05:16:50.7546630Z [ 2022-11-23T05:16:50.7547167Z T=std::weak_ptr 2022-11-23T05:16:50.7547659Z ] 2022-11-23T05:16:50.7548648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7549585Z with 2022-11-23T05:16:50.7549970Z [ 2022-11-23T05:16:50.7550590Z T=std::vector> 2022-11-23T05:16:50.7551162Z ] 2022-11-23T05:16:50.7552372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7553374Z with 2022-11-23T05:16:50.7553766Z [ 2022-11-23T05:16:50.7554374Z T=std::vector> 2022-11-23T05:16:50.7554939Z ] 2022-11-23T05:16:50.7556056Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7557091Z with 2022-11-23T05:16:50.7557483Z [ 2022-11-23T05:16:50.7558100Z T=std::vector> 2022-11-23T05:16:50.7558681Z ] 2022-11-23T05:16:50.7559877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7561012Z with 2022-11-23T05:16:50.7561381Z [ 2022-11-23T05:16:50.7561997Z T=std::vector> 2022-11-23T05:16:50.7562581Z ] 2022-11-23T05:16:50.7563762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:50.7565681Z 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-23T05:16:50.7567488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7568491Z with 2022-11-23T05:16:50.7568882Z [ 2022-11-23T05:16:50.7569496Z T=std::vector> 2022-11-23T05:16:50.7570234Z ] 2022-11-23T05:16:50.7571430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7572380Z with 2022-11-23T05:16:50.7573004Z [ 2022-11-23T05:16:50.7573522Z T=std::vector> 2022-11-23T05:16:50.7573999Z ] 2022-11-23T05:16:50.7575059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7576044Z with 2022-11-23T05:16:50.7576436Z [ 2022-11-23T05:16:50.7577088Z T=std::vector> 2022-11-23T05:16:50.7577579Z ] 2022-11-23T05:16:50.7578839Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7579896Z with 2022-11-23T05:16:50.7580286Z [ 2022-11-23T05:16:50.7580803Z T=std::vector> 2022-11-23T05:16:50.7581304Z ] 2022-11-23T05:16:50.7582519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7583651Z with 2022-11-23T05:16:50.7584143Z [ 2022-11-23T05:16:50.7584673Z T=std::vector> 2022-11-23T05:16:50.7585426Z ] 2022-11-23T05:16:50.7586763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:50.7588924Z 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-23T05:16:50.7590686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7591799Z with 2022-11-23T05:16:50.7592185Z [ 2022-11-23T05:16:50.7592794Z T=std::vector> 2022-11-23T05:16:50.7593387Z ] 2022-11-23T05:16:50.7594422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7595370Z with 2022-11-23T05:16:50.7595743Z [ 2022-11-23T05:16:50.7596389Z T=std::vector,std::allocator>> 2022-11-23T05:16:50.7597063Z ] 2022-11-23T05:16:50.7598140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7599623Z with 2022-11-23T05:16:50.7600552Z [ 2022-11-23T05:16:50.7601249Z T=std::vector,std::allocator>> 2022-11-23T05:16:50.7601864Z ] 2022-11-23T05:16:50.7603018Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7604075Z with 2022-11-23T05:16:50.7604465Z [ 2022-11-23T05:16:50.7605113Z T=std::vector,std::allocator>> 2022-11-23T05:16:50.7605679Z ] 2022-11-23T05:16:50.7607127Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7608549Z with 2022-11-23T05:16:50.7608937Z [ 2022-11-23T05:16:50.7609576Z T=std::vector,std::allocator>> 2022-11-23T05:16:50.7610169Z ] 2022-11-23T05:16:50.7611384Z C:\actions-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-23T05:16:50.7613433Z 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-23T05:16:50.7615375Z 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-23T05:16:50.7617065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7618171Z with 2022-11-23T05:16:50.7618566Z [ 2022-11-23T05:16:50.7619205Z T=std::vector,std::allocator>> 2022-11-23T05:16:50.7619799Z ] 2022-11-23T05:16:50.7620909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7622060Z with 2022-11-23T05:16:50.7622429Z [ 2022-11-23T05:16:50.7623058Z T=std::vector,std::allocator>> 2022-11-23T05:16:50.7623639Z ] 2022-11-23T05:16:50.7624676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7625639Z with 2022-11-23T05:16:50.7626005Z [ 2022-11-23T05:16:50.7626638Z T=std::vector,std::allocator>> 2022-11-23T05:16:50.7627303Z ] 2022-11-23T05:16:50.7628515Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7629666Z with 2022-11-23T05:16:50.7630051Z [ 2022-11-23T05:16:50.7630669Z T=std::vector,std::allocator>> 2022-11-23T05:16:50.7631234Z ] 2022-11-23T05:16:50.7632436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7633542Z with 2022-11-23T05:16:50.7633931Z [ 2022-11-23T05:16:50.7634616Z T=std::vector,std::allocator>> 2022-11-23T05:16:50.7635202Z ] 2022-11-23T05:16:50.7636537Z C:\actions-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-23T05:16:50.7638399Z 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-23T05:16:50.7640297Z 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-23T05:16:50.7642084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7643304Z with 2022-11-23T05:16:50.7643698Z [ 2022-11-23T05:16:50.7644320Z T=std::vector,std::allocator>> 2022-11-23T05:16:50.7644899Z ] 2022-11-23T05:16:50.7645878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7646806Z with 2022-11-23T05:16:50.7647202Z [ 2022-11-23T05:16:50.7647724Z T=std::vector> 2022-11-23T05:16:50.7648218Z ] 2022-11-23T05:16:50.7649446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7650627Z with 2022-11-23T05:16:50.7651016Z [ 2022-11-23T05:16:50.7651544Z T=std::vector> 2022-11-23T05:16:50.7652039Z ] 2022-11-23T05:16:50.7653171Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7654209Z with 2022-11-23T05:16:50.7654575Z [ 2022-11-23T05:16:50.7655111Z T=std::vector> 2022-11-23T05:16:50.7655704Z ] 2022-11-23T05:16:50.7657075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7658173Z with 2022-11-23T05:16:50.7658523Z [ 2022-11-23T05:16:50.7659024Z T=std::vector> 2022-11-23T05:16:50.7659503Z ] 2022-11-23T05:16:50.7660566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:50.7662260Z 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-23T05:16:50.7664194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7664976Z with 2022-11-23T05:16:50.7665182Z [ 2022-11-23T05:16:50.7665442Z T=std::vector> 2022-11-23T05:16:50.7665698Z ] 2022-11-23T05:16:50.7666201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7666663Z with 2022-11-23T05:16:50.7666859Z [ 2022-11-23T05:16:50.7667165Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:50.7668263Z ] 2022-11-23T05:16:50.7668797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7669279Z with 2022-11-23T05:16:50.7669695Z [ 2022-11-23T05:16:50.7669999Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:50.7670293Z ] 2022-11-23T05:16:50.7671163Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7671703Z with 2022-11-23T05:16:50.7671900Z [ 2022-11-23T05:16:50.7672199Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:50.7672485Z ] 2022-11-23T05:16:50.7673093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7673628Z with 2022-11-23T05:16:50.7673825Z [ 2022-11-23T05:16:50.7674125Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:50.7674531Z ] 2022-11-23T05:16:50.7675153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:50.7676110Z 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-23T05:16:50.7677262Z 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-23T05:16:50.7678457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7678977Z with 2022-11-23T05:16:50.7679157Z [ 2022-11-23T05:16:50.7679463Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:50.7679750Z ] 2022-11-23T05:16:50.7680250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7680710Z with 2022-11-23T05:16:50.7680895Z [ 2022-11-23T05:16:50.7681195Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:50.7681483Z ] 2022-11-23T05:16:50.7682001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7682476Z with 2022-11-23T05:16:50.7682672Z [ 2022-11-23T05:16:50.7682952Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:50.7683235Z ] 2022-11-23T05:16:50.7683965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7684494Z with 2022-11-23T05:16:50.7684687Z [ 2022-11-23T05:16:50.7685397Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:50.7685676Z ] 2022-11-23T05:16:50.7686280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7686839Z with 2022-11-23T05:16:50.7687033Z [ 2022-11-23T05:16:50.7687338Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:50.7687623Z ] 2022-11-23T05:16:50.7688211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:50.7689163Z 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-23T05:16:50.7690126Z 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-23T05:16:50.7691280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7691817Z with 2022-11-23T05:16:50.7692181Z [ 2022-11-23T05:16:50.7692632Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:50.7692920Z ] 2022-11-23T05:16:50.7693422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7693876Z with 2022-11-23T05:16:50.7694072Z [ 2022-11-23T05:16:50.7694313Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:50.7694549Z ] 2022-11-23T05:16:50.7695066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7695547Z with 2022-11-23T05:16:50.7695725Z [ 2022-11-23T05:16:50.7695964Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:50.7696200Z ] 2022-11-23T05:16:50.7696798Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7697323Z with 2022-11-23T05:16:50.7697529Z [ 2022-11-23T05:16:50.7697913Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:50.7698158Z ] 2022-11-23T05:16:50.7698753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7699589Z with 2022-11-23T05:16:50.7699791Z [ 2022-11-23T05:16:50.7700014Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:50.7700249Z ] 2022-11-23T05:16:50.7700797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7701640Z 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-23T05:16:50.7702252Z with 2022-11-23T05:16:50.7702448Z [ 2022-11-23T05:16:50.7702689Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:50.7702906Z ] 2022-11-23T05:16:50.7703496Z 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-23T05:16:50.7704386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7705094Z with 2022-11-23T05:16:50.7705294Z [ 2022-11-23T05:16:50.7705536Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:50.7705757Z ] 2022-11-23T05:16:50.7706541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7707018Z with 2022-11-23T05:16:50.7707214Z [ 2022-11-23T05:16:50.7707564Z T=std::vector> 2022-11-23T05:16:50.7707889Z ] 2022-11-23T05:16:50.7708498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7708987Z with 2022-11-23T05:16:50.7709181Z [ 2022-11-23T05:16:50.7709529Z T=std::vector> 2022-11-23T05:16:50.7709852Z ] 2022-11-23T05:16:50.7710413Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7710935Z with 2022-11-23T05:16:50.7711113Z [ 2022-11-23T05:16:50.7711461Z T=std::vector> 2022-11-23T05:16:50.7711955Z ] 2022-11-23T05:16:50.7712563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7713288Z with 2022-11-23T05:16:50.7713483Z [ 2022-11-23T05:16:50.7713949Z T=std::vector> 2022-11-23T05:16:50.7714296Z ] 2022-11-23T05:16:50.7714928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:50.7715958Z 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-23T05:16:50.7716868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7717374Z with 2022-11-23T05:16:50.7717571Z [ 2022-11-23T05:16:50.7717917Z T=std::vector> 2022-11-23T05:16:50.7718364Z ] 2022-11-23T05:16:50.7718852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7719472Z with 2022-11-23T05:16:50.7719696Z [ 2022-11-23T05:16:50.7719914Z T=c10::DimVector 2022-11-23T05:16:50.7720123Z ] 2022-11-23T05:16:50.7720774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7721400Z with 2022-11-23T05:16:50.7721597Z [ 2022-11-23T05:16:50.7721811Z T=c10::DimVector 2022-11-23T05:16:50.7722024Z ] 2022-11-23T05:16:50.7722582Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7723095Z with 2022-11-23T05:16:50.7723290Z [ 2022-11-23T05:16:50.7723501Z T=c10::DimVector 2022-11-23T05:16:50.7723712Z ] 2022-11-23T05:16:50.7724402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7724979Z with 2022-11-23T05:16:50.7725161Z [ 2022-11-23T05:16:50.7725372Z T=c10::DimVector 2022-11-23T05:16:50.7725585Z ] 2022-11-23T05:16:50.7726108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7727125Z 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-23T05:16:50.7728234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7728750Z with 2022-11-23T05:16:50.7728929Z [ 2022-11-23T05:16:50.7729148Z T=c10::DimVector 2022-11-23T05:16:50.7729362Z ] 2022-11-23T05:16:50.7729859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7730321Z with 2022-11-23T05:16:50.7730516Z [ 2022-11-23T05:16:50.7730732Z T=torch::autograd::ViewInfo 2022-11-23T05:16:50.7730972Z ] 2022-11-23T05:16:50.7731483Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7732189Z with 2022-11-23T05:16:50.7732495Z [ 2022-11-23T05:16:50.7732846Z T=torch::autograd::ViewInfo 2022-11-23T05:16:50.7733232Z ] 2022-11-23T05:16:50.7733969Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7734496Z with 2022-11-23T05:16:50.7734834Z [ 2022-11-23T05:16:50.7735209Z T=torch::autograd::ViewInfo 2022-11-23T05:16:50.7735427Z ] 2022-11-23T05:16:50.7736029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7736718Z with 2022-11-23T05:16:50.7736914Z [ 2022-11-23T05:16:50.7737146Z T=torch::autograd::ViewInfo 2022-11-23T05:16:50.7737377Z ] 2022-11-23T05:16:50.7737905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7738770Z 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-23T05:16:50.7739630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7740139Z with 2022-11-23T05:16:50.7740333Z [ 2022-11-23T05:16:50.7740748Z T=torch::autograd::ViewInfo 2022-11-23T05:16:50.7740982Z ] 2022-11-23T05:16:50.7741565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7742332Z with 2022-11-23T05:16:50.7742528Z [ 2022-11-23T05:16:50.7742809Z T=std::vector> 2022-11-23T05:16:50.7743075Z ] 2022-11-23T05:16:50.7743589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7744048Z with 2022-11-23T05:16:50.7744242Z [ 2022-11-23T05:16:50.7744526Z T=std::vector> 2022-11-23T05:16:50.7744789Z ] 2022-11-23T05:16:50.7745351Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7745877Z with 2022-11-23T05:16:50.7746054Z [ 2022-11-23T05:16:50.7746336Z T=std::vector> 2022-11-23T05:16:50.7746600Z ] 2022-11-23T05:16:50.7747195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7747936Z with 2022-11-23T05:16:50.7748133Z [ 2022-11-23T05:16:50.7748396Z T=std::vector> 2022-11-23T05:16:50.7748861Z ] 2022-11-23T05:16:50.7749638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:50.7750142Z with 2022-11-23T05:16:50.7750335Z [ 2022-11-23T05:16:50.7750542Z T=c10::SymInt 2022-11-23T05:16:50.7750737Z ] 2022-11-23T05:16:50.7751280Z 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-23T05:16:50.7751781Z with 2022-11-23T05:16:50.7751978Z [ 2022-11-23T05:16:50.7752184Z T=c10::SymInt 2022-11-23T05:16:50.7752387Z ] 2022-11-23T05:16:50.7752943Z 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-23T05:16:50.7754058Z 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-23T05:16:50.7755178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7755828Z with 2022-11-23T05:16:50.7756026Z [ 2022-11-23T05:16:50.7756456Z T=std::vector> 2022-11-23T05:16:50.7756722Z ] 2022-11-23T05:16:50.7757225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7757681Z with 2022-11-23T05:16:50.7757876Z [ 2022-11-23T05:16:50.7758087Z T=c10::IValue 2022-11-23T05:16:50.7758293Z ] 2022-11-23T05:16:50.7759500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7760022Z with 2022-11-23T05:16:50.7760216Z [ 2022-11-23T05:16:50.7760430Z T=c10::IValue 2022-11-23T05:16:50.7760634Z ] 2022-11-23T05:16:50.7761197Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7761981Z with 2022-11-23T05:16:50.7762287Z [ 2022-11-23T05:16:50.7762507Z T=c10::IValue 2022-11-23T05:16:50.7762842Z ] 2022-11-23T05:16:50.7763611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7764173Z with 2022-11-23T05:16:50.7764365Z [ 2022-11-23T05:16:50.7764558Z T=c10::IValue 2022-11-23T05:16:50.7764761Z ] 2022-11-23T05:16:50.7765285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7766097Z 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-23T05:16:50.7766934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7767434Z with 2022-11-23T05:16:50.7767628Z [ 2022-11-23T05:16:50.7767821Z T=c10::IValue 2022-11-23T05:16:50.7768034Z ] 2022-11-23T05:16:50.7768673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7769161Z with 2022-11-23T05:16:50.7769354Z [ 2022-11-23T05:16:50.7769554Z T=c10::AliasInfo 2022-11-23T05:16:50.7769922Z ] 2022-11-23T05:16:50.7770589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7771220Z with 2022-11-23T05:16:50.7771413Z [ 2022-11-23T05:16:50.7771626Z T=c10::AliasInfo 2022-11-23T05:16:50.7771822Z ] 2022-11-23T05:16:50.7772391Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7772916Z with 2022-11-23T05:16:50.7773109Z [ 2022-11-23T05:16:50.7773319Z T=c10::AliasInfo 2022-11-23T05:16:50.7773526Z ] 2022-11-23T05:16:50.7774103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7774657Z with 2022-11-23T05:16:50.7774850Z [ 2022-11-23T05:16:50.7775068Z T=c10::AliasInfo 2022-11-23T05:16:50.7775278Z ] 2022-11-23T05:16:50.7775981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7777038Z 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-23T05:16:50.7778076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7778579Z with 2022-11-23T05:16:50.7778774Z [ 2022-11-23T05:16:50.7778990Z T=c10::AliasInfo 2022-11-23T05:16:50.7779207Z ] 2022-11-23T05:16:50.7779702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7780148Z with 2022-11-23T05:16:50.7780344Z [ 2022-11-23T05:16:50.7780580Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:50.7780813Z ] 2022-11-23T05:16:50.7781327Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7781803Z with 2022-11-23T05:16:50.7781979Z [ 2022-11-23T05:16:50.7782213Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:50.7782444Z ] 2022-11-23T05:16:50.7783171Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7783706Z with 2022-11-23T05:16:50.7784036Z [ 2022-11-23T05:16:50.7784421Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:50.7784652Z ] 2022-11-23T05:16:50.7785253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7785798Z with 2022-11-23T05:16:50.7785993Z [ 2022-11-23T05:16:50.7786211Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:50.7786445Z ] 2022-11-23T05:16:50.7786989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7787992Z 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-23T05:16:50.7788867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7789369Z with 2022-11-23T05:16:50.7789700Z [ 2022-11-23T05:16:50.7789955Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:50.7790191Z ] 2022-11-23T05:16:50.7790809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7791444Z with 2022-11-23T05:16:50.7791641Z [ 2022-11-23T05:16:50.7791938Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:50.7792196Z ] 2022-11-23T05:16:50.7792711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7793190Z with 2022-11-23T05:16:50.7793390Z [ 2022-11-23T05:16:50.7793769Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:50.7794072Z ] 2022-11-23T05:16:50.7794622Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7795146Z with 2022-11-23T05:16:50.7795342Z [ 2022-11-23T05:16:50.7795627Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:50.7795903Z ] 2022-11-23T05:16:50.7796549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7797273Z with 2022-11-23T05:16:50.7797453Z [ 2022-11-23T05:16:50.7797743Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:50.7798176Z ] 2022-11-23T05:16:50.7798928Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7799879Z 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-23T05:16:50.7800789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7801290Z with 2022-11-23T05:16:50.7801469Z [ 2022-11-23T05:16:50.7801759Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:50.7802036Z ] 2022-11-23T05:16:50.7802547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T05:16:50.7803263Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T05:16:50.7804158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7804757Z with 2022-11-23T05:16:50.7805091Z [ 2022-11-23T05:16:50.7805446Z T=at::StepCallbacks 2022-11-23T05:16:50.7805693Z ] 2022-11-23T05:16:50.7806220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7806699Z with 2022-11-23T05:16:50.7806875Z [ 2022-11-23T05:16:50.7807095Z T=at::StepCallbacks 2022-11-23T05:16:50.7807313Z ] 2022-11-23T05:16:50.7807878Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7808401Z with 2022-11-23T05:16:50.7808601Z [ 2022-11-23T05:16:50.7808808Z T=at::StepCallbacks 2022-11-23T05:16:50.7809023Z ] 2022-11-23T05:16:50.7809617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7810166Z with 2022-11-23T05:16:50.7810457Z [ 2022-11-23T05:16:50.7810707Z T=at::StepCallbacks 2022-11-23T05:16:50.7811108Z ] 2022-11-23T05:16:50.7811640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7812772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(672): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T05:16:50.7813640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7814135Z with 2022-11-23T05:16:50.7814332Z [ 2022-11-23T05:16:50.7814552Z T=at::StepCallbacks 2022-11-23T05:16:50.7814762Z ] 2022-11-23T05:16:50.7815258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7815716Z with 2022-11-23T05:16:50.7815908Z [ 2022-11-23T05:16:50.7816197Z T=c10::either 2022-11-23T05:16:50.7816466Z ] 2022-11-23T05:16:50.7816963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7817454Z with 2022-11-23T05:16:50.7817648Z [ 2022-11-23T05:16:50.7818092Z T=c10::either 2022-11-23T05:16:50.7818367Z ] 2022-11-23T05:16:50.7818936Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7819716Z with 2022-11-23T05:16:50.7819911Z [ 2022-11-23T05:16:50.7820199Z T=c10::either 2022-11-23T05:16:50.7820462Z ] 2022-11-23T05:16:50.7821061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7821742Z with 2022-11-23T05:16:50.7821921Z [ 2022-11-23T05:16:50.7822203Z T=c10::either 2022-11-23T05:16:50.7822475Z ] 2022-11-23T05:16:50.7823053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:50.7824004Z 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-23T05:16:50.7824913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7825581Z with 2022-11-23T05:16:50.7825778Z [ 2022-11-23T05:16:50.7826051Z T=c10::either 2022-11-23T05:16:50.7826598Z ] 2022-11-23T05:16:50.7827214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7827693Z with 2022-11-23T05:16:50.7827889Z [ 2022-11-23T05:16:50.7828097Z T=torch::jit::Operator 2022-11-23T05:16:50.7828321Z ] 2022-11-23T05:16:50.7828842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7829323Z with 2022-11-23T05:16:50.7829527Z [ 2022-11-23T05:16:50.7829749Z T=torch::jit::Operator 2022-11-23T05:16:50.7829951Z ] 2022-11-23T05:16:50.7830512Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7831036Z with 2022-11-23T05:16:50.7831231Z [ 2022-11-23T05:16:50.7831460Z T=torch::jit::Operator 2022-11-23T05:16:50.7831679Z ] 2022-11-23T05:16:50.7832435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7833001Z with 2022-11-23T05:16:50.7833341Z [ 2022-11-23T05:16:50.7833569Z T=torch::jit::Operator 2022-11-23T05:16:50.7833955Z ] 2022-11-23T05:16:50.7834495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7835352Z 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-23T05:16:50.7836200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7836702Z with 2022-11-23T05:16:50.7836897Z [ 2022-11-23T05:16:50.7837123Z T=torch::jit::Operator 2022-11-23T05:16:50.7837345Z ] 2022-11-23T05:16:50.7837842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7838414Z with 2022-11-23T05:16:50.7838610Z [ 2022-11-23T05:16:50.7838872Z T=std::tuple 2022-11-23T05:16:50.7839281Z ] 2022-11-23T05:16:50.7839847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7840467Z with 2022-11-23T05:16:50.7840654Z [ 2022-11-23T05:16:50.7841071Z T=std::tuple 2022-11-23T05:16:50.7841319Z ] 2022-11-23T05:16:50.7841884Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7842405Z with 2022-11-23T05:16:50.7842596Z [ 2022-11-23T05:16:50.7842837Z T=std::tuple 2022-11-23T05:16:50.7843081Z ] 2022-11-23T05:16:50.7843772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7844353Z with 2022-11-23T05:16:50.7844552Z [ 2022-11-23T05:16:50.7844810Z T=std::tuple 2022-11-23T05:16:50.7845042Z ] 2022-11-23T05:16:50.7845596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:50.7846681Z 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-23T05:16:50.7847723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7848382Z with 2022-11-23T05:16:50.7848580Z [ 2022-11-23T05:16:50.7848841Z T=std::tuple 2022-11-23T05:16:50.7849069Z ] 2022-11-23T05:16:50.7849567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7850032Z with 2022-11-23T05:16:50.7850228Z [ 2022-11-23T05:16:50.7850458Z T=torch::jit::SourceRange 2022-11-23T05:16:50.7850688Z ] 2022-11-23T05:16:50.7851187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7851665Z with 2022-11-23T05:16:50.7851862Z [ 2022-11-23T05:16:50.7852092Z T=torch::jit::SourceRange 2022-11-23T05:16:50.7852322Z ] 2022-11-23T05:16:50.7852888Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7853532Z with 2022-11-23T05:16:50.7853730Z [ 2022-11-23T05:16:50.7853960Z T=torch::jit::SourceRange 2022-11-23T05:16:50.7854187Z ] 2022-11-23T05:16:50.7855054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7855740Z with 2022-11-23T05:16:50.7855918Z [ 2022-11-23T05:16:50.7856152Z T=torch::jit::SourceRange 2022-11-23T05:16:50.7856376Z ] 2022-11-23T05:16:50.7856918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7857771Z 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-23T05:16:50.7858635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7859134Z with 2022-11-23T05:16:50.7859313Z [ 2022-11-23T05:16:50.7859543Z T=torch::jit::SourceRange 2022-11-23T05:16:50.7859773Z ] 2022-11-23T05:16:50.7860591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7861099Z with 2022-11-23T05:16:50.7861293Z [ 2022-11-23T05:16:50.7861665Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:50.7861938Z ] 2022-11-23T05:16:50.7862453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7863071Z with 2022-11-23T05:16:50.7863266Z [ 2022-11-23T05:16:50.7863508Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:50.7863754Z ] 2022-11-23T05:16:50.7864315Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7864833Z with 2022-11-23T05:16:50.7865027Z [ 2022-11-23T05:16:50.7865281Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:50.7865509Z ] 2022-11-23T05:16:50.7866107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7866658Z with 2022-11-23T05:16:50.7866853Z [ 2022-11-23T05:16:50.7867099Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:50.7867348Z ] 2022-11-23T05:16:50.7867884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7868952Z 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-23T05:16:50.7870104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7870605Z with 2022-11-23T05:16:50.7870801Z [ 2022-11-23T05:16:50.7871052Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:50.7871302Z ] 2022-11-23T05:16:50.7871913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7872370Z with 2022-11-23T05:16:50.7872563Z [ 2022-11-23T05:16:50.7872812Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:50.7873056Z ] 2022-11-23T05:16:50.7873581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7874056Z with 2022-11-23T05:16:50.7874234Z [ 2022-11-23T05:16:50.7874482Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:50.7874720Z ] 2022-11-23T05:16:50.7875439Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7875969Z with 2022-11-23T05:16:50.7876294Z [ 2022-11-23T05:16:50.7876678Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:50.7876927Z ] 2022-11-23T05:16:50.7877613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7878186Z with 2022-11-23T05:16:50.7878380Z [ 2022-11-23T05:16:50.7878612Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:50.7878855Z ] 2022-11-23T05:16:50.7879409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7880290Z 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-23T05:16:50.7881150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7881654Z with 2022-11-23T05:16:50.7881850Z [ 2022-11-23T05:16:50.7882268Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:50.7882513Z ] 2022-11-23T05:16:50.7883007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7883752Z with 2022-11-23T05:16:50.7883948Z [ 2022-11-23T05:16:50.7884175Z T=torch::jit::ScopePtr 2022-11-23T05:16:50.7884387Z ] 2022-11-23T05:16:50.7884904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7885381Z with 2022-11-23T05:16:50.7885576Z [ 2022-11-23T05:16:50.7885798Z T=torch::jit::ScopePtr 2022-11-23T05:16:50.7886016Z ] 2022-11-23T05:16:50.7886564Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7887085Z with 2022-11-23T05:16:50.7887281Z [ 2022-11-23T05:16:50.7887505Z T=torch::jit::ScopePtr 2022-11-23T05:16:50.7887723Z ] 2022-11-23T05:16:50.7888317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7889132Z with 2022-11-23T05:16:50.7889329Z [ 2022-11-23T05:16:50.7889555Z T=torch::jit::ScopePtr 2022-11-23T05:16:50.7889774Z ] 2022-11-23T05:16:50.7890472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7891450Z 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-23T05:16:50.7892298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7892781Z with 2022-11-23T05:16:50.7892979Z [ 2022-11-23T05:16:50.7893200Z T=torch::jit::ScopePtr 2022-11-23T05:16:50.7893421Z ] 2022-11-23T05:16:50.7893915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7894477Z with 2022-11-23T05:16:50.7894681Z [ 2022-11-23T05:16:50.7894914Z T=at::ThreadLocalState 2022-11-23T05:16:50.7895140Z ] 2022-11-23T05:16:50.7895652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7896304Z with 2022-11-23T05:16:50.7896481Z [ 2022-11-23T05:16:50.7896747Z T=at::ThreadLocalState 2022-11-23T05:16:50.7896975Z ] 2022-11-23T05:16:50.7897835Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7898366Z with 2022-11-23T05:16:50.7898560Z [ 2022-11-23T05:16:50.7898771Z T=at::ThreadLocalState 2022-11-23T05:16:50.7899000Z ] 2022-11-23T05:16:50.7899600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7900195Z with 2022-11-23T05:16:50.7900388Z [ 2022-11-23T05:16:50.7900614Z T=at::ThreadLocalState 2022-11-23T05:16:50.7900825Z ] 2022-11-23T05:16:50.7901365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7902237Z 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-23T05:16:50.7903258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7903777Z with 2022-11-23T05:16:50.7903974Z [ 2022-11-23T05:16:50.7904350Z T=at::ThreadLocalState 2022-11-23T05:16:50.7904566Z ] 2022-11-23T05:16:50.7905212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7905804Z with 2022-11-23T05:16:50.7905998Z [ 2022-11-23T05:16:50.7906251Z T=std::shared_ptr 2022-11-23T05:16:50.7906496Z ] 2022-11-23T05:16:50.7907002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7907486Z with 2022-11-23T05:16:50.7907680Z [ 2022-11-23T05:16:50.7907931Z T=std::shared_ptr 2022-11-23T05:16:50.7908173Z ] 2022-11-23T05:16:50.7908736Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7909245Z with 2022-11-23T05:16:50.7909444Z [ 2022-11-23T05:16:50.7909694Z T=std::shared_ptr 2022-11-23T05:16:50.7909939Z ] 2022-11-23T05:16:50.7910732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7911440Z with 2022-11-23T05:16:50.7911863Z [ 2022-11-23T05:16:50.7912159Z T=std::shared_ptr 2022-11-23T05:16:50.7912403Z ] 2022-11-23T05:16:50.7912955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:50.7913804Z 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-23T05:16:50.7914697Z 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-23T05:16:50.7915577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7916082Z with 2022-11-23T05:16:50.7916261Z [ 2022-11-23T05:16:50.7916513Z T=std::shared_ptr 2022-11-23T05:16:50.7916755Z ] 2022-11-23T05:16:50.7917423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7917899Z with 2022-11-23T05:16:50.7918090Z [ 2022-11-23T05:16:50.7918461Z T=torch::jit::GraphExecutor 2022-11-23T05:16:50.7918842Z ] 2022-11-23T05:16:50.7919371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7919851Z with 2022-11-23T05:16:50.7920045Z [ 2022-11-23T05:16:50.7920262Z T=torch::jit::GraphExecutor 2022-11-23T05:16:50.7920496Z ] 2022-11-23T05:16:50.7921056Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7921575Z with 2022-11-23T05:16:50.7921768Z [ 2022-11-23T05:16:50.7922120Z T=torch::jit::GraphExecutor 2022-11-23T05:16:50.7922335Z ] 2022-11-23T05:16:50.7922930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7923481Z with 2022-11-23T05:16:50.7923677Z [ 2022-11-23T05:16:50.7923917Z T=torch::jit::GraphExecutor 2022-11-23T05:16:50.7924278Z ] 2022-11-23T05:16:50.7924846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7926000Z 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-23T05:16:50.7926887Z 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-23T05:16:50.7927862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7928386Z with 2022-11-23T05:16:50.7928582Z [ 2022-11-23T05:16:50.7928819Z T=torch::jit::GraphExecutor 2022-11-23T05:16:50.7929053Z ] 2022-11-23T05:16:50.7929537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7929998Z with 2022-11-23T05:16:50.7930197Z [ 2022-11-23T05:16:50.7930418Z T=torch::jit::Method 2022-11-23T05:16:50.7930636Z ] 2022-11-23T05:16:50.7931296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7931781Z with 2022-11-23T05:16:50.7931974Z [ 2022-11-23T05:16:50.7932199Z T=torch::jit::Method 2022-11-23T05:16:50.7932558Z ] 2022-11-23T05:16:50.7933255Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7933771Z with 2022-11-23T05:16:50.7933949Z [ 2022-11-23T05:16:50.7934170Z T=torch::jit::Method 2022-11-23T05:16:50.7934384Z ] 2022-11-23T05:16:50.7934987Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7935536Z with 2022-11-23T05:16:50.7935726Z [ 2022-11-23T05:16:50.7935929Z T=torch::jit::Method 2022-11-23T05:16:50.7936147Z ] 2022-11-23T05:16:50.7936675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7937499Z 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-23T05:16:50.7938528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7940110Z with 2022-11-23T05:16:50.7940306Z [ 2022-11-23T05:16:50.7940516Z T=torch::jit::Method 2022-11-23T05:16:50.7940735Z ] 2022-11-23T05:16:50.7941131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7941214Z with 2022-11-23T05:16:50.7941289Z [ 2022-11-23T05:16:50.7941459Z T=std::vector> 2022-11-23T05:16:50.7941535Z ] 2022-11-23T05:16:50.7941940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7942024Z with 2022-11-23T05:16:50.7942098Z [ 2022-11-23T05:16:50.7942266Z T=std::vector> 2022-11-23T05:16:50.7942341Z ] 2022-11-23T05:16:50.7942774Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7942959Z with 2022-11-23T05:16:50.7943054Z [ 2022-11-23T05:16:50.7943228Z T=std::vector> 2022-11-23T05:16:50.7943304Z ] 2022-11-23T05:16:50.7943791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7943873Z with 2022-11-23T05:16:50.7943954Z [ 2022-11-23T05:16:50.7944123Z T=std::vector> 2022-11-23T05:16:50.7944198Z ] 2022-11-23T05:16:50.7944659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:50.7945122Z 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-23T05:16:50.7945745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7945834Z with 2022-11-23T05:16:50.7945911Z [ 2022-11-23T05:16:50.7946087Z T=std::vector> 2022-11-23T05:16:50.7946162Z ] 2022-11-23T05:16:50.7946688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7946772Z with 2022-11-23T05:16:50.7946832Z [ 2022-11-23T05:16:50.7947106Z T=torch::jit::NamedValue 2022-11-23T05:16:50.7947189Z ] 2022-11-23T05:16:50.7947596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:50.7947676Z with 2022-11-23T05:16:50.7947751Z [ 2022-11-23T05:16:50.7947867Z T=torch::jit::NamedValue 2022-11-23T05:16:50.7947942Z ] 2022-11-23T05:16:50.7948392Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:50.7948581Z with 2022-11-23T05:16:50.7948657Z [ 2022-11-23T05:16:50.7948772Z T=torch::jit::NamedValue 2022-11-23T05:16:50.7948849Z ] 2022-11-23T05:16:50.7949336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:50.7949417Z with 2022-11-23T05:16:50.7949492Z [ 2022-11-23T05:16:50.7949592Z T=torch::jit::NamedValue 2022-11-23T05:16:50.7949667Z ] 2022-11-23T05:16:50.7950091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:50.7950541Z 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-23T05:16:50.7951046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:50.7951146Z with 2022-11-23T05:16:50.7951223Z [ 2022-11-23T05:16:50.7951343Z T=torch::jit::NamedValue 2022-11-23T05:16:50.7951418Z ] 2022-11-23T05:16:51.1683772Z [2/4] C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\cl.exe /nologo /TP -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -Dcustom_ops_EXPORTS -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 -I"C:\Program Files\NVIDIA Corporation\NvToolsExt\include" -I"C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\include" /DWIN32 /D_WINDOWS /W3 /GR /EHsc /MD /O2 /Ob2 /DNDEBUG /EHsc /DNOMINMAX /wd4267 /wd4251 /wd4522 /wd4838 /wd4305 /wd4244 /wd4190 /wd4101 /wd4996 /wd4275 /bigobj -std:c++14 /showIncludes /FoCMakeFiles\custom_ops.dir\op.cpp.obj /FdCMakeFiles\custom_ops.dir\ /FS -c C:\actions-runner\_work\pytorch\pytorch\test\custom_operator\op.cpp 2022-11-23T05:16:51.1686209Z 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-23T05:16:51.1687606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1688463Z with 2022-11-23T05:16:51.1688827Z [ 2022-11-23T05:16:51.1689231Z T=c10::SymInt 2022-11-23T05:16:51.1689610Z ] 2022-11-23T05:16:51.1690555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1691407Z with 2022-11-23T05:16:51.1691773Z [ 2022-11-23T05:16:51.1692163Z T=c10::SymInt 2022-11-23T05:16:51.1692530Z ] 2022-11-23T05:16:51.1693531Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1694408Z with 2022-11-23T05:16:51.1694711Z [ 2022-11-23T05:16:51.1695074Z T=c10::SymInt 2022-11-23T05:16:51.1695426Z ] 2022-11-23T05:16:51.1696818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1697762Z with 2022-11-23T05:16:51.1698090Z [ 2022-11-23T05:16:51.1698429Z T=c10::SymInt 2022-11-23T05:16:51.1698784Z ] 2022-11-23T05:16:51.1699664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.1701027Z 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-23T05:16:51.1702443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1702967Z with 2022-11-23T05:16:51.1703163Z [ 2022-11-23T05:16:51.1703360Z T=c10::SymInt 2022-11-23T05:16:51.1703567Z ] 2022-11-23T05:16:51.1704203Z 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-23T05:16:51.1705132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1705604Z with 2022-11-23T05:16:51.1706026Z [ 2022-11-23T05:16:51.1706254Z T=std::string 2022-11-23T05:16:51.1706446Z ] 2022-11-23T05:16:51.1706958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1707437Z with 2022-11-23T05:16:51.1707630Z [ 2022-11-23T05:16:51.1707838Z T=std::string 2022-11-23T05:16:51.1708029Z ] 2022-11-23T05:16:51.1708594Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1709119Z with 2022-11-23T05:16:51.1709311Z [ 2022-11-23T05:16:51.1709519Z T=std::string 2022-11-23T05:16:51.1709725Z ] 2022-11-23T05:16:51.1710303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1710864Z with 2022-11-23T05:16:51.1711056Z [ 2022-11-23T05:16:51.1711262Z T=std::string 2022-11-23T05:16:51.1711469Z ] 2022-11-23T05:16:51.1711981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.1712782Z 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-23T05:16:51.1713601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1714102Z with 2022-11-23T05:16:51.1714298Z [ 2022-11-23T05:16:51.1714644Z T=std::string 2022-11-23T05:16:51.1714853Z ] 2022-11-23T05:16:51.1715684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1716130Z with 2022-11-23T05:16:51.1716324Z [ 2022-11-23T05:16:51.1716548Z T=c10::QualifiedName 2022-11-23T05:16:51.1716769Z ] 2022-11-23T05:16:51.1717284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1717765Z with 2022-11-23T05:16:51.1717943Z [ 2022-11-23T05:16:51.1718162Z T=c10::QualifiedName 2022-11-23T05:16:51.1718379Z ] 2022-11-23T05:16:51.1718937Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1719464Z with 2022-11-23T05:16:51.1719658Z [ 2022-11-23T05:16:51.1719862Z T=c10::QualifiedName 2022-11-23T05:16:51.1720075Z ] 2022-11-23T05:16:51.1720759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1721335Z with 2022-11-23T05:16:51.1721529Z [ 2022-11-23T05:16:51.1721752Z T=c10::QualifiedName 2022-11-23T05:16:51.1721954Z ] 2022-11-23T05:16:51.1722486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.1723321Z 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-23T05:16:51.1724159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1724662Z with 2022-11-23T05:16:51.1724857Z [ 2022-11-23T05:16:51.1725078Z T=c10::QualifiedName 2022-11-23T05:16:51.1725283Z ] 2022-11-23T05:16:51.1725779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1726240Z with 2022-11-23T05:16:51.1726431Z [ 2022-11-23T05:16:51.1726645Z T=at::TensorBase 2022-11-23T05:16:51.1726846Z ] 2022-11-23T05:16:51.1727366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1727842Z with 2022-11-23T05:16:51.1728033Z [ 2022-11-23T05:16:51.1728244Z T=at::TensorBase 2022-11-23T05:16:51.1728454Z ] 2022-11-23T05:16:51.1729002Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1729527Z with 2022-11-23T05:16:51.1729724Z [ 2022-11-23T05:16:51.1729940Z T=at::TensorBase 2022-11-23T05:16:51.1730151Z ] 2022-11-23T05:16:51.1730742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1731387Z with 2022-11-23T05:16:51.1731582Z [ 2022-11-23T05:16:51.1731802Z T=at::TensorBase 2022-11-23T05:16:51.1732014Z ] 2022-11-23T05:16:51.1732547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.1733367Z 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-23T05:16:51.1734202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1734688Z with 2022-11-23T05:16:51.1735047Z [ 2022-11-23T05:16:51.1735466Z T=at::TensorBase 2022-11-23T05:16:51.1735867Z ] 2022-11-23T05:16:51.1736820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1737675Z with 2022-11-23T05:16:51.1738152Z [ 2022-11-23T05:16:51.1738569Z T=at::Tensor 2022-11-23T05:16:51.1738946Z ] 2022-11-23T05:16:51.1739912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1740820Z with 2022-11-23T05:16:51.1741142Z [ 2022-11-23T05:16:51.1741519Z T=at::Tensor 2022-11-23T05:16:51.1741895Z ] 2022-11-23T05:16:51.1742951Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1743955Z with 2022-11-23T05:16:51.1744323Z [ 2022-11-23T05:16:51.1744692Z T=at::Tensor 2022-11-23T05:16:51.1745079Z ] 2022-11-23T05:16:51.1746225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1747231Z with 2022-11-23T05:16:51.1747585Z [ 2022-11-23T05:16:51.1747981Z T=at::Tensor 2022-11-23T05:16:51.1748336Z ] 2022-11-23T05:16:51.1749315Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.1750860Z 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-23T05:16:51.1752455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1753416Z with 2022-11-23T05:16:51.1753700Z [ 2022-11-23T05:16:51.1753918Z T=at::Tensor 2022-11-23T05:16:51.1754112Z ] 2022-11-23T05:16:51.1754618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1755249Z with 2022-11-23T05:16:51.1755585Z [ 2022-11-23T05:16:51.1755802Z T=at::Generator 2022-11-23T05:16:51.1755999Z ] 2022-11-23T05:16:51.1756517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1756999Z with 2022-11-23T05:16:51.1757193Z [ 2022-11-23T05:16:51.1757412Z T=at::Generator 2022-11-23T05:16:51.1757621Z ] 2022-11-23T05:16:51.1758170Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1758697Z with 2022-11-23T05:16:51.1758889Z [ 2022-11-23T05:16:51.1759100Z T=at::Generator 2022-11-23T05:16:51.1759309Z ] 2022-11-23T05:16:51.1759912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1760444Z with 2022-11-23T05:16:51.1760639Z [ 2022-11-23T05:16:51.1760848Z T=at::Generator 2022-11-23T05:16:51.1761058Z ] 2022-11-23T05:16:51.1762686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.1764286Z 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-23T05:16:51.1765839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1766788Z with 2022-11-23T05:16:51.1767144Z [ 2022-11-23T05:16:51.1767532Z T=at::Generator 2022-11-23T05:16:51.1767910Z ] 2022-11-23T05:16:51.1768856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1769713Z with 2022-11-23T05:16:51.1770053Z [ 2022-11-23T05:16:51.1770452Z T=c10::Scalar 2022-11-23T05:16:51.1770840Z ] 2022-11-23T05:16:51.1771797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1772715Z with 2022-11-23T05:16:51.1773067Z [ 2022-11-23T05:16:51.1773486Z T=c10::Scalar 2022-11-23T05:16:51.1773880Z ] 2022-11-23T05:16:51.1774905Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1775506Z with 2022-11-23T05:16:51.1775704Z [ 2022-11-23T05:16:51.1775917Z T=c10::Scalar 2022-11-23T05:16:51.1776229Z ] 2022-11-23T05:16:51.1776837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1777390Z with 2022-11-23T05:16:51.1777582Z [ 2022-11-23T05:16:51.1777788Z T=c10::Scalar 2022-11-23T05:16:51.1777978Z ] 2022-11-23T05:16:51.1778498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.1779502Z 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-23T05:16:51.1780332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1780835Z with 2022-11-23T05:16:51.1781029Z [ 2022-11-23T05:16:51.1781236Z T=c10::Scalar 2022-11-23T05:16:51.1781425Z ] 2022-11-23T05:16:51.1781919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1782385Z with 2022-11-23T05:16:51.1782634Z [ 2022-11-23T05:16:51.1783126Z T=std::shared_ptr 2022-11-23T05:16:51.1783587Z ] 2022-11-23T05:16:51.1785000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1785857Z with 2022-11-23T05:16:51.1786179Z [ 2022-11-23T05:16:51.1786668Z T=std::shared_ptr 2022-11-23T05:16:51.1787148Z ] 2022-11-23T05:16:51.1788183Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1789160Z with 2022-11-23T05:16:51.1789551Z [ 2022-11-23T05:16:51.1790075Z T=std::shared_ptr 2022-11-23T05:16:51.1790563Z ] 2022-11-23T05:16:51.1791696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1792741Z with 2022-11-23T05:16:51.1793085Z [ 2022-11-23T05:16:51.1793596Z T=std::shared_ptr 2022-11-23T05:16:51.1794090Z ] 2022-11-23T05:16:51.1795180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:51.1796953Z 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-23T05:16:51.1798603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1799602Z with 2022-11-23T05:16:51.1799952Z [ 2022-11-23T05:16:51.1800484Z T=std::shared_ptr 2022-11-23T05:16:51.1800989Z ] 2022-11-23T05:16:51.1801974Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1802833Z with 2022-11-23T05:16:51.1803200Z [ 2022-11-23T05:16:51.1803708Z T=std::weak_ptr 2022-11-23T05:16:51.1804401Z ] 2022-11-23T05:16:51.1805418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1806010Z with 2022-11-23T05:16:51.1806210Z [ 2022-11-23T05:16:51.1806641Z T=std::weak_ptr 2022-11-23T05:16:51.1806890Z ] 2022-11-23T05:16:51.1807766Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1808823Z with 2022-11-23T05:16:51.1809188Z [ 2022-11-23T05:16:51.1809672Z T=std::weak_ptr 2022-11-23T05:16:51.1810158Z ] 2022-11-23T05:16:51.1811231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1812292Z with 2022-11-23T05:16:51.1812661Z [ 2022-11-23T05:16:51.1813154Z T=std::weak_ptr 2022-11-23T05:16:51.1813621Z ] 2022-11-23T05:16:51.1815627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:51.1817368Z 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-23T05:16:51.1819000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1819962Z with 2022-11-23T05:16:51.1820322Z [ 2022-11-23T05:16:51.1820842Z T=std::weak_ptr 2022-11-23T05:16:51.1821311Z ] 2022-11-23T05:16:51.1822265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1823125Z with 2022-11-23T05:16:51.1823498Z [ 2022-11-23T05:16:51.1824080Z T=std::vector> 2022-11-23T05:16:51.1824626Z ] 2022-11-23T05:16:51.1825571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1826582Z with 2022-11-23T05:16:51.1826955Z [ 2022-11-23T05:16:51.1827517Z T=std::vector> 2022-11-23T05:16:51.1828052Z ] 2022-11-23T05:16:51.1829134Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1830037Z with 2022-11-23T05:16:51.1830409Z [ 2022-11-23T05:16:51.1830977Z T=std::vector> 2022-11-23T05:16:51.1831546Z ] 2022-11-23T05:16:51.1832604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1833838Z with 2022-11-23T05:16:51.1834199Z [ 2022-11-23T05:16:51.1834792Z T=std::vector> 2022-11-23T05:16:51.1835323Z ] 2022-11-23T05:16:51.1836459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:51.1838261Z 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-23T05:16:51.1839943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1840920Z with 2022-11-23T05:16:51.1841313Z [ 2022-11-23T05:16:51.1841833Z T=std::vector> 2022-11-23T05:16:51.1842376Z ] 2022-11-23T05:16:51.1843270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1845087Z with 2022-11-23T05:16:51.1845528Z [ 2022-11-23T05:16:51.1846026Z T=std::vector> 2022-11-23T05:16:51.1846459Z ] 2022-11-23T05:16:51.1847374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1848225Z with 2022-11-23T05:16:51.1848595Z [ 2022-11-23T05:16:51.1849092Z T=std::vector> 2022-11-23T05:16:51.1849580Z ] 2022-11-23T05:16:51.1850651Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1851675Z with 2022-11-23T05:16:51.1852039Z [ 2022-11-23T05:16:51.1852566Z T=std::vector> 2022-11-23T05:16:51.1853059Z ] 2022-11-23T05:16:51.1854212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1855270Z with 2022-11-23T05:16:51.1855543Z [ 2022-11-23T05:16:51.1856017Z T=std::vector> 2022-11-23T05:16:51.1856506Z ] 2022-11-23T05:16:51.1857587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:51.1859248Z 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-23T05:16:51.1860322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1860825Z with 2022-11-23T05:16:51.1861023Z [ 2022-11-23T05:16:51.1861271Z T=std::vector> 2022-11-23T05:16:51.1861522Z ] 2022-11-23T05:16:51.1862407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1863493Z with 2022-11-23T05:16:51.1863828Z [ 2022-11-23T05:16:51.1864425Z T=std::vector,std::allocator>> 2022-11-23T05:16:51.1864974Z ] 2022-11-23T05:16:51.1865896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1866774Z with 2022-11-23T05:16:51.1867153Z [ 2022-11-23T05:16:51.1867755Z T=std::vector,std::allocator>> 2022-11-23T05:16:51.1868321Z ] 2022-11-23T05:16:51.1869367Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1870360Z with 2022-11-23T05:16:51.1870721Z [ 2022-11-23T05:16:51.1871293Z T=std::vector,std::allocator>> 2022-11-23T05:16:51.1871831Z ] 2022-11-23T05:16:51.1873886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1875009Z with 2022-11-23T05:16:51.1875354Z [ 2022-11-23T05:16:51.1875965Z T=std::vector,std::allocator>> 2022-11-23T05:16:51.1876504Z ] 2022-11-23T05:16:51.1877621Z C:\actions-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-23T05:16:51.1879505Z 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-23T05:16:51.1881193Z 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-23T05:16:51.1882717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1883700Z with 2022-11-23T05:16:51.1884057Z [ 2022-11-23T05:16:51.1884648Z T=std::vector,std::allocator>> 2022-11-23T05:16:51.1885210Z ] 2022-11-23T05:16:51.1885804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1886274Z with 2022-11-23T05:16:51.1886477Z [ 2022-11-23T05:16:51.1886776Z T=std::vector,std::allocator>> 2022-11-23T05:16:51.1887072Z ] 2022-11-23T05:16:51.1887596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1888073Z with 2022-11-23T05:16:51.1888266Z [ 2022-11-23T05:16:51.1888572Z T=std::vector,std::allocator>> 2022-11-23T05:16:51.1889005Z ] 2022-11-23T05:16:51.1889744Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1890750Z with 2022-11-23T05:16:51.1891112Z [ 2022-11-23T05:16:51.1891696Z T=std::vector,std::allocator>> 2022-11-23T05:16:51.1892237Z ] 2022-11-23T05:16:51.1893372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1894423Z with 2022-11-23T05:16:51.1894802Z [ 2022-11-23T05:16:51.1895405Z T=std::vector,std::allocator>> 2022-11-23T05:16:51.1895971Z ] 2022-11-23T05:16:51.1897188Z C:\actions-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-23T05:16:51.1899936Z 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-23T05:16:51.1901725Z 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-23T05:16:51.1903313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1904256Z with 2022-11-23T05:16:51.1904633Z [ 2022-11-23T05:16:51.1905220Z T=std::vector,std::allocator>> 2022-11-23T05:16:51.1905758Z ] 2022-11-23T05:16:51.1906706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1907586Z with 2022-11-23T05:16:51.1907943Z [ 2022-11-23T05:16:51.1908591Z T=std::vector> 2022-11-23T05:16:51.1909124Z ] 2022-11-23T05:16:51.1910213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1911144Z with 2022-11-23T05:16:51.1911511Z [ 2022-11-23T05:16:51.1911993Z T=std::vector> 2022-11-23T05:16:51.1912464Z ] 2022-11-23T05:16:51.1913563Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1914571Z with 2022-11-23T05:16:51.1915018Z [ 2022-11-23T05:16:51.1915538Z T=std::vector> 2022-11-23T05:16:51.1916061Z ] 2022-11-23T05:16:51.1917303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1918569Z with 2022-11-23T05:16:51.1918931Z [ 2022-11-23T05:16:51.1919530Z T=std::vector> 2022-11-23T05:16:51.1920162Z ] 2022-11-23T05:16:51.1921244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:51.1923088Z 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-23T05:16:51.1924802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1925790Z with 2022-11-23T05:16:51.1926169Z [ 2022-11-23T05:16:51.1926680Z T=std::vector> 2022-11-23T05:16:51.1927150Z ] 2022-11-23T05:16:51.1928110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1929116Z with 2022-11-23T05:16:51.1929498Z [ 2022-11-23T05:16:51.1931101Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:51.1931707Z ] 2022-11-23T05:16:51.1932724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1933652Z with 2022-11-23T05:16:51.1934002Z [ 2022-11-23T05:16:51.1934580Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:51.1935133Z ] 2022-11-23T05:16:51.1936349Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1937478Z with 2022-11-23T05:16:51.1937839Z [ 2022-11-23T05:16:51.1938333Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:51.1938888Z ] 2022-11-23T05:16:51.1940000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1941091Z with 2022-11-23T05:16:51.1941308Z [ 2022-11-23T05:16:51.1941623Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:51.1941897Z ] 2022-11-23T05:16:51.1942867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:51.1944763Z 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-23T05:16:51.1946299Z 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-23T05:16:51.1947302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1947998Z with 2022-11-23T05:16:51.1948198Z [ 2022-11-23T05:16:51.1948502Z T=c10::impl::InlineDeviceGuard 2022-11-23T05:16:51.1948774Z ] 2022-11-23T05:16:51.1949438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1950021Z with 2022-11-23T05:16:51.1950414Z [ 2022-11-23T05:16:51.1950728Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:51.1951016Z ] 2022-11-23T05:16:51.1951516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1952004Z with 2022-11-23T05:16:51.1952196Z [ 2022-11-23T05:16:51.1952501Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:51.1952827Z ] 2022-11-23T05:16:51.1953874Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1954878Z with 2022-11-23T05:16:51.1956377Z [ 2022-11-23T05:16:51.1957100Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:51.1957528Z ] 2022-11-23T05:16:51.1958501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1959607Z with 2022-11-23T05:16:51.1959956Z [ 2022-11-23T05:16:51.1960547Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:51.1961098Z ] 2022-11-23T05:16:51.1962105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:51.1963343Z 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-23T05:16:51.1964536Z 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-23T05:16:51.1965450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1965959Z with 2022-11-23T05:16:51.1966308Z [ 2022-11-23T05:16:51.1966868Z T=c10::impl::InlineStreamGuard 2022-11-23T05:16:51.1967413Z ] 2022-11-23T05:16:51.1968078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1968655Z with 2022-11-23T05:16:51.1968851Z [ 2022-11-23T05:16:51.1969096Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:51.1969436Z ] 2022-11-23T05:16:51.1970206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1971121Z with 2022-11-23T05:16:51.1971495Z [ 2022-11-23T05:16:51.1971950Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:51.1972369Z ] 2022-11-23T05:16:51.1973501Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1974514Z with 2022-11-23T05:16:51.1974879Z [ 2022-11-23T05:16:51.1975345Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:51.1975792Z ] 2022-11-23T05:16:51.1976664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1977351Z with 2022-11-23T05:16:51.1977572Z [ 2022-11-23T05:16:51.1977919Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:51.1978154Z ] 2022-11-23T05:16:51.1978710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.1980259Z 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-23T05:16:51.1980792Z with 2022-11-23T05:16:51.1980987Z [ 2022-11-23T05:16:51.1981233Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:51.1981466Z ] 2022-11-23T05:16:51.1982112Z 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-23T05:16:51.1983030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1983651Z with 2022-11-23T05:16:51.1983831Z [ 2022-11-23T05:16:51.1984189Z T=c10::impl::VirtualGuardImpl 2022-11-23T05:16:51.1984533Z ] 2022-11-23T05:16:51.1985042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1985507Z with 2022-11-23T05:16:51.1985686Z [ 2022-11-23T05:16:51.1986037Z T=std::vector> 2022-11-23T05:16:51.1986363Z ] 2022-11-23T05:16:51.1986881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1987360Z with 2022-11-23T05:16:51.1987553Z [ 2022-11-23T05:16:51.1987884Z T=std::vector> 2022-11-23T05:16:51.1988207Z ] 2022-11-23T05:16:51.1988774Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1989301Z with 2022-11-23T05:16:51.1989491Z [ 2022-11-23T05:16:51.1989948Z T=std::vector> 2022-11-23T05:16:51.1990274Z ] 2022-11-23T05:16:51.1991047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.1991760Z with 2022-11-23T05:16:51.1991954Z [ 2022-11-23T05:16:51.1992306Z T=std::vector> 2022-11-23T05:16:51.1992630Z ] 2022-11-23T05:16:51.1993264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:51.1994285Z 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-23T05:16:51.1995210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1995698Z with 2022-11-23T05:16:51.1995898Z [ 2022-11-23T05:16:51.1996457Z T=std::vector> 2022-11-23T05:16:51.1996852Z ] 2022-11-23T05:16:51.1997456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.1997995Z with 2022-11-23T05:16:51.1998173Z [ 2022-11-23T05:16:51.1998391Z T=c10::DimVector 2022-11-23T05:16:51.1998468Z ] 2022-11-23T05:16:51.1998872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.1998959Z with 2022-11-23T05:16:51.1999034Z [ 2022-11-23T05:16:51.1999136Z T=c10::DimVector 2022-11-23T05:16:51.1999210Z ] 2022-11-23T05:16:51.1999667Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.1999747Z with 2022-11-23T05:16:51.1999822Z [ 2022-11-23T05:16:51.1999920Z T=c10::DimVector 2022-11-23T05:16:51.1999995Z ] 2022-11-23T05:16:51.2000457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2000539Z with 2022-11-23T05:16:51.2000615Z [ 2022-11-23T05:16:51.2000713Z T=c10::DimVector 2022-11-23T05:16:51.2000789Z ] 2022-11-23T05:16:51.2001204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2001620Z 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-23T05:16:51.2002044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2002123Z with 2022-11-23T05:16:51.2002314Z [ 2022-11-23T05:16:51.2002423Z T=c10::DimVector 2022-11-23T05:16:51.2002498Z ] 2022-11-23T05:16:51.2002999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2003085Z with 2022-11-23T05:16:51.2003158Z [ 2022-11-23T05:16:51.2003285Z T=torch::autograd::ViewInfo 2022-11-23T05:16:51.2003361Z ] 2022-11-23T05:16:51.2003845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2003934Z with 2022-11-23T05:16:51.2004017Z [ 2022-11-23T05:16:51.2004230Z T=torch::autograd::ViewInfo 2022-11-23T05:16:51.2004308Z ] 2022-11-23T05:16:51.2004757Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2004840Z with 2022-11-23T05:16:51.2004917Z [ 2022-11-23T05:16:51.2005032Z T=torch::autograd::ViewInfo 2022-11-23T05:16:51.2005108Z ] 2022-11-23T05:16:51.2005674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2005770Z with 2022-11-23T05:16:51.2005845Z [ 2022-11-23T05:16:51.2005963Z T=torch::autograd::ViewInfo 2022-11-23T05:16:51.2006039Z ] 2022-11-23T05:16:51.2006460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2006907Z 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-23T05:16:51.2007329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2007409Z with 2022-11-23T05:16:51.2007469Z [ 2022-11-23T05:16:51.2007587Z T=torch::autograd::ViewInfo 2022-11-23T05:16:51.2007662Z ] 2022-11-23T05:16:51.2008043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2008126Z with 2022-11-23T05:16:51.2008203Z [ 2022-11-23T05:16:51.2008370Z T=std::vector> 2022-11-23T05:16:51.2008446Z ] 2022-11-23T05:16:51.2008842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2008920Z with 2022-11-23T05:16:51.2008998Z [ 2022-11-23T05:16:51.2009162Z T=std::vector> 2022-11-23T05:16:51.2009237Z ] 2022-11-23T05:16:51.2009810Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2009896Z with 2022-11-23T05:16:51.2009955Z [ 2022-11-23T05:16:51.2010948Z T=std::vector> 2022-11-23T05:16:51.2011028Z ] 2022-11-23T05:16:51.2011512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2011594Z with 2022-11-23T05:16:51.2011669Z [ 2022-11-23T05:16:51.2011838Z T=std::vector> 2022-11-23T05:16:51.2011958Z ] 2022-11-23T05:16:51.2012503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:51.2012587Z with 2022-11-23T05:16:51.2012665Z [ 2022-11-23T05:16:51.2012764Z T=c10::SymInt 2022-11-23T05:16:51.2012844Z ] 2022-11-23T05:16:51.2013393Z 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-23T05:16:51.2013480Z with 2022-11-23T05:16:51.2013554Z [ 2022-11-23T05:16:51.2013636Z T=c10::SymInt 2022-11-23T05:16:51.2013712Z ] 2022-11-23T05:16:51.2014400Z 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-23T05:16:51.2015098Z 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-23T05:16:51.2015551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2015634Z with 2022-11-23T05:16:51.2015774Z [ 2022-11-23T05:16:51.2016107Z T=std::vector> 2022-11-23T05:16:51.2016205Z ] 2022-11-23T05:16:51.2016599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2016679Z with 2022-11-23T05:16:51.2016755Z [ 2022-11-23T05:16:51.2016938Z T=c10::IValue 2022-11-23T05:16:51.2017043Z ] 2022-11-23T05:16:51.2017555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2017646Z with 2022-11-23T05:16:51.2017721Z [ 2022-11-23T05:16:51.2017820Z T=c10::IValue 2022-11-23T05:16:51.2017879Z ] 2022-11-23T05:16:51.2018334Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2018416Z with 2022-11-23T05:16:51.2018491Z [ 2022-11-23T05:16:51.2018587Z T=c10::IValue 2022-11-23T05:16:51.2018663Z ] 2022-11-23T05:16:51.2019143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2019223Z with 2022-11-23T05:16:51.2019409Z [ 2022-11-23T05:16:51.2019510Z T=c10::IValue 2022-11-23T05:16:51.2019587Z ] 2022-11-23T05:16:51.2019992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2020405Z 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-23T05:16:51.2020832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2020913Z with 2022-11-23T05:16:51.2020987Z [ 2022-11-23T05:16:51.2021081Z T=c10::IValue 2022-11-23T05:16:51.2021141Z ] 2022-11-23T05:16:51.2021525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2021603Z with 2022-11-23T05:16:51.2021678Z [ 2022-11-23T05:16:51.2021779Z T=c10::AliasInfo 2022-11-23T05:16:51.2021856Z ] 2022-11-23T05:16:51.2022336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2022431Z with 2022-11-23T05:16:51.2022506Z [ 2022-11-23T05:16:51.2022741Z T=c10::AliasInfo 2022-11-23T05:16:51.2022832Z ] 2022-11-23T05:16:51.2023284Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2023368Z with 2022-11-23T05:16:51.2023534Z [ 2022-11-23T05:16:51.2023650Z T=c10::AliasInfo 2022-11-23T05:16:51.2023709Z ] 2022-11-23T05:16:51.2024294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2024379Z with 2022-11-23T05:16:51.2024454Z [ 2022-11-23T05:16:51.2024555Z T=c10::AliasInfo 2022-11-23T05:16:51.2024630Z ] 2022-11-23T05:16:51.2025041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2025452Z 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-23T05:16:51.2040298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2040446Z with 2022-11-23T05:16:51.2040530Z [ 2022-11-23T05:16:51.2040667Z T=c10::AliasInfo 2022-11-23T05:16:51.2040750Z ] 2022-11-23T05:16:51.2041168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2041256Z with 2022-11-23T05:16:51.2041336Z [ 2022-11-23T05:16:51.2041468Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:51.2041546Z ] 2022-11-23T05:16:51.2041962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2042208Z with 2022-11-23T05:16:51.2042291Z [ 2022-11-23T05:16:51.2042562Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:51.2042645Z ] 2022-11-23T05:16:51.2043112Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2043355Z with 2022-11-23T05:16:51.2043492Z [ 2022-11-23T05:16:51.2043745Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:51.2043826Z ] 2022-11-23T05:16:51.2044465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2044614Z with 2022-11-23T05:16:51.2044736Z [ 2022-11-23T05:16:51.2044959Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:51.2045042Z ] 2022-11-23T05:16:51.2045609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2046098Z 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-23T05:16:51.2046528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2046616Z with 2022-11-23T05:16:51.2046676Z [ 2022-11-23T05:16:51.2046804Z T=c10::impl::AnnotatedSchema 2022-11-23T05:16:51.2046882Z ] 2022-11-23T05:16:51.2047265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2047346Z with 2022-11-23T05:16:51.2047427Z [ 2022-11-23T05:16:51.2047607Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:51.2047688Z ] 2022-11-23T05:16:51.2048094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2048176Z with 2022-11-23T05:16:51.2048252Z [ 2022-11-23T05:16:51.2048430Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:51.2048511Z ] 2022-11-23T05:16:51.2049092Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2049212Z with 2022-11-23T05:16:51.2049293Z [ 2022-11-23T05:16:51.2049458Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:51.2049537Z ] 2022-11-23T05:16:51.2050016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2050238Z with 2022-11-23T05:16:51.2050383Z [ 2022-11-23T05:16:51.2050695Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:51.2050897Z ] 2022-11-23T05:16:51.2051374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2051875Z 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-23T05:16:51.2052419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2052512Z with 2022-11-23T05:16:51.2052592Z [ 2022-11-23T05:16:51.2052771Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T05:16:51.2052908Z ] 2022-11-23T05:16:51.2053454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(339): warning C4099: 'std::hash': type name first seen using 'struct' now seen using 'class' 2022-11-23T05:16:51.2053794Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(2214): note: see declaration of 'std::hash' 2022-11-23T05:16:51.2054283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2054385Z with 2022-11-23T05:16:51.2054463Z [ 2022-11-23T05:16:51.2054581Z T=at::StepCallbacks 2022-11-23T05:16:51.2054640Z ] 2022-11-23T05:16:51.2055055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2055150Z with 2022-11-23T05:16:51.2055289Z [ 2022-11-23T05:16:51.2055457Z T=at::StepCallbacks 2022-11-23T05:16:51.2055539Z ] 2022-11-23T05:16:51.2056084Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2056178Z with 2022-11-23T05:16:51.2056256Z [ 2022-11-23T05:16:51.2056370Z T=at::StepCallbacks 2022-11-23T05:16:51.2056446Z ] 2022-11-23T05:16:51.2057079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2057295Z with 2022-11-23T05:16:51.2057380Z [ 2022-11-23T05:16:51.2057503Z T=at::StepCallbacks 2022-11-23T05:16:51.2057562Z ] 2022-11-23T05:16:51.2057983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2058426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/Dispatcher.h(672): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T05:16:51.2058854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2058937Z with 2022-11-23T05:16:51.2059017Z [ 2022-11-23T05:16:51.2059130Z T=at::StepCallbacks 2022-11-23T05:16:51.2059209Z ] 2022-11-23T05:16:51.2059714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2059797Z with 2022-11-23T05:16:51.2059875Z [ 2022-11-23T05:16:51.2060053Z T=c10::either 2022-11-23T05:16:51.2060133Z ] 2022-11-23T05:16:51.2060544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2060628Z with 2022-11-23T05:16:51.2060705Z [ 2022-11-23T05:16:51.2060879Z T=c10::either 2022-11-23T05:16:51.2060957Z ] 2022-11-23T05:16:51.2061383Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2061470Z with 2022-11-23T05:16:51.2061547Z [ 2022-11-23T05:16:51.2061716Z T=c10::either 2022-11-23T05:16:51.2061792Z ] 2022-11-23T05:16:51.2062353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2062454Z with 2022-11-23T05:16:51.2062623Z [ 2022-11-23T05:16:51.2062827Z T=c10::either 2022-11-23T05:16:51.2062905Z ] 2022-11-23T05:16:51.2063370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:51.2064148Z 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-23T05:16:51.2064597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2064681Z with 2022-11-23T05:16:51.2064759Z [ 2022-11-23T05:16:51.2064931Z T=c10::either 2022-11-23T05:16:51.2065008Z ] 2022-11-23T05:16:51.2065394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2065479Z with 2022-11-23T05:16:51.2065539Z [ 2022-11-23T05:16:51.2065656Z T=torch::jit::Operator 2022-11-23T05:16:51.2065735Z ] 2022-11-23T05:16:51.2066142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2066231Z with 2022-11-23T05:16:51.2066309Z [ 2022-11-23T05:16:51.2066422Z T=torch::jit::Operator 2022-11-23T05:16:51.2066499Z ] 2022-11-23T05:16:51.2066945Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2067026Z with 2022-11-23T05:16:51.2067104Z [ 2022-11-23T05:16:51.2067215Z T=torch::jit::Operator 2022-11-23T05:16:51.2067411Z ] 2022-11-23T05:16:51.2067900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2067983Z with 2022-11-23T05:16:51.2068061Z [ 2022-11-23T05:16:51.2068159Z T=torch::jit::Operator 2022-11-23T05:16:51.2068238Z ] 2022-11-23T05:16:51.2068660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2069198Z 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-23T05:16:51.2069663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2069746Z with 2022-11-23T05:16:51.2069827Z [ 2022-11-23T05:16:51.2070073Z T=torch::jit::Operator 2022-11-23T05:16:51.2070222Z ] 2022-11-23T05:16:51.2070862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2071049Z with 2022-11-23T05:16:51.2071184Z [ 2022-11-23T05:16:51.2071347Z T=std::tuple 2022-11-23T05:16:51.2071427Z ] 2022-11-23T05:16:51.2071835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2071923Z with 2022-11-23T05:16:51.2072001Z [ 2022-11-23T05:16:51.2072129Z T=std::tuple 2022-11-23T05:16:51.2072207Z ] 2022-11-23T05:16:51.2072660Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2072742Z with 2022-11-23T05:16:51.2072820Z [ 2022-11-23T05:16:51.2072968Z T=std::tuple 2022-11-23T05:16:51.2073045Z ] 2022-11-23T05:16:51.2073527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2073612Z with 2022-11-23T05:16:51.2073690Z [ 2022-11-23T05:16:51.2073836Z T=std::tuple 2022-11-23T05:16:51.2073914Z ] 2022-11-23T05:16:51.2074359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:51.2074824Z 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-23T05:16:51.2075255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2075336Z with 2022-11-23T05:16:51.2075531Z [ 2022-11-23T05:16:51.2075799Z T=std::tuple 2022-11-23T05:16:51.2075873Z ] 2022-11-23T05:16:51.2076347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2076555Z with 2022-11-23T05:16:51.2076683Z [ 2022-11-23T05:16:51.2076959Z T=torch::jit::SourceRange 2022-11-23T05:16:51.2077047Z ] 2022-11-23T05:16:51.2077463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2077546Z with 2022-11-23T05:16:51.2077625Z [ 2022-11-23T05:16:51.2077745Z T=torch::jit::SourceRange 2022-11-23T05:16:51.2077822Z ] 2022-11-23T05:16:51.2078278Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2078360Z with 2022-11-23T05:16:51.2078436Z [ 2022-11-23T05:16:51.2078554Z T=torch::jit::SourceRange 2022-11-23T05:16:51.2078613Z ] 2022-11-23T05:16:51.2079248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2079427Z with 2022-11-23T05:16:51.2079571Z [ 2022-11-23T05:16:51.2079756Z T=torch::jit::SourceRange 2022-11-23T05:16:51.2079859Z ] 2022-11-23T05:16:51.2080625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2081172Z 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-23T05:16:51.2081742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2081834Z with 2022-11-23T05:16:51.2081916Z [ 2022-11-23T05:16:51.2082039Z T=torch::jit::SourceRange 2022-11-23T05:16:51.2082116Z ] 2022-11-23T05:16:51.2082791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2082890Z with 2022-11-23T05:16:51.2082968Z [ 2022-11-23T05:16:51.2083118Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:51.2083195Z ] 2022-11-23T05:16:51.2083877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2083956Z with 2022-11-23T05:16:51.2084035Z [ 2022-11-23T05:16:51.2084183Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:51.2084260Z ] 2022-11-23T05:16:51.2084712Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2084799Z with 2022-11-23T05:16:51.2084877Z [ 2022-11-23T05:16:51.2085159Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:51.2085238Z ] 2022-11-23T05:16:51.2085723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2085804Z with 2022-11-23T05:16:51.2085882Z [ 2022-11-23T05:16:51.2086027Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:51.2086107Z ] 2022-11-23T05:16:51.2086549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2087001Z 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-23T05:16:51.2087432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2087514Z with 2022-11-23T05:16:51.2087574Z [ 2022-11-23T05:16:51.2087715Z T=torch::jit::InlinedCallStackPtr 2022-11-23T05:16:51.2087872Z ] 2022-11-23T05:16:51.2088284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2088368Z with 2022-11-23T05:16:51.2088447Z [ 2022-11-23T05:16:51.2088587Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:51.2088665Z ] 2022-11-23T05:16:51.2089188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2089290Z with 2022-11-23T05:16:51.2089367Z [ 2022-11-23T05:16:51.2089510Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:51.2089587Z ] 2022-11-23T05:16:51.2090197Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2090403Z with 2022-11-23T05:16:51.2090469Z [ 2022-11-23T05:16:51.2090614Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:51.2090694Z ] 2022-11-23T05:16:51.2091176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2091262Z with 2022-11-23T05:16:51.2091340Z [ 2022-11-23T05:16:51.2091475Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:51.2091552Z ] 2022-11-23T05:16:51.2091989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2092434Z 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-23T05:16:51.2092863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2092944Z with 2022-11-23T05:16:51.2093136Z [ 2022-11-23T05:16:51.2093283Z T=torch::jit::ModuleInstanceInfo 2022-11-23T05:16:51.2093361Z ] 2022-11-23T05:16:51.2093744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2093826Z with 2022-11-23T05:16:51.2093903Z [ 2022-11-23T05:16:51.2094005Z T=torch::jit::ScopePtr 2022-11-23T05:16:51.2094084Z ] 2022-11-23T05:16:51.2094486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2094568Z with 2022-11-23T05:16:51.2094648Z [ 2022-11-23T05:16:51.2094761Z T=torch::jit::ScopePtr 2022-11-23T05:16:51.2094838Z ] 2022-11-23T05:16:51.2095292Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2095377Z with 2022-11-23T05:16:51.2095454Z [ 2022-11-23T05:16:51.2095566Z T=torch::jit::ScopePtr 2022-11-23T05:16:51.2095739Z ] 2022-11-23T05:16:51.2096357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2096462Z with 2022-11-23T05:16:51.2096743Z [ 2022-11-23T05:16:51.2096981Z T=torch::jit::ScopePtr 2022-11-23T05:16:51.2097067Z ] 2022-11-23T05:16:51.2097500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2097933Z 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-23T05:16:51.2098364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2098447Z with 2022-11-23T05:16:51.2098528Z [ 2022-11-23T05:16:51.2098642Z T=torch::jit::ScopePtr 2022-11-23T05:16:51.2098719Z ] 2022-11-23T05:16:51.2099103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2099184Z with 2022-11-23T05:16:51.2099264Z [ 2022-11-23T05:16:51.2099385Z T=at::ThreadLocalState 2022-11-23T05:16:51.2099462Z ] 2022-11-23T05:16:51.2099868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2099949Z with 2022-11-23T05:16:51.2100026Z [ 2022-11-23T05:16:51.2100127Z T=at::ThreadLocalState 2022-11-23T05:16:51.2100205Z ] 2022-11-23T05:16:51.2100652Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2100734Z with 2022-11-23T05:16:51.2100813Z [ 2022-11-23T05:16:51.2100930Z T=at::ThreadLocalState 2022-11-23T05:16:51.2101008Z ] 2022-11-23T05:16:51.2101617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2101700Z with 2022-11-23T05:16:51.2101777Z [ 2022-11-23T05:16:51.2101894Z T=at::ThreadLocalState 2022-11-23T05:16:51.2101973Z ] 2022-11-23T05:16:51.2102556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2103013Z 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-23T05:16:51.2103763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2103861Z with 2022-11-23T05:16:51.2103939Z [ 2022-11-23T05:16:51.2104063Z T=at::ThreadLocalState 2022-11-23T05:16:51.2104122Z ] 2022-11-23T05:16:51.2104596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2104695Z with 2022-11-23T05:16:51.2104773Z [ 2022-11-23T05:16:51.2104922Z T=std::shared_ptr 2022-11-23T05:16:51.2105000Z ] 2022-11-23T05:16:51.2105403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2105490Z with 2022-11-23T05:16:51.2105568Z [ 2022-11-23T05:16:51.2105709Z T=std::shared_ptr 2022-11-23T05:16:51.2105786Z ] 2022-11-23T05:16:51.2106237Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2106320Z with 2022-11-23T05:16:51.2106402Z [ 2022-11-23T05:16:51.2106543Z T=std::shared_ptr 2022-11-23T05:16:51.2106602Z ] 2022-11-23T05:16:51.2107085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2107167Z with 2022-11-23T05:16:51.2107246Z [ 2022-11-23T05:16:51.2107386Z T=std::shared_ptr 2022-11-23T05:16:51.2107463Z ] 2022-11-23T05:16:51.2107902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T05:16:51.2108333Z 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-23T05:16:51.2108803Z 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-23T05:16:51.2109351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2109539Z with 2022-11-23T05:16:51.2109620Z [ 2022-11-23T05:16:51.2109941Z T=std::shared_ptr 2022-11-23T05:16:51.2110081Z ] 2022-11-23T05:16:51.2110775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2110867Z with 2022-11-23T05:16:51.2110945Z [ 2022-11-23T05:16:51.2111074Z T=torch::jit::GraphExecutor 2022-11-23T05:16:51.2111152Z ] 2022-11-23T05:16:51.2111558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2111622Z with 2022-11-23T05:16:51.2111703Z [ 2022-11-23T05:16:51.2111829Z T=torch::jit::GraphExecutor 2022-11-23T05:16:51.2111907Z ] 2022-11-23T05:16:51.2112354Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2112435Z with 2022-11-23T05:16:51.2112610Z [ 2022-11-23T05:16:51.2112756Z T=torch::jit::GraphExecutor 2022-11-23T05:16:51.2112835Z ] 2022-11-23T05:16:51.2113318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2113399Z with 2022-11-23T05:16:51.2113477Z [ 2022-11-23T05:16:51.2113599Z T=torch::jit::GraphExecutor 2022-11-23T05:16:51.2113681Z ] 2022-11-23T05:16:51.2114109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2114534Z 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-23T05:16:51.2114991Z 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-23T05:16:51.2115413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2115498Z with 2022-11-23T05:16:51.2115558Z [ 2022-11-23T05:16:51.2115680Z T=torch::jit::GraphExecutor 2022-11-23T05:16:51.2115759Z ] 2022-11-23T05:16:51.2116266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2116357Z with 2022-11-23T05:16:51.2116437Z [ 2022-11-23T05:16:51.2116552Z T=torch::jit::Method 2022-11-23T05:16:51.2116629Z ] 2022-11-23T05:16:51.2117326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2117416Z with 2022-11-23T05:16:51.2117493Z [ 2022-11-23T05:16:51.2117610Z T=torch::jit::Method 2022-11-23T05:16:51.2117794Z ] 2022-11-23T05:16:51.2118252Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2118332Z with 2022-11-23T05:16:51.2118392Z [ 2022-11-23T05:16:51.2118501Z T=torch::jit::Method 2022-11-23T05:16:51.2118585Z ] 2022-11-23T05:16:51.2119066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2119148Z with 2022-11-23T05:16:51.2119226Z [ 2022-11-23T05:16:51.2119337Z T=torch::jit::Method 2022-11-23T05:16:51.2119414Z ] 2022-11-23T05:16:51.2120044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2120685Z 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-23T05:16:51.2121419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2121536Z with 2022-11-23T05:16:51.2121616Z [ 2022-11-23T05:16:51.2121732Z T=torch::jit::Method 2022-11-23T05:16:51.2121809Z ] 2022-11-23T05:16:51.2122197Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2122283Z with 2022-11-23T05:16:51.2122362Z [ 2022-11-23T05:16:51.2122686Z T=std::vector> 2022-11-23T05:16:51.2122791Z ] 2022-11-23T05:16:51.2123278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2123385Z with 2022-11-23T05:16:51.2123465Z [ 2022-11-23T05:16:51.2123784Z T=std::vector> 2022-11-23T05:16:51.2123932Z ] 2022-11-23T05:16:51.2124548Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2124635Z with 2022-11-23T05:16:51.2124719Z [ 2022-11-23T05:16:51.2124891Z T=std::vector> 2022-11-23T05:16:51.2124969Z ] 2022-11-23T05:16:51.2125447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2125532Z with 2022-11-23T05:16:51.2125609Z [ 2022-11-23T05:16:51.2125779Z T=std::vector> 2022-11-23T05:16:51.2125838Z ] 2022-11-23T05:16:51.2126304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T05:16:51.2126766Z 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-23T05:16:51.2127308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2127397Z with 2022-11-23T05:16:51.2127476Z [ 2022-11-23T05:16:51.2127648Z T=std::vector> 2022-11-23T05:16:51.2127725Z ] 2022-11-23T05:16:51.2128105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2128187Z with 2022-11-23T05:16:51.2128264Z [ 2022-11-23T05:16:51.2128380Z T=torch::jit::NamedValue 2022-11-23T05:16:51.2128461Z ] 2022-11-23T05:16:51.2128866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T05:16:51.2128946Z with 2022-11-23T05:16:51.2129022Z [ 2022-11-23T05:16:51.2129139Z T=torch::jit::NamedValue 2022-11-23T05:16:51.2129215Z ] 2022-11-23T05:16:51.2130117Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T05:16:51.2130309Z with 2022-11-23T05:16:51.2130455Z [ 2022-11-23T05:16:51.2130808Z T=torch::jit::NamedValue 2022-11-23T05:16:51.2130958Z ] 2022-11-23T05:16:51.2131948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T05:16:51.2132136Z with 2022-11-23T05:16:51.2132281Z [ 2022-11-23T05:16:51.2132509Z T=torch::jit::NamedValue 2022-11-23T05:16:51.2132655Z ] 2022-11-23T05:16:51.2133178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T05:16:51.2133634Z 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-23T05:16:51.2134062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T05:16:51.2134149Z with 2022-11-23T05:16:51.2134229Z [ 2022-11-23T05:16:51.2134346Z T=torch::jit::NamedValue 2022-11-23T05:16:51.2134422Z ] 2022-11-23T05:16:51.3844873Z [3/4] cmd.exe /C "cd . && C:\Jenkins\Miniconda3\Library\bin\cmake.exe -E vs_link_dll --intdir=CMakeFiles\custom_ops.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\link.exe /nologo CMakeFiles\custom_ops.dir\op.cpp.obj /out:custom_ops.dll /implib:custom_ops.lib /pdb:custom_ops.pdb /dll /version:0.0 /machine:x64 /INCREMENTAL:NO -LIBPATH:\lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudart_static.lib" C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\caffe2_nvrtc.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudnn.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudart_static.lib" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-11-23T05:16:51.5923227Z [4/4] cmd.exe /C "cd . && C:\Jenkins\Miniconda3\Library\bin\cmake.exe -E vs_link_exe --intdir=CMakeFiles\test_custom_ops.dir --rc=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\rc.exe --mt=C:\PROGRA~2\WI3CF2~1\10\bin\100190~1.0\x64\mt.exe --manifests -- C:\PROGRA~2\MICROS~2\2019\BUILDT~1\VC\Tools\MSVC\1428~1.293\bin\Hostx64\x64\link.exe /nologo CMakeFiles\test_custom_ops.dir\test_custom_ops.cpp.obj /out:test_custom_ops.exe /implib:test_custom_ops.lib /pdb:test_custom_ops.pdb /version:0.0 /machine:x64 /INCREMENTAL:NO /subsystem:console -LIBPATH:\lib custom_ops.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\torch_cpu.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudnn.lib" C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\kineto.lib "C:\Program Files\NVIDIA Corporation\NvToolsExt\lib\x64\nvToolsExt64_1.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.7\lib\x64\cudart_static.lib" C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\caffe2_nvrtc.lib C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib\c10_cuda.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib && cd ." 2022-11-23T05:16:51.5948251Z "Ninja succeeded for custom_operator test." 2022-11-23T05:16:54.8768150Z 2022-11-23T05:16:54.8769012Z Running tests... 2022-11-23T05:16:54.8769841Z ---------------------------------------------------------------------- 2022-11-23T05:16:54.8770879Z Test results will be stored in test-reports\python-unittest\test_custom_ops 2022-11-23T05:16:54.8825994Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.006s) 2022-11-23T05:16:54.9801266Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.096s) 2022-11-23T05:16:54.9815560Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.000s) 2022-11-23T05:16:54.9861337Z test_calling_custom_op_with_autograd (__main__.TestCustomOperators) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\engine.cpp:1127.) 2022-11-23T05:16:54.9862736Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T05:16:54.9884075Z ok (0.010s) 2022-11-23T05:16:54.9902608Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.002s) 2022-11-23T05:16:54.9913336Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.001s) 2022-11-23T05:16:55.0183517Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.027s) 2022-11-23T05:16:55.0184090Z 2022-11-23T05:16:55.0184750Z ---------------------------------------------------------------------- 2022-11-23T05:16:55.0185394Z Ran 7 tests in 0.141s 2022-11-23T05:16:55.0185683Z 2022-11-23T05:16:55.0185829Z OK 2022-11-23T05:16:55.0186063Z 2022-11-23T05:16:55.0186506Z Generating XML reports... 2022-11-23T05:16:55.0277208Z Generated XML report: test-reports\python-unittest\test_custom_ops\TEST-TestCustomOperators-20221123051654.xml 2022-11-23T05:16:58.9280777Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\engine.cpp:1127] Warning: Using backward() with create_graph=True will create a reference cycle between the parameter and its gradient which can cause a memory leak. We recommend using autograd.grad when creating the graph to avoid this. If you have to use this function, make sure to reset the .grad fields of your parameters to None after use to break the cycle and avoid the leak. (function operator ()) 2022-11-23T05:17:00.2560829Z ok 2022-11-23T05:17:00.4019037Z + assert_git_not_dirty 2022-11-23T05:17:00.4019621Z + [[ win-vs2019-cuda11.7-py3 != *rocm* ]] 2022-11-23T05:17:00.4020240Z + [[ win-vs2019-cuda11.7-py3 != *xla* ]] 2022-11-23T05:17:00.4141262Z ++ git status --porcelain 2022-11-23T05:17:01.9064765Z + git_status= 2022-11-23T05:17:01.9065596Z + [[ -n '' ]] 2022-11-23T05:17:01.9065891Z + echo 'TEST PASSED' 2022-11-23T05:17:01.9066137Z TEST PASSED 2022-11-23T05:17:01.9315669Z Prepare all required actions 2022-11-23T05:17:01.9316579Z Getting action download info 2022-11-23T05:17:02.2672335Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T05:17:02.6264633Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T05:17:02.6264918Z with: 2022-11-23T05:17:02.6265423Z github-token: *** 2022-11-23T05:17:02.6265621Z env: 2022-11-23T05:17:02.6265834Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:17:02.6266160Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:02.6266576Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:17:02.6266980Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:02.6267342Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:02.6267777Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:02.6268072Z ##[endgroup] 2022-11-23T05:17:02.6458770Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T05:17:02.6459069Z with: 2022-11-23T05:17:02.6459246Z shell: bash 2022-11-23T05:17:02.6459457Z timeout_minutes: 10 2022-11-23T05:17:02.6459678Z max_attempts: 5 2022-11-23T05:17:02.6459900Z retry_wait_seconds: 30 2022-11-23T05:17:02.6460557Z 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-23T05:17:02.6461048Z polling_interval_seconds: 1 2022-11-23T05:17:02.6461293Z warning_on_retry: true 2022-11-23T05:17:02.6461513Z continue_on_error: false 2022-11-23T05:17:02.6461727Z env: 2022-11-23T05:17:02.6461935Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:17:02.6462262Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:02.6462683Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:17:02.6463070Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:02.6463449Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:02.6463823Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:02.6464337Z GITHUB_TOKEN: *** 2022-11-23T05:17:02.6464559Z ##[endgroup] 2022-11-23T05:17:02.8121269Z + python3 -m pip install requests==2.26.0 2022-11-23T05:17:03.8224648Z Collecting requests==2.26.0 2022-11-23T05:17:03.8351788Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T05:17:03.9254422Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T05:17:03.9350862Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T05:17:03.9819399Z Collecting certifi>=2017.4.17 2022-11-23T05:17:03.9904327Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T05:17:04.0851342Z Collecting charset-normalizer~=2.0.0 2022-11-23T05:17:04.0953267Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T05:17:04.1342881Z Collecting idna<4,>=2.5 2022-11-23T05:17:04.1428985Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T05:17:04.2964823Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T05:17:05.4723008Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T05:17:05.5874104Z ++ python3 .github/scripts/get_workflow_job_id.py 3528394938 i-0f9b51ad5b0b80fd9 2022-11-23T05:17:07.0975073Z + GHA_WORKFLOW_JOB_ID=9655750301 2022-11-23T05:17:07.0976322Z + echo job-id=9655750301 2022-11-23T05:17:07.8005689Z Command completed after 1 attempt(s). 2022-11-23T05:17:07.8388999Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T05:17:07.8389383Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T05:17:07.8426501Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T05:17:07.8426837Z env: 2022-11-23T05:17:07.8427058Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:17:07.8427392Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:07.8427808Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:17:07.8428194Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:07.8428580Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:07.8428957Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:07.8429267Z MONITOR_SCRIPT_PID: 1024 2022-11-23T05:17:07.8429500Z ##[endgroup] 2022-11-23T05:17:07.8995725Z Prepare all required actions 2022-11-23T05:17:07.8996146Z Getting action download info 2022-11-23T05:17:08.0733328Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T05:17:09.0984667Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T05:17:09.4506831Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T05:17:09.4507100Z with: 2022-11-23T05:17:09.4507425Z file-suffix: test-default-2-3-windows.8xlarge.nvidia.gpu_9655750301 2022-11-23T05:17:09.4507743Z env: 2022-11-23T05:17:09.4507957Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:17:09.4509306Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:09.4509705Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:17:09.4510113Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:09.4510534Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:09.4510907Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:09.4511194Z ##[endgroup] 2022-11-23T05:17:09.4711679Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T05:17:09.4712040Z # -ir => recursive include all files in pattern 2022-11-23T05:17:09.4712391Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T05:17:09.4743156Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T05:17:09.4743493Z env: 2022-11-23T05:17:09.4743710Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:17:09.4744031Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:09.4744446Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:17:09.4744844Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:09.4745221Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:09.4745594Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:09.4746001Z FILE_SUFFIX: test-default-2-3-windows.8xlarge.nvidia.gpu_9655750301 2022-11-23T05:17:09.4746325Z ##[endgroup] 2022-11-23T05:17:10.0309455Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T05:17:10.2028187Z Finished 2022-11-23T05:17:10.4938657Z 2022-11-23T05:17:10.4939339Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T05:17:10.4939739Z 2022-11-23T05:17:10.4939934Z Scanning the drive: 2022-11-23T05:17:10.4940394Z 5 files, 366191 bytes (358 KiB) 2022-11-23T05:17:10.4940664Z 2022-11-23T05:17:10.4941522Z Creating archive: test-jsons-test-default-2-3-windows.8xlarge.nvidia.gpu_9655750301.zip 2022-11-23T05:17:10.4942102Z 2022-11-23T05:17:10.4942396Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T05:17:10.4942737Z 2022-11-23T05:17:10.4942743Z 2022-11-23T05:17:10.4942877Z Files read from disk: 5 2022-11-23T05:17:10.4943134Z Archive size: 39272 bytes (39 KiB) 2022-11-23T05:17:10.4943365Z Everything is Ok 2022-11-23T05:17:10.5399106Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T05:17:10.5399472Z # -ir => recursive include all files in pattern 2022-11-23T05:17:10.5399836Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T05:17:10.5439051Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T05:17:10.5439396Z env: 2022-11-23T05:17:10.5439607Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:17:10.5439936Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:10.5440351Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:17:10.5441868Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:10.5444152Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:10.5444555Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:10.5444952Z FILE_SUFFIX: test-default-2-3-windows.8xlarge.nvidia.gpu_9655750301 2022-11-23T05:17:10.5445281Z ##[endgroup] 2022-11-23T05:17:11.0717269Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T05:17:11.2300137Z Finished 2022-11-23T05:17:11.4893648Z 2022-11-23T05:17:11.4894212Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T05:17:11.4894620Z 2022-11-23T05:17:11.4895061Z Scanning the drive: 2022-11-23T05:17:11.4895515Z 133 files, 5726090 bytes (5592 KiB) 2022-11-23T05:17:11.4895789Z 2022-11-23T05:17:11.4896286Z Creating archive: test-reports-test-default-2-3-windows.8xlarge.nvidia.gpu_9655750301.zip 2022-11-23T05:17:11.4896891Z 2022-11-23T05:17:11.4897180Z Add new data to archive: 133 files, 5726090 bytes (5592 KiB) 2022-11-23T05:17:11.4897593Z 2022-11-23T05:17:11.4897604Z 2022-11-23T05:17:11.4897801Z Files read from disk: 133 2022-11-23T05:17:11.4898259Z Archive size: 327151 bytes (320 KiB) 2022-11-23T05:17:11.4898843Z Everything is Ok 2022-11-23T05:17:11.5319181Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T05:17:11.5319549Z # -ir => recursive include all files in pattern 2022-11-23T05:17:11.5319893Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T05:17:11.5350084Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T05:17:11.5350607Z env: 2022-11-23T05:17:11.5350843Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:17:11.5351276Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:11.5351792Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:17:11.5352208Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:11.5352588Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:11.5352967Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:11.5353376Z FILE_SUFFIX: test-default-2-3-windows.8xlarge.nvidia.gpu_9655750301 2022-11-23T05:17:11.5353705Z ##[endgroup] 2022-11-23T05:17:12.0543146Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T05:17:12.2222938Z Finished 2022-11-23T05:17:13.1659245Z 2022-11-23T05:17:13.1659952Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T05:17:13.1660654Z 2022-11-23T05:17:13.1660844Z Scanning the drive: 2022-11-23T05:17:13.1661270Z 1 file, 11227713 bytes (11 MiB) 2022-11-23T05:17:13.1661533Z 2022-11-23T05:17:13.1661890Z Creating archive: usage-log-test-default-2-3-windows.8xlarge.nvidia.gpu_9655750301.zip 2022-11-23T05:17:13.1662305Z 2022-11-23T05:17:13.1662480Z Add new data to archive: 1 file, 11227713 bytes (11 MiB) 2022-11-23T05:17:13.1662670Z 2022-11-23T05:17:13.1662677Z 2022-11-23T05:17:13.1662822Z Files read from disk: 1 2022-11-23T05:17:13.1663148Z Archive size: 337434 bytes (330 KiB) 2022-11-23T05:17:13.1663409Z Everything is Ok 2022-11-23T05:17:13.2127867Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T05:17:13.2128145Z with: 2022-11-23T05:17:13.2128402Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T05:17:13.2128683Z retention-days: 14 2022-11-23T05:17:13.2128909Z if-no-files-found: warn 2022-11-23T05:17:13.2129167Z path: test-jsons-*.zip 2022-11-23T05:17:13.2129393Z name: artifact 2022-11-23T05:17:13.2129628Z s3-bucket: gha-artifacts 2022-11-23T05:17:13.2129860Z region: us-east-1 2022-11-23T05:17:13.2130049Z env: 2022-11-23T05:17:13.2130257Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:17:13.2130582Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:13.2131840Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:17:13.2132428Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:13.2132810Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:13.2133165Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:13.2133448Z ##[endgroup] 2022-11-23T05:17:14.4541001Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T05:17:14.4541403Z With the provided path, there will be 1 file uploaded 2022-11-23T05:17:14.4541762Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T05:17:14.4569243Z Starting upload of test-jsons-test-default-2-3-windows.8xlarge.nvidia.gpu_9655750301.zip 2022-11-23T05:17:14.6414034Z Finished upload of test-jsons-test-default-2-3-windows.8xlarge.nvidia.gpu_9655750301.zip 2022-11-23T05:17:14.6768776Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T05:17:14.6769055Z with: 2022-11-23T05:17:14.6769321Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T05:17:14.6769598Z retention-days: 14 2022-11-23T05:17:14.6769844Z if-no-files-found: error 2022-11-23T05:17:14.6770085Z path: test-reports-*.zip 2022-11-23T05:17:14.6770314Z name: artifact 2022-11-23T05:17:14.6770539Z s3-bucket: gha-artifacts 2022-11-23T05:17:14.6770771Z region: us-east-1 2022-11-23T05:17:14.6770972Z env: 2022-11-23T05:17:14.6771164Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:17:14.6771487Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:14.6772091Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:17:14.6772513Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:14.6773131Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:14.6773519Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:14.6773791Z ##[endgroup] 2022-11-23T05:17:15.2388378Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T05:17:15.2388992Z With the provided path, there will be 1 file uploaded 2022-11-23T05:17:15.2389354Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T05:17:15.2412588Z Starting upload of test-reports-test-default-2-3-windows.8xlarge.nvidia.gpu_9655750301.zip 2022-11-23T05:17:15.5030518Z Finished upload of test-reports-test-default-2-3-windows.8xlarge.nvidia.gpu_9655750301.zip 2022-11-23T05:17:15.5429086Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T05:17:15.5429372Z with: 2022-11-23T05:17:15.5429627Z s3-prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T05:17:15.5429918Z retention-days: 14 2022-11-23T05:17:15.5430161Z if-no-files-found: ignore 2022-11-23T05:17:15.5430394Z path: usage-log-*.zip 2022-11-23T05:17:15.5430618Z name: artifact 2022-11-23T05:17:15.5430842Z s3-bucket: gha-artifacts 2022-11-23T05:17:15.5431077Z region: us-east-1 2022-11-23T05:17:15.5431294Z env: 2022-11-23T05:17:15.5431489Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:17:15.5432000Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:15.5432659Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:17:15.5433070Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:15.5433449Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:15.5433827Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:15.5434101Z ##[endgroup] 2022-11-23T05:17:16.1022924Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T05:17:16.1023377Z With the provided path, there will be 1 file uploaded 2022-11-23T05:17:16.1023741Z Uploading to s3 prefix: pytorch/pytorch/3528394938/1/artifact 2022-11-23T05:17:16.1044109Z Starting upload of usage-log-test-default-2-3-windows.8xlarge.nvidia.gpu_9655750301.zip 2022-11-23T05:17:16.2968844Z Finished upload of usage-log-test-default-2-3-windows.8xlarge.nvidia.gpu_9655750301.zip 2022-11-23T05:17:16.3388925Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T05:17:16.3389320Z .github/scripts/parse_ref.py 2022-11-23T05:17:16.3456462Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T05:17:16.3456808Z env: 2022-11-23T05:17:16.3457034Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:17:16.3457348Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:16.3457766Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:17:16.3458171Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:16.3458723Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:16.3459100Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:16.3459398Z ##[endgroup] 2022-11-23T05:17:16.8677166Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T05:17:17.0275073Z Finished 2022-11-23T05:17:17.1555141Z ##[group]Run set -x 2022-11-23T05:17:17.1555475Z set -x 2022-11-23T05:17:17.1555761Z python3 -m pip install -r requirements.txt 2022-11-23T05:17:17.1556087Z python3 -m pip install boto3==1.19.12 2022-11-23T05:17:17.1556451Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T05:17:17.1594358Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T05:17:17.1594695Z env: 2022-11-23T05:17:17.1594898Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:17:17.1595243Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:17.1595663Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:17:17.1596067Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:17.1596817Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:17.1597565Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:17:17.1598184Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T05:17:17.1598616Z BRANCH: 2022-11-23T05:17:17.1599047Z TEST_CONFIG: default 2022-11-23T05:17:17.1599269Z SHARD_NUMBER: 2 2022-11-23T05:17:17.1599609Z BUILD_ENVIRONMENT: win-vs2019-cuda11.7-py3 2022-11-23T05:17:17.1599925Z PR_NUMBER: 2022-11-23T05:17:17.1600269Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T05:17:17.1600531Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T05:17:17.1600817Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T05:17:17.1601070Z TAG: 2022-11-23T05:17:17.1601256Z WORKFLOW_ID: 3528394938 2022-11-23T05:17:17.1601782Z GITHUB_TOKEN: *** 2022-11-23T05:17:17.1602026Z GHA_WORKFLOW_JOB_ID: 9655750301 2022-11-23T05:17:17.1602263Z ##[endgroup] 2022-11-23T05:17:17.1939155Z + python3 -m pip install -r requirements.txt 2022-11-23T05:17:18.1133897Z Collecting astunparse 2022-11-23T05:17:18.1445021Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T05:17:18.1790640Z Collecting expecttest 2022-11-23T05:17:18.1838427Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T05:17:18.2147888Z Collecting future 2022-11-23T05:17:18.2522081Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T05:17:18.3052193Z ------------------------------------- 829.2/829.2 kB 17.4 MB/s eta 0:00:00 2022-11-23T05:17:18.8429200Z Preparing metadata (setup.py): started 2022-11-23T05:17:19.7681584Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T05:17:20.3913342Z Collecting hypothesis 2022-11-23T05:17:20.4000264Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T05:17:20.4147559Z ------------------------------------- 396.8/396.8 kB 25.8 MB/s eta 0:00:00 2022-11-23T05:17:20.6568835Z Collecting numpy 2022-11-23T05:17:20.6630840Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T05:17:20.8429327Z --------------------------------------- 14.6/14.6 MB 72.5 MB/s eta 0:00:00 2022-11-23T05:17:20.9214153Z 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-23T05:17:20.9697061Z Collecting pyyaml 2022-11-23T05:17:20.9865150Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T05:17:21.0028875Z 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-23T05:17:21.0056834Z 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-23T05:17:21.0328772Z Collecting six 2022-11-23T05:17:21.0395443Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T05:17:21.0724466Z Collecting types-dataclasses 2022-11-23T05:17:21.0785510Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T05:17:21.1156556Z Collecting typing_extensions 2022-11-23T05:17:21.1208817Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T05:17:21.1725624Z Collecting sympy 2022-11-23T05:17:21.2013966Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T05:17:21.2867372Z Collecting filelock 2022-11-23T05:17:21.2917836Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T05:17:21.3512069Z Collecting networkx 2022-11-23T05:17:21.3618732Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T05:17:21.3955507Z ---------------------------------------- 2.0/2.0 MB 125.9 MB/s eta 0:00:00 2022-11-23T05:17:21.4479649Z Collecting jinja2 2022-11-23T05:17:21.4532825Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T05:17:21.4660226Z -------------------------------------- 133.1/133.1 kB 7.7 MB/s eta 0:00:00 2022-11-23T05:17:21.5300527Z Collecting wheel<1.0,>=0.23.0 2022-11-23T05:17:21.5377927Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T05:17:21.6372301Z Collecting attrs>=19.2.0 2022-11-23T05:17:21.6545947Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T05:17:21.6648270Z ---------------------------------------- 58.8/58.8 kB ? eta 0:00:00 2022-11-23T05:17:21.6983728Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T05:17:21.7031838Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T05:17:21.7580244Z 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-23T05:17:21.7597800Z 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-23T05:17:21.7630516Z 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-23T05:17:21.7660801Z 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-23T05:17:21.8062208Z Collecting mpmath>=0.19 2022-11-23T05:17:21.8182221Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T05:17:21.9456042Z Collecting MarkupSafe>=2.0 2022-11-23T05:17:21.9513436Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T05:17:22.0114743Z Preparing metadata (setup.py): started 2022-11-23T05:17:22.7420280Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T05:17:23.2139037Z 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-23T05:18:06.7794019Z 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-23T05:18:06.7803683Z Running setup.py install for MarkupSafe: started 2022-11-23T05:18:10.0821314Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T05:18:10.0997174Z 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-23T05:18:10.1005889Z Running setup.py install for future: started 2022-11-23T05:18:15.0031561Z Running setup.py install for future: finished with status 'done' 2022-11-23T05:18:17.3855172Z 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-23T05:18:17.7308807Z + python3 -m pip install boto3==1.19.12 2022-11-23T05:18:19.1507643Z Collecting boto3==1.19.12 2022-11-23T05:18:19.1788738Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T05:18:19.1979252Z -------------------------------------- 131.8/131.8 kB 8.1 MB/s eta 0:00:00 2022-11-23T05:18:19.7848707Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T05:18:19.7917128Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T05:18:19.9039763Z ---------------------------------------- 8.1/8.1 MB 73.6 MB/s eta 0:00:00 2022-11-23T05:18:19.9744791Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T05:18:19.9792577Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T05:18:20.0164582Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T05:18:20.0216066Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T05:18:20.0314264Z ---------------------------------------- 79.5/79.5 kB ? eta 0:00:00 2022-11-23T05:18:20.0724174Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T05:18:20.0777032Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T05:18:20.0905050Z ---------------------------------------- 247.7/247.7 kB ? eta 0:00:00 2022-11-23T05:18:20.1095680Z 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-23T05:18:20.2609293Z 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-23T05:18:20.6192471Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T05:18:24.1438463Z 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-23T05:18:24.3113608Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T05:18:39.7720908Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T05:18:39.7721397Z 2022-11-23T05:18:39.7721655Z ----- Historic stats comparison result ------ 2022-11-23T05:18:39.7723115Z 2022-11-23T05:18:39.7725551Z job: win-vs2019-cuda11.7-py3 2022-11-23T05:18:39.7726145Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T05:18:39.7726511Z 2022-11-23T05:18:39.7726893Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T05:18:39.7727332Z 2022-11-23T05:18:39.7727676Z : (master) 2022-11-23T05:18:39.7728073Z | 2022-11-23T05:18:39.7728597Z * 1cfd3858ac (HEAD) total time 10584.48s 2022-11-23T05:18:39.7729129Z * 26322544b8 0 reports 2022-11-23T05:18:39.7729554Z * 7f4b4d2827 0 reports 2022-11-23T05:18:39.7730005Z * b50699f247 0 reports 2022-11-23T05:18:39.7730474Z * 8bf8e4d71e 0 reports 2022-11-23T05:18:39.7730940Z * ce856cee7e 0 reports 2022-11-23T05:18:39.7731397Z * 391b593ca2 0 reports 2022-11-23T05:18:39.7731867Z * 5bba783d21 0 reports 2022-11-23T05:18:39.7732301Z * ea920a1115 0 reports 2022-11-23T05:18:39.7732740Z * 74e62a1fef 0 reports 2022-11-23T05:18:39.7733590Z * 00b7d8ef23 0 reports 2022-11-23T05:18:39.7734013Z | 2022-11-23T05:18:39.7734304Z : 2022-11-23T05:18:39.7734447Z 2022-11-23T05:18:39.7734592Z Removed (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T05:18:39.7734961Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T05:18:39.7735482Z Added (across 119 suites) 27655 tests, totaling +10584.48s 2022-11-23T05:18:39.9035145Z Prepare all required actions 2022-11-23T05:18:39.9088473Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T05:18:39.9088723Z with: 2022-11-23T05:18:39.9088930Z env: 2022-11-23T05:18:39.9089159Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:18:39.9089506Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:39.9089944Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:18:39.9090363Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:39.9090742Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:39.9091136Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:39.9091445Z ##[endgroup] 2022-11-23T05:18:39.9262185Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T05:18:39.9262556Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T05:18:39.9301992Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T05:18:39.9304278Z env: 2022-11-23T05:18:39.9304524Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:18:39.9304871Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:39.9305303Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:18:39.9305726Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:39.9306116Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:39.9306493Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:39.9306791Z ##[endgroup] 2022-11-23T05:18:40.4675604Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T05:18:40.6170502Z Finished 2022-11-23T05:18:40.9858674Z Holding runner until all ssh sessions have logged out 2022-11-23T05:18:41.0335698Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T05:18:41.0336093Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T05:18:41.0367520Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T05:18:41.0367883Z env: 2022-11-23T05:18:41.0368127Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:18:41.0368478Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:41.0369061Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:18:41.0369610Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:41.0370154Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:41.0370551Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:41.0370861Z ##[endgroup] 2022-11-23T05:18:41.5431072Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T05:18:41.7013794Z Finished 2022-11-23T05:18:41.7846483Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T05:18:41.7846894Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T05:18:41.7847196Z rm -rf ./* 2022-11-23T05:18:41.7897591Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T05:18:41.7897956Z env: 2022-11-23T05:18:41.7898195Z GIT_DEFAULT_BRANCH: master 2022-11-23T05:18:41.7898512Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:41.7899139Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T05:18:41.7899567Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:41.7899960Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:41.7900349Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T05:18:41.7900664Z EXTRA_DELETE_DIR: 2022-11-23T05:18:41.7902000Z ##[endgroup] 2022-11-23T05:19:08.7335483Z Post job cleanup. 2022-11-23T05:19:08.7532878Z Post job cleanup. 2022-11-23T05:19:09.3144076Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T05:19:09.3499061Z Post job cleanup. 2022-11-23T05:19:09.3767961Z Post job cleanup. 2022-11-23T05:19:13.3253220Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T05:19:13.3568732Z git version 2.38.1.windows.1 2022-11-23T05:19:13.3646830Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\028947fb-5f88-4599-b6e6-74e7ebeddbf3\.gitconfig' 2022-11-23T05:19:13.3678207Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\028947fb-5f88-4599-b6e6-74e7ebeddbf3' before making global git config changes 2022-11-23T05:19:13.3679155Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T05:19:13.3689544Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T05:19:13.4041628Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T05:19:13.4355153Z [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-23T05:19:14.0216922Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T05:19:14.0488502Z http.https://github.com/.extraheader 2022-11-23T05:19:14.0536578Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T05:19:14.0897079Z [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-23T05:19:14.7232686Z Cleaning up orphan processes 2022-11-23T05:19:14.7590683Z Terminate orphan process: pid (4072) (mspdbsrv)