2022-11-23T01:33:29.4539157Z Requested labels: windows.8xlarge.nvidia.gpu 2022-11-23T01:33:29.4539238Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:33:29.4539259Z Waiting for a runner to pick up this job... 2022-11-23T01:33:30.0507372Z Job is about to start running on the runner: i-0c22acfd956287749 (organization) 2022-11-23T01:33:36.2682660Z Current runner version: '2.299.1' 2022-11-23T01:33:36.2691728Z Runner name: 'i-0c22acfd956287749' 2022-11-23T01:33:36.2692263Z Runner group name: 'Default' 2022-11-23T01:33:36.2692998Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:33:36.2695705Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:33:36.2696407Z Actions: write 2022-11-23T01:33:36.2696684Z Checks: write 2022-11-23T01:33:36.2696990Z Contents: write 2022-11-23T01:33:36.2697352Z Deployments: write 2022-11-23T01:33:36.2697640Z Discussions: write 2022-11-23T01:33:36.2697951Z Issues: write 2022-11-23T01:33:36.2698258Z Metadata: read 2022-11-23T01:33:36.2698524Z Packages: write 2022-11-23T01:33:36.2698855Z Pages: write 2022-11-23T01:33:36.2699179Z PullRequests: write 2022-11-23T01:33:36.2699488Z RepositoryProjects: write 2022-11-23T01:33:36.2699848Z SecurityEvents: write 2022-11-23T01:33:36.2700197Z Statuses: write 2022-11-23T01:33:36.2700471Z ##[endgroup] 2022-11-23T01:33:36.2704873Z Secret source: Actions 2022-11-23T01:33:36.2705575Z Prepare workflow directory 2022-11-23T01:33:36.4107288Z Prepare all required actions 2022-11-23T01:33:36.4397633Z Getting action download info 2022-11-23T01:33:36.6517934Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:34:48.4229501Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:34:52.2398173Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:34:53.4757458Z Getting action download info 2022-11-23T01:34:53.6263040Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:34:54.6545440Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:34:54.6548076Z ##[group] Inputs 2022-11-23T01:34:54.6548428Z build-environment: win-vs2019-cuda11.6-py3 2022-11-23T01:34:54.6548712Z cuda-version: 11.6 2022-11-23T01:34:54.6549763Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 2, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 3, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 4, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "default", shard: 5, num_shards: 5, runner: "windows.8xlarge.nvidia.gpu" }, { config: "functorch", shard: 1, num_shards: 1, runner: "windows.8xlarge.nvidia.gpu" }, { config: "force_on_cpu", shard: 1, num_shards: 1, runner: "windows.4xlarge" }, ]} 2022-11-23T01:34:54.6551074Z sync-tag: 2022-11-23T01:34:54.6551480Z ##[endgroup] 2022-11-23T01:34:54.6552815Z Complete job name: win-vs2019-cuda11.6-py3 / test (default, 2, 5, windows.8xlarge.nvidia.gpu) 2022-11-23T01:34:54.8970227Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:34:54.8970773Z git config --global core.symlinks true 2022-11-23T01:34:54.9017599Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:54.9017972Z env: 2022-11-23T01:34:54.9018356Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:54.9018737Z ##[endgroup] 2022-11-23T01:34:55.6927323Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:34:55.6927746Z with: 2022-11-23T01:34:55.6927955Z no-sudo: true 2022-11-23T01:34:55.6928166Z submodules: recursive 2022-11-23T01:34:55.6928392Z fetch-depth: 0 2022-11-23T01:34:55.6928593Z env: 2022-11-23T01:34:55.6928788Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:55.6929016Z ##[endgroup] 2022-11-23T01:34:55.7417354Z ##[group]Run retry () { 2022-11-23T01:34:55.7417647Z retry () { 2022-11-23T01:34:55.7417925Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:34:55.7418190Z } 2022-11-23T01:34:55.7418459Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:34:55.7419903Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:34:55.7420170Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:55.7420422Z else 2022-11-23T01:34:55.7420715Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:55.7420938Z fi 2022-11-23T01:34:55.7421164Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:34:55.7456159Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:55.7456500Z env: 2022-11-23T01:34:55.7456716Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:55.7456947Z NO_SUDO: true 2022-11-23T01:34:55.7457139Z ##[endgroup] 2022-11-23T01:34:55.7848666Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:34:56.0774013Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:34:56.0774427Z with: 2022-11-23T01:34:56.0774667Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:34:56.0774922Z fetch-depth: 0 2022-11-23T01:34:56.0775144Z submodules: recursive 2022-11-23T01:34:56.0775390Z quiet-checkout: true 2022-11-23T01:34:56.0775628Z repository: pytorch/pytorch 2022-11-23T01:34:56.0776041Z token: *** 2022-11-23T01:34:56.0776253Z ssh-strict: true 2022-11-23T01:34:56.0776482Z persist-credentials: true 2022-11-23T01:34:56.0776712Z clean: true 2022-11-23T01:34:56.0776907Z lfs: false 2022-11-23T01:34:56.0777109Z set-safe-directory: true 2022-11-23T01:34:56.0777327Z env: 2022-11-23T01:34:56.0777532Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:56.0777739Z ##[endgroup] 2022-11-23T01:35:02.8474722Z Syncing repository: pytorch/pytorch 2022-11-23T01:35:02.8477447Z ##[group]Getting Git version info 2022-11-23T01:35:02.8478124Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:35:02.8606347Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:35:02.8949256Z git version 2.38.1.windows.1 2022-11-23T01:35:02.9012410Z ##[endgroup] 2022-11-23T01:35:02.9036141Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\03af6c77-d4d2-475e-9949-57acc3bb65fb\.gitconfig' 2022-11-23T01:35:02.9133080Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\03af6c77-d4d2-475e-9949-57acc3bb65fb' before making global git config changes 2022-11-23T01:35:02.9135354Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:35:02.9144868Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:35:02.9539987Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:35:02.9552466Z ##[group]Initializing the repository 2022-11-23T01:35:02.9562109Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:35:03.0237739Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:35:03.0322734Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:35:03.0781747Z ##[endgroup] 2022-11-23T01:35:03.0807831Z ##[group]Disabling automatic garbage collection 2022-11-23T01:35:03.0808658Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:35:03.1164852Z ##[endgroup] 2022-11-23T01:35:03.1165455Z ##[group]Setting up auth 2022-11-23T01:35:03.1179332Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:35:03.1580522Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T01:35:04.2490386Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:35:04.2820661Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-11-23T01:35:04.9410337Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:35:04.9942639Z ##[endgroup] 2022-11-23T01:35:04.9943573Z ##[group]Fetching the repository 2022-11-23T01:35:04.9963156Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-11-23T01:37:10.7507327Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:37:10.7842488Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:37:10.7883471Z ##[endgroup] 2022-11-23T01:37:10.7884252Z ##[group]Determining the checkout info 2022-11-23T01:37:10.7886018Z ##[endgroup] 2022-11-23T01:37:10.7886498Z ##[group]Checking out the ref 2022-11-23T01:37:10.7895844Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:37:30.1449983Z ##[endgroup] 2022-11-23T01:37:30.1451657Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:37:30.1463515Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:37:30.2002394Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:37:30.2376902Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:37:30.2758691Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:37:30.3160000Z ##[endgroup] 2022-11-23T01:37:30.3160485Z ##[group]Fetching submodules 2022-11-23T01:37:30.3169457Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:37:31.0511208Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:37:31.9153445Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:37:31.9154687Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:37:31.9155790Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:37:31.9156707Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:37:31.9157305Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:37:31.9157995Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:37:31.9158687Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:37:31.9159915Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:37:31.9160548Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:37:31.9161250Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:37:31.9161826Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:37:31.9162591Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:37:31.9163122Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:37:31.9163819Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:37:31.9164385Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:37:31.9164905Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:37:31.9165598Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:37:31.9166169Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:37:31.9166740Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:37:31.9167273Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:37:31.9167943Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:37:31.9168610Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:37:31.9169277Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:37:31.9169779Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:37:31.9170300Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:37:31.9170842Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:37:31.9171386Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:37:31.9171888Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:37:31.9172442Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:37:31.9173016Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:37:31.9173584Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:37:31.9174144Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:37:31.9175434Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:37:31.9177124Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:37:31.9496178Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:37:31.9497433Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:37:31.9498561Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:37:31.9499644Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:37:31.9500618Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:37:31.9501778Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:37:31.9503035Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:37:32.4781524Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:37:32.8986627Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:37:33.4639033Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:37:34.1763732Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:37:34.6987169Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:37:38.6870943Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:37:50.7504365Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:37:51.4870418Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:37:52.3630900Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:37:55.2364661Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:37:57.8748459Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:38:00.3802717Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:38:08.8637829Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:38:10.2621745Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:38:12.6928552Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:38:14.9227086Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:38:15.3629074Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:38:16.3336734Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:38:17.7763397Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:38:19.7538587Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:38:20.9048845Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:38:22.2641848Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:38:22.8132763Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:38:26.3498641Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:38:27.1854100Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:38:27.9301580Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:38:37.6663419Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:38:40.5627664Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:38:41.4903099Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:38:41.9741196Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:38:51.8302032Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:38:52.2250281Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:38:52.8572662Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:38:54.3999425Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:38:54.8161997Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:38:55.4262724Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:38:56.0597621Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:38:57.0232274Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:39:00.6990924Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:39:01.7423127Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:39:05.8145452Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:39:06.2557237Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:39:06.4798817Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:39:06.6303074Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:39:07.1152862Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:39:07.5822633Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:39:08.1874478Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:39:23.1807770Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:39:23.6532586Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:39:25.1169735Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:39:25.5809240Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:39:32.7079108Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:39:40.5092105Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:39:44.7495377Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:39:46.0864774Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:39:46.1211757Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:39:46.1213010Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:39:46.1214337Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:39:46.1215724Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:39:48.2296490Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:39:49.3064768Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:39:51.5898827Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:39:52.1371828Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:39:52.8081928Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:39:54.2387659Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:39:54.9684622Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:39:55.1551958Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:39:57.1020036Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:39:57.5632764Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:39:57.7866375Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:39:58.2723644Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:39:59.5109872Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:40:00.2555398Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:40:00.4413213Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:40:00.4639193Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:40:14.4261856Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:40:18.8470879Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:40:18.8721580Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:40:32.8137995Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:40:38.3263203Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:40:38.5753706Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:40:38.8420666Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:40:39.6371378Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:40:39.6653051Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:40:39.6653864Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:40:42.1605117Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:40:44.2676701Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:40:44.5822995Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:40:45.3233324Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:40:45.7995163Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:40:45.9353285Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:40:47.7675619Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:40:54.0383812Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:40:54.0655370Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:40:54.0656564Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:40:54.8965090Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:40:56.7161498Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:40:57.2058658Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:40:57.6963229Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:40:57.9106181Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:40:57.9323335Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:01.0060565Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:41:03.4532660Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:41:03.4779160Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:03.4780541Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:04.4093158Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:41:06.1287213Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:41:06.5790114Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:41:06.9391563Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:41:06.9640710Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:07.4093163Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:41:07.5143785Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:41:07.6394974Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:41:12.9490304Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:41:12.9781058Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:12.9782307Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:13.7665743Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:41:15.7375388Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:41:15.9583379Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:41:16.8249411Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:41:16.9486577Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:41:17.1152094Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:41:17.6786676Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:41:17.8644931Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:41:18.3135408Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:41:19.0124657Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:41:19.9961647Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:41:23.4485290Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:41:23.9146340Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:41:23.9466438Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:23.9467150Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:23.9468159Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:23.9469349Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:26.1183249Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:41:26.6368624Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:41:29.1613834Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:41:30.8052026Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:41:31.3479333Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:41:31.6671431Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:41:32.5115271Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:41:32.9780395Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:41:33.0152882Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:33.5221263Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:41:33.6231621Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:41:34.6734602Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:41:34.7061946Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:41:35.3515880Z Entering 'android/libs/fbjni' 2022-11-23T01:41:35.4268437Z Entering 'third_party/FP16' 2022-11-23T01:41:35.4983488Z Entering 'third_party/FXdiv' 2022-11-23T01:41:35.5807654Z Entering 'third_party/NNPACK' 2022-11-23T01:41:35.6539491Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:35.7320980Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:35.8098921Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:35.8901088Z Entering 'third_party/benchmark' 2022-11-23T01:41:35.9632688Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:36.0319565Z Entering 'third_party/cub' 2022-11-23T01:41:36.1050522Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:36.1763724Z Entering 'third_party/cutlass' 2022-11-23T01:41:36.2475552Z Entering 'third_party/eigen' 2022-11-23T01:41:36.3186439Z Entering 'third_party/fbgemm' 2022-11-23T01:41:36.3893603Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:36.4648905Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:36.5359805Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:36.6067148Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:36.6812982Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:36.7496697Z Entering 'third_party/fmt' 2022-11-23T01:41:36.8159181Z Entering 'third_party/foxi' 2022-11-23T01:41:36.8855334Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:36.9575383Z Entering 'third_party/gloo' 2022-11-23T01:41:37.0314191Z Entering 'third_party/googletest' 2022-11-23T01:41:37.1070925Z Entering 'third_party/ideep' 2022-11-23T01:41:37.1855313Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:37.2585643Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:37.3342828Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:37.4058189Z Entering 'third_party/ittapi' 2022-11-23T01:41:37.4770651Z Entering 'third_party/kineto' 2022-11-23T01:41:37.5487349Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:37.6260670Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:37.6982547Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:37.7725643Z Entering 'third_party/neon2sse' 2022-11-23T01:41:37.8399482Z Entering 'third_party/nlohmann' 2022-11-23T01:41:37.9087699Z Entering 'third_party/onnx' 2022-11-23T01:41:37.9788265Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:38.0516294Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:38.1213513Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:38.1887407Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:38.2602207Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:38.3319396Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:38.4037042Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:38.4810920Z Entering 'third_party/pocketfft' 2022-11-23T01:41:38.5552270Z Entering 'third_party/protobuf' 2022-11-23T01:41:38.6307220Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:38.7101154Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:38.7815210Z Entering 'third_party/psimd' 2022-11-23T01:41:38.8524887Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:38.9295030Z Entering 'third_party/pybind11' 2022-11-23T01:41:39.0022652Z Entering 'third_party/python-enum' 2022-11-23T01:41:39.0689958Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:39.1430060Z Entering 'third_party/python-six' 2022-11-23T01:41:39.2132319Z Entering 'third_party/sleef' 2022-11-23T01:41:39.2823996Z Entering 'third_party/tbb' 2022-11-23T01:41:39.3521784Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:39.4195305Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:39.4869636Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:39.5532332Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:39.6213023Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:39.6892627Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:39.7689053Z Entering 'third_party/zstd' 2022-11-23T01:41:39.8533433Z ##[endgroup] 2022-11-23T01:41:39.8534698Z ##[group]Persisting credentials for submodules 2022-11-23T01:41:39.8546182Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2022-11-23T01:41:40.5130787Z Entering 'android/libs/fbjni' 2022-11-23T01:41:40.6034987Z Entering 'third_party/FP16' 2022-11-23T01:41:40.6877314Z Entering 'third_party/FXdiv' 2022-11-23T01:41:40.7735219Z Entering 'third_party/NNPACK' 2022-11-23T01:41:40.8536139Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:40.9383628Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:41.0249935Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:41.1100024Z Entering 'third_party/benchmark' 2022-11-23T01:41:41.1921403Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:41.2790769Z Entering 'third_party/cub' 2022-11-23T01:41:41.3654385Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:41.4540911Z Entering 'third_party/cutlass' 2022-11-23T01:41:41.5410332Z Entering 'third_party/eigen' 2022-11-23T01:41:41.6257373Z Entering 'third_party/fbgemm' 2022-11-23T01:41:41.7279131Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:41.8153046Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:41.8976719Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:41.9876430Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:42.0689345Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:42.1557705Z Entering 'third_party/fmt' 2022-11-23T01:41:42.2346513Z Entering 'third_party/foxi' 2022-11-23T01:41:42.3162696Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:42.4010758Z Entering 'third_party/gloo' 2022-11-23T01:41:42.4799749Z Entering 'third_party/googletest' 2022-11-23T01:41:42.5578924Z Entering 'third_party/ideep' 2022-11-23T01:41:42.6428636Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:42.7209780Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:42.8088846Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:42.8936866Z Entering 'third_party/ittapi' 2022-11-23T01:41:42.9801986Z Entering 'third_party/kineto' 2022-11-23T01:41:43.0704510Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:43.1598322Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:43.2452203Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:43.3334906Z Entering 'third_party/neon2sse' 2022-11-23T01:41:43.4148193Z Entering 'third_party/nlohmann' 2022-11-23T01:41:43.4974294Z Entering 'third_party/onnx' 2022-11-23T01:41:43.5794664Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:43.6638538Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:43.7476526Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:43.8264611Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:43.9055558Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:43.9912203Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:44.0716987Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:44.1679560Z Entering 'third_party/pocketfft' 2022-11-23T01:41:44.2513953Z Entering 'third_party/protobuf' 2022-11-23T01:41:44.3316270Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:44.4340768Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:44.5212001Z Entering 'third_party/psimd' 2022-11-23T01:41:44.6020189Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:44.6870160Z Entering 'third_party/pybind11' 2022-11-23T01:41:44.7713594Z Entering 'third_party/python-enum' 2022-11-23T01:41:44.8536211Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:44.9405654Z Entering 'third_party/python-six' 2022-11-23T01:41:45.0225761Z Entering 'third_party/sleef' 2022-11-23T01:41:45.1025787Z Entering 'third_party/tbb' 2022-11-23T01:41:45.1866562Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:45.2627520Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:45.3457356Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:45.4312364Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:45.5134206Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:45.5925749Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:45.6875003Z Entering 'third_party/zstd' 2022-11-23T01:41:45.7826070Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2022-11-23T01:41:46.4201383Z Entering 'android/libs/fbjni' 2022-11-23T01:41:46.5119727Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:41:46.5345441Z Entering 'third_party/FP16' 2022-11-23T01:41:46.6244103Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:41:46.6462441Z Entering 'third_party/FXdiv' 2022-11-23T01:41:46.7375880Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:41:46.7606281Z Entering 'third_party/NNPACK' 2022-11-23T01:41:46.8540730Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:41:46.8779725Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:46.9720637Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:41:46.9952672Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:47.0873755Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:41:47.1116828Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:47.2126953Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:41:47.2368390Z Entering 'third_party/benchmark' 2022-11-23T01:41:47.3336081Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:47.3559087Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:47.4461897Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:41:47.4690601Z Entering 'third_party/cub' 2022-11-23T01:41:47.5582554Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:41:47.5794547Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:47.6797247Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:41:47.7035084Z Entering 'third_party/cutlass' 2022-11-23T01:41:47.8061908Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:41:47.8340631Z Entering 'third_party/eigen' 2022-11-23T01:41:47.9279369Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:41:47.9549822Z Entering 'third_party/fbgemm' 2022-11-23T01:41:48.0452701Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:41:48.0698455Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:48.1631694Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:41:48.1893186Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:48.2779511Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:41:48.3032408Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:48.3912370Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:48.4161217Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:48.5105815Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-11-23T01:41:48.5359372Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:48.6272594Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:41:48.6528024Z Entering 'third_party/fmt' 2022-11-23T01:41:48.7500211Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:41:48.7717664Z Entering 'third_party/foxi' 2022-11-23T01:41:48.8651391Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:41:48.8872507Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:48.9796914Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:41:49.0031741Z Entering 'third_party/gloo' 2022-11-23T01:41:49.0970277Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:41:49.1195754Z Entering 'third_party/googletest' 2022-11-23T01:41:49.2170609Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:49.2378493Z Entering 'third_party/ideep' 2022-11-23T01:41:49.3332948Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:41:49.3550801Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:49.4523740Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:41:49.4741584Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:49.5682925Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-11-23T01:41:49.5966137Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:49.6883062Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:41:49.7136989Z Entering 'third_party/ittapi' 2022-11-23T01:41:49.8033578Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:41:49.8307890Z Entering 'third_party/kineto' 2022-11-23T01:41:49.9212993Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:41:49.9418835Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:50.0308466Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-11-23T01:41:50.0539320Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:50.1458082Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-11-23T01:41:50.1701150Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:50.2574273Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:41:50.2834925Z Entering 'third_party/neon2sse' 2022-11-23T01:41:50.3753539Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:41:50.3999261Z Entering 'third_party/nlohmann' 2022-11-23T01:41:50.4879549Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:41:50.5141914Z Entering 'third_party/onnx' 2022-11-23T01:41:50.5975820Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:41:50.6200499Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:50.7160554Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:50.7371994Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:50.8262012Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:50.8534599Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:50.9500040Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:41:50.9699505Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:51.0658405Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:41:51.0897615Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:51.1809262Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:51.2047143Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:51.2991580Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:51.3217597Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:51.4112113Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:41:51.4439925Z Entering 'third_party/pocketfft' 2022-11-23T01:41:51.5447966Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:41:51.5677302Z Entering 'third_party/protobuf' 2022-11-23T01:41:51.6581924Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:41:51.6820769Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:51.7760368Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:51.8004375Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:51.8845565Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:51.9092233Z Entering 'third_party/psimd' 2022-11-23T01:41:51.9969525Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:41:52.0245751Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:52.1199225Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:41:52.1462094Z Entering 'third_party/pybind11' 2022-11-23T01:41:52.2376100Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:52.2619750Z Entering 'third_party/python-enum' 2022-11-23T01:41:52.3551736Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:41:52.3813746Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:52.4690740Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:41:52.4908994Z Entering 'third_party/python-six' 2022-11-23T01:41:52.5875872Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:41:52.6120715Z Entering 'third_party/sleef' 2022-11-23T01:41:52.7130381Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:41:52.7396485Z Entering 'third_party/tbb' 2022-11-23T01:41:52.8331580Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:41:52.8580885Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:52.9520287Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:41:52.9741091Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:53.0662719Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:53.0938810Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:53.1837180Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:41:53.2095516Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:53.2974664Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:41:53.3203151Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:53.4230211Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:53.4477391Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:53.5442604Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-11-23T01:41:53.5741902Z Entering 'third_party/zstd' 2022-11-23T01:41:53.6682701Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:41:54.1054207Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2022-11-23T01:41:54.7357095Z Entering 'android/libs/fbjni' 2022-11-23T01:41:54.8111740Z Entering 'third_party/FP16' 2022-11-23T01:41:54.8825626Z Entering 'third_party/FXdiv' 2022-11-23T01:41:54.9558819Z Entering 'third_party/NNPACK' 2022-11-23T01:41:55.0277402Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:55.0987532Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:55.1729834Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:55.2510287Z Entering 'third_party/benchmark' 2022-11-23T01:41:55.3204698Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:55.3974802Z Entering 'third_party/cub' 2022-11-23T01:41:55.4731613Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:55.5492127Z Entering 'third_party/cutlass' 2022-11-23T01:41:55.6239014Z Entering 'third_party/eigen' 2022-11-23T01:41:55.7002766Z Entering 'third_party/fbgemm' 2022-11-23T01:41:55.7717619Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:55.8421498Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:55.9128030Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:55.9858688Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:56.0612691Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:56.1372317Z Entering 'third_party/fmt' 2022-11-23T01:41:56.2103032Z Entering 'third_party/foxi' 2022-11-23T01:41:56.2791731Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:56.3514745Z Entering 'third_party/gloo' 2022-11-23T01:41:56.4210893Z Entering 'third_party/googletest' 2022-11-23T01:41:56.4882836Z Entering 'third_party/ideep' 2022-11-23T01:41:56.5641172Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:56.6337573Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:56.7120113Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:56.7872268Z Entering 'third_party/ittapi' 2022-11-23T01:41:56.8648496Z Entering 'third_party/kineto' 2022-11-23T01:41:56.9355564Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:57.0146043Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:57.0940744Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:57.1728703Z Entering 'third_party/neon2sse' 2022-11-23T01:41:57.2432240Z Entering 'third_party/nlohmann' 2022-11-23T01:41:57.3123395Z Entering 'third_party/onnx' 2022-11-23T01:41:57.3918271Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:57.4664351Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:57.5473789Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:57.6173475Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:57.6858451Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:57.7600556Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:57.8281208Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:57.9067144Z Entering 'third_party/pocketfft' 2022-11-23T01:41:57.9750759Z Entering 'third_party/protobuf' 2022-11-23T01:41:58.0431876Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:58.1154290Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:58.1897223Z Entering 'third_party/psimd' 2022-11-23T01:41:58.2661115Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:58.3409158Z Entering 'third_party/pybind11' 2022-11-23T01:41:58.4135931Z Entering 'third_party/python-enum' 2022-11-23T01:41:58.4899165Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:58.5595323Z Entering 'third_party/python-six' 2022-11-23T01:41:58.6329024Z Entering 'third_party/sleef' 2022-11-23T01:41:58.7101616Z Entering 'third_party/tbb' 2022-11-23T01:41:58.7973331Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:58.8747777Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:58.9605961Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:59.0484351Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:59.1232954Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:59.1920392Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:59.2670349Z Entering 'third_party/zstd' 2022-11-23T01:41:59.3467563Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2022-11-23T01:41:59.9967943Z Entering 'android/libs/fbjni' 2022-11-23T01:42:00.0792770Z Entering 'third_party/FP16' 2022-11-23T01:42:00.1548192Z Entering 'third_party/FXdiv' 2022-11-23T01:42:00.2320649Z Entering 'third_party/NNPACK' 2022-11-23T01:42:00.3067588Z Entering 'third_party/QNNPACK' 2022-11-23T01:42:00.3844162Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:42:00.4574962Z Entering 'third_party/XNNPACK' 2022-11-23T01:42:00.5308722Z Entering 'third_party/benchmark' 2022-11-23T01:42:00.6023829Z Entering 'third_party/cpuinfo' 2022-11-23T01:42:00.6780320Z Entering 'third_party/cub' 2022-11-23T01:42:00.7578383Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:42:00.8368742Z Entering 'third_party/cutlass' 2022-11-23T01:42:00.9126083Z Entering 'third_party/eigen' 2022-11-23T01:42:00.9856268Z Entering 'third_party/fbgemm' 2022-11-23T01:42:01.0560547Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:42:01.1314239Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:42:01.2054486Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:42:01.2810075Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:42:01.3554555Z Entering 'third_party/flatbuffers' 2022-11-23T01:42:01.4293809Z Entering 'third_party/fmt' 2022-11-23T01:42:01.5031802Z Entering 'third_party/foxi' 2022-11-23T01:42:01.5819055Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:42:01.6581990Z Entering 'third_party/gloo' 2022-11-23T01:42:01.7319787Z Entering 'third_party/googletest' 2022-11-23T01:42:01.8055192Z Entering 'third_party/ideep' 2022-11-23T01:42:01.8807439Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:42:01.9574197Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:42:02.0440194Z Entering 'third_party/ios-cmake' 2022-11-23T01:42:02.1249951Z Entering 'third_party/ittapi' 2022-11-23T01:42:02.2010689Z Entering 'third_party/kineto' 2022-11-23T01:42:02.2781543Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:42:02.3574498Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:42:02.4399810Z Entering 'third_party/nccl/nccl' 2022-11-23T01:42:02.5145362Z Entering 'third_party/neon2sse' 2022-11-23T01:42:02.5947038Z Entering 'third_party/nlohmann' 2022-11-23T01:42:02.6688752Z Entering 'third_party/onnx' 2022-11-23T01:42:02.7477782Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:42:02.8272423Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:42:02.9074124Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:42:02.9826468Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:42:03.0653991Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:42:03.1407883Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:42:03.2137625Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:42:03.2958852Z Entering 'third_party/pocketfft' 2022-11-23T01:42:03.3663815Z Entering 'third_party/protobuf' 2022-11-23T01:42:03.4373507Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:42:03.5138858Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:42:03.5965326Z Entering 'third_party/psimd' 2022-11-23T01:42:03.6701459Z Entering 'third_party/pthreadpool' 2022-11-23T01:42:03.7430874Z Entering 'third_party/pybind11' 2022-11-23T01:42:03.8177188Z Entering 'third_party/python-enum' 2022-11-23T01:42:03.8932045Z Entering 'third_party/python-peachpy' 2022-11-23T01:42:03.9722974Z Entering 'third_party/python-six' 2022-11-23T01:42:04.0451023Z Entering 'third_party/sleef' 2022-11-23T01:42:04.1246935Z Entering 'third_party/tbb' 2022-11-23T01:42:04.2010579Z Entering 'third_party/tensorpipe' 2022-11-23T01:42:04.2734037Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:42:04.3498044Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:42:04.4256348Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:42:04.4987596Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:42:04.5691235Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:42:04.6434978Z Entering 'third_party/zstd' 2022-11-23T01:42:04.7218900Z ##[endgroup] 2022-11-23T01:42:04.7581048Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:42:04.7910134Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:42:04.8776777Z Prepare all required actions 2022-11-23T01:42:04.8777615Z Getting action download info 2022-11-23T01:42:05.0511123Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T01:42:07.0703820Z ##[group]Run ./.github/actions/setup-win 2022-11-23T01:42:07.0704362Z with: 2022-11-23T01:42:07.0704807Z cuda-version: 11.6 2022-11-23T01:42:07.0705206Z env: 2022-11-23T01:42:07.0705683Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:07.0706193Z ##[endgroup] 2022-11-23T01:42:07.1563365Z ##[group]Run set -euo pipefail 2022-11-23T01:42:07.1563729Z set -euo pipefail 2022-11-23T01:42:07.1564025Z function get_ec2_metadata() { 2022-11-23T01:42:07.1564404Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:42:07.1564883Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:42:07.1565416Z  category=$1 2022-11-23T01:42:07.1566928Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:42:07.1567317Z } 2022-11-23T01:42:07.1567832Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:42:07.1568502Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:42:07.1569238Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:42:07.1569967Z echo "system info $(uname -a)" 2022-11-23T01:42:07.1623161Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:42:07.1623489Z env: 2022-11-23T01:42:07.1623701Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:07.1624788Z ##[endgroup] 2022-11-23T01:42:07.2358875Z ami-id: ami-0bac16a0d43e93376 2022-11-23T01:42:07.2697803Z instance-id: i-0c22acfd956287749 2022-11-23T01:42:07.2996351Z instance-type: p3.2xlarge 2022-11-23T01:42:07.3382611Z system info MSYS_NT-10.0-17763 EC2AMAZ-A10PA24 3.3.6-341.x86_64 2022-09-05 20:28 UTC x86_64 Msys 2022-11-23T01:42:07.3591646Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:42:07.3592836Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:42:07.3640351Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:42:07.3640700Z env: 2022-11-23T01:42:07.3640983Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:07.3641272Z ##[endgroup] 2022-11-23T01:42:07.9371530Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:08.1213875Z Finished 2022-11-23T01:42:08.1999414Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:42:08.2000131Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:42:08.2037669Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:42:08.2038021Z env: 2022-11-23T01:42:08.2038296Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:08.2038586Z ##[endgroup] 2022-11-23T01:42:08.7933928Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:08.9694737Z Finished 2022-11-23T01:42:09.8119629Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T01:42:09.8120377Z .\.circleci\scripts\vs_install.ps1 2022-11-23T01:42:09.8152112Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:42:09.8153063Z env: 2022-11-23T01:42:09.8153349Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:09.8153603Z VS_VERSION: 16.8.6 2022-11-23T01:42:09.8153855Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:42:09.8154116Z ##[endgroup] 2022-11-23T01:42:10.3919891Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:10.5550299Z Finished 2022-11-23T01:42:10.9431769Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T01:42:10.9897669Z ##[group]Run .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:42:10.9898066Z .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:42:10.9898429Z .circleci/scripts/windows_cudnn_install.sh 2022-11-23T01:42:10.9936549Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:42:10.9936940Z env: 2022-11-23T01:42:10.9937175Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:10.9937445Z CUDA_VERSION: 11.6 2022-11-23T01:42:10.9937680Z ##[endgroup] 2022-11-23T01:42:11.1150753Z + case ${CUDA_VERSION} in 2022-11-23T01:42:11.1151237Z + cuda_installer_name=cuda_11.6.0_511.23_windows 2022-11-23T01:42:11.1152500Z + cuda_install_packages='thrust_11.6 nvcc_11.6 cuobjdump_11.6 nvprune_11.6 nvprof_11.6 cupti_11.6 cublas_11.6 cublas_dev_11.6 cudart_11.6 cufft_11.6 cufft_dev_11.6 curand_11.6 curand_dev_11.6 cusolver_11.6 cusolver_dev_11.6 cusparse_11.6 cusparse_dev_11.6 npp_11.6 npp_dev_11.6 nvrtc_11.6 nvrtc_dev_11.6 nvml_dev_11.6' 2022-11-23T01:42:11.1153913Z + [[ -f /c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin/nvcc.exe ]] 2022-11-23T01:42:11.1155721Z + echo 'Existing CUDA v11.6 installation found, skipping install' 2022-11-23T01:42:11.1156098Z Existing CUDA v11.6 installation found, skipping install 2022-11-23T01:42:11.1156787Z + [[ -f /c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64/nvToolsExt64_1.dll ]] 2022-11-23T01:42:11.1501538Z + echo 'Existing nvtools installation found, skipping install' 2022-11-23T01:42:11.1502857Z Existing nvtools installation found, skipping install 2022-11-23T01:42:11.1869076Z + windows_s3_link=https://ossci-windows.s3.amazonaws.com 2022-11-23T01:42:11.1869833Z + case ${CUDA_VERSION} in 2022-11-23T01:42:11.1870497Z + cudnn_file_name=cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive 2022-11-23T01:42:11.1871150Z + cudnn_installer_name=cudnn_installer.zip 2022-11-23T01:42:11.1872311Z + cudnn_installer_link=https://ossci-windows.s3.amazonaws.com/cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive.zip 2022-11-23T01:42:11.1873564Z + cudnn_install_folder='C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/' 2022-11-23T01:42:11.1874454Z + [[ -f C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6//include/cudnn.h ]] 2022-11-23T01:42:11.1959682Z + echo 'Existing cudnn installation found, skipping install...' 2022-11-23T01:42:11.1960619Z Existing cudnn installation found, skipping install... 2022-11-23T01:42:11.2970955Z ##[group]Run actions/setup-python@v4 2022-11-23T01:42:11.2971224Z with: 2022-11-23T01:42:11.2971506Z python-version: 3.x 2022-11-23T01:42:11.2971807Z check-latest: false 2022-11-23T01:42:11.2972035Z cache: pip 2022-11-23T01:42:11.2972527Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T01:42:11.2973160Z token: *** 2022-11-23T01:42:11.2973440Z update-environment: true 2022-11-23T01:42:11.2973648Z env: 2022-11-23T01:42:11.2973874Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:11.2974135Z ##[endgroup] 2022-11-23T01:42:11.9123166Z Version 3.x was not found in the local cache 2022-11-23T01:42:12.1830510Z Version 3.x is available for downloading 2022-11-23T01:42:12.1831548Z Download from "https://github.com/actions/python-versions/releases/download/3.11.0-3328127706/python-3.11.0-win32-x64.zip" 2022-11-23T01:42:12.5411202Z Extract downloaded archive 2022-11-23T01:42:12.5597514Z [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\d7f8a0e4-68ae-4ebc-a1bb-a3e0e12fee0b', 'C:\actions-runner\_work\_temp\f6bfe790-63c6-4d45-b98f-c856b1f134eb')" 2022-11-23T01:42:13.6038001Z Execute installation script 2022-11-23T01:42:14.3418612Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:14.5676483Z Finished 2022-11-23T01:42:14.6251698Z Check if Python hostedtoolcache folder exist... 2022-11-23T01:42:14.6251992Z 2022-11-23T01:42:14.6268963Z Create Python toolcache folder 2022-11-23T01:42:14.6271966Z 2022-11-23T01:42:14.6307683Z Check if current Python version is installed... 2022-11-23T01:42:14.6308544Z 2022-11-23T01:42:14.6341348Z No Python3.11.* found 2022-11-23T01:42:14.6342264Z 2022-11-23T01:42:14.6349626Z Remove registry entries for Python 3.11(x64)... 2022-11-23T01:42:14.6350355Z 2022-11-23T01:42:15.1261786Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T01:42:15.1262358Z 2022-11-23T01:42:15.1289737Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:42:15.1290718Z 2022-11-23T01:42:15.1551712Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T01:42:15.1554550Z 2022-11-23T01:43:05.5748887Z Create python3 symlink 2022-11-23T01:43:05.5750945Z 2022-11-23T01:43:05.6348719Z 2022-11-23T01:43:05.6354010Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:05.6354838Z 2022-11-23T01:43:05.6362020Z Mode LastWriteTime Length Name 2022-11-23T01:43:05.6367470Z ---- ------------- ------ ---- 2022-11-23T01:43:05.6372767Z -a---l 11/23/2022 1:43 AM 0 python3.exe 2022-11-23T01:43:05.6381343Z Install and upgrade Pip 2022-11-23T01:43:05.6381908Z 2022-11-23T01:43:08.5860003Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmp3zqatp6m 2022-11-23T01:43:08.5889080Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T01:43:08.5904328Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:43:09.6999484Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:43:09.8399123Z Collecting pip 2022-11-23T01:43:09.8734726Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T01:43:09.9999180Z 2022-11-23T01:43:10.0001715Z ---------------------------------------- 2.1/2.1 MB 2022-11-23T01:43:10.0002665Z 18.6 MB/s eta 0:00:00 2022-11-23T01:43:10.0004812Z 2022-11-23T01:43:10.0967782Z Installing collected packages: pip 2022-11-23T01:43:10.0970867Z Attempting uninstall: pip 2022-11-23T01:43:10.1016915Z Found existing installation: pip 22.3 2022-11-23T01:43:10.8292398Z Uninstalling pip-22.3: 2022-11-23T01:43:10.8631883Z Successfully uninstalled pip-22.3 2022-11-23T01:43:17.1905760Z Successfully installed pip-22.3.1 2022-11-23T01:43:17.1906380Z 2022-11-23T01:43:17.4109004Z Create complete file 2022-11-23T01:43:17.4110784Z 2022-11-23T01:43:17.4127744Z 2022-11-23T01:43:17.4128518Z 2022-11-23T01:43:17.4556548Z Successfully set up CPython (3.11.0) 2022-11-23T01:43:43.7250704Z Received 11658366 of 11658366 (100.0%), 47.5 MBs/sec 2022-11-23T01:43:43.7254637Z Cache Size: ~11 MB (11658366 B) 2022-11-23T01:43:43.7331719Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/63c0d6ab-54c5-456b-afe5-c77567bb7170/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T01:43:43.9078388Z Cache restored successfully 2022-11-23T01:43:43.9112579Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T01:43:43.9721562Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T01:43:43.9721971Z with: 2022-11-23T01:43:43.9722657Z github-secret: *** 2022-11-23T01:43:43.9722945Z activate-with-label: false 2022-11-23T01:43:43.9723207Z label: with-ssh 2022-11-23T01:43:43.9723461Z remove-existing-keys: true 2022-11-23T01:43:43.9723707Z env: 2022-11-23T01:43:43.9723911Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:43.9724291Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:43.9724778Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:43.9725244Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:43.9725684Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:43.9726121Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:43.9726426Z ##[endgroup] 2022-11-23T01:43:44.2141776Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:43:44.2451966Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T01:43:44.2452911Z python3 -m pip install psutil==5.9.1 2022-11-23T01:43:44.2453511Z python3 -m pip install pynvml==11.4.1 2022-11-23T01:43:44.2454339Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:43:44.2455021Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:43:44.2507125Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:43:44.2507745Z env: 2022-11-23T01:43:44.2508177Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:44.2508762Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:44.2509552Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:44.2510331Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:44.2511101Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:44.2512051Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:44.2512751Z ##[endgroup] 2022-11-23T01:43:45.3621913Z Collecting psutil==5.9.1 2022-11-23T01:43:45.4211095Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T01:43:45.4635263Z ------------------------------------- 479.1/479.1 kB 15.1 MB/s eta 0:00:00 2022-11-23T01:43:45.8099616Z Installing build dependencies: started 2022-11-23T01:43:51.2132155Z Installing build dependencies: finished with status 'done' 2022-11-23T01:43:51.2157129Z Getting requirements to build wheel: started 2022-11-23T01:43:52.3669319Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T01:43:52.3816526Z Preparing metadata (pyproject.toml): started 2022-11-23T01:43:53.2986244Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T01:43:53.3366065Z Building wheels for collected packages: psutil 2022-11-23T01:43:53.3400420Z Building wheel for psutil (pyproject.toml): started 2022-11-23T01:44:10.3462879Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T01:44:10.3660936Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246139 sha256=e2ef79700974644510448963eb72c129a17d647788377b22f50bc69a0c5af4fe 2022-11-23T01:44:10.3663694Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T01:44:10.3749546Z Successfully built psutil 2022-11-23T01:44:10.4472924Z Installing collected packages: psutil 2022-11-23T01:44:10.9788161Z Successfully installed psutil-5.9.1 2022-11-23T01:44:12.2356042Z Collecting pynvml==11.4.1 2022-11-23T01:44:12.2735925Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T01:44:12.2886876Z ---------------------------------------- 47.0/47.0 kB 2.3 MB/s eta 0:00:00 2022-11-23T01:44:12.3756859Z Installing collected packages: pynvml 2022-11-23T01:44:12.5228856Z Successfully installed pynvml-11.4.1 2022-11-23T01:44:12.6787917Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T01:44:12.6788619Z with: 2022-11-23T01:44:12.6789109Z name: win-vs2019-cuda11.6-py3 2022-11-23T01:44:12.6789599Z path: C:\3528293554\build-results 2022-11-23T01:44:12.6790127Z s3-bucket: gha-artifacts 2022-11-23T01:44:12.6790631Z region: us-east-1 2022-11-23T01:44:12.6791079Z env: 2022-11-23T01:44:12.6791535Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:44:12.6792139Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:12.6792977Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:44:12.6793801Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:12.6797144Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:12.6797998Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:12.6799099Z ##[endgroup] 2022-11-23T01:44:14.1211169Z Found 3 objects with prefix pytorch/pytorch/3528293554/win-vs2019-cuda11.6-py3/ 2022-11-23T01:44:14.1219452Z Starting download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:44:14.2397409Z Finished download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:44:14.2398666Z Starting download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:44:14.3085729Z Finished download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:44:14.3090637Z Starting download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:16.1848047Z Finished download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:16.1848567Z 2022-11-23T01:44:16.1869980Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-11-23T01:44:16.1881020Z Artifact download has finished successfully 2022-11-23T01:44:16.2285773Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:44:16.2332817Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:44:16.2373538Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:44:16.2373854Z env: 2022-11-23T01:44:16.2374055Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:44:16.2374396Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:16.2374825Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:44:16.2375246Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:16.2375639Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:16.2376011Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:16.2376323Z ##[endgroup] 2022-11-23T01:44:16.8264790Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:44:16.9756978Z Finished 2022-11-23T01:44:17.3214832Z Folder PATH listing 2022-11-23T01:44:17.3216728Z Volume serial number is 00000278 0241:89EB 2022-11-23T01:44:17.3217010Z C:\3528293554\BUILD-RESULTS 2022-11-23T01:44:17.3237800Z .ninja_log 2022-11-23T01:44:17.3238241Z .pytorch-test-times.json 2022-11-23T01:44:17.3242115Z win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:17.3242706Z 2022-11-23T01:44:17.3242927Z No subfolders exist 2022-11-23T01:44:17.3243119Z 2022-11-23T01:44:17.3692416Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:44:17.3693345Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:44:17.3693922Z  2022-11-23T01:44:17.3694428Z # sanitize the input commit message and PR body here: 2022-11-23T01:44:17.3694960Z # 2022-11-23T01:44:17.3695574Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T01:44:17.3696642Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T01:44:17.3697553Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T01:44:17.3698112Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T01:44:17.3698536Z  2022-11-23T01:44:17.3699143Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T01:44:17.3699883Z # wreak havoc internally 2022-11-23T01:44:17.3700445Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T01:44:17.3701038Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T01:44:17.3701459Z  2022-11-23T01:44:17.3701902Z .jenkins/pytorch/win-test.sh 2022-11-23T01:44:17.3759979Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:44:17.3760563Z env: 2022-11-23T01:44:17.3760982Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:44:17.3761737Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:17.3762641Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:44:17.3763522Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:17.3764272Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:17.3765007Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:17.3765591Z USE_CUDA: 1 2022-11-23T01:44:17.3766033Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:44:17.3766492Z PYTHON_VERSION: 3.8 2022-11-23T01:44:17.3766966Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:44:17.3767703Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:44:17.3768221Z VC_PRODUCT: BuildTools 2022-11-23T01:44:17.3768751Z VC_VERSION: 2022-11-23T01:44:17.3769168Z VS_VERSION: 16.8.6 2022-11-23T01:44:17.3769710Z VC_YEAR: 2019 2022-11-23T01:44:17.3770142Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:44:17.3770587Z PR_NUMBER: 2022-11-23T01:44:17.3771047Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:17.3771532Z CUDA_VERSION: 11.6 2022-11-23T01:44:17.3772077Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528293554/build-results/ 2022-11-23T01:44:17.3772679Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T01:44:17.3773363Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:44:17.3773967Z SHARD_NUMBER: 2 2022-11-23T01:44:17.3774389Z NUM_TEST_SHARDS: 5 2022-11-23T01:44:17.3774827Z TEST_CONFIG: default 2022-11-23T01:44:17.3775346Z PR_BODY: 2022-11-23T01:44:17.3775746Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T01:44:17.3776407Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T01:44:17.3776953Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T01:44:17.3777496Z ##[endgroup] 2022-11-23T01:44:17.5228576Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T01:44:17.5963259Z ++ cd .jenkins/pytorch 2022-11-23T01:44:17.5974144Z ++ pwd 2022-11-23T01:44:17.5982994Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T01:44:17.5983853Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:44:17.6109013Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:44:17.6263713Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T01:44:17.6274331Z +++ declare -f -t trap_add 2022-11-23T01:44:17.6280912Z ++ set -ex 2022-11-23T01:44:17.6282453Z ++ [[ win-vs2019-cuda11.6-py3 == *rocm* ]] 2022-11-23T01:44:17.6283147Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:44:17.6395294Z ++ git rev-parse HEAD 2022-11-23T01:44:17.6779893Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:17.6780490Z + export IMAGE_COMMIT_ID 2022-11-23T01:44:17.6781219Z + export IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:17.6782169Z + IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:17.6782842Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T01:44:17.6783556Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:44:17.6784336Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:44:17.6890818Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:44:17.7439885Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T01:44:17.7440605Z + export TMP_DIR_WIN 2022-11-23T01:44:17.7441100Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:44:17.7441481Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:44:17.7551782Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:44:17.7749934Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:44:17.7750643Z + export PROJECT_DIR_WIN 2022-11-23T01:44:17.7751245Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:44:17.7751983Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:44:17.7857817Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:44:17.8044020Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T01:44:17.8044608Z + export TEST_DIR_WIN 2022-11-23T01:44:17.8045205Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:44:17.8045687Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:44:17.8152612Z ++ cygpath -w /c/3528293554/build-results/ 2022-11-23T01:44:17.8361498Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528293554\build-results\' 2022-11-23T01:44:17.8362272Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T01:44:17.8364508Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T01:44:17.8791630Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:44:17.8792374Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:44:17.9140657Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T01:44:17.9559238Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T01:44:17.9563906Z + '[' -n '' ']' 2022-11-23T01:44:17.9564933Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:44:17.9565590Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:44:17.9565996Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T01:44:17.9566443Z + [[ win-vs2019-cuda11.6-py3 == *cuda* ]] 2022-11-23T01:44:17.9566868Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:44:17.9567161Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:44:17.9568924Z + run_tests 2022-11-23T01:44:17.9569665Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T01:44:17.9570208Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T01:44:17.9572437Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T01:44:20.0944406Z Wed Nov 23 01:44:18 2022 2022-11-23T01:44:20.0944824Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:20.0946237Z | NVIDIA-SMI 462.31 Driver Version: 462.31 CUDA Version: 11.2 | 2022-11-23T01:44:20.0946733Z |-------------------------------+----------------------+----------------------+ 2022-11-23T01:44:20.0947445Z | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-11-23T01:44:20.0947900Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-11-23T01:44:20.0948264Z | | | MIG M. | 2022-11-23T01:44:20.0948556Z |===============================+======================+======================| 2022-11-23T01:44:20.1221341Z | 0 Tesla V100-SXM2... TCC | 00000000:00:1E.0 Off | 0 | 2022-11-23T01:44:20.1221858Z | N/A 26C P0 23W / 300W | 0MiB / 16258MiB | 0% Default | 2022-11-23T01:44:20.1222192Z | | | N/A | 2022-11-23T01:44:20.1222574Z +-------------------------------+----------------------+----------------------+ 2022-11-23T01:44:20.1222954Z 2022-11-23T01:44:20.1223319Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:20.1223711Z | Processes: | 2022-11-23T01:44:20.1224044Z | GPU GI CI PID Type Process name GPU Memory | 2022-11-23T01:44:20.1224362Z | ID ID Usage | 2022-11-23T01:44:20.1224810Z |=============================================================================| 2022-11-23T01:44:20.1225215Z | No running processes found | 2022-11-23T01:44:20.1225607Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:20.1669563Z + break 2022-11-23T01:44:20.1670585Z + [[ default == *functorch* ]] 2022-11-23T01:44:20.1671080Z + [[ 5 -eq 1 ]] 2022-11-23T01:44:20.1672069Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-11-23T01:44:20.1997000Z 2022-11-23T01:44:20.1997665Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T01:44:20.2015817Z 2022-11-23T01:44:20.2016693Z C:\actions-runner\_work\pytorch\pytorch>if exist "C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat" ( 2022-11-23T01:44:20.2017294Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T01:44:20.2017664Z exit /b 0 2022-11-23T01:44:20.2017875Z ) 2022-11-23T01:44:20.2020043Z 2022-11-23T01:44:20.2021785Z C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T01:44:20.2025442Z 2022-11-23T01:44:20.2026222Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers 2022-11-23T01:44:20.2030694Z 2022-11-23T01:44:20.2031422Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2022-11-23T01:44:20.2052147Z 2022-11-23T01:44:20.2053005Z C:\actions-runner\_work\pytorch\pytorch>if "win-vs2019-cuda11.6-py3" == "" (set CONDA_PARENT_DIR=C:\actions-runner\_work\pytorch\pytorch ) else (set CONDA_PARENT_DIR=C:\Jenkins ) 2022-11-23T01:44:20.2060970Z 2022-11-23T01:44:20.2061445Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T01:44:20.2066983Z 2022-11-23T01:44:20.2067942Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:44:20.2068905Z curl --retry 3 --retry-all-errors -k https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe 2022-11-23T01:44:20.2069521Z if errorlevel 1 exit /b 2022-11-23T01:44:20.2069795Z if not errorlevel 0 exit /b 2022-11-23T01:44:20.2070361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=C:\Jenkins\Miniconda3 2022-11-23T01:44:20.2070888Z if errorlevel 1 exit /b 2022-11-23T01:44:20.2071276Z if not errorlevel 0 exit /b 2022-11-23T01:44:20.2071626Z ) 2022-11-23T01:44:20.2071856Z 2022-11-23T01:44:20.2072170Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T01:44:24.7125328Z 2022-11-23T01:44:24.7126190Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:44:24.7126656Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T01:44:24.7126972Z if errorlevel 1 exit /b 2022-11-23T01:44:24.7127248Z if not errorlevel 0 exit /b 2022-11-23T01:44:24.7127572Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T01:44:24.7127876Z if errorlevel 1 exit /b 2022-11-23T01:44:24.7128146Z if not errorlevel 0 exit /b 2022-11-23T01:44:24.7128393Z ) 2022-11-23T01:44:24.7130286Z 2022-11-23T01:44:24.7130660Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:44:24.7132363Z 2022-11-23T01:44:24.7132727Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:44:24.7136135Z 2022-11-23T01:44:24.7137436Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:24.7138074Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T01:44:24.7138453Z if errorlevel 1 exit /b 2022-11-23T01:44:24.7138732Z if not errorlevel 0 exit /b 2022-11-23T01:44:24.7138974Z ) 2022-11-23T01:44:33.0746638Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:44:34.8669165Z Solving environment: ...working... done 2022-11-23T01:44:35.1389966Z 2022-11-23T01:44:35.1390533Z # All requested packages already installed. 2022-11-23T01:44:35.1390775Z 2022-11-23T01:44:35.2157487Z Retrieving notices: ...working... done 2022-11-23T01:44:36.5675047Z 2022-11-23T01:44:36.5675960Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T01:44:36.5681881Z 2022-11-23T01:44:36.5682917Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "" (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 ) else (call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 -vcvars_ver= ) 2022-11-23T01:44:36.7667463Z ********************************************************************** 2022-11-23T01:44:36.7668143Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T01:44:36.7668747Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T01:44:36.7669280Z ********************************************************************** 2022-11-23T01:44:37.5960362Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T01:44:37.6038438Z 2022-11-23T01:44:37.6039602Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T01:44:37.6048578Z 2022-11-23T01:44:37.6049362Z (base) C:\actions-runner\_work\pytorch\pytorch>pip install "ninja==1.10.0.post1" future "hypothesis==5.35.1" "expecttest==0.1.3" "librosa>=0.6.2" "scipy==1.6.3" psutil pillow "unittest-xml-reporting<=3.2.0,>=2.0.0" pytest pytest-xdist pytest-shard pytest-rerunfailures sympy "xdoctest==1.0.2" "pygments==2.12.0" "opt-einsum>=3.3" 2022-11-23T01:44:39.1098638Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T01:44:39.1118160Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T01:44:39.1128288Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T01:44:39.1138028Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T01:44:39.1152696Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T01:44:39.1162371Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T01:44:39.1172648Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T01:44:39.1180440Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T01:44:39.1195596Z Requirement already satisfied: unittest-xml-reporting<=3.2.0,>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (3.2.0) 2022-11-23T01:44:39.1203678Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T01:44:39.1211961Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T01:44:39.1224302Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T01:44:39.1231491Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T01:44:39.1241682Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T01:44:39.1253819Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T01:44:39.1263826Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T01:44:39.1276656Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T01:44:39.1956660Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (2.4.0) 2022-11-23T01:44:39.1966475Z Requirement already satisfied: attrs>=19.2.0 in c:\jenkins\miniconda3\lib\site-packages (from hypothesis==5.35.1) (22.1.0) 2022-11-23T01:44:39.2164895Z Requirement already satisfied: numpy<1.23.0,>=1.16.5 in c:\jenkins\miniconda3\lib\site-packages (from scipy==1.6.3) (1.21.5) 2022-11-23T01:44:39.7194281Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T01:44:39.7885231Z Requirement already satisfied: joblib>=0.14 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.2.0) 2022-11-23T01:44:39.7900522Z Requirement already satisfied: resampy>=0.2.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.4.2) 2022-11-23T01:44:39.7914093Z Requirement already satisfied: pooch>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.6.0) 2022-11-23T01:44:39.7930563Z Requirement already satisfied: soundfile>=0.10.2 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.11.0) 2022-11-23T01:44:39.7944930Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T01:44:39.7959838Z Requirement already satisfied: audioread>=2.1.9 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (3.0.0) 2022-11-23T01:44:39.7968869Z Requirement already satisfied: numba>=0.45.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (0.56.3) 2022-11-23T01:44:39.7987862Z Requirement already satisfied: scikit-learn>=0.19.1 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (1.1.3) 2022-11-23T01:44:39.7997770Z Requirement already satisfied: decorator>=4.0.10 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (5.1.1) 2022-11-23T01:44:39.8645067Z Requirement already satisfied: lxml in c:\jenkins\miniconda3\lib\site-packages (from unittest-xml-reporting<=3.2.0,>=2.0.0) (4.9.1) 2022-11-23T01:44:39.8973651Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T01:44:39.8991784Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T01:44:39.9007266Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T01:44:39.9019636Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T01:44:39.9031036Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T01:44:39.9213585Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T01:44:39.9229695Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T01:44:39.9479051Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T01:44:39.9605761Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T01:44:40.1115163Z Requirement already satisfied: llvmlite<0.40,>=0.39.0dev0 in c:\jenkins\miniconda3\lib\site-packages (from numba>=0.45.1->librosa>=0.6.2) (0.39.1) 2022-11-23T01:44:40.1406796Z Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in c:\jenkins\miniconda3\lib\site-packages (from packaging>=20.0->librosa>=0.6.2) (3.0.9) 2022-11-23T01:44:40.1823296Z Requirement already satisfied: requests>=2.19.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (2.28.1) 2022-11-23T01:44:40.1836001Z Requirement already satisfied: appdirs>=1.3.0 in c:\jenkins\miniconda3\lib\site-packages (from pooch>=1.0->librosa>=0.6.2) (1.4.4) 2022-11-23T01:44:40.2420953Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (1.26.8) 2022-11-23T01:44:40.2431716Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2022.9.24) 2022-11-23T01:44:40.2446232Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (3.3) 2022-11-23T01:44:40.2460038Z Requirement already satisfied: charset-normalizer<3,>=2 in c:\jenkins\miniconda3\lib\site-packages (from requests>=2.19.0->pooch>=1.0->librosa>=0.6.2) (2.0.4) 2022-11-23T01:44:40.3791817Z Requirement already satisfied: threadpoolctl>=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from scikit-learn>=0.19.1->librosa>=0.6.2) (3.1.0) 2022-11-23T01:44:40.4138444Z Requirement already satisfied: cffi>=1.0 in c:\jenkins\miniconda3\lib\site-packages (from soundfile>=0.10.2->librosa>=0.6.2) (1.15.1) 2022-11-23T01:44:40.4241688Z Requirement already satisfied: pycparser in c:\jenkins\miniconda3\lib\site-packages (from cffi>=1.0->soundfile>=0.10.2->librosa>=0.6.2) (2.21) 2022-11-23T01:44:41.0239788Z 2022-11-23T01:44:41.0240639Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:44:41.0241452Z 2022-11-23T01:44:41.0242417Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:44:41.0245846Z 2022-11-23T01:44:41.0246232Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T01:44:41.0252310Z 2022-11-23T01:44:41.0252768Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" goto cuda_build_end 2022-11-23T01:44:41.0254909Z 2022-11-23T01:44:41.0255353Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:41.0260904Z 2022-11-23T01:44:41.0261378Z (base) C:\actions-runner\_work\pytorch\pytorch>rem version transformer, for example 10.1 to 10_1. 2022-11-23T01:44:41.0263677Z 2022-11-23T01:44:41.0264607Z (base) C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=11_6 2022-11-23T01:44:41.0267727Z 2022-11-23T01:44:41.0268254Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH_V11_6=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:41.0273866Z 2022-11-23T01:44:41.0274425Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_LIB_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64 2022-11-23T01:44:41.0279297Z 2022-11-23T01:44:41.0279857Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_TOOLKIT_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:41.0294147Z 2022-11-23T01:44:41.0295058Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDNN_ROOT_DIR=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:41.0301790Z 2022-11-23T01:44:41.0302482Z (base) C:\actions-runner\_work\pytorch\pytorch>set NVTOOLSEXT_PATH=C:\Program Files\NVIDIA Corporation\NvToolsExt 2022-11-23T01:44:41.0306845Z 2022-11-23T01:44:41.0317583Z (base) C:\actions-runner\_work\pytorch\pytorch>set PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\libnvvp;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\;C:\Jenkins\Miniconda3;C:\Jenkins\Miniconda3\Library\mingw-w64\bin;C:\Jenkins\Miniconda3\Library\usr\bin;C:\Jenkins\Miniconda3\Library\bin;C:\Jenkins\Miniconda3\Scripts;C:\Jenkins\Miniconda3\bin;C:\Jenkins\Miniconda3\condabin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Amazon\AWSCLI;C:\Program Files\Amazon\AWSCLI\bin;C:\Users\runneruser\AppData\Roaming\Python\Python311\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64\Scripts;C:\actions-runner\_work\_tool\Python\3.11.0\x64;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Windows\System32\OpenSSH;C:\Program Files\Amazon\cfn-bootstrap;C:\ProgramData\chocolatey\bin;C:\Program Files\Amazon\AWSCLIV2;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit;C:\Users\runneruser\AppData\Local\Microsoft\WindowsApps 2022-11-23T01:44:41.0326811Z 2022-11-23T01:44:41.0330009Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_CUDALIB=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\bin 2022-11-23T01:44:41.0330680Z 2022-11-23T01:44:41.0331327Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_LIBDEVICE=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\nvvm\libdevice 2022-11-23T01:44:41.0331990Z 2022-11-23T01:44:41.0332634Z (base) C:\actions-runner\_work\pytorch\pytorch>set NUMBAPRO_NVVM=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\nvvm\bin\nvvm64_32_0.dll 2022-11-23T01:44:41.0333299Z 2022-11-23T01:44:41.0333907Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T01:44:41.0336963Z 2022-11-23T01:44:41.0337447Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:41.0338358Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T01:44:41.0339487Z copy /Y C:\3528293554\build-results\\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\ 2022-11-23T01:44:41.0340819Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T01:44:41.0344091Z popd 2022-11-23T01:44:41.0344944Z ) else (xcopy /s C:\Jenkins\Miniconda3\Lib\site-packages\torch C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\ ) 2022-11-23T01:44:41.1759152Z 1 file(s) copied. 2022-11-23T01:44:41.3439751Z 2022-11-23T01:44:41.3440401Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T01:44:41.3440676Z 2022-11-23T01:44:41.3440832Z Scanning the drive for archives: 2022-11-23T01:44:41.3441097Z 1 file, 184390338 bytes (176 MiB) 2022-11-23T01:44:41.3441270Z 2022-11-23T01:44:41.3441639Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:45:05.4500356Z -- 2022-11-23T01:45:05.4501351Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:45:05.4502126Z Type = 7z 2022-11-23T01:45:05.4502476Z Physical Size = 184390338 2022-11-23T01:45:05.4503205Z Headers Size = 131520 2022-11-23T01:45:05.4503516Z Method = LZMA2:24 BCJ 2022-11-23T01:45:05.4503797Z Solid = + 2022-11-23T01:45:05.4504172Z Blocks = 2 2022-11-23T01:45:05.4504414Z 2022-11-23T01:45:05.4507046Z Everything is Ok 2022-11-23T01:45:05.4507341Z 2022-11-23T01:45:05.4507479Z Folders: 604 2022-11-23T01:45:05.4507895Z Files: 11127 2022-11-23T01:45:05.4508305Z Size: 1184901478 2022-11-23T01:45:05.4508766Z Compressed: 184390338 2022-11-23T01:45:05.5564281Z 2022-11-23T01:45:05.5565369Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:45:05.5566506Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:45:05.5567973Z echo call "C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore.bat" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:45:05.5569447Z echo cd /D "C:\actions-runner\_work\pytorch\pytorch" 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:45:05.5570836Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T01:45:05.5571598Z ) 2022-11-23T01:45:07.4767760Z Completed 2.3 KiB/2.3 KiB (34.1 KiB/s) with 1 file(s) remaining 2022-11-23T01:45:07.5716995Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T01:45:07.5717689Z 2022-11-23T01:45:07.5718116Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T01:45:07.5719208Z echo "setup pytorch env failed" 2022-11-23T01:45:07.5719829Z echo 0 2022-11-23T01:45:07.5720212Z exit /b 2022-11-23T01:45:07.5720575Z ) 2022-11-23T01:45:07.5720848Z 2022-11-23T01:45:07.5721203Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T01:45:07.5729012Z 2022-11-23T01:45:07.5730032Z (base) C:\actions-runner\_work\pytorch\pytorch\test>set GFLAGS_EXE="C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" 2022-11-23T01:45:07.5735994Z 2022-11-23T01:45:07.5736828Z (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-23T01:45:07.5737310Z echo Some smoke tests 2022-11-23T01:45:07.5737680Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-11-23T01:45:07.5738224Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-11-23T01:45:07.5738769Z if ERRORLEVEL 1 goto fail 2022-11-23T01:45:07.5739165Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-11-23T01:45:07.5739641Z if ERRORLEVEL 1 goto fail 2022-11-23T01:45:07.5739978Z ) ) 2022-11-23T01:45:07.5741769Z 2022-11-23T01:45:07.5742493Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-11-23T01:45:07.5743371Z Copying over test times file 2022-11-23T01:45:07.5744988Z 2022-11-23T01:45:07.5745708Z (base) C:\actions-runner\_work\pytorch\pytorch\test>copy /Y "C:\3528293554\build-results\\.pytorch-test-times.json" "C:\actions-runner\_work\pytorch\pytorch" 2022-11-23T01:45:07.5763645Z 1 file(s) copied. 2022-11-23T01:45:07.5767321Z 2022-11-23T01:45:07.5768008Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-11-23T01:45:07.5768580Z Run nn tests 2022-11-23T01:45:07.5770746Z 2022-11-23T01:45:07.5771778Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "2" "5" --verbose 2022-11-23T01:45:24.3446208Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1134: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:45:24.3447088Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-11-23T01:45:24.3529113Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1152: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:45:24.3529683Z LooseVersion(torch.version.cuda) >= "11.5" and 2022-11-23T01:45:24.3533220Z C:\actions-runner\_work\pytorch\pytorch\test\run_test.py:1153: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. 2022-11-23T01:45:24.3534362Z LooseVersion(torch.version.cuda) <= "11.6" 2022-11-23T01:45:24.3570661Z Excluding test_cpp_extensions_aot_ninja on Windows 2022-11-23T01:45:24.3657881Z Excluding test_cpp_extensions_aot_no_ninja on Windows 2022-11-23T01:45:24.3658509Z Selected tests: 2022-11-23T01:45:24.3659004Z dynamo/test_export 2022-11-23T01:45:24.3659489Z dynamo/test_minifier 2022-11-23T01:45:24.3659956Z dynamo/test_nops 2022-11-23T01:45:24.3660586Z dynamo/test_replay_record 2022-11-23T01:45:24.3661061Z dynamo/test_unspec 2022-11-23T01:45:24.3663561Z inductor/test_torchinductor 2022-11-23T01:45:24.3664094Z test_comparison_utils 2022-11-23T01:45:24.3664544Z test_decomp 2022-11-23T01:45:24.4673078Z parallel (file granularity) tests: 2022-11-23T01:45:24.4673534Z dynamo/test_export 2022-11-23T01:45:24.4673797Z dynamo/test_minifier 2022-11-23T01:45:24.4674039Z dynamo/test_nops 2022-11-23T01:45:24.4674293Z dynamo/test_replay_record 2022-11-23T01:45:24.4674539Z dynamo/test_unspec 2022-11-23T01:45:24.4674793Z inductor/test_torchinductor 2022-11-23T01:45:24.4675050Z test_comparison_utils 2022-11-23T01:45:24.4675266Z test_decomp 2022-11-23T01:45:24.4676192Z serial (file granularity) tests: 2022-11-23T01:45:24.4676505Z 2022-11-23T01:45:28.9522700Z Running dynamo/test_export ... [2022-11-23 01:45:28.950778] 2022-11-23T01:45:28.9530855Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_export.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:28.950778] 2022-11-23T01:45:28.9533067Z Ignoring disabled issues: [] 2022-11-23T01:45:29.0105386Z Running dynamo/test_minifier ... [2022-11-23 01:45:29.004921] 2022-11-23T01:45:29.0113450Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_minifier.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:29.010667] 2022-11-23T01:45:29.0115897Z Ignoring disabled issues: [] 2022-11-23T01:45:33.5505545Z 2022-11-23T01:45:33.5506504Z Expand the folded group to see the log file of dynamo/test_export 2022-11-23T01:45:33.5508643Z ##[group]PRINTING LOG FILE of dynamo/test_export (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_vm4t40x5) 2022-11-23T01:45:33.5509336Z 2022-11-23T01:45:33.5509934Z ##[endgroup] 2022-11-23T01:45:33.5510961Z FINISHED PRINTING LOG FILE of dynamo/test_export (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_export_vm4t40x5) 2022-11-23T01:45:33.5511739Z 2022-11-23T01:45:33.6086409Z 2022-11-23T01:45:33.6087159Z Expand the folded group to see the log file of dynamo/test_minifier 2022-11-23T01:45:33.6088744Z ##[group]PRINTING LOG FILE of dynamo/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_minifier_pygl6wsw) 2022-11-23T01:45:33.6089420Z 2022-11-23T01:45:33.6090030Z ##[endgroup] 2022-11-23T01:45:33.6091028Z FINISHED PRINTING LOG FILE of dynamo/test_minifier (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_minifier_pygl6wsw) 2022-11-23T01:45:33.6091773Z 2022-11-23T01:45:38.5260172Z Running dynamo/test_nops ... [2022-11-23 01:45:38.525302] 2022-11-23T01:45:38.5268612Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_nops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:38.526639] 2022-11-23T01:45:38.5270686Z Ignoring disabled issues: [] 2022-11-23T01:45:38.7176666Z Running dynamo/test_replay_record ... [2022-11-23 01:45:38.717377] 2022-11-23T01:45:38.7186520Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_replay_record.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:38.718195] 2022-11-23T01:45:38.7189683Z Ignoring disabled issues: [] 2022-11-23T01:45:42.8074227Z 2022-11-23T01:45:42.8075163Z Expand the folded group to see the log file of dynamo/test_nops 2022-11-23T01:45:42.8077001Z ##[group]PRINTING LOG FILE of dynamo/test_nops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_nops_sql1ofwm) 2022-11-23T01:45:42.8077856Z 2022-11-23T01:45:42.8079528Z ##[endgroup] 2022-11-23T01:45:42.8080750Z FINISHED PRINTING LOG FILE of dynamo/test_nops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_nops_sql1ofwm) 2022-11-23T01:45:42.8081149Z 2022-11-23T01:45:43.1285592Z 2022-11-23T01:45:43.1286648Z Expand the folded group to see the log file of dynamo/test_replay_record 2022-11-23T01:45:43.1288282Z ##[group]PRINTING LOG FILE of dynamo/test_replay_record (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_replay_record_j28rw1xl) 2022-11-23T01:45:43.1288961Z 2022-11-23T01:45:43.1289451Z ##[endgroup] 2022-11-23T01:45:43.1290285Z FINISHED PRINTING LOG FILE of dynamo/test_replay_record (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_replay_record_j28rw1xl) 2022-11-23T01:45:43.1290899Z 2022-11-23T01:45:47.7548312Z Running dynamo/test_unspec ... [2022-11-23 01:45:47.752971] 2022-11-23T01:45:47.7556276Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_unspec.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:47.752971] 2022-11-23T01:45:47.7560298Z Ignoring disabled issues: [] 2022-11-23T01:45:48.0550170Z Running inductor/test_torchinductor ... [2022-11-23 01:45:48.046309] 2022-11-23T01:45:48.0558120Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_torchinductor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:48.046309] 2022-11-23T01:45:48.0560468Z Ignoring disabled issues: [] 2022-11-23T01:45:52.4115166Z 2022-11-23T01:45:52.4116002Z Expand the folded group to see the log file of dynamo/test_unspec 2022-11-23T01:45:52.4117582Z ##[group]PRINTING LOG FILE of dynamo/test_unspec (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_unspec_i4rt9hc8) 2022-11-23T01:45:52.4118244Z 2022-11-23T01:45:52.4118831Z ##[endgroup] 2022-11-23T01:45:52.4119708Z FINISHED PRINTING LOG FILE of dynamo/test_unspec (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_unspec_i4rt9hc8) 2022-11-23T01:45:52.4120378Z 2022-11-23T01:45:52.8756831Z 2022-11-23T01:45:52.8757913Z Expand the folded group to see the log file of inductor/test_torchinductor 2022-11-23T01:45:52.8759553Z ##[group]PRINTING LOG FILE of inductor/test_torchinductor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_9oo6wm07) 2022-11-23T01:45:52.8760628Z : No module named 'filelock' 2022-11-23T01:45:52.8761131Z 2022-11-23T01:45:52.8762923Z ##[endgroup] 2022-11-23T01:45:52.8764145Z FINISHED PRINTING LOG FILE of inductor/test_torchinductor (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_torchinductor_9oo6wm07) 2022-11-23T01:45:52.8764865Z 2022-11-23T01:45:57.3151218Z Running test_comparison_utils ... [2022-11-23 01:45:57.314332] 2022-11-23T01:45:57.3164232Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_comparison_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:57.315663] 2022-11-23T01:45:57.3166392Z Ignoring disabled issues: [] 2022-11-23T01:45:57.8184604Z Running test_decomp ... [2022-11-23 01:45:57.817570] 2022-11-23T01:45:57.8191227Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_decomp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:57.818837] 2022-11-23T01:45:57.8193420Z Ignoring disabled issues: [] 2022-11-23T01:46:01.4740026Z 2022-11-23T01:46:01.4741025Z Expand the folded group to see the log file of test_comparison_utils 2022-11-23T01:46:01.4742709Z ##[group]PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_p8kxk85a) 2022-11-23T01:46:01.4743463Z 2022-11-23T01:46:01.4744012Z ##[endgroup] 2022-11-23T01:46:01.4745063Z FINISHED PRINTING LOG FILE of test_comparison_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_comparison_utils_p8kxk85a) 2022-11-23T01:46:01.4746077Z 2022-11-23T03:19:20.7775305Z 2022-11-23T03:19:20.7775953Z Expand the folded group to see the log file of test_decomp 2022-11-23T03:19:20.7779920Z ##[group]PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_td0p92n1) 2022-11-23T03:19:20.7866745Z 2022-11-23T03:19:20.7866984Z Running tests... 2022-11-23T03:19:20.7867624Z ---------------------------------------------------------------------- 2022-11-23T03:19:20.7868323Z Test results will be stored in test-reports\python-unittest\test_decomp 2022-11-23T03:19:20.7869094Z test_contiguous_log_softmax_cuda (__main__.DecompContiguousTestsCUDA) ... ok (2.037s) 2022-11-23T03:19:20.7869887Z test_contiguous_softmax_cuda (__main__.DecompContiguousTestsCUDA) ... ok (0.000s) 2022-11-23T03:19:20.7870590Z test_comprehensive_H_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.7871257Z test_comprehensive_H_cuda_bool (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.7871915Z test_comprehensive_H_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.100s) 2022-11-23T03:19:20.7873868Z test_comprehensive_H_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:19:20.7874605Z test_comprehensive_H_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.351s) 2022-11-23T03:19:20.7875267Z test_comprehensive_H_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.7875925Z test_comprehensive_H_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:19:20.7876572Z test_comprehensive_H_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:19:20.7877216Z test_comprehensive_H_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.7877857Z test_comprehensive_H_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.7878467Z test_comprehensive_H_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.7879099Z test_comprehensive_H_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.7879736Z test_comprehensive_H_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:20.7880388Z test_comprehensive_T_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.7881044Z test_comprehensive_T_cuda_bool (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.7881701Z test_comprehensive_T_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:19:20.7882349Z test_comprehensive_T_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:19:20.7883010Z test_comprehensive_T_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-11-23T03:19:20.7883673Z test_comprehensive_T_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.7884324Z test_comprehensive_T_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:19:20.7884973Z test_comprehensive_T_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-11-23T03:19:20.7885611Z test_comprehensive_T_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.7886253Z test_comprehensive_T_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.7886867Z test_comprehensive_T_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.7887500Z test_comprehensive_T_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.7889216Z test_comprehensive_T_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.7889886Z test_comprehensive___getitem___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-11-23T03:19:20.7890580Z test_comprehensive___getitem___cuda_bool (__main__.TestDecompCUDA) ... ok (0.488s) 2022-11-23T03:19:20.7891277Z test_comprehensive___getitem___cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.630s) 2022-11-23T03:19:20.7891991Z test_comprehensive___getitem___cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.956s) 2022-11-23T03:19:20.7892676Z test_comprehensive___getitem___cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.645s) 2022-11-23T03:19:20.7893381Z test_comprehensive___getitem___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:19:20.7894074Z test_comprehensive___getitem___cuda_float32 (__main__.TestDecompCUDA) ... ok (1.081s) 2022-11-23T03:19:20.7894751Z test_comprehensive___getitem___cuda_float64 (__main__.TestDecompCUDA) ... ok (1.022s) 2022-11-23T03:19:20.7895420Z test_comprehensive___getitem___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.425s) 2022-11-23T03:19:20.7896106Z test_comprehensive___getitem___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.416s) 2022-11-23T03:19:20.7896752Z test_comprehensive___getitem___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.422s) 2022-11-23T03:19:20.7897434Z test_comprehensive___getitem___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.451s) 2022-11-23T03:19:20.7898174Z test_comprehensive___getitem___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.506s) 2022-11-23T03:19:20.7898862Z test_comprehensive___radd___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.7899676Z test_comprehensive___radd___cuda_bool (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.7900407Z test_comprehensive___radd___cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.372s) 2022-11-23T03:19:20.7901141Z test_comprehensive___radd___cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.307s) 2022-11-23T03:19:20.7901838Z test_comprehensive___radd___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.7902542Z test_comprehensive___radd___cuda_float32 (__main__.TestDecompCUDA) ... ok (0.780s) 2022-11-23T03:19:20.7905658Z test_comprehensive___radd___cuda_float64 (__main__.TestDecompCUDA) ... ok (0.806s) 2022-11-23T03:19:20.7906373Z test_comprehensive___radd___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:19:20.7907071Z test_comprehensive___radd___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:19:20.7907746Z test_comprehensive___radd___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:20.7908435Z test_comprehensive___radd___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:19:20.7909126Z test_comprehensive___radd___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:20.7909810Z test_comprehensive___rand___cuda_bool (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:20.7910479Z test_comprehensive___rand___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.7911158Z test_comprehensive___rand___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:20.7911839Z test_comprehensive___rand___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.7912512Z test_comprehensive___rand___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:20.7913199Z test_comprehensive___rand___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.7913892Z test_comprehensive___rdiv___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:19:20.7914563Z test_comprehensive___rdiv___cuda_bool (__main__.TestDecompCUDA) ... ok (0.462s) 2022-11-23T03:19:20.7915267Z test_comprehensive___rdiv___cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.485s) 2022-11-23T03:19:20.7915984Z test_comprehensive___rdiv___cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.820s) 2022-11-23T03:19:20.7916854Z test_comprehensive___rdiv___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:19:20.7917556Z test_comprehensive___rdiv___cuda_float32 (__main__.TestDecompCUDA) ... ok (2.632s) 2022-11-23T03:19:20.7918247Z test_comprehensive___rdiv___cuda_float64 (__main__.TestDecompCUDA) ... ok (2.634s) 2022-11-23T03:19:20.7918932Z test_comprehensive___rdiv___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.858s) 2022-11-23T03:19:20.7919591Z test_comprehensive___rdiv___cuda_int32 (__main__.TestDecompCUDA) ... ok (1.019s) 2022-11-23T03:19:20.7920291Z test_comprehensive___rdiv___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.613s) 2022-11-23T03:19:20.7920982Z test_comprehensive___rdiv___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.363s) 2022-11-23T03:19:20.7921670Z test_comprehensive___rdiv___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.399s) 2022-11-23T03:19:20.7922372Z test_comprehensive___rmatmul___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (23.545s) 2022-11-23T03:19:20.7923112Z test_comprehensive___rmatmul___cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.055s) 2022-11-23T03:19:20.7923846Z test_comprehensive___rmatmul___cuda_complex64 (__main__.TestDecompCUDA) ... ok (8.415s) 2022-11-23T03:19:20.7924530Z test_comprehensive___rmatmul___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.286s) 2022-11-23T03:19:20.7925245Z test_comprehensive___rmatmul___cuda_float32 (__main__.TestDecompCUDA) ... ok (4.901s) 2022-11-23T03:19:20.7925947Z test_comprehensive___rmatmul___cuda_float64 (__main__.TestDecompCUDA) ... ok (4.801s) 2022-11-23T03:19:20.7926646Z test_comprehensive___rmod___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-11-23T03:19:20.7927467Z test_comprehensive___rmod___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:19:20.7928189Z test_comprehensive___rmod___cuda_float32 (__main__.TestDecompCUDA) ... ok (2.347s) 2022-11-23T03:19:20.7928866Z test_comprehensive___rmod___cuda_float64 (__main__.TestDecompCUDA) ... ok (2.398s) 2022-11-23T03:19:20.7929510Z test_comprehensive___rmod___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:20.7930184Z test_comprehensive___rmod___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:19:20.7930862Z test_comprehensive___rmod___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-11-23T03:19:20.7931535Z test_comprehensive___rmod___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-11-23T03:19:20.7932223Z test_comprehensive___rmod___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:19:20.7932907Z test_comprehensive___rmul___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:20.7933597Z test_comprehensive___rmul___cuda_bool (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:19:20.7934271Z test_comprehensive___rmul___cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.571s) 2022-11-23T03:19:20.7935054Z test_comprehensive___rmul___cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.574s) 2022-11-23T03:19:20.7935843Z test_comprehensive___rmul___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-11-23T03:19:20.7936634Z test_comprehensive___rmul___cuda_float32 (__main__.TestDecompCUDA) ... ok (1.768s) 2022-11-23T03:19:20.7937418Z test_comprehensive___rmul___cuda_float64 (__main__.TestDecompCUDA) ... ok (1.704s) 2022-11-23T03:19:20.7938190Z test_comprehensive___rmul___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:20.7938881Z test_comprehensive___rmul___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.7939573Z test_comprehensive___rmul___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.7940271Z test_comprehensive___rmul___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:20.7940961Z test_comprehensive___rmul___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:20.7941878Z test_comprehensive___ror___cuda_bool (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:20.7942573Z test_comprehensive___ror___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-11-23T03:19:20.7943265Z test_comprehensive___ror___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:20.7943910Z test_comprehensive___ror___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:20.7944600Z test_comprehensive___ror___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:20.7945285Z test_comprehensive___ror___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.7946019Z test_comprehensive___rpow___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.342s) 2022-11-23T03:19:20.7946757Z test_comprehensive___rpow___cuda_complex128 (__main__.TestDecompCUDA) ... ok (6.057s) 2022-11-23T03:19:20.7947496Z test_comprehensive___rpow___cuda_complex64 (__main__.TestDecompCUDA) ... ok (6.269s) 2022-11-23T03:19:20.7948208Z test_comprehensive___rpow___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.338s) 2022-11-23T03:19:20.7948939Z test_comprehensive___rpow___cuda_float32 (__main__.TestDecompCUDA) ... ok (2.474s) 2022-11-23T03:19:20.7949672Z test_comprehensive___rpow___cuda_float64 (__main__.TestDecompCUDA) ... ok (2.669s) 2022-11-23T03:19:20.7950385Z test_comprehensive___rpow___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-11-23T03:19:20.7951091Z test_comprehensive___rpow___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.282s) 2022-11-23T03:19:20.7951779Z test_comprehensive___rpow___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.239s) 2022-11-23T03:19:20.7952493Z test_comprehensive___rpow___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.292s) 2022-11-23T03:19:20.7953363Z test_comprehensive___rpow___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:19:20.7954093Z test_comprehensive___rsub___cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.7954825Z test_comprehensive___rsub___cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.980s) 2022-11-23T03:19:20.7955559Z test_comprehensive___rsub___cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.864s) 2022-11-23T03:19:20.7956305Z test_comprehensive___rsub___cuda_float16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.7957070Z test_comprehensive___rsub___cuda_float32 (__main__.TestDecompCUDA) ... ok (1.086s) 2022-11-23T03:19:20.7957805Z test_comprehensive___rsub___cuda_float64 (__main__.TestDecompCUDA) ... ok (1.091s) 2022-11-23T03:19:20.7958871Z test_comprehensive___rsub___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:20.7959655Z test_comprehensive___rsub___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:20.7960319Z test_comprehensive___rsub___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.7961001Z test_comprehensive___rsub___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:20.7961891Z test_comprehensive___rsub___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:20.7963287Z test_comprehensive___rxor___cuda_bool (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.7964138Z test_comprehensive___rxor___cuda_int16 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:20.7964851Z test_comprehensive___rxor___cuda_int32 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:20.7965560Z test_comprehensive___rxor___cuda_int64 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.7966233Z test_comprehensive___rxor___cuda_int8 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:19:20.7966927Z test_comprehensive___rxor___cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:20.7967687Z test_comprehensive__softmax_backward_data_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.7968507Z test_comprehensive__softmax_backward_data_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.7969667Z test_comprehensive__softmax_backward_data_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:19:20.7970617Z test_comprehensive__softmax_backward_data_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:19:20.7971376Z test_comprehensive_abs_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.7972052Z test_comprehensive_abs_cuda_bool (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.7972771Z test_comprehensive_abs_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.723s) 2022-11-23T03:19:20.7973486Z test_comprehensive_abs_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.684s) 2022-11-23T03:19:20.7974198Z test_comprehensive_abs_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.715s) 2022-11-23T03:19:20.7974898Z test_comprehensive_abs_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.7975578Z test_comprehensive_abs_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.347s) 2022-11-23T03:19:20.7976344Z test_comprehensive_abs_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.318s) 2022-11-23T03:19:20.7977098Z test_comprehensive_abs_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.7977874Z test_comprehensive_abs_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.7978548Z test_comprehensive_abs_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.7979225Z test_comprehensive_abs_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.7979914Z test_comprehensive_abs_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.7980737Z test_comprehensive_acos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.7981455Z test_comprehensive_acos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.7982150Z test_comprehensive_acos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.351s) 2022-11-23T03:19:20.7982977Z test_comprehensive_acos_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:20.7983713Z test_comprehensive_acos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.275s) 2022-11-23T03:19:20.7984590Z test_comprehensive_acos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.7985296Z test_comprehensive_acos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:19:20.7985983Z test_comprehensive_acos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-11-23T03:19:20.7986680Z test_comprehensive_acos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.7987375Z test_comprehensive_acos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.7988065Z test_comprehensive_acos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.7988757Z test_comprehensive_acos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.7989452Z test_comprehensive_acos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.7990245Z test_comprehensive_acosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.7991098Z test_comprehensive_acosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.7991822Z test_comprehensive_acosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.218s) 2022-11-23T03:19:20.7992551Z test_comprehensive_acosh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.7993281Z test_comprehensive_acosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:19:20.7994006Z test_comprehensive_acosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.7994719Z test_comprehensive_acosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-11-23T03:19:20.7995406Z test_comprehensive_acosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-11-23T03:19:20.7996101Z test_comprehensive_acosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.7997072Z test_comprehensive_acosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.7997912Z test_comprehensive_acosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.7998690Z test_comprehensive_acosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.7999384Z test_comprehensive_acosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.8000069Z test_comprehensive_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.8000768Z test_comprehensive_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:19:20.8001480Z test_comprehensive_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.425s) 2022-11-23T03:19:20.8002197Z test_comprehensive_add_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.501s) 2022-11-23T03:19:20.8002916Z test_comprehensive_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.421s) 2022-11-23T03:19:20.8003624Z test_comprehensive_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.8004414Z test_comprehensive_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.815s) 2022-11-23T03:19:20.8005290Z test_comprehensive_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.816s) 2022-11-23T03:19:20.8005985Z test_comprehensive_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:20.8006671Z test_comprehensive_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:19:20.8007362Z test_comprehensive_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:19:20.8008047Z test_comprehensive_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:20.8008850Z test_comprehensive_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:19:20.8009549Z test_comprehensive_addbmm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:20.8010283Z test_comprehensive_addbmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.061s) 2022-11-23T03:19:20.8011131Z test_comprehensive_addbmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.080s) 2022-11-23T03:19:20.8011957Z test_comprehensive_addbmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:20.8012744Z test_comprehensive_addbmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.022s) 2022-11-23T03:19:20.8013458Z test_comprehensive_addbmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.010s) 2022-11-23T03:19:20.8014159Z test_comprehensive_addcdiv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:19:20.8014905Z test_comprehensive_addcdiv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (7.188s) 2022-11-23T03:19:20.8015648Z test_comprehensive_addcdiv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (6.954s) 2022-11-23T03:19:20.8016372Z test_comprehensive_addcdiv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:19:20.8017095Z test_comprehensive_addcdiv_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.842s) 2022-11-23T03:19:20.8017903Z test_comprehensive_addcdiv_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.817s) 2022-11-23T03:19:20.8018786Z test_comprehensive_addcmul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-11-23T03:19:20.8019502Z test_comprehensive_addcmul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (6.022s) 2022-11-23T03:19:20.8020242Z test_comprehensive_addcmul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.508s) 2022-11-23T03:19:20.8020971Z test_comprehensive_addcmul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.160s) 2022-11-23T03:19:20.8021692Z test_comprehensive_addcmul_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.344s) 2022-11-23T03:19:20.8022416Z test_comprehensive_addcmul_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.329s) 2022-11-23T03:19:20.8023112Z test_comprehensive_addcmul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:19:20.8024022Z test_comprehensive_addcmul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:19:20.8024881Z test_comprehensive_addcmul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:19:20.8025592Z test_comprehensive_addcmul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.8026298Z test_comprehensive_addcmul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:19:20.8027003Z test_comprehensive_addmm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.8027723Z test_comprehensive_addmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.410s) 2022-11-23T03:19:20.8028423Z test_comprehensive_addmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.406s) 2022-11-23T03:19:20.8029146Z test_comprehensive_addmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.8029839Z test_comprehensive_addmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:19:20.8030619Z test_comprehensive_addmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:19:20.8031484Z test_comprehensive_addmm_decomposed_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.8032260Z test_comprehensive_addmm_decomposed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:19:20.8033041Z test_comprehensive_addmm_decomposed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.287s) 2022-11-23T03:19:20.8033787Z test_comprehensive_addmm_decomposed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8034549Z test_comprehensive_addmm_decomposed_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-11-23T03:19:20.8036034Z test_comprehensive_addmm_decomposed_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-11-23T03:19:20.8037073Z test_comprehensive_addmv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:20.8037808Z test_comprehensive_addmv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.819s) 2022-11-23T03:19:20.8038538Z test_comprehensive_addmv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.847s) 2022-11-23T03:19:20.8039260Z test_comprehensive_addmv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.8039945Z test_comprehensive_addmv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.378s) 2022-11-23T03:19:20.8040645Z test_comprehensive_addmv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.340s) 2022-11-23T03:19:20.8041356Z test_comprehensive_addr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.8042051Z test_comprehensive_addr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:20.8042865Z test_comprehensive_addr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.626s) 2022-11-23T03:19:20.8043703Z test_comprehensive_addr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.644s) 2022-11-23T03:19:20.8044518Z test_comprehensive_addr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.8045236Z test_comprehensive_addr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.317s) 2022-11-23T03:19:20.8045929Z test_comprehensive_addr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.315s) 2022-11-23T03:19:20.8046632Z test_comprehensive_addr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.8047323Z test_comprehensive_addr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.8048014Z test_comprehensive_addr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.8048681Z test_comprehensive_addr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.8049488Z test_comprehensive_addr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.8050205Z test_comprehensive_all_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.8051100Z test_comprehensive_all_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8051974Z test_comprehensive_all_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:20.8052695Z test_comprehensive_all_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:20.8053408Z test_comprehensive_all_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:20.8054083Z test_comprehensive_all_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:19:20.8054773Z test_comprehensive_all_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-11-23T03:19:20.8055466Z test_comprehensive_all_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.8056149Z test_comprehensive_all_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.8056956Z test_comprehensive_all_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8057786Z test_comprehensive_all_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:20.8058456Z test_comprehensive_all_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.8059176Z test_comprehensive_allclose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8059917Z test_comprehensive_allclose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:20.8060666Z test_comprehensive_allclose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8061401Z test_comprehensive_allclose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8062135Z test_comprehensive_allclose_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.8062862Z test_comprehensive_allclose_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.8063748Z test_comprehensive_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.309s) 2022-11-23T03:19:20.8064635Z test_comprehensive_amax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:20.8065336Z test_comprehensive_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.296s) 2022-11-23T03:19:20.8066041Z test_comprehensive_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.769s) 2022-11-23T03:19:20.8066736Z test_comprehensive_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.745s) 2022-11-23T03:19:20.8067431Z test_comprehensive_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:20.8068090Z test_comprehensive_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.8068763Z test_comprehensive_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.8069447Z test_comprehensive_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:20.8070208Z test_comprehensive_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.8070981Z test_comprehensive_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.312s) 2022-11-23T03:19:20.8071768Z test_comprehensive_amin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:20.8072446Z test_comprehensive_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.297s) 2022-11-23T03:19:20.8073131Z test_comprehensive_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.818s) 2022-11-23T03:19:20.8073815Z test_comprehensive_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.742s) 2022-11-23T03:19:20.8074502Z test_comprehensive_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:20.8075173Z test_comprehensive_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.8075859Z test_comprehensive_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.8076620Z test_comprehensive_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:20.8077304Z test_comprehensive_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:20.8078174Z test_comprehensive_aminmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8079033Z test_comprehensive_aminmax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8079732Z test_comprehensive_aminmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8080449Z test_comprehensive_aminmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8081158Z test_comprehensive_aminmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8081846Z test_comprehensive_aminmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8082545Z test_comprehensive_aminmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8083236Z test_comprehensive_aminmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8084034Z test_comprehensive_aminmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8084904Z test_comprehensive_aminmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8085603Z test_comprehensive_angle_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8086286Z test_comprehensive_angle_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.215s) 2022-11-23T03:19:20.8087003Z test_comprehensive_angle_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.308s) 2022-11-23T03:19:20.8087709Z test_comprehensive_angle_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.220s) 2022-11-23T03:19:20.8088416Z test_comprehensive_angle_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8089105Z test_comprehensive_angle_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8089794Z test_comprehensive_angle_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.8090689Z test_comprehensive_angle_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8091457Z test_comprehensive_angle_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8092230Z test_comprehensive_angle_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.8092915Z test_comprehensive_angle_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8093604Z test_comprehensive_any_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:20.8094279Z test_comprehensive_any_cuda_bool (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.8094971Z test_comprehensive_any_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:19:20.8095674Z test_comprehensive_any_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:19:20.8096380Z test_comprehensive_any_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:20.8097159Z test_comprehensive_any_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:19:20.8097859Z test_comprehensive_any_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:20.8098763Z test_comprehensive_any_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.8099467Z test_comprehensive_any_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.8100152Z test_comprehensive_any_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.8100818Z test_comprehensive_any_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.8101500Z test_comprehensive_any_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:20.8102209Z test_comprehensive_arange_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.8102936Z test_comprehensive_arange_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.8103662Z test_comprehensive_arange_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.8104471Z test_comprehensive_arange_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.8105256Z test_comprehensive_arange_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.8106193Z test_comprehensive_arange_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8106899Z test_comprehensive_arange_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.8107595Z test_comprehensive_arange_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.8108301Z test_comprehensive_arange_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8109006Z test_comprehensive_argmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8109697Z test_comprehensive_argmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8110408Z test_comprehensive_argmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8111225Z test_comprehensive_argmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8112000Z test_comprehensive_argmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8112798Z test_comprehensive_argmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8113485Z test_comprehensive_argmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8114168Z test_comprehensive_argmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8114837Z test_comprehensive_argmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8115528Z test_comprehensive_argmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8116228Z test_comprehensive_argmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8116924Z test_comprehensive_argmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8117816Z test_comprehensive_argmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.8118533Z test_comprehensive_argmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8119414Z test_comprehensive_argmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8120108Z test_comprehensive_argmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8120792Z test_comprehensive_argmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8121472Z test_comprehensive_argmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8122171Z test_comprehensive_argsort_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8122886Z test_comprehensive_argsort_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8123581Z test_comprehensive_argsort_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8124312Z test_comprehensive_argsort_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8125155Z test_comprehensive_argsort_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.8126017Z test_comprehensive_argsort_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.8126728Z test_comprehensive_argsort_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.8127443Z test_comprehensive_argsort_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8128140Z test_comprehensive_argsort_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.8128841Z test_comprehensive_argwhere_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8129563Z test_comprehensive_argwhere_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.8130282Z test_comprehensive_argwhere_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8131028Z test_comprehensive_argwhere_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8131855Z test_comprehensive_argwhere_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.8132743Z test_comprehensive_argwhere_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8133605Z test_comprehensive_argwhere_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.8134326Z test_comprehensive_argwhere_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.8135043Z test_comprehensive_argwhere_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8135749Z test_comprehensive_argwhere_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8136443Z test_comprehensive_argwhere_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8137151Z test_comprehensive_argwhere_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8137884Z test_comprehensive_as_strided_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:20.8138721Z test_comprehensive_as_strided_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8139524Z test_comprehensive_as_strided_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:19:20.8140352Z test_comprehensive_as_strided_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8141097Z test_comprehensive_as_strided_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.148s) 2022-11-23T03:19:20.8141835Z test_comprehensive_as_strided_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.8142564Z test_comprehensive_as_strided_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:19:20.8143263Z test_comprehensive_as_strided_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-11-23T03:19:20.8144090Z test_comprehensive_as_strided_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8144823Z test_comprehensive_as_strided_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8145630Z test_comprehensive_as_strided_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8146349Z test_comprehensive_as_strided_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8147230Z test_comprehensive_as_strided_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8148113Z test_comprehensive_as_strided_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.8149093Z test_comprehensive_as_strided_scatter_cuda_bool (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.8150091Z test_comprehensive_as_strided_scatter_cuda_complex128 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.8151118Z test_comprehensive_as_strided_scatter_cuda_complex32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.8152266Z test_comprehensive_as_strided_scatter_cuda_complex64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.8153412Z test_comprehensive_as_strided_scatter_cuda_float16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.8154505Z test_comprehensive_as_strided_scatter_cuda_float32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.8155554Z test_comprehensive_as_strided_scatter_cuda_float64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.8156569Z test_comprehensive_as_strided_scatter_cuda_int16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.8157570Z test_comprehensive_as_strided_scatter_cuda_int32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.8158568Z test_comprehensive_as_strided_scatter_cuda_int64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.8159936Z test_comprehensive_as_strided_scatter_cuda_int8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.8160947Z test_comprehensive_as_strided_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.8161790Z test_comprehensive_asin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.8162484Z test_comprehensive_asin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.8163192Z test_comprehensive_asin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.006s) 2022-11-23T03:19:20.8163929Z test_comprehensive_asin_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:19:20.8164661Z test_comprehensive_asin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.035s) 2022-11-23T03:19:20.8165434Z test_comprehensive_asin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.8166282Z test_comprehensive_asin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.492s) 2022-11-23T03:19:20.8166989Z test_comprehensive_asin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.482s) 2022-11-23T03:19:20.8167694Z test_comprehensive_asin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.8168384Z test_comprehensive_asin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.8169068Z test_comprehensive_asin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.8169732Z test_comprehensive_asin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.8170537Z test_comprehensive_asin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.8171262Z test_comprehensive_asinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8172120Z test_comprehensive_asinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.8172946Z test_comprehensive_asinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.818s) 2022-11-23T03:19:20.8173686Z test_comprehensive_asinh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:20.8174394Z test_comprehensive_asinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.778s) 2022-11-23T03:19:20.8175118Z test_comprehensive_asinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8175816Z test_comprehensive_asinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.374s) 2022-11-23T03:19:20.8176515Z test_comprehensive_asinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.352s) 2022-11-23T03:19:20.8177222Z test_comprehensive_asinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.8178013Z test_comprehensive_asinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.8178846Z test_comprehensive_asinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.8179534Z test_comprehensive_asinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.8180233Z test_comprehensive_asinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:20.8180936Z test_comprehensive_atan2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:20.8181640Z test_comprehensive_atan2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.8182342Z test_comprehensive_atan2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-11-23T03:19:20.8183039Z test_comprehensive_atan2_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.088s) 2022-11-23T03:19:20.8183713Z test_comprehensive_atan2_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.135s) 2022-11-23T03:19:20.8184487Z test_comprehensive_atan2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:20.8185296Z test_comprehensive_atan2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.8186130Z test_comprehensive_atan2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:19:20.8186825Z test_comprehensive_atan2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:20.8187512Z test_comprehensive_atan2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.211s) 2022-11-23T03:19:20.8188211Z test_comprehensive_atan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8188892Z test_comprehensive_atan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.8189588Z test_comprehensive_atan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.799s) 2022-11-23T03:19:20.8190313Z test_comprehensive_atan_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:19:20.8191126Z test_comprehensive_atan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.784s) 2022-11-23T03:19:20.8191984Z test_comprehensive_atan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8192690Z test_comprehensive_atan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.354s) 2022-11-23T03:19:20.8193374Z test_comprehensive_atan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.391s) 2022-11-23T03:19:20.8194057Z test_comprehensive_atan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.8194738Z test_comprehensive_atan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.8195421Z test_comprehensive_atan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.8196092Z test_comprehensive_atan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8196846Z test_comprehensive_atan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.8197798Z test_comprehensive_atanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.8198578Z test_comprehensive_atanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.8199294Z test_comprehensive_atanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.933s) 2022-11-23T03:19:20.8200027Z test_comprehensive_atanh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:19:20.8200744Z test_comprehensive_atanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.918s) 2022-11-23T03:19:20.8201463Z test_comprehensive_atanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.8202153Z test_comprehensive_atanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.457s) 2022-11-23T03:19:20.8202886Z test_comprehensive_atanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-11-23T03:19:20.8203642Z test_comprehensive_atanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8204418Z test_comprehensive_atanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.8205125Z test_comprehensive_atanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.8205819Z test_comprehensive_atanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.8206526Z test_comprehensive_atanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.8207233Z test_comprehensive_atleast_1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8207969Z test_comprehensive_atleast_1d_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8208705Z test_comprehensive_atleast_1d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.8209523Z test_comprehensive_atleast_1d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.8210398Z test_comprehensive_atleast_1d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:20.8211140Z test_comprehensive_atleast_1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8211869Z test_comprehensive_atleast_1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.8212576Z test_comprehensive_atleast_1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.8213452Z test_comprehensive_atleast_1d_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.8214176Z test_comprehensive_atleast_1d_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.8214899Z test_comprehensive_atleast_1d_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.8215688Z test_comprehensive_atleast_1d_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.8216513Z test_comprehensive_atleast_1d_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8217232Z test_comprehensive_atleast_2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.8217968Z test_comprehensive_atleast_2d_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8218703Z test_comprehensive_atleast_2d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:20.8219459Z test_comprehensive_atleast_2d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:20.8220212Z test_comprehensive_atleast_2d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:19:20.8220952Z test_comprehensive_atleast_2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.8221727Z test_comprehensive_atleast_2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.8222552Z test_comprehensive_atleast_2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.8223275Z test_comprehensive_atleast_2d_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8223996Z test_comprehensive_atleast_2d_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8224830Z test_comprehensive_atleast_2d_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8225567Z test_comprehensive_atleast_2d_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8226293Z test_comprehensive_atleast_2d_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8227002Z test_comprehensive_atleast_3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8227792Z test_comprehensive_atleast_3d_cuda_bool (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.8228581Z test_comprehensive_atleast_3d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:20.8229428Z test_comprehensive_atleast_3d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:19:20.8230174Z test_comprehensive_atleast_3d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:20.8230913Z test_comprehensive_atleast_3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:20.8231638Z test_comprehensive_atleast_3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.8232342Z test_comprehensive_atleast_3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.8233063Z test_comprehensive_atleast_3d_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.8233776Z test_comprehensive_atleast_3d_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.8234567Z test_comprehensive_atleast_3d_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.8235404Z test_comprehensive_atleast_3d_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.8236109Z test_comprehensive_atleast_3d_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8236803Z test_comprehensive_baddbmm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.8237525Z test_comprehensive_baddbmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.369s) 2022-11-23T03:19:20.8238263Z test_comprehensive_baddbmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.378s) 2022-11-23T03:19:20.8238989Z test_comprehensive_baddbmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.8239844Z test_comprehensive_baddbmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.921s) 2022-11-23T03:19:20.8240628Z test_comprehensive_baddbmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.936s) 2022-11-23T03:19:20.8241465Z test_comprehensive_bernoulli_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.8242182Z test_comprehensive_bernoulli_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.8242908Z test_comprehensive_bernoulli_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8243618Z test_comprehensive_bernoulli_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8244337Z test_comprehensive_bfloat16_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8245048Z test_comprehensive_bfloat16_cuda_bool (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.8245764Z test_comprehensive_bfloat16_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:20.8246541Z test_comprehensive_bfloat16_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:20.8247329Z test_comprehensive_bfloat16_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:20.8248135Z test_comprehensive_bfloat16_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.8248842Z test_comprehensive_bfloat16_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:20.8249544Z test_comprehensive_bfloat16_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:19:20.8250241Z test_comprehensive_bfloat16_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.8251054Z test_comprehensive_bfloat16_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:20.8251757Z test_comprehensive_bfloat16_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.8252456Z test_comprehensive_bfloat16_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.8253237Z test_comprehensive_bfloat16_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.8254077Z test_comprehensive_bincount_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8254776Z test_comprehensive_bincount_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8255488Z test_comprehensive_bincount_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8256180Z test_comprehensive_bincount_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8256896Z test_comprehensive_bincount_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8257621Z test_comprehensive_bitwise_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:20.8258347Z test_comprehensive_bitwise_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:20.8259125Z test_comprehensive_bitwise_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:20.8259860Z test_comprehensive_bitwise_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:20.8260696Z test_comprehensive_bitwise_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:19:20.8261436Z test_comprehensive_bitwise_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:20.8262187Z test_comprehensive_bitwise_left_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.8262945Z test_comprehensive_bitwise_left_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.222s) 2022-11-23T03:19:20.8263695Z test_comprehensive_bitwise_left_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:20.8264455Z test_comprehensive_bitwise_left_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:20.8265207Z test_comprehensive_bitwise_left_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.218s) 2022-11-23T03:19:20.8266249Z test_comprehensive_bitwise_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.8267069Z test_comprehensive_bitwise_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.8267795Z test_comprehensive_bitwise_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8268512Z test_comprehensive_bitwise_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8269226Z test_comprehensive_bitwise_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8269947Z test_comprehensive_bitwise_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.8270684Z test_comprehensive_bitwise_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:20.8271382Z test_comprehensive_bitwise_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:20.8272174Z test_comprehensive_bitwise_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:20.8273064Z test_comprehensive_bitwise_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:19:20.8273776Z test_comprehensive_bitwise_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:19:20.8274492Z test_comprehensive_bitwise_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:20.8275246Z test_comprehensive_bitwise_right_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.8275995Z test_comprehensive_bitwise_right_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.8276768Z test_comprehensive_bitwise_right_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-11-23T03:19:20.8277641Z test_comprehensive_bitwise_right_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.8278499Z test_comprehensive_bitwise_right_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-11-23T03:19:20.8279379Z test_comprehensive_bitwise_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.8280106Z test_comprehensive_bitwise_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:19:20.8280818Z test_comprehensive_bitwise_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.8281510Z test_comprehensive_bitwise_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:20.8282216Z test_comprehensive_bitwise_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.8282937Z test_comprehensive_bitwise_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:20.8283663Z test_comprehensive_block_diag_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.8284458Z test_comprehensive_block_diag_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8285333Z test_comprehensive_block_diag_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.460s) 2022-11-23T03:19:20.8286080Z test_comprehensive_block_diag_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8286809Z test_comprehensive_block_diag_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.967s) 2022-11-23T03:19:20.8287539Z test_comprehensive_block_diag_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:20.8288263Z test_comprehensive_block_diag_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.272s) 2022-11-23T03:19:20.8288982Z test_comprehensive_block_diag_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-11-23T03:19:20.8289702Z test_comprehensive_block_diag_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8290486Z test_comprehensive_block_diag_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8291303Z test_comprehensive_block_diag_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8292022Z test_comprehensive_block_diag_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8292860Z test_comprehensive_block_diag_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8293560Z test_comprehensive_bmm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.8294253Z test_comprehensive_bmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.301s) 2022-11-23T03:19:20.8294961Z test_comprehensive_bmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.307s) 2022-11-23T03:19:20.8295658Z test_comprehensive_bmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8296320Z test_comprehensive_bmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:19:20.8297085Z test_comprehensive_bmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.8297910Z test_comprehensive_bool_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8298651Z test_comprehensive_bool_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8299346Z test_comprehensive_bool_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.8300065Z test_comprehensive_bool_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.8300748Z test_comprehensive_bool_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8301453Z test_comprehensive_bool_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.8302147Z test_comprehensive_bool_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.8302902Z test_comprehensive_bool_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.8303667Z test_comprehensive_bool_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.8304543Z test_comprehensive_bool_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.8305217Z test_comprehensive_bool_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.8305895Z test_comprehensive_bool_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.8306575Z test_comprehensive_bool_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.8307314Z test_comprehensive_broadcast_shapes_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8308101Z test_comprehensive_broadcast_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8308881Z test_comprehensive_broadcast_tensors_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8309862Z test_comprehensive_broadcast_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.8310740Z test_comprehensive_broadcast_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:19:20.8311539Z test_comprehensive_broadcast_tensors_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.8312311Z test_comprehensive_broadcast_tensors_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:19:20.8313095Z test_comprehensive_broadcast_tensors_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:19:20.8313856Z test_comprehensive_broadcast_tensors_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8314615Z test_comprehensive_broadcast_tensors_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8315443Z test_comprehensive_broadcast_tensors_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8316344Z test_comprehensive_broadcast_tensors_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8317118Z test_comprehensive_broadcast_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8317880Z test_comprehensive_broadcast_to_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.8318618Z test_comprehensive_broadcast_to_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8319359Z test_comprehensive_broadcast_to_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.296s) 2022-11-23T03:19:20.8321106Z test_comprehensive_broadcast_to_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.313s) 2022-11-23T03:19:20.8321955Z test_comprehensive_broadcast_to_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.8322774Z test_comprehensive_broadcast_to_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.8323610Z test_comprehensive_broadcast_to_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.8324336Z test_comprehensive_broadcast_to_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.8325060Z test_comprehensive_broadcast_to_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.8325787Z test_comprehensive_broadcast_to_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8326500Z test_comprehensive_broadcast_to_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.8327206Z test_comprehensive_broadcast_to_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.8327926Z test_comprehensive_bucketize_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:19:20.8328722Z test_comprehensive_bucketize_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.331s) 2022-11-23T03:19:20.8329587Z test_comprehensive_bucketize_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.319s) 2022-11-23T03:19:20.8330295Z test_comprehensive_bucketize_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:19:20.8331013Z test_comprehensive_bucketize_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:19:20.8331857Z test_comprehensive_bucketize_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:20.8332571Z test_comprehensive_bucketize_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.202s) 2022-11-23T03:19:20.8333278Z test_comprehensive_bucketize_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-11-23T03:19:20.8333997Z test_comprehensive_byte_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.8334801Z test_comprehensive_byte_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8335614Z test_comprehensive_byte_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.8336340Z test_comprehensive_byte_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:20.8337039Z test_comprehensive_byte_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8337740Z test_comprehensive_byte_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.8338448Z test_comprehensive_byte_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:20.8339153Z test_comprehensive_byte_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8339835Z test_comprehensive_byte_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8340515Z test_comprehensive_byte_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8341275Z test_comprehensive_byte_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.8342125Z test_comprehensive_byte_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.8342846Z test_comprehensive_cartesian_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.8343602Z test_comprehensive_cartesian_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.8344374Z test_comprehensive_cartesian_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-11-23T03:19:20.8345160Z test_comprehensive_cartesian_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.248s) 2022-11-23T03:19:20.8345931Z test_comprehensive_cartesian_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.8346656Z test_comprehensive_cartesian_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:19:20.8347688Z test_comprehensive_cartesian_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:19:20.8348548Z test_comprehensive_cartesian_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:20.8349295Z test_comprehensive_cartesian_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.8350044Z test_comprehensive_cartesian_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.8350793Z test_comprehensive_cartesian_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8351536Z test_comprehensive_cartesian_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.8352252Z test_comprehensive_cat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.8352942Z test_comprehensive_cat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:20.8353641Z test_comprehensive_cat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.444s) 2022-11-23T03:19:20.8354354Z test_comprehensive_cat_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.8355062Z test_comprehensive_cat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.416s) 2022-11-23T03:19:20.8355753Z test_comprehensive_cat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.8356420Z test_comprehensive_cat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-11-23T03:19:20.8357108Z test_comprehensive_cat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-11-23T03:19:20.8357800Z test_comprehensive_cat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.8358666Z test_comprehensive_cat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:20.8359549Z test_comprehensive_cat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.8360216Z test_comprehensive_cat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.8360893Z test_comprehensive_cat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.8361604Z test_comprehensive_cdist_cuda_float32 (__main__.TestDecompCUDA) ... ok (11.569s) 2022-11-23T03:19:20.8362321Z test_comprehensive_cdist_cuda_float64 (__main__.TestDecompCUDA) ... ok (11.337s) 2022-11-23T03:19:20.8363047Z test_comprehensive_cdouble_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.8363773Z test_comprehensive_cdouble_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.8364512Z test_comprehensive_cdouble_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.8365256Z test_comprehensive_cdouble_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:20.8365977Z test_comprehensive_cdouble_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:19:20.8366709Z test_comprehensive_cdouble_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.8367439Z test_comprehensive_cdouble_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:19:20.8368160Z test_comprehensive_cdouble_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.8368875Z test_comprehensive_cdouble_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.8369579Z test_comprehensive_cdouble_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.8370262Z test_comprehensive_cdouble_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:20.8370969Z test_comprehensive_cdouble_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8371668Z test_comprehensive_cdouble_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.8372370Z test_comprehensive_ceil_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8373089Z test_comprehensive_ceil_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8373795Z test_comprehensive_ceil_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:20.8374747Z test_comprehensive_ceil_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.8375522Z test_comprehensive_ceil_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.8376293Z test_comprehensive_ceil_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.8376987Z test_comprehensive_ceil_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8377672Z test_comprehensive_ceil_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.8378353Z test_comprehensive_ceil_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.8379073Z test_comprehensive_cfloat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.8379772Z test_comprehensive_cfloat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.8380489Z test_comprehensive_cfloat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:19:20.8381236Z test_comprehensive_cfloat_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.8381969Z test_comprehensive_cfloat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.8382698Z test_comprehensive_cfloat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.8383410Z test_comprehensive_cfloat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.8384095Z test_comprehensive_cfloat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:20.8384796Z test_comprehensive_cfloat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.8385621Z test_comprehensive_cfloat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.8386337Z test_comprehensive_cfloat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8387041Z test_comprehensive_cfloat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.8387745Z test_comprehensive_cfloat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8388461Z test_comprehensive_chalf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:20.8389153Z test_comprehensive_chalf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8389866Z test_comprehensive_chalf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:19:20.8390580Z test_comprehensive_chalf_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.8391316Z test_comprehensive_chalf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:20.8392037Z test_comprehensive_chalf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.8392730Z test_comprehensive_chalf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:19:20.8393414Z test_comprehensive_chalf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:19:20.8394125Z test_comprehensive_chalf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.8394814Z test_comprehensive_chalf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.8395498Z test_comprehensive_chalf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.8396180Z test_comprehensive_chalf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8396859Z test_comprehensive_chalf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.8397557Z test_comprehensive_char_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8398305Z test_comprehensive_char_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.8399024Z test_comprehensive_char_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.8399743Z test_comprehensive_char_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.8400600Z test_comprehensive_char_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.8401312Z test_comprehensive_char_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8402007Z test_comprehensive_char_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.8402672Z test_comprehensive_char_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.8403348Z test_comprehensive_char_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8404024Z test_comprehensive_char_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.8404702Z test_comprehensive_char_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.8405382Z test_comprehensive_char_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8406145Z test_comprehensive_char_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.8406911Z test_comprehensive_cholesky_cuda_complex128 (__main__.TestDecompCUDA) ... ok (16.656s) 2022-11-23T03:19:20.8407731Z test_comprehensive_cholesky_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.455s) 2022-11-23T03:19:20.8408466Z test_comprehensive_cholesky_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.882s) 2022-11-23T03:19:20.8409182Z test_comprehensive_cholesky_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.858s) 2022-11-23T03:19:20.8409932Z test_comprehensive_cholesky_inverse_cuda_complex128 (__main__.TestDecompCUDA) ... ok (11.216s) 2022-11-23T03:19:20.8410727Z test_comprehensive_cholesky_inverse_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.749s) 2022-11-23T03:19:20.8411624Z test_comprehensive_cholesky_inverse_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.006s) 2022-11-23T03:19:20.8412395Z test_comprehensive_cholesky_inverse_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.966s) 2022-11-23T03:19:20.8413171Z test_comprehensive_cholesky_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.518s) 2022-11-23T03:19:20.8413958Z test_comprehensive_cholesky_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.474s) 2022-11-23T03:19:20.8414720Z test_comprehensive_cholesky_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.836s) 2022-11-23T03:19:20.8415460Z test_comprehensive_cholesky_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.824s) 2022-11-23T03:19:20.8416182Z test_comprehensive_chunk_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.8416893Z test_comprehensive_chunk_cuda_bool (__main__.TestDecompCUDA) ... ok (0.240s) 2022-11-23T03:19:20.8417588Z test_comprehensive_chunk_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.765s) 2022-11-23T03:19:20.8418326Z test_comprehensive_chunk_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.579s) 2022-11-23T03:19:20.8419061Z test_comprehensive_chunk_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.744s) 2022-11-23T03:19:20.8419781Z test_comprehensive_chunk_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.8420492Z test_comprehensive_chunk_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.461s) 2022-11-23T03:19:20.8421184Z test_comprehensive_chunk_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.448s) 2022-11-23T03:19:20.8421862Z test_comprehensive_chunk_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.238s) 2022-11-23T03:19:20.8422561Z test_comprehensive_chunk_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-11-23T03:19:20.8423254Z test_comprehensive_chunk_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.218s) 2022-11-23T03:19:20.8423944Z test_comprehensive_chunk_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.224s) 2022-11-23T03:19:20.8424646Z test_comprehensive_chunk_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:19:20.8425360Z test_comprehensive_clamp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.946s) 2022-11-23T03:19:20.8426059Z test_comprehensive_clamp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.942s) 2022-11-23T03:19:20.8426894Z test_comprehensive_clamp_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.385s) 2022-11-23T03:19:20.8427599Z test_comprehensive_clamp_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.376s) 2022-11-23T03:19:20.8428301Z test_comprehensive_clamp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.345s) 2022-11-23T03:19:20.8429000Z test_comprehensive_clamp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.360s) 2022-11-23T03:19:20.8429683Z test_comprehensive_clamp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.335s) 2022-11-23T03:19:20.8430379Z test_comprehensive_clamp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.356s) 2022-11-23T03:19:20.8431064Z test_comprehensive_clamp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.366s) 2022-11-23T03:19:20.8431784Z test_comprehensive_clamp_max_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.317s) 2022-11-23T03:19:20.8432511Z test_comprehensive_clamp_max_cuda_bool (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:20.8433240Z test_comprehensive_clamp_max_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.342s) 2022-11-23T03:19:20.8433970Z test_comprehensive_clamp_max_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.331s) 2022-11-23T03:19:20.8434688Z test_comprehensive_clamp_max_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.307s) 2022-11-23T03:19:20.8435372Z test_comprehensive_clamp_max_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:20.8436096Z test_comprehensive_clamp_max_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:20.8436806Z test_comprehensive_clamp_max_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.8437631Z test_comprehensive_clamp_max_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:20.8438371Z test_comprehensive_clamp_max_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:20.8439081Z test_comprehensive_clamp_min_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-11-23T03:19:20.8439795Z test_comprehensive_clamp_min_cuda_bool (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:20.8440497Z test_comprehensive_clamp_min_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.338s) 2022-11-23T03:19:20.8441224Z test_comprehensive_clamp_min_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.328s) 2022-11-23T03:19:20.8441938Z test_comprehensive_clamp_min_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.278s) 2022-11-23T03:19:20.8442644Z test_comprehensive_clamp_min_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:20.8443352Z test_comprehensive_clamp_min_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:19:20.8444057Z test_comprehensive_clamp_min_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:19:20.8444736Z test_comprehensive_clamp_min_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.8445437Z test_comprehensive_clamp_min_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:20.8446151Z test_comprehensive_clone_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.8446847Z test_comprehensive_clone_cuda_bool (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.8447547Z test_comprehensive_clone_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-11-23T03:19:20.8448271Z test_comprehensive_clone_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:19:20.8448988Z test_comprehensive_clone_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-11-23T03:19:20.8449678Z test_comprehensive_clone_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8450384Z test_comprehensive_clone_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:20.8451071Z test_comprehensive_clone_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:20.8451757Z test_comprehensive_clone_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.8452572Z test_comprehensive_clone_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.8453258Z test_comprehensive_clone_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.8453917Z test_comprehensive_clone_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.8454592Z test_comprehensive_clone_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:20.8455315Z test_comprehensive_column_stack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.8456041Z test_comprehensive_column_stack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.8456831Z test_comprehensive_column_stack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:20.8457581Z test_comprehensive_column_stack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:19:20.8458332Z test_comprehensive_column_stack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.221s) 2022-11-23T03:19:20.8459070Z test_comprehensive_column_stack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.8459817Z test_comprehensive_column_stack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:20.8460560Z test_comprehensive_column_stack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-11-23T03:19:20.8461303Z test_comprehensive_column_stack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.8462040Z test_comprehensive_column_stack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.8462870Z test_comprehensive_column_stack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.8464583Z test_comprehensive_column_stack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:20.8465388Z test_comprehensive_column_stack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.8466135Z test_comprehensive_combinations_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.176s) 2022-11-23T03:19:20.8466893Z test_comprehensive_combinations_cuda_bool (__main__.TestDecompCUDA) ... ok (1.806s) 2022-11-23T03:19:20.8467662Z test_comprehensive_combinations_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.358s) 2022-11-23T03:19:20.8468437Z test_comprehensive_combinations_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.325s) 2022-11-23T03:19:20.8469187Z test_comprehensive_combinations_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.169s) 2022-11-23T03:19:20.8470000Z test_comprehensive_combinations_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.777s) 2022-11-23T03:19:20.8470818Z test_comprehensive_combinations_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.760s) 2022-11-23T03:19:20.8471633Z test_comprehensive_combinations_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.827s) 2022-11-23T03:19:20.8472378Z test_comprehensive_combinations_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.777s) 2022-11-23T03:19:20.8473123Z test_comprehensive_combinations_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.832s) 2022-11-23T03:19:20.8473862Z test_comprehensive_combinations_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.857s) 2022-11-23T03:19:20.8474592Z test_comprehensive_combinations_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.853s) 2022-11-23T03:19:20.8475322Z test_comprehensive_complex_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:20.8476029Z test_comprehensive_complex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.939s) 2022-11-23T03:19:20.8476841Z test_comprehensive_complex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.901s) 2022-11-23T03:19:20.8477626Z test_comprehensive_conj_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8478398Z test_comprehensive_conj_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.8479109Z test_comprehensive_conj_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.8479973Z test_comprehensive_conj_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8480694Z test_comprehensive_conj_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.8481396Z test_comprehensive_conj_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8482098Z test_comprehensive_conj_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8482790Z test_comprehensive_conj_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8483570Z test_comprehensive_conj_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8484234Z test_comprehensive_conj_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8485072Z test_comprehensive_conj_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8485757Z test_comprehensive_conj_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8486445Z test_comprehensive_conj_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8487174Z test_comprehensive_conj_physical_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8487908Z test_comprehensive_conj_physical_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8488660Z test_comprehensive_conj_physical_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8489407Z test_comprehensive_conj_physical_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-11-23T03:19:20.8490252Z test_comprehensive_conj_physical_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8491130Z test_comprehensive_conj_physical_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8491969Z test_comprehensive_conj_physical_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8492814Z test_comprehensive_conj_physical_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8493558Z test_comprehensive_conj_physical_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.8494273Z test_comprehensive_conj_physical_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8550107Z test_comprehensive_conj_physical_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8551201Z test_comprehensive_conj_physical_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8552003Z test_comprehensive_conj_physical_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8552806Z test_comprehensive_constant_pad_nd_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-11-23T03:19:20.8553628Z test_comprehensive_constant_pad_nd_cuda_bool (__main__.TestDecompCUDA) ... ok (0.485s) 2022-11-23T03:19:20.8554427Z test_comprehensive_constant_pad_nd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.434s) 2022-11-23T03:19:20.8555634Z test_comprehensive_constant_pad_nd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.244s) 2022-11-23T03:19:20.8556647Z test_comprehensive_constant_pad_nd_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-11-23T03:19:20.8557667Z test_comprehensive_constant_pad_nd_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.926s) 2022-11-23T03:19:20.8558435Z test_comprehensive_constant_pad_nd_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.903s) 2022-11-23T03:19:20.8559215Z test_comprehensive_constant_pad_nd_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.504s) 2022-11-23T03:19:20.8560004Z test_comprehensive_constant_pad_nd_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.539s) 2022-11-23T03:19:20.8560787Z test_comprehensive_constant_pad_nd_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.486s) 2022-11-23T03:19:20.8561579Z test_comprehensive_constant_pad_nd_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.513s) 2022-11-23T03:19:20.8562351Z test_comprehensive_constant_pad_nd_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.484s) 2022-11-23T03:19:20.8563504Z test_comprehensive_contiguous_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8564432Z test_comprehensive_contiguous_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8565403Z test_comprehensive_contiguous_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8566188Z test_comprehensive_contiguous_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8566976Z test_comprehensive_contiguous_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8567763Z test_comprehensive_contiguous_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8568549Z test_comprehensive_contiguous_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8569325Z test_comprehensive_contiguous_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8570201Z test_comprehensive_contiguous_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8571042Z test_comprehensive_contiguous_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.8571908Z test_comprehensive_contiguous_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8572680Z test_comprehensive_contiguous_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8573444Z test_comprehensive_contiguous_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.8574213Z test_comprehensive_copysign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-11-23T03:19:20.8574933Z test_comprehensive_copysign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:19:20.8575844Z test_comprehensive_copysign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-11-23T03:19:20.8576736Z test_comprehensive_copysign_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.078s) 2022-11-23T03:19:20.8577611Z test_comprehensive_copysign_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.116s) 2022-11-23T03:19:20.8578736Z test_comprehensive_copysign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:19:20.8579481Z test_comprehensive_copysign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:19:20.8580189Z test_comprehensive_copysign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.202s) 2022-11-23T03:19:20.8580923Z test_comprehensive_copysign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:19:20.8581680Z test_comprehensive_copysign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-11-23T03:19:20.8582444Z test_comprehensive_corrcoef_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-11-23T03:19:20.8583230Z test_comprehensive_corrcoef_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.642s) 2022-11-23T03:19:20.8584129Z test_comprehensive_corrcoef_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.760s) 2022-11-23T03:19:20.8585088Z test_comprehensive_corrcoef_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-11-23T03:19:20.8585851Z test_comprehensive_corrcoef_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.969s) 2022-11-23T03:19:20.8586615Z test_comprehensive_corrcoef_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.952s) 2022-11-23T03:19:20.8587368Z test_comprehensive_corrcoef_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:19:20.8588464Z test_comprehensive_corrcoef_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:20.8598976Z test_comprehensive_corrcoef_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.246s) 2022-11-23T03:19:20.8599860Z test_comprehensive_corrcoef_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:19:20.8600688Z test_comprehensive_corrcoef_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-11-23T03:19:20.8601511Z test_comprehensive_cos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8602546Z test_comprehensive_cos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8605858Z test_comprehensive_cos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:19:20.8606695Z test_comprehensive_cos_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:20.8607491Z test_comprehensive_cos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-11-23T03:19:20.8608274Z test_comprehensive_cos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.8609057Z test_comprehensive_cos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.8609833Z test_comprehensive_cos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.8612895Z test_comprehensive_cos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8613698Z test_comprehensive_cos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8614451Z test_comprehensive_cos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.8615388Z test_comprehensive_cos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.8616179Z test_comprehensive_cos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.8616977Z test_comprehensive_cosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.8620211Z test_comprehensive_cosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8620837Z test_comprehensive_cosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:19:20.8621274Z test_comprehensive_cosh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.8621676Z test_comprehensive_cosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:20.8622484Z test_comprehensive_cosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.8623315Z test_comprehensive_cosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.8624110Z test_comprehensive_cosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8627061Z test_comprehensive_cosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8775643Z test_comprehensive_cosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8776864Z test_comprehensive_cosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8777658Z test_comprehensive_cosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8778456Z test_comprehensive_cosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8779244Z test_comprehensive_count_nonzero_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8782469Z test_comprehensive_count_nonzero_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8783375Z test_comprehensive_count_nonzero_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.8784262Z test_comprehensive_count_nonzero_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.8785125Z test_comprehensive_count_nonzero_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.8785981Z test_comprehensive_count_nonzero_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.8786822Z test_comprehensive_count_nonzero_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.8790044Z test_comprehensive_count_nonzero_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.8790900Z test_comprehensive_count_nonzero_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.8791756Z test_comprehensive_count_nonzero_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8792581Z test_comprehensive_count_nonzero_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8793372Z test_comprehensive_count_nonzero_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.8796975Z test_comprehensive_cov_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.723s) 2022-11-23T03:19:20.8797814Z test_comprehensive_cov_cuda_complex128 (__main__.TestDecompCUDA) ... ok (10.507s) 2022-11-23T03:19:20.8798697Z test_comprehensive_cov_cuda_complex64 (__main__.TestDecompCUDA) ... ok (10.824s) 2022-11-23T03:19:20.8799502Z test_comprehensive_cov_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.699s) 2022-11-23T03:19:20.8800292Z test_comprehensive_cov_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.947s) 2022-11-23T03:19:20.8803415Z test_comprehensive_cov_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.739s) 2022-11-23T03:19:20.8804251Z test_comprehensive_cov_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.915s) 2022-11-23T03:19:20.8805034Z test_comprehensive_cov_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.816s) 2022-11-23T03:19:20.8805803Z test_comprehensive_cov_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.819s) 2022-11-23T03:19:20.8806549Z test_comprehensive_cov_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.828s) 2022-11-23T03:19:20.8807305Z test_comprehensive_cov_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.766s) 2022-11-23T03:19:20.8809732Z test_comprehensive_cross_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:19:20.8810186Z test_comprehensive_cross_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:19:20.8810611Z test_comprehensive_cross_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.8811026Z test_comprehensive_cross_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8811438Z test_comprehensive_cross_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8812026Z test_comprehensive_cross_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8812459Z test_comprehensive_cross_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8812848Z test_comprehensive_cross_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8813254Z test_comprehensive_cross_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8813656Z test_comprehensive_cross_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8814072Z test_comprehensive_cummax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.8816258Z test_comprehensive_cummax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8816703Z test_comprehensive_cummax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.8817101Z test_comprehensive_cummax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8817523Z test_comprehensive_cummax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.8817938Z test_comprehensive_cummax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8818347Z test_comprehensive_cummax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8818760Z test_comprehensive_cummax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.8819168Z test_comprehensive_cummax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8819576Z test_comprehensive_cummax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8819970Z test_comprehensive_cummin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8820382Z test_comprehensive_cummin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8820794Z test_comprehensive_cummin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.8823013Z test_comprehensive_cummin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8823430Z test_comprehensive_cummin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.8823838Z test_comprehensive_cummin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8824362Z test_comprehensive_cummin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8824775Z test_comprehensive_cummin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8825180Z test_comprehensive_cummin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8825586Z test_comprehensive_cummin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.8826003Z test_comprehensive_cumprod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.469s) 2022-11-23T03:19:20.8826435Z test_comprehensive_cumprod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (13.087s) 2022-11-23T03:19:20.8826869Z test_comprehensive_cumprod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (13.099s) 2022-11-23T03:19:20.8827277Z test_comprehensive_cumprod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.454s) 2022-11-23T03:19:20.8829489Z test_comprehensive_cumprod_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.971s) 2022-11-23T03:19:20.8829921Z test_comprehensive_cumprod_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.846s) 2022-11-23T03:19:20.8830332Z test_comprehensive_cumprod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8830744Z test_comprehensive_cumprod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8831155Z test_comprehensive_cumprod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8831550Z test_comprehensive_cumprod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8831961Z test_comprehensive_cumprod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.8832480Z test_comprehensive_cumsum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.8832924Z test_comprehensive_cumsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.576s) 2022-11-23T03:19:20.8833348Z test_comprehensive_cumsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.581s) 2022-11-23T03:19:20.8833773Z test_comprehensive_cumsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.8835963Z test_comprehensive_cumsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.339s) 2022-11-23T03:19:20.8836385Z test_comprehensive_cumsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.337s) 2022-11-23T03:19:20.8836801Z test_comprehensive_cumsum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.8837212Z test_comprehensive_cumsum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.8837616Z test_comprehensive_cumsum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.8838025Z test_comprehensive_cumsum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:20.8838440Z test_comprehensive_cumsum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:19:20.8838865Z test_comprehensive_cumulative_trapezoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:19:20.8839346Z test_comprehensive_cumulative_trapezoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.959s) 2022-11-23T03:19:20.8839828Z test_comprehensive_cumulative_trapezoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.023s) 2022-11-23T03:19:20.8840300Z test_comprehensive_cumulative_trapezoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-11-23T03:19:20.8842508Z test_comprehensive_cumulative_trapezoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.140s) 2022-11-23T03:19:20.8842982Z test_comprehensive_cumulative_trapezoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.083s) 2022-11-23T03:19:20.8843449Z test_comprehensive_cumulative_trapezoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:19:20.8843888Z test_comprehensive_cumulative_trapezoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.224s) 2022-11-23T03:19:20.8844333Z test_comprehensive_cumulative_trapezoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:19:20.8844912Z test_comprehensive_cumulative_trapezoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-11-23T03:19:20.8845364Z test_comprehensive_cumulative_trapezoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:19:20.8845799Z test_comprehensive_deg2rad_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8846219Z test_comprehensive_deg2rad_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8846620Z test_comprehensive_deg2rad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.8848785Z test_comprehensive_deg2rad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:20.8849239Z test_comprehensive_deg2rad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:19:20.8849658Z test_comprehensive_deg2rad_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8850067Z test_comprehensive_deg2rad_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8850481Z test_comprehensive_deg2rad_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8850889Z test_comprehensive_deg2rad_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8851279Z test_comprehensive_deg2rad_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8851754Z test_comprehensive_diag_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: diag in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:20.8852271Z test_comprehensive_diag_cuda_bool (__main__.TestDecompCUDA) ... skip: diag in torch.bool not supported (0.001s) 2022-11-23T03:19:20.8852901Z test_comprehensive_diag_cuda_complex128 (__main__.TestDecompCUDA) ... skip: diag in torch.complex128 not supported (0.001s) 2022-11-23T03:19:20.8854712Z test_comprehensive_diag_cuda_complex32 (__main__.TestDecompCUDA) ... skip: diag in torch.complex32 not supported (0.001s) 2022-11-23T03:19:20.8855780Z test_comprehensive_diag_cuda_complex64 (__main__.TestDecompCUDA) ... skip: diag in torch.complex64 not supported (0.001s) 2022-11-23T03:19:20.8856315Z test_comprehensive_diag_cuda_float16 (__main__.TestDecompCUDA) ... skip: diag in torch.float16 not supported (0.001s) 2022-11-23T03:19:20.8856814Z test_comprehensive_diag_cuda_float32 (__main__.TestDecompCUDA) ... skip: diag in torch.float32 not supported (0.001s) 2022-11-23T03:19:20.8857334Z test_comprehensive_diag_cuda_float64 (__main__.TestDecompCUDA) ... skip: diag in torch.float64 not supported (0.001s) 2022-11-23T03:19:20.8857846Z test_comprehensive_diag_cuda_int16 (__main__.TestDecompCUDA) ... skip: diag in torch.int16 not supported (0.001s) 2022-11-23T03:19:20.8858353Z test_comprehensive_diag_cuda_int32 (__main__.TestDecompCUDA) ... skip: diag in torch.int32 not supported (0.001s) 2022-11-23T03:19:20.8858849Z test_comprehensive_diag_cuda_int64 (__main__.TestDecompCUDA) ... skip: diag in torch.int64 not supported (0.001s) 2022-11-23T03:19:20.8859342Z test_comprehensive_diag_cuda_int8 (__main__.TestDecompCUDA) ... skip: diag in torch.int8 not supported (0.001s) 2022-11-23T03:19:20.8859847Z test_comprehensive_diag_cuda_uint8 (__main__.TestDecompCUDA) ... skip: diag in torch.uint8 not supported (0.001s) 2022-11-23T03:19:20.8862047Z test_comprehensive_diag_embed_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.8862463Z test_comprehensive_diag_embed_cuda_bool (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:20.8862893Z test_comprehensive_diag_embed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.995s) 2022-11-23T03:19:20.8863525Z test_comprehensive_diag_embed_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.298s) 2022-11-23T03:19:20.8863928Z test_comprehensive_diag_embed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.001s) 2022-11-23T03:19:20.8864309Z test_comprehensive_diag_embed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.8864686Z test_comprehensive_diag_embed_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.200s) 2022-11-23T03:19:20.8865162Z test_comprehensive_diag_embed_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.184s) 2022-11-23T03:19:20.8865370Z test_comprehensive_diag_embed_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:19:20.8865567Z test_comprehensive_diag_embed_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:19:20.8865766Z test_comprehensive_diag_embed_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:20.8865961Z test_comprehensive_diag_embed_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:19:20.8866155Z test_comprehensive_diag_embed_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.8866363Z test_comprehensive_diagflat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.8866561Z test_comprehensive_diagflat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.8866755Z test_comprehensive_diagflat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:20.8866965Z test_comprehensive_diagflat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:20.8867170Z test_comprehensive_diagflat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.8867364Z test_comprehensive_diagflat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:19:20.8867555Z test_comprehensive_diagflat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:19:20.8867753Z test_comprehensive_diagflat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.8867954Z test_comprehensive_diagflat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8868233Z test_comprehensive_diagflat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.8868445Z test_comprehensive_diagflat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.8868642Z test_comprehensive_diagflat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8868856Z test_comprehensive_diagonal_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.8869059Z test_comprehensive_diagonal_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:20.8869275Z test_comprehensive_diagonal_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.438s) 2022-11-23T03:19:20.8869489Z test_comprehensive_diagonal_copy_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.286s) 2022-11-23T03:19:20.8869703Z test_comprehensive_diagonal_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.445s) 2022-11-23T03:19:20.8869914Z test_comprehensive_diagonal_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.8870122Z test_comprehensive_diagonal_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.279s) 2022-11-23T03:19:20.8870323Z test_comprehensive_diagonal_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-11-23T03:19:20.8870530Z test_comprehensive_diagonal_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:19:20.8870720Z test_comprehensive_diagonal_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:19:20.8870924Z test_comprehensive_diagonal_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:19:20.8871131Z test_comprehensive_diagonal_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-11-23T03:19:20.8871337Z test_comprehensive_diagonal_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:19:20.8873399Z test_comprehensive_diagonal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.8873634Z test_comprehensive_diagonal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:19:20.8873840Z test_comprehensive_diagonal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.438s) 2022-11-23T03:19:20.8874045Z test_comprehensive_diagonal_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.295s) 2022-11-23T03:19:20.8874358Z test_comprehensive_diagonal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.447s) 2022-11-23T03:19:20.8874561Z test_comprehensive_diagonal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.8874754Z test_comprehensive_diagonal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:19:20.8874946Z test_comprehensive_diagonal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-11-23T03:19:20.8875142Z test_comprehensive_diagonal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:19:20.8875333Z test_comprehensive_diagonal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:19:20.8875533Z test_comprehensive_diagonal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:19:20.8875726Z test_comprehensive_diagonal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:19:20.8875924Z test_comprehensive_diagonal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:19:20.8876146Z test_comprehensive_diagonal_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:20.8876338Z test_comprehensive_diagonal_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.497s) 2022-11-23T03:19:20.8876552Z test_comprehensive_diagonal_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.084s) 2022-11-23T03:19:20.8876763Z test_comprehensive_diagonal_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.244s) 2022-11-23T03:19:20.8876970Z test_comprehensive_diagonal_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.185s) 2022-11-23T03:19:20.8877178Z test_comprehensive_diagonal_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.486s) 2022-11-23T03:19:20.8877465Z test_comprehensive_diagonal_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.495s) 2022-11-23T03:19:20.8877689Z test_comprehensive_diagonal_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.475s) 2022-11-23T03:19:20.8877900Z test_comprehensive_diagonal_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.503s) 2022-11-23T03:19:20.8878104Z test_comprehensive_diagonal_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.482s) 2022-11-23T03:19:20.8878301Z test_comprehensive_diff_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.636s) 2022-11-23T03:19:20.8878492Z test_comprehensive_diff_cuda_bool (__main__.TestDecompCUDA) ... ok (3.968s) 2022-11-23T03:19:20.8878695Z test_comprehensive_diff_cuda_complex128 (__main__.TestDecompCUDA) ... ok (24.841s) 2022-11-23T03:19:20.8878894Z test_comprehensive_diff_cuda_complex64 (__main__.TestDecompCUDA) ... ok (25.429s) 2022-11-23T03:19:20.8879091Z test_comprehensive_diff_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.639s) 2022-11-23T03:19:20.8879287Z test_comprehensive_diff_cuda_float32 (__main__.TestDecompCUDA) ... ok (14.958s) 2022-11-23T03:19:20.8879482Z test_comprehensive_diff_cuda_float64 (__main__.TestDecompCUDA) ... ok (14.667s) 2022-11-23T03:19:20.8879674Z test_comprehensive_diff_cuda_int16 (__main__.TestDecompCUDA) ... ok (4.110s) 2022-11-23T03:19:20.8879868Z test_comprehensive_diff_cuda_int32 (__main__.TestDecompCUDA) ... ok (3.936s) 2022-11-23T03:19:20.8880054Z test_comprehensive_diff_cuda_int64 (__main__.TestDecompCUDA) ... ok (3.853s) 2022-11-23T03:19:20.8880226Z test_comprehensive_diff_cuda_int8 (__main__.TestDecompCUDA) ... ok (4.068s) 2022-11-23T03:19:20.8880412Z test_comprehensive_diff_cuda_uint8 (__main__.TestDecompCUDA) ... ok (4.018s) 2022-11-23T03:19:20.8880607Z test_comprehensive_digamma_cuda_bool (__main__.TestDecompCUDA) ... ok (1.047s) 2022-11-23T03:19:20.8880809Z test_comprehensive_digamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.570s) 2022-11-23T03:19:20.8881014Z test_comprehensive_digamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.514s) 2022-11-23T03:19:20.8881208Z test_comprehensive_digamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.518s) 2022-11-23T03:19:20.8881406Z test_comprehensive_digamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8881688Z test_comprehensive_digamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8881881Z test_comprehensive_digamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8882076Z test_comprehensive_digamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8882267Z test_comprehensive_digamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8882458Z test_comprehensive_dist_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.321s) 2022-11-23T03:19:20.8882659Z test_comprehensive_dist_cuda_complex128 (__main__.TestDecompCUDA) ... ok (15.925s) 2022-11-23T03:19:20.8882860Z test_comprehensive_dist_cuda_complex64 (__main__.TestDecompCUDA) ... ok (16.369s) 2022-11-23T03:19:20.8883054Z test_comprehensive_dist_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.287s) 2022-11-23T03:19:20.8883242Z test_comprehensive_dist_cuda_float32 (__main__.TestDecompCUDA) ... ok (10.794s) 2022-11-23T03:19:20.8883433Z test_comprehensive_dist_cuda_float64 (__main__.TestDecompCUDA) ... ok (10.593s) 2022-11-23T03:19:20.8883653Z test_comprehensive_div_floor_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:19:20.8883855Z test_comprehensive_div_floor_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:19:20.8884070Z test_comprehensive_div_floor_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.493s) 2022-11-23T03:19:20.8884283Z test_comprehensive_div_floor_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.480s) 2022-11-23T03:19:20.8884569Z test_comprehensive_div_floor_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:19:20.8884796Z test_comprehensive_div_floor_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:20.8884999Z test_comprehensive_div_floor_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:19:20.8885212Z test_comprehensive_div_floor_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:20.8885422Z test_comprehensive_div_floor_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-11-23T03:19:20.8885642Z test_comprehensive_div_no_rounding_mode_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:19:20.8885856Z test_comprehensive_div_no_rounding_mode_cuda_bool (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:20.8886080Z test_comprehensive_div_no_rounding_mode_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.519s) 2022-11-23T03:19:20.8886302Z test_comprehensive_div_no_rounding_mode_cuda_complex32 (__main__.TestDecompCUDA) ... ok (3.096s) 2022-11-23T03:19:20.8886527Z test_comprehensive_div_no_rounding_mode_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.576s) 2022-11-23T03:19:20.8886749Z test_comprehensive_div_no_rounding_mode_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:19:20.8886974Z test_comprehensive_div_no_rounding_mode_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.794s) 2022-11-23T03:19:20.8887190Z test_comprehensive_div_no_rounding_mode_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.746s) 2022-11-23T03:19:20.8887403Z test_comprehensive_div_no_rounding_mode_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:19:20.8887614Z test_comprehensive_div_no_rounding_mode_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:20.8887826Z test_comprehensive_div_no_rounding_mode_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:20.8889317Z test_comprehensive_div_no_rounding_mode_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:20.8890310Z test_comprehensive_div_no_rounding_mode_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:20.8890746Z test_comprehensive_div_trunc_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.8891323Z test_comprehensive_div_trunc_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.8891607Z test_comprehensive_div_trunc_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.433s) 2022-11-23T03:19:20.8891825Z test_comprehensive_div_trunc_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.421s) 2022-11-23T03:19:20.8892038Z test_comprehensive_div_trunc_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:20.8892250Z test_comprehensive_div_trunc_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:20.8892460Z test_comprehensive_div_trunc_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.8892676Z test_comprehensive_div_trunc_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:19:20.8892882Z test_comprehensive_div_trunc_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:20.8893075Z test_comprehensive_dot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.8893279Z test_comprehensive_dot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:19:20.8893474Z test_comprehensive_dot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:19:20.8893667Z test_comprehensive_dot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.8893857Z test_comprehensive_dot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.8894051Z test_comprehensive_dot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8894257Z test_comprehensive_double_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.8894547Z test_comprehensive_double_cuda_bool (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.8894767Z test_comprehensive_double_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:19:20.8894969Z test_comprehensive_double_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.8895152Z test_comprehensive_double_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-11-23T03:19:20.8895346Z test_comprehensive_double_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.8895535Z test_comprehensive_double_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:20.8895721Z test_comprehensive_double_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.8895915Z test_comprehensive_double_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.8896107Z test_comprehensive_double_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.8896301Z test_comprehensive_double_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8896490Z test_comprehensive_double_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.8896678Z test_comprehensive_double_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.8896879Z test_comprehensive_dsplit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.8897071Z test_comprehensive_dsplit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:19:20.8897272Z test_comprehensive_dsplit_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.685s) 2022-11-23T03:19:20.8897472Z test_comprehensive_dsplit_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.293s) 2022-11-23T03:19:20.8897667Z test_comprehensive_dsplit_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.677s) 2022-11-23T03:19:20.8897860Z test_comprehensive_dsplit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.8898109Z test_comprehensive_dsplit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.389s) 2022-11-23T03:19:20.8898313Z test_comprehensive_dsplit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.408s) 2022-11-23T03:19:20.8898503Z test_comprehensive_dsplit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:19:20.8899481Z test_comprehensive_dsplit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:20.8899681Z test_comprehensive_dsplit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-11-23T03:19:20.8899871Z test_comprehensive_dsplit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:19:20.8900061Z test_comprehensive_dsplit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.8900261Z test_comprehensive_dstack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.8900451Z test_comprehensive_dstack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.080s) 2022-11-23T03:19:20.8900656Z test_comprehensive_dstack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.463s) 2022-11-23T03:19:20.8900856Z test_comprehensive_dstack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:20.8901048Z test_comprehensive_dstack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.425s) 2022-11-23T03:19:20.8901244Z test_comprehensive_dstack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.8901440Z test_comprehensive_dstack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.270s) 2022-11-23T03:19:20.8901631Z test_comprehensive_dstack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-11-23T03:19:20.8901822Z test_comprehensive_dstack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:20.8902012Z test_comprehensive_dstack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.8902203Z test_comprehensive_dstack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:20.8902476Z test_comprehensive_dstack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:20.8902682Z test_comprehensive_dstack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.8902879Z test_comprehensive_einsum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:20.8903069Z test_comprehensive_einsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.887s) 2022-11-23T03:19:20.8903265Z test_comprehensive_einsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.986s) 2022-11-23T03:19:20.8903457Z test_comprehensive_einsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:19:20.8903650Z test_comprehensive_einsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.242s) 2022-11-23T03:19:20.8903842Z test_comprehensive_einsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.138s) 2022-11-23T03:19:20.8904110Z test_comprehensive_empty_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:20.8904370Z test_comprehensive_empty_cuda_bool (__main__.TestDecompCUDA) ... skip: empty in torch.bool not supported (0.002s) 2022-11-23T03:19:20.8904644Z test_comprehensive_empty_cuda_complex128 (__main__.TestDecompCUDA) ... skip: empty in torch.complex128 not supported (0.001s) 2022-11-23T03:19:20.8904916Z test_comprehensive_empty_cuda_complex32 (__main__.TestDecompCUDA) ... skip: empty in torch.complex32 not supported (0.001s) 2022-11-23T03:19:20.8905180Z test_comprehensive_empty_cuda_complex64 (__main__.TestDecompCUDA) ... skip: empty in torch.complex64 not supported (0.001s) 2022-11-23T03:19:20.8905435Z test_comprehensive_empty_cuda_float16 (__main__.TestDecompCUDA) ... skip: empty in torch.float16 not supported (0.001s) 2022-11-23T03:19:20.8905693Z test_comprehensive_empty_cuda_float32 (__main__.TestDecompCUDA) ... skip: empty in torch.float32 not supported (0.001s) 2022-11-23T03:19:20.8905940Z test_comprehensive_empty_cuda_float64 (__main__.TestDecompCUDA) ... skip: empty in torch.float64 not supported (0.001s) 2022-11-23T03:19:20.8906192Z test_comprehensive_empty_cuda_int16 (__main__.TestDecompCUDA) ... skip: empty in torch.int16 not supported (0.001s) 2022-11-23T03:19:20.8906436Z test_comprehensive_empty_cuda_int32 (__main__.TestDecompCUDA) ... skip: empty in torch.int32 not supported (0.001s) 2022-11-23T03:19:20.8907132Z test_comprehensive_empty_cuda_int64 (__main__.TestDecompCUDA) ... skip: empty in torch.int64 not supported (0.001s) 2022-11-23T03:19:20.8907384Z test_comprehensive_empty_cuda_int8 (__main__.TestDecompCUDA) ... skip: empty in torch.int8 not supported (0.001s) 2022-11-23T03:19:20.8907633Z test_comprehensive_empty_cuda_uint8 (__main__.TestDecompCUDA) ... skip: empty in torch.uint8 not supported (0.001s) 2022-11-23T03:19:20.8907906Z test_comprehensive_empty_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:20.8908169Z test_comprehensive_empty_like_cuda_bool (__main__.TestDecompCUDA) ... skip: empty_like in torch.bool not supported (0.001s) 2022-11-23T03:19:20.8908453Z test_comprehensive_empty_like_cuda_complex128 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex128 not supported (0.001s) 2022-11-23T03:19:20.8908734Z test_comprehensive_empty_like_cuda_complex32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex32 not supported (0.001s) 2022-11-23T03:19:20.8909018Z test_comprehensive_empty_like_cuda_complex64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex64 not supported (0.001s) 2022-11-23T03:19:20.8909286Z test_comprehensive_empty_like_cuda_float16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float16 not supported (0.001s) 2022-11-23T03:19:20.8909557Z test_comprehensive_empty_like_cuda_float32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-11-23T03:19:20.8909818Z test_comprehensive_empty_like_cuda_float64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float64 not supported (0.001s) 2022-11-23T03:19:20.8910150Z test_comprehensive_empty_like_cuda_int16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-11-23T03:19:20.8910439Z test_comprehensive_empty_like_cuda_int32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int32 not supported (0.002s) 2022-11-23T03:19:20.8910702Z test_comprehensive_empty_like_cuda_int64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-11-23T03:19:20.8910962Z test_comprehensive_empty_like_cuda_int8 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-11-23T03:19:20.8911224Z test_comprehensive_empty_like_cuda_uint8 (__main__.TestDecompCUDA) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-11-23T03:19:20.8911416Z test_comprehensive_eq_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:19:20.8911603Z test_comprehensive_eq_cuda_bool (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:20.8911801Z test_comprehensive_eq_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.446s) 2022-11-23T03:19:20.8911999Z test_comprehensive_eq_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.457s) 2022-11-23T03:19:20.8912193Z test_comprehensive_eq_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.488s) 2022-11-23T03:19:20.8912385Z test_comprehensive_eq_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.160s) 2022-11-23T03:19:20.8912571Z test_comprehensive_eq_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-11-23T03:19:20.8912756Z test_comprehensive_eq_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:20.8912943Z test_comprehensive_eq_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.8913129Z test_comprehensive_eq_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.8913309Z test_comprehensive_eq_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:20.8913495Z test_comprehensive_eq_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-11-23T03:19:20.8913675Z test_comprehensive_eq_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:20.8913872Z test_comprehensive_equal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8914154Z test_comprehensive_equal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8914340Z test_comprehensive_equal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.8914540Z test_comprehensive_equal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.8914733Z test_comprehensive_equal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8914925Z test_comprehensive_equal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8915116Z test_comprehensive_equal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8915307Z test_comprehensive_equal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8915497Z test_comprehensive_equal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8915684Z test_comprehensive_equal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8915874Z test_comprehensive_equal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8916060Z test_comprehensive_equal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.8916254Z test_comprehensive_erf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8916442Z test_comprehensive_erf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8916630Z test_comprehensive_erf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8916831Z test_comprehensive_erf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.441s) 2022-11-23T03:19:20.8917178Z test_comprehensive_erf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.419s) 2022-11-23T03:19:20.8917652Z test_comprehensive_erf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8918029Z test_comprehensive_erf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.8918363Z test_comprehensive_erf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.8918736Z test_comprehensive_erf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.8919097Z test_comprehensive_erf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.8919476Z test_comprehensive_erfc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.846s) 2022-11-23T03:19:20.8922357Z test_comprehensive_erfc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.365s) 2022-11-23T03:19:20.8922766Z test_comprehensive_erfc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.279s) 2022-11-23T03:19:20.8923153Z test_comprehensive_erfc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:19:20.8923540Z test_comprehensive_erfc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:20.8923898Z test_comprehensive_erfc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8924248Z test_comprehensive_erfc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8924623Z test_comprehensive_erfc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8924978Z test_comprehensive_erfc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8925346Z test_comprehensive_erfc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.8925720Z test_comprehensive_erfinv_cuda_bool (__main__.TestDecompCUDA) ... ok (0.675s) 2022-11-23T03:19:20.8926102Z test_comprehensive_erfinv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.599s) 2022-11-23T03:19:20.8926478Z test_comprehensive_erfinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.409s) 2022-11-23T03:19:20.8926857Z test_comprehensive_erfinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.435s) 2022-11-23T03:19:20.8927234Z test_comprehensive_erfinv_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.8927587Z test_comprehensive_erfinv_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.8928137Z test_comprehensive_erfinv_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.8928515Z test_comprehensive_erfinv_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.8928890Z test_comprehensive_erfinv_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:20.8929274Z test_comprehensive_exp2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.754s) 2022-11-23T03:19:20.8929642Z test_comprehensive_exp2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.363s) 2022-11-23T03:19:20.8930015Z test_comprehensive_exp2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-11-23T03:19:20.8930392Z test_comprehensive_exp2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:20.8930769Z test_comprehensive_exp2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.8931139Z test_comprehensive_exp2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8931506Z test_comprehensive_exp2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8931878Z test_comprehensive_exp2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8932243Z test_comprehensive_exp2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.8932602Z test_comprehensive_exp2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.8932973Z test_comprehensive_exp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.8933342Z test_comprehensive_exp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8933733Z test_comprehensive_exp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.627s) 2022-11-23T03:19:20.8934254Z test_comprehensive_exp_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.144s) 2022-11-23T03:19:20.8934639Z test_comprehensive_exp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:19:20.8935016Z test_comprehensive_exp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8935398Z test_comprehensive_exp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.8935770Z test_comprehensive_exp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8936137Z test_comprehensive_exp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8936505Z test_comprehensive_exp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.8936858Z test_comprehensive_exp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8937222Z test_comprehensive_exp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8937591Z test_comprehensive_exp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.8937983Z test_comprehensive_expand_as_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.8938365Z test_comprehensive_expand_as_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8938771Z test_comprehensive_expand_as_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-11-23T03:19:20.8939180Z test_comprehensive_expand_as_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:19:20.8939560Z test_comprehensive_expand_as_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8939919Z test_comprehensive_expand_as_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.8940304Z test_comprehensive_expand_as_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.8940694Z test_comprehensive_expand_as_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.8941079Z test_comprehensive_expand_as_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.8941430Z test_comprehensive_expand_as_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.8941804Z test_comprehensive_expand_as_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.8942330Z test_comprehensive_expand_as_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.8942724Z test_comprehensive_expand_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:20.8943105Z test_comprehensive_expand_cuda_bool (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8943508Z test_comprehensive_expand_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.416s) 2022-11-23T03:19:20.8943909Z test_comprehensive_expand_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.446s) 2022-11-23T03:19:20.8944298Z test_comprehensive_expand_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.8944680Z test_comprehensive_expand_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:20.8945061Z test_comprehensive_expand_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:19:20.8945438Z test_comprehensive_expand_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.8945832Z test_comprehensive_expand_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.8946206Z test_comprehensive_expand_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.8946579Z test_comprehensive_expand_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.8946950Z test_comprehensive_expand_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.8947340Z test_comprehensive_expm1_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.8947703Z test_comprehensive_expm1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.8948215Z test_comprehensive_expm1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.8948590Z test_comprehensive_expm1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-11-23T03:19:20.8948971Z test_comprehensive_expm1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:20.8949353Z test_comprehensive_expm1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.8949723Z test_comprehensive_expm1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.8950089Z test_comprehensive_expm1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:20.8950456Z test_comprehensive_expm1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.8950826Z test_comprehensive_expm1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.8951206Z test_comprehensive_eye_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:19:20.8951573Z test_comprehensive_eye_cuda_bool (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:19:20.8951961Z test_comprehensive_eye_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.8952342Z test_comprehensive_eye_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-11-23T03:19:20.8952709Z test_comprehensive_eye_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:19:20.8953085Z test_comprehensive_eye_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:19:20.8953454Z test_comprehensive_eye_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-11-23T03:19:20.8953792Z test_comprehensive_eye_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:19:20.8953992Z test_comprehensive_eye_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:19:20.8954177Z test_comprehensive_eye_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-11-23T03:19:20.8954365Z test_comprehensive_eye_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:19:20.8954536Z test_comprehensive_eye_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-11-23T03:19:20.8954732Z test_comprehensive_fft_fft2_cuda_bool (__main__.TestDecompCUDA) ... ok (1.399s) 2022-11-23T03:19:20.8954935Z test_comprehensive_fft_fft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.645s) 2022-11-23T03:19:20.8955426Z test_comprehensive_fft_fft2_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.670s) 2022-11-23T03:19:20.8955811Z test_comprehensive_fft_fft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.343s) 2022-11-23T03:19:20.8956060Z test_comprehensive_fft_fft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:19:20.8956258Z test_comprehensive_fft_fft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.508s) 2022-11-23T03:19:20.8956448Z test_comprehensive_fft_fft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.511s) 2022-11-23T03:19:20.8956641Z test_comprehensive_fft_fft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.370s) 2022-11-23T03:19:20.8956834Z test_comprehensive_fft_fft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.394s) 2022-11-23T03:19:20.8957019Z test_comprehensive_fft_fft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-11-23T03:19:20.8957208Z test_comprehensive_fft_fft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.371s) 2022-11-23T03:19:20.8957405Z test_comprehensive_fft_fft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.375s) 2022-11-23T03:19:20.8957595Z test_comprehensive_fft_fft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.657s) 2022-11-23T03:19:20.8957796Z test_comprehensive_fft_fft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.246s) 2022-11-23T03:19:20.8957997Z test_comprehensive_fft_fft_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:19:20.8958192Z test_comprehensive_fft_fft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.390s) 2022-11-23T03:19:20.8958389Z test_comprehensive_fft_fft_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.563s) 2022-11-23T03:19:20.8959073Z test_comprehensive_fft_fft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:19:20.8959314Z test_comprehensive_fft_fft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:19:20.8959508Z test_comprehensive_fft_fft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-11-23T03:19:20.8959707Z test_comprehensive_fft_fft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:19:20.8959898Z test_comprehensive_fft_fft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-11-23T03:19:20.8960091Z test_comprehensive_fft_fft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-11-23T03:19:20.8960280Z test_comprehensive_fft_fft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-11-23T03:19:20.8960471Z test_comprehensive_fft_fftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.331s) 2022-11-23T03:19:20.8960677Z test_comprehensive_fft_fftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.351s) 2022-11-23T03:19:20.8960884Z test_comprehensive_fft_fftn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:19:20.8961084Z test_comprehensive_fft_fftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.356s) 2022-11-23T03:19:20.8961282Z test_comprehensive_fft_fftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.289s) 2022-11-23T03:19:20.8961483Z test_comprehensive_fft_fftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.578s) 2022-11-23T03:19:20.8961678Z test_comprehensive_fft_fftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.554s) 2022-11-23T03:19:20.8961872Z test_comprehensive_fft_fftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.415s) 2022-11-23T03:19:20.8962060Z test_comprehensive_fft_fftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.417s) 2022-11-23T03:19:20.8962244Z test_comprehensive_fft_fftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.412s) 2022-11-23T03:19:20.8962432Z test_comprehensive_fft_fftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.409s) 2022-11-23T03:19:20.8962612Z test_comprehensive_fft_fftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.407s) 2022-11-23T03:19:20.8962820Z test_comprehensive_fft_fftshift_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.8963021Z test_comprehensive_fft_fftshift_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.8963347Z test_comprehensive_fft_fftshift_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-11-23T03:19:20.8963558Z test_comprehensive_fft_fftshift_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:20.8963766Z test_comprehensive_fft_fftshift_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-11-23T03:19:20.8963970Z test_comprehensive_fft_fftshift_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.8964175Z test_comprehensive_fft_fftshift_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-11-23T03:19:20.8964376Z test_comprehensive_fft_fftshift_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:19:20.8964579Z test_comprehensive_fft_fftshift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.8964772Z test_comprehensive_fft_fftshift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.8964976Z test_comprehensive_fft_fftshift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.8965171Z test_comprehensive_fft_fftshift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8965366Z test_comprehensive_fft_fftshift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.8965561Z test_comprehensive_fft_hfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (1.414s) 2022-11-23T03:19:20.8965760Z test_comprehensive_fft_hfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.075s) 2022-11-23T03:19:20.8965965Z test_comprehensive_fft_hfft2_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.821s) 2022-11-23T03:19:20.8966238Z test_comprehensive_fft_hfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.050s) 2022-11-23T03:19:20.8966451Z test_comprehensive_fft_hfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.049s) 2022-11-23T03:19:20.8966629Z test_comprehensive_fft_hfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.755s) 2022-11-23T03:19:20.8966830Z test_comprehensive_fft_hfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.661s) 2022-11-23T03:19:20.8967023Z test_comprehensive_fft_hfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.808s) 2022-11-23T03:19:20.8967212Z test_comprehensive_fft_hfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.761s) 2022-11-23T03:19:20.8967399Z test_comprehensive_fft_hfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.774s) 2022-11-23T03:19:20.8967591Z test_comprehensive_fft_hfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.799s) 2022-11-23T03:19:20.8967778Z test_comprehensive_fft_hfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.758s) 2022-11-23T03:19:20.8967974Z test_comprehensive_fft_hfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.516s) 2022-11-23T03:19:20.8968176Z test_comprehensive_fft_hfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.273s) 2022-11-23T03:19:20.8968378Z test_comprehensive_fft_hfft_cuda_complex32 (__main__.TestDecompCUDA) ... ok (5.747s) 2022-11-23T03:19:20.8968582Z test_comprehensive_fft_hfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.291s) 2022-11-23T03:19:20.8968780Z test_comprehensive_fft_hfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.123s) 2022-11-23T03:19:20.8968979Z test_comprehensive_fft_hfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.339s) 2022-11-23T03:19:20.8969170Z test_comprehensive_fft_hfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.365s) 2022-11-23T03:19:20.8969361Z test_comprehensive_fft_hfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.699s) 2022-11-23T03:19:20.8969547Z test_comprehensive_fft_hfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.708s) 2022-11-23T03:19:20.8969734Z test_comprehensive_fft_hfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.689s) 2022-11-23T03:19:20.8969924Z test_comprehensive_fft_hfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.694s) 2022-11-23T03:19:20.8970115Z test_comprehensive_fft_hfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.686s) 2022-11-23T03:19:20.8970372Z test_comprehensive_fft_hfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.703s) 2022-11-23T03:19:20.8970577Z test_comprehensive_fft_hfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.701s) 2022-11-23T03:19:20.8970781Z test_comprehensive_fft_hfftn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.366s) 2022-11-23T03:19:20.8970985Z test_comprehensive_fft_hfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.774s) 2022-11-23T03:19:20.8971181Z test_comprehensive_fft_hfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.503s) 2022-11-23T03:19:20.8971373Z test_comprehensive_fft_hfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.827s) 2022-11-23T03:19:20.8971565Z test_comprehensive_fft_hfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.843s) 2022-11-23T03:19:20.8971759Z test_comprehensive_fft_hfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.899s) 2022-11-23T03:19:20.8971946Z test_comprehensive_fft_hfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.916s) 2022-11-23T03:19:20.8972135Z test_comprehensive_fft_hfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.931s) 2022-11-23T03:19:20.8972328Z test_comprehensive_fft_hfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.899s) 2022-11-23T03:19:20.8972522Z test_comprehensive_fft_hfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.886s) 2022-11-23T03:19:20.8972711Z test_comprehensive_fft_ifft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.294s) 2022-11-23T03:19:20.8972915Z test_comprehensive_fft_ifft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.346s) 2022-11-23T03:19:20.8973116Z test_comprehensive_fft_ifft2_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.239s) 2022-11-23T03:19:20.8973380Z test_comprehensive_fft_ifft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.337s) 2022-11-23T03:19:20.8973593Z test_comprehensive_fft_ifft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-11-23T03:19:20.8973783Z test_comprehensive_fft_ifft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.513s) 2022-11-23T03:19:20.8973961Z test_comprehensive_fft_ifft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.501s) 2022-11-23T03:19:20.8974155Z test_comprehensive_fft_ifft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.420s) 2022-11-23T03:19:20.8974342Z test_comprehensive_fft_ifft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.366s) 2022-11-23T03:19:20.8974531Z test_comprehensive_fft_ifft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.386s) 2022-11-23T03:19:20.8974723Z test_comprehensive_fft_ifft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.393s) 2022-11-23T03:19:20.8974914Z test_comprehensive_fft_ifft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.375s) 2022-11-23T03:19:20.8975107Z test_comprehensive_fft_ifft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:19:20.8975309Z test_comprehensive_fft_ifft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.202s) 2022-11-23T03:19:20.8975509Z test_comprehensive_fft_ifft_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:20.8975707Z test_comprehensive_fft_ifft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:19:20.8975903Z test_comprehensive_fft_ifft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.462s) 2022-11-23T03:19:20.8976095Z test_comprehensive_fft_ifft_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.094s) 2022-11-23T03:19:20.8976283Z test_comprehensive_fft_ifft_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.072s) 2022-11-23T03:19:20.8976475Z test_comprehensive_fft_ifft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-11-23T03:19:20.8978236Z test_comprehensive_fft_ifft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.285s) 2022-11-23T03:19:20.8978998Z test_comprehensive_fft_ifft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:19:20.8979191Z test_comprehensive_fft_ifft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-11-23T03:19:20.8979385Z test_comprehensive_fft_ifft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-11-23T03:19:20.8979698Z test_comprehensive_fft_ifftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.353s) 2022-11-23T03:19:20.8979889Z test_comprehensive_fft_ifftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.365s) 2022-11-23T03:19:20.8980094Z test_comprehensive_fft_ifftn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:19:20.8980291Z test_comprehensive_fft_ifftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.355s) 2022-11-23T03:19:20.8980490Z test_comprehensive_fft_ifftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.288s) 2022-11-23T03:19:20.8980683Z test_comprehensive_fft_ifftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.576s) 2022-11-23T03:19:20.8980938Z test_comprehensive_fft_ifftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.565s) 2022-11-23T03:19:20.8981293Z test_comprehensive_fft_ifftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.413s) 2022-11-23T03:19:20.8981574Z test_comprehensive_fft_ifftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.397s) 2022-11-23T03:19:20.8981778Z test_comprehensive_fft_ifftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.396s) 2022-11-23T03:19:20.8981971Z test_comprehensive_fft_ifftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-11-23T03:19:20.8982164Z test_comprehensive_fft_ifftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.411s) 2022-11-23T03:19:20.8982372Z test_comprehensive_fft_ifftshift_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.8982573Z test_comprehensive_fft_ifftshift_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.8982878Z test_comprehensive_fft_ifftshift_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-11-23T03:19:20.8983107Z test_comprehensive_fft_ifftshift_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:20.8983316Z test_comprehensive_fft_ifftshift_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:19:20.8984831Z test_comprehensive_fft_ifftshift_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.8985575Z test_comprehensive_fft_ifftshift_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-11-23T03:19:20.8985762Z test_comprehensive_fft_ifftshift_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-11-23T03:19:20.8985966Z test_comprehensive_fft_ifftshift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8986169Z test_comprehensive_fft_ifftshift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8986370Z test_comprehensive_fft_ifftshift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8986574Z test_comprehensive_fft_ifftshift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.8986773Z test_comprehensive_fft_ifftshift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.8986969Z test_comprehensive_fft_ihfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.293s) 2022-11-23T03:19:20.8987171Z test_comprehensive_fft_ihfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:19:20.8987362Z test_comprehensive_fft_ihfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.677s) 2022-11-23T03:19:20.8987561Z test_comprehensive_fft_ihfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.681s) 2022-11-23T03:19:20.8987758Z test_comprehensive_fft_ihfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.426s) 2022-11-23T03:19:20.8987951Z test_comprehensive_fft_ihfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.371s) 2022-11-23T03:19:20.8988139Z test_comprehensive_fft_ihfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.378s) 2022-11-23T03:19:20.8988337Z test_comprehensive_fft_ihfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.404s) 2022-11-23T03:19:20.8988531Z test_comprehensive_fft_ihfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.403s) 2022-11-23T03:19:20.8988726Z test_comprehensive_fft_ihfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.241s) 2022-11-23T03:19:20.8989040Z test_comprehensive_fft_ihfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.485s) 2022-11-23T03:19:20.8989234Z test_comprehensive_fft_ihfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.181s) 2022-11-23T03:19:20.8989423Z test_comprehensive_fft_ihfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.129s) 2022-11-23T03:19:20.8989601Z test_comprehensive_fft_ihfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.268s) 2022-11-23T03:19:20.8989789Z test_comprehensive_fft_ihfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-11-23T03:19:20.8989975Z test_comprehensive_fft_ihfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:19:20.8991943Z test_comprehensive_fft_ihfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.268s) 2022-11-23T03:19:20.8992169Z test_comprehensive_fft_ihfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:19:20.8992360Z test_comprehensive_fft_ihfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.325s) 2022-11-23T03:19:20.8992563Z test_comprehensive_fft_ihfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.408s) 2022-11-23T03:19:20.8992761Z test_comprehensive_fft_ihfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.064s) 2022-11-23T03:19:20.8992955Z test_comprehensive_fft_ihfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.085s) 2022-11-23T03:19:20.8993151Z test_comprehensive_fft_ihfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.397s) 2022-11-23T03:19:20.8993343Z test_comprehensive_fft_ihfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.398s) 2022-11-23T03:19:20.8993533Z test_comprehensive_fft_ihfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.431s) 2022-11-23T03:19:20.8993818Z test_comprehensive_fft_ihfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.421s) 2022-11-23T03:19:20.8994024Z test_comprehensive_fft_ihfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.385s) 2022-11-23T03:19:20.8994219Z test_comprehensive_fft_irfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.308s) 2022-11-23T03:19:20.8994428Z test_comprehensive_fft_irfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.957s) 2022-11-23T03:19:20.8994632Z test_comprehensive_fft_irfft2_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.158s) 2022-11-23T03:19:20.8994835Z test_comprehensive_fft_irfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.935s) 2022-11-23T03:19:20.8995034Z test_comprehensive_fft_irfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.718s) 2022-11-23T03:19:20.8995212Z test_comprehensive_fft_irfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.099s) 2022-11-23T03:19:20.8995410Z test_comprehensive_fft_irfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.099s) 2022-11-23T03:19:20.8995604Z test_comprehensive_fft_irfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.362s) 2022-11-23T03:19:20.8995793Z test_comprehensive_fft_irfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.376s) 2022-11-23T03:19:20.8995984Z test_comprehensive_fft_irfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.375s) 2022-11-23T03:19:20.8996176Z test_comprehensive_fft_irfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.369s) 2022-11-23T03:19:20.8996372Z test_comprehensive_fft_irfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.344s) 2022-11-23T03:19:20.8997815Z test_comprehensive_fft_irfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.233s) 2022-11-23T03:19:20.8998591Z test_comprehensive_fft_irfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.829s) 2022-11-23T03:19:20.8998813Z test_comprehensive_fft_irfft_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:20.8999019Z test_comprehensive_fft_irfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.805s) 2022-11-23T03:19:20.8999219Z test_comprehensive_fft_irfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.418s) 2022-11-23T03:19:20.8999417Z test_comprehensive_fft_irfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.068s) 2022-11-23T03:19:20.8999713Z test_comprehensive_fft_irfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.016s) 2022-11-23T03:19:20.8999908Z test_comprehensive_fft_irfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:20.9000099Z test_comprehensive_fft_irfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.276s) 2022-11-23T03:19:20.9000295Z test_comprehensive_fft_irfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:19:20.9000489Z test_comprehensive_fft_irfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-11-23T03:19:20.9000668Z test_comprehensive_fft_irfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-11-23T03:19:20.9000861Z test_comprehensive_fft_irfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.348s) 2022-11-23T03:19:20.9001068Z test_comprehensive_fft_irfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.067s) 2022-11-23T03:19:20.9001273Z test_comprehensive_fft_irfftn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:19:20.9001477Z test_comprehensive_fft_irfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.107s) 2022-11-23T03:19:20.9001677Z test_comprehensive_fft_irfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.351s) 2022-11-23T03:19:20.9001877Z test_comprehensive_fft_irfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.297s) 2022-11-23T03:19:20.9002076Z test_comprehensive_fft_irfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.299s) 2022-11-23T03:19:20.9002273Z test_comprehensive_fft_irfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.402s) 2022-11-23T03:19:20.9002470Z test_comprehensive_fft_irfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.400s) 2022-11-23T03:19:20.9002734Z test_comprehensive_fft_irfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.400s) 2022-11-23T03:19:20.9002943Z test_comprehensive_fft_irfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.393s) 2022-11-23T03:19:20.9004387Z test_comprehensive_fft_irfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.392s) 2022-11-23T03:19:20.9005129Z test_comprehensive_fft_rfft2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.293s) 2022-11-23T03:19:20.9005344Z test_comprehensive_fft_rfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-11-23T03:19:20.9005542Z test_comprehensive_fft_rfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.555s) 2022-11-23T03:19:20.9005733Z test_comprehensive_fft_rfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.560s) 2022-11-23T03:19:20.9005928Z test_comprehensive_fft_rfft2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.354s) 2022-11-23T03:19:20.9006117Z test_comprehensive_fft_rfft2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.358s) 2022-11-23T03:19:20.9006289Z test_comprehensive_fft_rfft2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.374s) 2022-11-23T03:19:20.9006482Z test_comprehensive_fft_rfft2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.362s) 2022-11-23T03:19:20.9006678Z test_comprehensive_fft_rfft2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.354s) 2022-11-23T03:19:20.9006873Z test_comprehensive_fft_rfft_cuda_bool (__main__.TestDecompCUDA) ... ok (0.223s) 2022-11-23T03:19:20.9007072Z test_comprehensive_fft_rfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:19:20.9007265Z test_comprehensive_fft_rfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.543s) 2022-11-23T03:19:20.9007454Z test_comprehensive_fft_rfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.527s) 2022-11-23T03:19:20.9007648Z test_comprehensive_fft_rfft_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.276s) 2022-11-23T03:19:20.9007840Z test_comprehensive_fft_rfft_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:20.9008030Z test_comprehensive_fft_rfft_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.298s) 2022-11-23T03:19:20.9008223Z test_comprehensive_fft_rfft_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.268s) 2022-11-23T03:19:20.9008415Z test_comprehensive_fft_rfft_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-11-23T03:19:20.9008893Z test_comprehensive_fft_rfftn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.334s) 2022-11-23T03:19:20.9009275Z test_comprehensive_fft_rfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:20.9009653Z test_comprehensive_fft_rfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.640s) 2022-11-23T03:19:20.9011723Z test_comprehensive_fft_rfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.641s) 2022-11-23T03:19:20.9011936Z test_comprehensive_fft_rfftn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.404s) 2022-11-23T03:19:20.9012130Z test_comprehensive_fft_rfftn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.399s) 2022-11-23T03:19:20.9012308Z test_comprehensive_fft_rfftn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.409s) 2022-11-23T03:19:20.9012502Z test_comprehensive_fft_rfftn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-11-23T03:19:20.9012698Z test_comprehensive_fft_rfftn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.382s) 2022-11-23T03:19:20.9012899Z test_comprehensive_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9013089Z test_comprehensive_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9013286Z test_comprehensive_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.9013481Z test_comprehensive_fill_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.9013677Z test_comprehensive_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.9013870Z test_comprehensive_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9014183Z test_comprehensive_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.9014396Z test_comprehensive_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9014585Z test_comprehensive_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9014778Z test_comprehensive_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9014967Z test_comprehensive_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9015155Z test_comprehensive_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9015343Z test_comprehensive_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9015544Z test_comprehensive_flatten_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9015737Z test_comprehensive_flatten_cuda_bool (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.9015928Z test_comprehensive_flatten_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:19:20.9016130Z test_comprehensive_flatten_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-11-23T03:19:20.9018069Z test_comprehensive_flatten_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:19:20.9018312Z test_comprehensive_flatten_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9018505Z test_comprehensive_flatten_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:20.9018694Z test_comprehensive_flatten_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:20.9018888Z test_comprehensive_flatten_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9019084Z test_comprehensive_flatten_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.9019274Z test_comprehensive_flatten_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:20.9019469Z test_comprehensive_flatten_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:20.9019662Z test_comprehensive_flatten_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.9019854Z test_comprehensive_flip_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9020160Z test_comprehensive_flip_cuda_bool (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:19:20.9020361Z test_comprehensive_flip_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.866s) 2022-11-23T03:19:20.9020558Z test_comprehensive_flip_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.843s) 2022-11-23T03:19:20.9020751Z test_comprehensive_flip_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9020943Z test_comprehensive_flip_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.506s) 2022-11-23T03:19:20.9021135Z test_comprehensive_flip_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.503s) 2022-11-23T03:19:20.9021312Z test_comprehensive_flip_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:20.9021500Z test_comprehensive_flip_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:20.9021688Z test_comprehensive_flip_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:20.9021878Z test_comprehensive_flip_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:19:20.9022064Z test_comprehensive_flip_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:19:20.9022266Z test_comprehensive_fliplr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9022457Z test_comprehensive_fliplr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.9022660Z test_comprehensive_fliplr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:20.9024593Z test_comprehensive_fliplr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:20.9024816Z test_comprehensive_fliplr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9025097Z test_comprehensive_fliplr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:19:20.9025300Z test_comprehensive_fliplr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:19:20.9025491Z test_comprehensive_fliplr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:20.9025688Z test_comprehensive_fliplr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9025881Z test_comprehensive_fliplr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.9026071Z test_comprehensive_fliplr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.9026264Z test_comprehensive_fliplr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.9026464Z test_comprehensive_flipud_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9026639Z test_comprehensive_flipud_cuda_bool (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.9026844Z test_comprehensive_flipud_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.9027046Z test_comprehensive_flipud_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:20.9027241Z test_comprehensive_flipud_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9027438Z test_comprehensive_flipud_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:19:20.9027628Z test_comprehensive_flipud_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:19:20.9027820Z test_comprehensive_flipud_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.9028011Z test_comprehensive_flipud_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9028202Z test_comprehensive_flipud_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.9028390Z test_comprehensive_flipud_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9028584Z test_comprehensive_flipud_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.9028781Z test_comprehensive_float_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9028970Z test_comprehensive_float_cuda_bool (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9030974Z test_comprehensive_float_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:19:20.9031209Z test_comprehensive_float_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:20.9031401Z test_comprehensive_float_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-11-23T03:19:20.9031593Z test_comprehensive_float_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9031787Z test_comprehensive_float_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9031964Z test_comprehensive_float_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:19:20.9032157Z test_comprehensive_float_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.9032346Z test_comprehensive_float_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9032535Z test_comprehensive_float_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9032727Z test_comprehensive_float_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9032913Z test_comprehensive_float_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.9033118Z test_comprehensive_float_power_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.431s) 2022-11-23T03:19:20.9033316Z test_comprehensive_float_power_cuda_bool (__main__.TestDecompCUDA) ... ok (0.458s) 2022-11-23T03:19:20.9033527Z test_comprehensive_float_power_cuda_complex128 (__main__.TestDecompCUDA) ... ok (9.413s) 2022-11-23T03:19:20.9033736Z test_comprehensive_float_power_cuda_complex64 (__main__.TestDecompCUDA) ... ok (10.284s) 2022-11-23T03:19:20.9034026Z test_comprehensive_float_power_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.434s) 2022-11-23T03:19:20.9034245Z test_comprehensive_float_power_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.414s) 2022-11-23T03:19:20.9034441Z test_comprehensive_float_power_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.825s) 2022-11-23T03:19:20.9034646Z test_comprehensive_float_power_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.593s) 2022-11-23T03:19:20.9034841Z test_comprehensive_float_power_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.603s) 2022-11-23T03:19:20.9035032Z test_comprehensive_float_power_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.611s) 2022-11-23T03:19:20.9035228Z test_comprehensive_float_power_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.613s) 2022-11-23T03:19:20.9035420Z test_comprehensive_float_power_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.659s) 2022-11-23T03:19:20.9035614Z test_comprehensive_floor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9037990Z test_comprehensive_floor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9038406Z test_comprehensive_floor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:20.9038629Z test_comprehensive_floor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.9038829Z test_comprehensive_floor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.9039023Z test_comprehensive_floor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.9039212Z test_comprehensive_floor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9039405Z test_comprehensive_floor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9039594Z test_comprehensive_floor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.9039801Z test_comprehensive_floor_divide_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:19:20.9040012Z test_comprehensive_floor_divide_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:20.9040211Z test_comprehensive_floor_divide_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.339s) 2022-11-23T03:19:20.9040415Z test_comprehensive_floor_divide_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.300s) 2022-11-23T03:19:20.9040756Z test_comprehensive_floor_divide_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:20.9040955Z test_comprehensive_floor_divide_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:20.9041156Z test_comprehensive_floor_divide_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:20.9041353Z test_comprehensive_floor_divide_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.9041552Z test_comprehensive_floor_divide_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.9041747Z test_comprehensive_fmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.745s) 2022-11-23T03:19:20.9041925Z test_comprehensive_fmax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.9042117Z test_comprehensive_fmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.768s) 2022-11-23T03:19:20.9042309Z test_comprehensive_fmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.025s) 2022-11-23T03:19:20.9044331Z test_comprehensive_fmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.992s) 2022-11-23T03:19:20.9044537Z test_comprehensive_fmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9044724Z test_comprehensive_fmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:20.9044911Z test_comprehensive_fmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-11-23T03:19:20.9045097Z test_comprehensive_fmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.9045280Z test_comprehensive_fmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.9045572Z test_comprehensive_fmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.757s) 2022-11-23T03:19:20.9045777Z test_comprehensive_fmin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.9045969Z test_comprehensive_fmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.761s) 2022-11-23T03:19:20.9046164Z test_comprehensive_fmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.009s) 2022-11-23T03:19:20.9046354Z test_comprehensive_fmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.940s) 2022-11-23T03:19:20.9046537Z test_comprehensive_fmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:20.9046721Z test_comprehensive_fmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:20.9046908Z test_comprehensive_fmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9047093Z test_comprehensive_fmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.9047266Z test_comprehensive_fmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9047462Z test_comprehensive_fmod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:19:20.9047656Z test_comprehensive_fmod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-11-23T03:19:20.9047853Z test_comprehensive_fmod_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.904s) 2022-11-23T03:19:20.9048043Z test_comprehensive_fmod_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.932s) 2022-11-23T03:19:20.9048227Z test_comprehensive_fmod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.9048412Z test_comprehensive_fmod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:19:20.9048596Z test_comprehensive_fmod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:20.9048781Z test_comprehensive_fmod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:20.9050693Z test_comprehensive_fmod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:20.9050919Z test_comprehensive_frac_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9051112Z test_comprehensive_frac_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9051304Z test_comprehensive_frac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:20.9051601Z test_comprehensive_frac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.9051796Z test_comprehensive_frexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9051995Z test_comprehensive_frexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.9052188Z test_comprehensive_frexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.9052361Z test_comprehensive_full_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9052549Z test_comprehensive_full_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9052750Z test_comprehensive_full_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9052948Z test_comprehensive_full_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9053142Z test_comprehensive_full_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9053335Z test_comprehensive_full_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9053524Z test_comprehensive_full_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9053712Z test_comprehensive_full_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9053897Z test_comprehensive_full_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9054083Z test_comprehensive_full_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9054267Z test_comprehensive_full_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9054524Z test_comprehensive_full_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9054728Z test_comprehensive_full_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9054928Z test_comprehensive_full_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9055130Z test_comprehensive_full_like_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9057015Z test_comprehensive_full_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9057258Z test_comprehensive_full_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9057457Z test_comprehensive_full_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9057636Z test_comprehensive_full_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9057827Z test_comprehensive_full_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9058028Z test_comprehensive_full_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9058220Z test_comprehensive_full_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9058415Z test_comprehensive_full_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9058612Z test_comprehensive_full_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9058802Z test_comprehensive_full_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9058995Z test_comprehensive_gather_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9059186Z test_comprehensive_gather_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9059390Z test_comprehensive_gather_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.9059594Z test_comprehensive_gather_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.9059793Z test_comprehensive_gather_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9059984Z test_comprehensive_gather_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.9060171Z test_comprehensive_gather_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:20.9060468Z test_comprehensive_gather_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9060663Z test_comprehensive_gather_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9060853Z test_comprehensive_gather_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9061043Z test_comprehensive_gather_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9061235Z test_comprehensive_gather_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9061406Z test_comprehensive_gcd_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.181s) 2022-11-23T03:19:20.9061595Z test_comprehensive_gcd_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.077s) 2022-11-23T03:19:20.9062993Z test_comprehensive_gcd_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.138s) 2022-11-23T03:19:20.9063208Z test_comprehensive_gcd_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.119s) 2022-11-23T03:19:20.9063405Z test_comprehensive_gcd_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.148s) 2022-11-23T03:19:20.9063597Z test_comprehensive_ge_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:19:20.9064306Z test_comprehensive_ge_cuda_bool (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:20.9064512Z test_comprehensive_ge_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:19:20.9064698Z test_comprehensive_ge_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-11-23T03:19:20.9064881Z test_comprehensive_ge_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.277s) 2022-11-23T03:19:20.9065065Z test_comprehensive_ge_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:20.9065340Z test_comprehensive_ge_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:19:20.9065536Z test_comprehensive_ge_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:20.9065721Z test_comprehensive_ge_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:20.9065904Z test_comprehensive_ge_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:20.9066103Z test_comprehensive_geqrf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.9066304Z test_comprehensive_geqrf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9066483Z test_comprehensive_geqrf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.9066676Z test_comprehensive_geqrf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.9066911Z test_comprehensive_gradient_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.057s) 2022-11-23T03:19:20.9067302Z test_comprehensive_gradient_cuda_complex128 (__main__.TestDecompCUDA) ... ok (11.339s) 2022-11-23T03:19:20.9067678Z test_comprehensive_gradient_cuda_complex64 (__main__.TestDecompCUDA) ... ok (11.577s) 2022-11-23T03:19:20.9068057Z test_comprehensive_gradient_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.056s) 2022-11-23T03:19:20.9068447Z test_comprehensive_gradient_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.914s) 2022-11-23T03:19:20.9068826Z test_comprehensive_gradient_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.872s) 2022-11-23T03:19:20.9071558Z test_comprehensive_gradient_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.153s) 2022-11-23T03:19:20.9071964Z test_comprehensive_gradient_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.111s) 2022-11-23T03:19:20.9072351Z test_comprehensive_gradient_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.180s) 2022-11-23T03:19:20.9072728Z test_comprehensive_gradient_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.151s) 2022-11-23T03:19:20.9073147Z test_comprehensive_grid_sampler_2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.320s) 2022-11-23T03:19:20.9073649Z test_comprehensive_grid_sampler_2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.487s) 2022-11-23T03:19:20.9074059Z test_comprehensive_grid_sampler_2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.475s) 2022-11-23T03:19:20.9074603Z test_comprehensive_gt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:19:20.9074969Z test_comprehensive_gt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:20.9075340Z test_comprehensive_gt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:19:20.9075685Z test_comprehensive_gt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:19:20.9078416Z test_comprehensive_gt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.238s) 2022-11-23T03:19:20.9078812Z test_comprehensive_gt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:20.9079190Z test_comprehensive_gt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:20.9079553Z test_comprehensive_gt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.9079911Z test_comprehensive_gt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:20.9080285Z test_comprehensive_gt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.9080665Z test_comprehensive_half_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.9081034Z test_comprehensive_half_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9081422Z test_comprehensive_half_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:19:20.9081810Z test_comprehensive_half_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-11-23T03:19:20.9082196Z test_comprehensive_half_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9085045Z test_comprehensive_half_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:20.9085487Z test_comprehensive_half_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:20.9085858Z test_comprehensive_half_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9086233Z test_comprehensive_half_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.9086604Z test_comprehensive_half_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9086975Z test_comprehensive_half_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.9087323Z test_comprehensive_half_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9087723Z test_comprehensive_heaviside_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.9088109Z test_comprehensive_heaviside_cuda_bool (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:20.9088506Z test_comprehensive_heaviside_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.9088896Z test_comprehensive_heaviside_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.284s) 2022-11-23T03:19:20.9089271Z test_comprehensive_heaviside_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:19:20.9092041Z test_comprehensive_heaviside_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:20.9092467Z test_comprehensive_heaviside_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:20.9092853Z test_comprehensive_heaviside_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.9093235Z test_comprehensive_heaviside_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:19:20.9093623Z test_comprehensive_heaviside_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-11-23T03:19:20.9094002Z test_comprehensive_histc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.9094382Z test_comprehensive_histc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.9094757Z test_comprehensive_histc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9095130Z test_comprehensive_histc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.9095502Z test_comprehensive_histc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:20.9096054Z test_comprehensive_histc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9096441Z test_comprehensive_hsplit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9099183Z test_comprehensive_hsplit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.080s) 2022-11-23T03:19:20.9099614Z test_comprehensive_hsplit_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.448s) 2022-11-23T03:19:20.9100013Z test_comprehensive_hsplit_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-11-23T03:19:20.9100416Z test_comprehensive_hsplit_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.478s) 2022-11-23T03:19:20.9100810Z test_comprehensive_hsplit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.9101191Z test_comprehensive_hsplit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-11-23T03:19:20.9101562Z test_comprehensive_hsplit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-11-23T03:19:20.9101946Z test_comprehensive_hsplit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:19:20.9102323Z test_comprehensive_hsplit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:19:20.9102697Z test_comprehensive_hsplit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:19:20.9103068Z test_comprehensive_hsplit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:19:20.9103441Z test_comprehensive_hsplit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:19:20.9106091Z test_comprehensive_hstack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9106442Z test_comprehensive_hstack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.9106667Z test_comprehensive_hstack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:20.9106871Z test_comprehensive_hstack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:19:20.9107075Z test_comprehensive_hstack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.9107274Z test_comprehensive_hstack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9107449Z test_comprehensive_hstack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:19:20.9107635Z test_comprehensive_hstack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:19:20.9107830Z test_comprehensive_hstack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9108026Z test_comprehensive_hstack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9108223Z test_comprehensive_hstack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9108414Z test_comprehensive_hstack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9108607Z test_comprehensive_hstack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9108809Z test_comprehensive_hypot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:19:20.9109005Z test_comprehensive_hypot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:19:20.9109200Z test_comprehensive_hypot_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.892s) 2022-11-23T03:19:20.9109387Z test_comprehensive_hypot_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.877s) 2022-11-23T03:19:20.9109579Z test_comprehensive_i0_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.404s) 2022-11-23T03:19:20.9109765Z test_comprehensive_i0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.429s) 2022-11-23T03:19:20.9109957Z test_comprehensive_i0_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.365s) 2022-11-23T03:19:20.9110145Z test_comprehensive_i0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.767s) 2022-11-23T03:19:20.9110332Z test_comprehensive_i0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.899s) 2022-11-23T03:19:20.9112448Z test_comprehensive_i0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9112650Z test_comprehensive_i0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9112816Z test_comprehensive_i0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9112996Z test_comprehensive_i0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9113177Z test_comprehensive_i0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9113375Z test_comprehensive_igamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.235s) 2022-11-23T03:19:20.9113567Z test_comprehensive_igamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-11-23T03:19:20.9113772Z test_comprehensive_igammac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-11-23T03:19:20.9113966Z test_comprehensive_igammac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-11-23T03:19:20.9114164Z test_comprehensive_imag_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9114358Z test_comprehensive_imag_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9114556Z test_comprehensive_imag_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9114758Z test_comprehensive_index_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.9114950Z test_comprehensive_index_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9115156Z test_comprehensive_index_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.423s) 2022-11-23T03:19:20.9115457Z test_comprehensive_index_add_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:20.9115676Z test_comprehensive_index_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.439s) 2022-11-23T03:19:20.9115877Z test_comprehensive_index_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.9116076Z test_comprehensive_index_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-11-23T03:19:20.9116267Z test_comprehensive_index_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-11-23T03:19:20.9116447Z test_comprehensive_index_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:20.9116636Z test_comprehensive_index_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:20.9116833Z test_comprehensive_index_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:20.9118276Z test_comprehensive_index_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9119016Z test_comprehensive_index_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9119232Z test_comprehensive_index_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.9119428Z test_comprehensive_index_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9119640Z test_comprehensive_index_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:19:20.9119843Z test_comprehensive_index_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:19:20.9120044Z test_comprehensive_index_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9120245Z test_comprehensive_index_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.087s) 2022-11-23T03:19:20.9120445Z test_comprehensive_index_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:19:20.9120645Z test_comprehensive_index_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9120844Z test_comprehensive_index_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9121036Z test_comprehensive_index_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9121231Z test_comprehensive_index_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9121530Z test_comprehensive_index_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9121731Z test_comprehensive_index_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9121925Z test_comprehensive_index_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9122115Z test_comprehensive_index_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:20.9122317Z test_comprehensive_index_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:19:20.9122518Z test_comprehensive_index_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9122720Z test_comprehensive_index_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9122925Z test_comprehensive_index_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.9123117Z test_comprehensive_index_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9123308Z test_comprehensive_index_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9123495Z test_comprehensive_index_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9125437Z test_comprehensive_index_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9125647Z test_comprehensive_index_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9125845Z test_comprehensive_index_put_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9126041Z test_comprehensive_index_put_cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9126339Z test_comprehensive_index_put_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9126562Z test_comprehensive_index_put_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9126767Z test_comprehensive_index_put_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.9126971Z test_comprehensive_index_put_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9127171Z test_comprehensive_index_put_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.9127363Z test_comprehensive_index_put_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.9127544Z test_comprehensive_index_put_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9127736Z test_comprehensive_index_put_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9127924Z test_comprehensive_index_put_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9128123Z test_comprehensive_index_put_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9128320Z test_comprehensive_index_put_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9128527Z test_comprehensive_index_reduce_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.342s) 2022-11-23T03:19:20.9128737Z test_comprehensive_index_reduce_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.312s) 2022-11-23T03:19:20.9128942Z test_comprehensive_index_reduce_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.707s) 2022-11-23T03:19:20.9129144Z test_comprehensive_index_reduce_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.755s) 2022-11-23T03:19:20.9129342Z test_comprehensive_index_reduce_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9129541Z test_comprehensive_index_reduce_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9129745Z test_comprehensive_index_reduce_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9129945Z test_comprehensive_index_reduce_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9131996Z test_comprehensive_index_reduce_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9132336Z test_comprehensive_index_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9132537Z test_comprehensive_index_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9132750Z test_comprehensive_index_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:19:20.9132957Z test_comprehensive_index_select_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9133165Z test_comprehensive_index_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:19:20.9133356Z test_comprehensive_index_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9133564Z test_comprehensive_index_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:20.9133767Z test_comprehensive_index_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.9133966Z test_comprehensive_index_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9134168Z test_comprehensive_index_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9134360Z test_comprehensive_index_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9134560Z test_comprehensive_index_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9134751Z test_comprehensive_index_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9134946Z test_comprehensive_inner_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9135145Z test_comprehensive_inner_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-11-23T03:19:20.9136043Z test_comprehensive_inner_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:19:20.9136286Z test_comprehensive_inner_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9136480Z test_comprehensive_inner_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.9137995Z test_comprehensive_inner_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-11-23T03:19:20.9138738Z test_comprehensive_int_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.9138939Z test_comprehensive_int_cuda_bool (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9139136Z test_comprehensive_int_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.9139331Z test_comprehensive_int_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.9139524Z test_comprehensive_int_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9139704Z test_comprehensive_int_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.9139896Z test_comprehensive_int_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.9140082Z test_comprehensive_int_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9140271Z test_comprehensive_int_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9140456Z test_comprehensive_int_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.9140642Z test_comprehensive_int_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9140823Z test_comprehensive_int_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9141027Z test_comprehensive_isclose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.567s) 2022-11-23T03:19:20.9141219Z test_comprehensive_isclose_cuda_bool (__main__.TestDecompCUDA) ... ok (4.362s) 2022-11-23T03:19:20.9141425Z test_comprehensive_isclose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.121s) 2022-11-23T03:19:20.9141628Z test_comprehensive_isclose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.188s) 2022-11-23T03:19:20.9141826Z test_comprehensive_isclose_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.523s) 2022-11-23T03:19:20.9142141Z test_comprehensive_isclose_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.232s) 2022-11-23T03:19:20.9142332Z test_comprehensive_isclose_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.027s) 2022-11-23T03:19:20.9142524Z test_comprehensive_isclose_cuda_int16 (__main__.TestDecompCUDA) ... ok (5.838s) 2022-11-23T03:19:20.9142719Z test_comprehensive_isclose_cuda_int32 (__main__.TestDecompCUDA) ... ok (5.912s) 2022-11-23T03:19:20.9142910Z test_comprehensive_isclose_cuda_int64 (__main__.TestDecompCUDA) ... ok (5.886s) 2022-11-23T03:19:20.9143102Z test_comprehensive_isclose_cuda_int8 (__main__.TestDecompCUDA) ... ok (5.835s) 2022-11-23T03:19:20.9144525Z test_comprehensive_isclose_cuda_uint8 (__main__.TestDecompCUDA) ... ok (5.735s) 2022-11-23T03:19:20.9145259Z test_comprehensive_isfinite_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.9145456Z test_comprehensive_isfinite_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9145666Z test_comprehensive_isfinite_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:19:20.9145870Z test_comprehensive_isfinite_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:20.9146073Z test_comprehensive_isfinite_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:19:20.9146273Z test_comprehensive_isfinite_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9146469Z test_comprehensive_isfinite_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.9146663Z test_comprehensive_isfinite_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.9146948Z test_comprehensive_isfinite_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9147157Z test_comprehensive_isfinite_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9147343Z test_comprehensive_isfinite_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9147540Z test_comprehensive_isfinite_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9147735Z test_comprehensive_isfinite_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9147927Z test_comprehensive_isin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9148120Z test_comprehensive_isin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9148310Z test_comprehensive_isin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9148497Z test_comprehensive_isin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9148672Z test_comprehensive_isin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9148858Z test_comprehensive_isin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9149045Z test_comprehensive_isin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9149236Z test_comprehensive_isin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9149429Z test_comprehensive_isinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9149615Z test_comprehensive_isinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.9151564Z test_comprehensive_isinf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:19:20.9151793Z test_comprehensive_isinf_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:20.9151989Z test_comprehensive_isinf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:19:20.9152182Z test_comprehensive_isinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.9152379Z test_comprehensive_isinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.9152571Z test_comprehensive_isinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.9152761Z test_comprehensive_isinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.9153057Z test_comprehensive_isinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.9153246Z test_comprehensive_isinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.9153435Z test_comprehensive_isinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9153625Z test_comprehensive_isinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9153823Z test_comprehensive_isnan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.9153998Z test_comprehensive_isnan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.9154201Z test_comprehensive_isnan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:19:20.9154400Z test_comprehensive_isnan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:19:20.9154591Z test_comprehensive_isnan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9154786Z test_comprehensive_isnan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:20.9154976Z test_comprehensive_isnan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:20.9155164Z test_comprehensive_isnan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9155351Z test_comprehensive_isnan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.9155541Z test_comprehensive_isnan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9155729Z test_comprehensive_isnan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9155988Z test_comprehensive_isnan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.9157440Z test_comprehensive_isneginf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.9158178Z test_comprehensive_isneginf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9158403Z test_comprehensive_isneginf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.9158600Z test_comprehensive_isneginf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.9158792Z test_comprehensive_isneginf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.9158986Z test_comprehensive_isneginf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9159177Z test_comprehensive_isneginf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9159349Z test_comprehensive_isneginf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9159546Z test_comprehensive_isneginf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.9159740Z test_comprehensive_isneginf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.9159939Z test_comprehensive_isposinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.9160135Z test_comprehensive_isposinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9160334Z test_comprehensive_isposinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.9160531Z test_comprehensive_isposinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:20.9160727Z test_comprehensive_isposinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.9160917Z test_comprehensive_isposinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9161105Z test_comprehensive_isposinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.9161296Z test_comprehensive_isposinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.9161490Z test_comprehensive_isposinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9161688Z test_comprehensive_isposinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9162000Z test_comprehensive_isreal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9162190Z test_comprehensive_isreal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9162393Z test_comprehensive_isreal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9162591Z test_comprehensive_isreal_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9164476Z test_comprehensive_isreal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9164688Z test_comprehensive_isreal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9164886Z test_comprehensive_isreal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9165076Z test_comprehensive_isreal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9165268Z test_comprehensive_isreal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9165465Z test_comprehensive_isreal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9165655Z test_comprehensive_isreal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9165848Z test_comprehensive_isreal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9166041Z test_comprehensive_isreal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.9166240Z test_comprehensive_istft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.536s) 2022-11-23T03:19:20.9166438Z test_comprehensive_istft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (8.648s) 2022-11-23T03:19:20.9166759Z test_comprehensive_jiterator_2inputs_2outputs_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.252s) 2022-11-23T03:19:20.9167002Z test_comprehensive_jiterator_2inputs_2outputs_cuda_bool (__main__.TestDecompCUDA) ... ok (2.276s) 2022-11-23T03:19:20.9167237Z test_comprehensive_jiterator_2inputs_2outputs_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.241s) 2022-11-23T03:19:20.9167477Z test_comprehensive_jiterator_2inputs_2outputs_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.227s) 2022-11-23T03:19:20.9167710Z test_comprehensive_jiterator_2inputs_2outputs_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.238s) 2022-11-23T03:19:20.9167940Z test_comprehensive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.220s) 2022-11-23T03:19:20.9168162Z test_comprehensive_jiterator_2inputs_2outputs_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.106s) 2022-11-23T03:19:20.9168388Z test_comprehensive_jiterator_2inputs_2outputs_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.179s) 2022-11-23T03:19:20.9168611Z test_comprehensive_jiterator_2inputs_2outputs_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.156s) 2022-11-23T03:19:20.9168829Z test_comprehensive_jiterator_2inputs_2outputs_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.238s) 2022-11-23T03:19:20.9169038Z test_comprehensive_jiterator_2inputs_2outputs_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.140s) 2022-11-23T03:19:20.9170974Z test_comprehensive_jiterator_2inputs_2outputs_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.199s) 2022-11-23T03:19:20.9171244Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.720s) 2022-11-23T03:19:20.9171483Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_bool (__main__.TestDecompCUDA) ... ok (2.755s) 2022-11-23T03:19:20.9171729Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.455s) 2022-11-23T03:19:20.9171980Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.265s) 2022-11-23T03:19:20.9172221Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.667s) 2022-11-23T03:19:20.9172461Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.650s) 2022-11-23T03:19:20.9172800Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.706s) 2022-11-23T03:19:20.9173033Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.643s) 2022-11-23T03:19:20.9173266Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.675s) 2022-11-23T03:19:20.9173502Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.656s) 2022-11-23T03:19:20.9173737Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.613s) 2022-11-23T03:19:20.9173970Z test_comprehensive_jiterator_4inputs_with_extra_args_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.623s) 2022-11-23T03:19:20.9174191Z test_comprehensive_jiterator_binary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.942s) 2022-11-23T03:19:20.9174407Z test_comprehensive_jiterator_binary_cuda_bool (__main__.TestDecompCUDA) ... ok (1.899s) 2022-11-23T03:19:20.9174629Z test_comprehensive_jiterator_binary_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.334s) 2022-11-23T03:19:20.9174847Z test_comprehensive_jiterator_binary_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.146s) 2022-11-23T03:19:20.9175061Z test_comprehensive_jiterator_binary_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.904s) 2022-11-23T03:19:20.9175274Z test_comprehensive_jiterator_binary_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.896s) 2022-11-23T03:19:20.9175481Z test_comprehensive_jiterator_binary_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.936s) 2022-11-23T03:19:20.9177508Z test_comprehensive_jiterator_binary_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.972s) 2022-11-23T03:19:20.9177740Z test_comprehensive_jiterator_binary_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.919s) 2022-11-23T03:19:20.9177943Z test_comprehensive_jiterator_binary_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.919s) 2022-11-23T03:19:20.9178155Z test_comprehensive_jiterator_binary_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.920s) 2022-11-23T03:19:20.9178359Z test_comprehensive_jiterator_binary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.940s) 2022-11-23T03:19:20.9178600Z test_comprehensive_jiterator_binary_return_by_ref_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.920s) 2022-11-23T03:19:20.9178832Z test_comprehensive_jiterator_binary_return_by_ref_cuda_bool (__main__.TestDecompCUDA) ... ok (1.869s) 2022-11-23T03:19:20.9179076Z test_comprehensive_jiterator_binary_return_by_ref_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.008s) 2022-11-23T03:19:20.9179319Z test_comprehensive_jiterator_binary_return_by_ref_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.982s) 2022-11-23T03:19:20.9179554Z test_comprehensive_jiterator_binary_return_by_ref_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.889s) 2022-11-23T03:19:20.9179789Z test_comprehensive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.886s) 2022-11-23T03:19:20.9180026Z test_comprehensive_jiterator_binary_return_by_ref_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.940s) 2022-11-23T03:19:20.9180256Z test_comprehensive_jiterator_binary_return_by_ref_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.880s) 2022-11-23T03:19:20.9180486Z test_comprehensive_jiterator_binary_return_by_ref_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.921s) 2022-11-23T03:19:20.9180715Z test_comprehensive_jiterator_binary_return_by_ref_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.896s) 2022-11-23T03:19:20.9180946Z test_comprehensive_jiterator_binary_return_by_ref_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.868s) 2022-11-23T03:19:20.9181179Z test_comprehensive_jiterator_binary_return_by_ref_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.936s) 2022-11-23T03:19:20.9181392Z test_comprehensive_jiterator_unary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:19:20.9181689Z test_comprehensive_jiterator_unary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.229s) 2022-11-23T03:19:20.9181906Z test_comprehensive_jiterator_unary_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.408s) 2022-11-23T03:19:20.9183852Z test_comprehensive_jiterator_unary_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.338s) 2022-11-23T03:19:20.9184092Z test_comprehensive_jiterator_unary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-11-23T03:19:20.9184286Z test_comprehensive_jiterator_unary_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:19:20.9184491Z test_comprehensive_jiterator_unary_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:19:20.9184702Z test_comprehensive_jiterator_unary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:19:20.9184902Z test_comprehensive_jiterator_unary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:19:20.9185107Z test_comprehensive_jiterator_unary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:19:20.9185315Z test_comprehensive_jiterator_unary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.221s) 2022-11-23T03:19:20.9185521Z test_comprehensive_jiterator_unary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.223s) 2022-11-23T03:19:20.9185716Z test_comprehensive_kron_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9185904Z test_comprehensive_kron_cuda_bool (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:19:20.9186102Z test_comprehensive_kron_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.388s) 2022-11-23T03:19:20.9186299Z test_comprehensive_kron_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.448s) 2022-11-23T03:19:20.9186583Z test_comprehensive_kron_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9186797Z test_comprehensive_kron_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.400s) 2022-11-23T03:19:20.9186988Z test_comprehensive_kron_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.408s) 2022-11-23T03:19:20.9187181Z test_comprehensive_kron_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.282s) 2022-11-23T03:19:20.9187370Z test_comprehensive_kron_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:19:20.9187556Z test_comprehensive_kron_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.258s) 2022-11-23T03:19:20.9187742Z test_comprehensive_kron_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:19:20.9187910Z test_comprehensive_kron_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-11-23T03:19:20.9188113Z test_comprehensive_kthvalue_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.9188316Z test_comprehensive_kthvalue_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:19:20.9189727Z test_comprehensive_kthvalue_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:19:20.9190452Z test_comprehensive_kthvalue_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9190650Z test_comprehensive_kthvalue_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9190838Z test_comprehensive_kthvalue_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9191030Z test_comprehensive_kthvalue_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9191226Z test_comprehensive_kthvalue_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9191413Z test_comprehensive_lcm_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.222s) 2022-11-23T03:19:20.9191600Z test_comprehensive_lcm_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.143s) 2022-11-23T03:19:20.9191786Z test_comprehensive_lcm_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.198s) 2022-11-23T03:19:20.9191973Z test_comprehensive_lcm_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.198s) 2022-11-23T03:19:20.9192156Z test_comprehensive_lcm_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.153s) 2022-11-23T03:19:20.9192460Z test_comprehensive_ldexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:19:20.9192650Z test_comprehensive_ldexp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.371s) 2022-11-23T03:19:20.9192851Z test_comprehensive_ldexp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.122s) 2022-11-23T03:19:20.9193052Z test_comprehensive_ldexp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.198s) 2022-11-23T03:19:20.9193230Z test_comprehensive_ldexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:19:20.9193424Z test_comprehensive_ldexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.050s) 2022-11-23T03:19:20.9193618Z test_comprehensive_ldexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.041s) 2022-11-23T03:19:20.9193809Z test_comprehensive_ldexp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.293s) 2022-11-23T03:19:20.9193999Z test_comprehensive_ldexp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.282s) 2022-11-23T03:19:20.9194191Z test_comprehensive_ldexp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.303s) 2022-11-23T03:19:20.9194380Z test_comprehensive_ldexp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.294s) 2022-11-23T03:19:20.9194568Z test_comprehensive_ldexp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.351s) 2022-11-23T03:19:20.9194754Z test_comprehensive_le_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-11-23T03:19:20.9196180Z test_comprehensive_le_cuda_bool (__main__.TestDecompCUDA) ... ok (0.159s) 2022-11-23T03:19:20.9196400Z test_comprehensive_le_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-11-23T03:19:20.9196586Z test_comprehensive_le_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:20.9197427Z test_comprehensive_le_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:19:20.9197661Z test_comprehensive_le_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.9197846Z test_comprehensive_le_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:20.9198070Z test_comprehensive_le_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:20.9198259Z test_comprehensive_le_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.9198439Z test_comprehensive_le_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-11-23T03:19:20.9198620Z test_comprehensive_lerp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.160s) 2022-11-23T03:19:20.9198820Z test_comprehensive_lerp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.040s) 2022-11-23T03:19:20.9199022Z test_comprehensive_lerp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.024s) 2022-11-23T03:19:20.9199220Z test_comprehensive_lerp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:19:20.9199413Z test_comprehensive_lerp_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.311s) 2022-11-23T03:19:20.9199606Z test_comprehensive_lerp_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.303s) 2022-11-23T03:19:20.9199802Z test_comprehensive_lgamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.861s) 2022-11-23T03:19:20.9199999Z test_comprehensive_lgamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.847s) 2022-11-23T03:19:20.9200188Z test_comprehensive_lgamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9200375Z test_comprehensive_lgamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9200563Z test_comprehensive_lgamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9200755Z test_comprehensive_lgamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9200949Z test_comprehensive_lgamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9201141Z test_comprehensive_lgamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9201327Z test_comprehensive_lgamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9201650Z test_comprehensive_linalg_cholesky_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.489s) 2022-11-23T03:19:20.9201869Z test_comprehensive_linalg_cholesky_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.466s) 2022-11-23T03:19:20.9203305Z test_comprehensive_linalg_cholesky_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.900s) 2022-11-23T03:19:20.9204021Z test_comprehensive_linalg_cholesky_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.860s) 2022-11-23T03:19:20.9204251Z test_comprehensive_linalg_cholesky_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.493s) 2022-11-23T03:19:20.9204473Z test_comprehensive_linalg_cholesky_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.491s) 2022-11-23T03:19:20.9204689Z test_comprehensive_linalg_cholesky_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.894s) 2022-11-23T03:19:20.9204904Z test_comprehensive_linalg_cholesky_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.854s) 2022-11-23T03:19:20.9205116Z test_comprehensive_linalg_cond_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.603s) 2022-11-23T03:19:20.9205322Z test_comprehensive_linalg_cond_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.603s) 2022-11-23T03:19:20.9205524Z test_comprehensive_linalg_cond_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.452s) 2022-11-23T03:19:20.9205729Z test_comprehensive_linalg_cond_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.438s) 2022-11-23T03:19:20.9205939Z test_comprehensive_linalg_cross_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:19:20.9206149Z test_comprehensive_linalg_cross_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:19:20.9206439Z test_comprehensive_linalg_cross_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9206657Z test_comprehensive_linalg_cross_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9206861Z test_comprehensive_linalg_cross_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9207068Z test_comprehensive_linalg_cross_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.9207262Z test_comprehensive_linalg_cross_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9207462Z test_comprehensive_linalg_cross_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9207660Z test_comprehensive_linalg_cross_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9207858Z test_comprehensive_linalg_cross_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9208063Z test_comprehensive_linalg_det_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.450s) 2022-11-23T03:19:20.9208254Z test_comprehensive_linalg_det_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.462s) 2022-11-23T03:19:20.9208452Z test_comprehensive_linalg_det_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.285s) 2022-11-23T03:19:20.9210319Z test_comprehensive_linalg_det_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.287s) 2022-11-23T03:19:20.9210577Z test_comprehensive_linalg_det_singular_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.304s) 2022-11-23T03:19:20.9210799Z test_comprehensive_linalg_det_singular_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.385s) 2022-11-23T03:19:20.9211016Z test_comprehensive_linalg_det_singular_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.507s) 2022-11-23T03:19:20.9211232Z test_comprehensive_linalg_det_singular_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.426s) 2022-11-23T03:19:20.9211439Z test_comprehensive_linalg_eig_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.835s) 2022-11-23T03:19:20.9211647Z test_comprehensive_linalg_eig_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.847s) 2022-11-23T03:19:20.9211846Z test_comprehensive_linalg_eig_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.784s) 2022-11-23T03:19:20.9212040Z test_comprehensive_linalg_eig_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.802s) 2022-11-23T03:19:20.9212356Z test_comprehensive_linalg_eigh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.574s) 2022-11-23T03:19:20.9212565Z test_comprehensive_linalg_eigh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.627s) 2022-11-23T03:19:20.9212766Z test_comprehensive_linalg_eigh_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.088s) 2022-11-23T03:19:20.9212970Z test_comprehensive_linalg_eigh_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.047s) 2022-11-23T03:19:20.9213186Z test_comprehensive_linalg_eigvals_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.372s) 2022-11-23T03:19:20.9213397Z test_comprehensive_linalg_eigvals_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.404s) 2022-11-23T03:19:20.9213607Z test_comprehensive_linalg_eigvals_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.385s) 2022-11-23T03:19:20.9213814Z test_comprehensive_linalg_eigvals_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.355s) 2022-11-23T03:19:20.9214019Z test_comprehensive_linalg_eigvalsh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.389s) 2022-11-23T03:19:20.9214235Z test_comprehensive_linalg_eigvalsh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.395s) 2022-11-23T03:19:20.9214444Z test_comprehensive_linalg_eigvalsh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.280s) 2022-11-23T03:19:20.9214652Z test_comprehensive_linalg_eigvalsh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:19:20.9216187Z test_comprehensive_linalg_householder_product_cuda_complex128 (__main__.TestDecompCUDA) ... ok (19.104s) 2022-11-23T03:19:20.9216979Z test_comprehensive_linalg_householder_product_cuda_complex64 (__main__.TestDecompCUDA) ... ok (19.808s) 2022-11-23T03:19:20.9217317Z test_comprehensive_linalg_householder_product_cuda_float32 (__main__.TestDecompCUDA) ... ok (10.598s) 2022-11-23T03:19:20.9217566Z test_comprehensive_linalg_householder_product_cuda_float64 (__main__.TestDecompCUDA) ... ok (10.296s) 2022-11-23T03:19:20.9217779Z test_comprehensive_linalg_inv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.618s) 2022-11-23T03:19:20.9218015Z test_comprehensive_linalg_inv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.651s) 2022-11-23T03:19:20.9218367Z test_comprehensive_linalg_inv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.427s) 2022-11-23T03:19:20.9218737Z test_comprehensive_linalg_inv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.391s) 2022-11-23T03:19:20.9219145Z test_comprehensive_linalg_inv_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.608s) 2022-11-23T03:19:20.9219522Z test_comprehensive_linalg_inv_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.646s) 2022-11-23T03:19:20.9219743Z test_comprehensive_linalg_inv_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.401s) 2022-11-23T03:19:20.9219948Z test_comprehensive_linalg_inv_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.403s) 2022-11-23T03:19:20.9220172Z test_comprehensive_linalg_ldl_factor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9220397Z test_comprehensive_linalg_ldl_factor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9220610Z test_comprehensive_linalg_ldl_factor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9220821Z test_comprehensive_linalg_ldl_factor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9221030Z test_comprehensive_linalg_ldl_factor_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9221259Z test_comprehensive_linalg_ldl_factor_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9223309Z test_comprehensive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9223572Z test_comprehensive_linalg_ldl_factor_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9223788Z test_comprehensive_linalg_ldl_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9224147Z test_comprehensive_linalg_ldl_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9224360Z test_comprehensive_linalg_ldl_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9224569Z test_comprehensive_linalg_ldl_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9224776Z test_comprehensive_linalg_lstsq_cuda_complex128 (__main__.TestDecompCUDA) ... ok (11.173s) 2022-11-23T03:19:20.9224986Z test_comprehensive_linalg_lstsq_cuda_complex64 (__main__.TestDecompCUDA) ... ok (11.416s) 2022-11-23T03:19:20.9225195Z test_comprehensive_linalg_lstsq_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.017s) 2022-11-23T03:19:20.9225396Z test_comprehensive_linalg_lstsq_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.705s) 2022-11-23T03:19:20.9225636Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_complex128 (__main__.TestDecompCUDA) ... ok (11.226s) 2022-11-23T03:19:20.9225876Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_complex64 (__main__.TestDecompCUDA) ... ok (11.372s) 2022-11-23T03:19:20.9226105Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.879s) 2022-11-23T03:19:20.9226334Z test_comprehensive_linalg_lstsq_grad_oriented_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.779s) 2022-11-23T03:19:20.9226542Z test_comprehensive_linalg_lu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (24.323s) 2022-11-23T03:19:20.9226748Z test_comprehensive_linalg_lu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (24.626s) 2022-11-23T03:19:20.9226950Z test_comprehensive_linalg_lu_cuda_float32 (__main__.TestDecompCUDA) ... ok (15.476s) 2022-11-23T03:19:20.9227224Z test_comprehensive_linalg_lu_cuda_float64 (__main__.TestDecompCUDA) ... ok (15.463s) 2022-11-23T03:19:20.9227458Z test_comprehensive_linalg_lu_factor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (27.685s) 2022-11-23T03:19:20.9227664Z test_comprehensive_linalg_lu_factor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (28.153s) 2022-11-23T03:19:20.9227875Z test_comprehensive_linalg_lu_factor_cuda_float32 (__main__.TestDecompCUDA) ... ok (18.236s) 2022-11-23T03:19:20.9229828Z test_comprehensive_linalg_lu_factor_cuda_float64 (__main__.TestDecompCUDA) ... ok (18.011s) 2022-11-23T03:19:20.9230082Z test_comprehensive_linalg_lu_factor_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (27.633s) 2022-11-23T03:19:20.9230304Z test_comprehensive_linalg_lu_factor_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (27.984s) 2022-11-23T03:19:20.9230518Z test_comprehensive_linalg_lu_factor_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (18.127s) 2022-11-23T03:19:20.9230738Z test_comprehensive_linalg_lu_factor_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (18.035s) 2022-11-23T03:19:20.9230952Z test_comprehensive_linalg_lu_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (17.129s) 2022-11-23T03:19:20.9231167Z test_comprehensive_linalg_lu_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (17.775s) 2022-11-23T03:19:20.9231376Z test_comprehensive_linalg_lu_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (12.345s) 2022-11-23T03:19:20.9231584Z test_comprehensive_linalg_lu_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (11.826s) 2022-11-23T03:19:20.9231800Z test_comprehensive_linalg_matrix_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.749s) 2022-11-23T03:19:20.9232021Z test_comprehensive_linalg_matrix_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.401s) 2022-11-23T03:19:20.9232241Z test_comprehensive_linalg_matrix_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.585s) 2022-11-23T03:19:20.9232459Z test_comprehensive_linalg_matrix_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.733s) 2022-11-23T03:19:20.9232672Z test_comprehensive_linalg_matrix_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.442s) 2022-11-23T03:19:20.9232882Z test_comprehensive_linalg_matrix_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.243s) 2022-11-23T03:19:20.9233219Z test_comprehensive_linalg_matrix_power_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.977s) 2022-11-23T03:19:20.9233439Z test_comprehensive_linalg_matrix_power_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.133s) 2022-11-23T03:19:20.9233656Z test_comprehensive_linalg_matrix_power_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.296s) 2022-11-23T03:19:20.9233854Z test_comprehensive_linalg_matrix_power_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.259s) 2022-11-23T03:19:20.9234069Z test_comprehensive_linalg_matrix_rank_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.294s) 2022-11-23T03:19:20.9234293Z test_comprehensive_linalg_matrix_rank_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.362s) 2022-11-23T03:19:20.9235701Z test_comprehensive_linalg_matrix_rank_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.280s) 2022-11-23T03:19:20.9236442Z test_comprehensive_linalg_matrix_rank_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.290s) 2022-11-23T03:19:20.9236696Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-11-23T03:19:20.9236934Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:19:20.9237167Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:19:20.9237399Z test_comprehensive_linalg_matrix_rank_hermitian_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9237610Z test_comprehensive_linalg_multi_dot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.9237913Z test_comprehensive_linalg_multi_dot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.314s) 2022-11-23T03:19:20.9238141Z test_comprehensive_linalg_multi_dot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.325s) 2022-11-23T03:19:20.9238349Z test_comprehensive_linalg_multi_dot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9238561Z test_comprehensive_linalg_multi_dot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:19:20.9238766Z test_comprehensive_linalg_multi_dot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:20.9238972Z test_comprehensive_linalg_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.955s) 2022-11-23T03:19:20.9239179Z test_comprehensive_linalg_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.749s) 2022-11-23T03:19:20.9239386Z test_comprehensive_linalg_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.927s) 2022-11-23T03:19:20.9239591Z test_comprehensive_linalg_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.976s) 2022-11-23T03:19:20.9239795Z test_comprehensive_linalg_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.813s) 2022-11-23T03:19:20.9239991Z test_comprehensive_linalg_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.632s) 2022-11-23T03:19:20.9240222Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.749s) 2022-11-23T03:19:20.9240466Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.450s) 2022-11-23T03:19:20.9240711Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.526s) 2022-11-23T03:19:20.9242632Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.726s) 2022-11-23T03:19:20.9242910Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.189s) 2022-11-23T03:19:20.9243154Z test_comprehensive_linalg_norm_subgradients_at_zero_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.076s) 2022-11-23T03:19:20.9243362Z test_comprehensive_linalg_pinv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.360s) 2022-11-23T03:19:20.9243569Z test_comprehensive_linalg_pinv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.463s) 2022-11-23T03:19:20.9244480Z test_comprehensive_linalg_pinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.516s) 2022-11-23T03:19:20.9244678Z test_comprehensive_linalg_pinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.449s) 2022-11-23T03:19:20.9244910Z test_comprehensive_linalg_pinv_hermitian_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.542s) 2022-11-23T03:19:20.9245136Z test_comprehensive_linalg_pinv_hermitian_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.637s) 2022-11-23T03:19:20.9245357Z test_comprehensive_linalg_pinv_hermitian_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.517s) 2022-11-23T03:19:20.9245583Z test_comprehensive_linalg_pinv_hermitian_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.512s) 2022-11-23T03:19:20.9245900Z 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:19:20.9246217Z 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:19:20.9246522Z 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:19:20.9247073Z 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:19:20.9249832Z test_comprehensive_linalg_qr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.359s) 2022-11-23T03:19:20.9250432Z test_comprehensive_linalg_qr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.527s) 2022-11-23T03:19:20.9250857Z test_comprehensive_linalg_qr_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.970s) 2022-11-23T03:19:20.9251249Z test_comprehensive_linalg_qr_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.774s) 2022-11-23T03:19:20.9251682Z test_comprehensive_linalg_slogdet_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.970s) 2022-11-23T03:19:20.9252085Z test_comprehensive_linalg_slogdet_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.884s) 2022-11-23T03:19:20.9252491Z test_comprehensive_linalg_slogdet_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-11-23T03:19:20.9252897Z test_comprehensive_linalg_slogdet_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:19:20.9253307Z test_comprehensive_linalg_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.645s) 2022-11-23T03:19:20.9253710Z test_comprehensive_linalg_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.716s) 2022-11-23T03:19:20.9254106Z test_comprehensive_linalg_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.470s) 2022-11-23T03:19:20.9256891Z test_comprehensive_linalg_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.431s) 2022-11-23T03:19:20.9257339Z test_comprehensive_linalg_solve_ex_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.655s) 2022-11-23T03:19:20.9257772Z test_comprehensive_linalg_solve_ex_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.696s) 2022-11-23T03:19:20.9258175Z test_comprehensive_linalg_solve_ex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.463s) 2022-11-23T03:19:20.9258584Z test_comprehensive_linalg_solve_ex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.428s) 2022-11-23T03:19:20.9259036Z test_comprehensive_linalg_solve_triangular_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.674s) 2022-11-23T03:19:20.9259489Z test_comprehensive_linalg_solve_triangular_cuda_complex64 (__main__.TestDecompCUDA) ... ok (9.003s) 2022-11-23T03:19:20.9259936Z test_comprehensive_linalg_solve_triangular_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.569s) 2022-11-23T03:19:20.9260383Z test_comprehensive_linalg_solve_triangular_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.293s) 2022-11-23T03:19:20.9260789Z test_comprehensive_linalg_svd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (44.360s) 2022-11-23T03:19:20.9263715Z test_comprehensive_linalg_svd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (45.498s) 2022-11-23T03:19:20.9264148Z test_comprehensive_linalg_svd_cuda_float32 (__main__.TestDecompCUDA) ... ok (29.469s) 2022-11-23T03:19:20.9264544Z test_comprehensive_linalg_svd_cuda_float64 (__main__.TestDecompCUDA) ... ok (27.787s) 2022-11-23T03:19:20.9264968Z test_comprehensive_linalg_svdvals_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.111s) 2022-11-23T03:19:20.9265367Z test_comprehensive_linalg_svdvals_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.178s) 2022-11-23T03:19:20.9265782Z test_comprehensive_linalg_svdvals_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.739s) 2022-11-23T03:19:20.9266187Z test_comprehensive_linalg_svdvals_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.745s) 2022-11-23T03:19:20.9266618Z test_comprehensive_linalg_tensorinv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.799s) 2022-11-23T03:19:20.9267055Z test_comprehensive_linalg_tensorinv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.787s) 2022-11-23T03:19:20.9267476Z test_comprehensive_linalg_tensorinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.491s) 2022-11-23T03:19:20.9267893Z test_comprehensive_linalg_tensorinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.507s) 2022-11-23T03:19:20.9270690Z test_comprehensive_linalg_tensorsolve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.091s) 2022-11-23T03:19:20.9271161Z test_comprehensive_linalg_tensorsolve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.114s) 2022-11-23T03:19:20.9271732Z test_comprehensive_linalg_tensorsolve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.642s) 2022-11-23T03:19:20.9272180Z test_comprehensive_linalg_tensorsolve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.640s) 2022-11-23T03:19:20.9272601Z test_comprehensive_linalg_vander_cuda_complex128 (__main__.TestDecompCUDA) ... ok (6.696s) 2022-11-23T03:19:20.9273025Z test_comprehensive_linalg_vander_cuda_complex64 (__main__.TestDecompCUDA) ... ok (6.702s) 2022-11-23T03:19:20.9273428Z test_comprehensive_linalg_vander_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.749s) 2022-11-23T03:19:20.9273820Z test_comprehensive_linalg_vander_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.623s) 2022-11-23T03:19:20.9274213Z test_comprehensive_linalg_vander_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:20.9274613Z test_comprehensive_linalg_vander_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:20.9275007Z test_comprehensive_linalg_vander_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:20.9277803Z test_comprehensive_linalg_vander_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:19:20.9278214Z test_comprehensive_linalg_vander_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:20.9278603Z test_comprehensive_linalg_vecdot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.307s) 2022-11-23T03:19:20.9279027Z test_comprehensive_linalg_vecdot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.406s) 2022-11-23T03:19:20.9279446Z test_comprehensive_linalg_vecdot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.498s) 2022-11-23T03:19:20.9279851Z test_comprehensive_linalg_vecdot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.306s) 2022-11-23T03:19:20.9280250Z test_comprehensive_linalg_vecdot_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.225s) 2022-11-23T03:19:20.9280648Z test_comprehensive_linalg_vecdot_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.206s) 2022-11-23T03:19:20.9281074Z test_comprehensive_linalg_vector_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.831s) 2022-11-23T03:19:20.9281509Z test_comprehensive_linalg_vector_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (12.739s) 2022-11-23T03:19:20.9281937Z test_comprehensive_linalg_vector_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (13.369s) 2022-11-23T03:19:20.9284918Z test_comprehensive_linalg_vector_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.883s) 2022-11-23T03:19:20.9285344Z test_comprehensive_linalg_vector_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (10.191s) 2022-11-23T03:19:20.9285762Z test_comprehensive_linalg_vector_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (10.016s) 2022-11-23T03:19:20.9286154Z test_comprehensive_linspace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.9286411Z test_comprehensive_linspace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:19:20.9286620Z test_comprehensive_linspace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:20.9286830Z test_comprehensive_linspace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9287027Z test_comprehensive_linspace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:20.9287219Z test_comprehensive_linspace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:20.9287420Z test_comprehensive_linspace_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:20.9287597Z test_comprehensive_linspace_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:20.9287795Z test_comprehensive_linspace_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.9287991Z test_comprehensive_linspace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:20.9288190Z test_comprehensive_linspace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.9288380Z test_comprehensive_log10_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9288687Z test_comprehensive_log10_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9290242Z test_comprehensive_log10_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.578s) 2022-11-23T03:19:20.9290997Z test_comprehensive_log10_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.504s) 2022-11-23T03:19:20.9291209Z test_comprehensive_log10_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9291403Z test_comprehensive_log10_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.9291595Z test_comprehensive_log10_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:20.9291785Z test_comprehensive_log10_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9291972Z test_comprehensive_log10_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9292161Z test_comprehensive_log10_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9292351Z test_comprehensive_log10_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9292537Z test_comprehensive_log10_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9292736Z test_comprehensive_log1p_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9292928Z test_comprehensive_log1p_cuda_bool (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.9293104Z test_comprehensive_log1p_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9293297Z test_comprehensive_log1p_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-11-23T03:19:20.9293488Z test_comprehensive_log1p_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:19:20.9293680Z test_comprehensive_log1p_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9293867Z test_comprehensive_log1p_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9294061Z test_comprehensive_log1p_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9294249Z test_comprehensive_log1p_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9294431Z test_comprehensive_log1p_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9294740Z test_comprehensive_log2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9294929Z test_comprehensive_log2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9295123Z test_comprehensive_log2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.539s) 2022-11-23T03:19:20.9295316Z test_comprehensive_log2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.482s) 2022-11-23T03:19:20.9296755Z test_comprehensive_log2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9297490Z test_comprehensive_log2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.9297703Z test_comprehensive_log2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.9297889Z test_comprehensive_log2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9298111Z test_comprehensive_log2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9298305Z test_comprehensive_log2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9298477Z test_comprehensive_log2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9298658Z test_comprehensive_log2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9298849Z test_comprehensive_log_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9299035Z test_comprehensive_log_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9299233Z test_comprehensive_log_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-11-23T03:19:20.9299426Z test_comprehensive_log_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.427s) 2022-11-23T03:19:20.9299709Z test_comprehensive_log_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:19:20.9299917Z test_comprehensive_log_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9300107Z test_comprehensive_log_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9300301Z test_comprehensive_log_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.9300485Z test_comprehensive_log_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9300670Z test_comprehensive_log_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9300856Z test_comprehensive_log_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9301041Z test_comprehensive_log_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9301224Z test_comprehensive_log_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9301434Z test_comprehensive_log_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.9301636Z test_comprehensive_log_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9301838Z test_comprehensive_log_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.269s) 2022-11-23T03:19:20.9303273Z test_comprehensive_log_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-11-23T03:19:20.9304060Z test_comprehensive_log_softmax_with_dtype_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.9304296Z test_comprehensive_log_softmax_with_dtype_cuda_bool (__main__.TestDecompCUDA) ... ok (0.150s) 2022-11-23T03:19:20.9304525Z test_comprehensive_log_softmax_with_dtype_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.476s) 2022-11-23T03:19:20.9304753Z test_comprehensive_log_softmax_with_dtype_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-11-23T03:19:20.9304986Z test_comprehensive_log_softmax_with_dtype_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.471s) 2022-11-23T03:19:20.9305207Z test_comprehensive_log_softmax_with_dtype_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9305421Z test_comprehensive_log_softmax_with_dtype_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.415s) 2022-11-23T03:19:20.9305734Z test_comprehensive_log_softmax_with_dtype_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-11-23T03:19:20.9305951Z test_comprehensive_log_softmax_with_dtype_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:19:20.9306167Z test_comprehensive_log_softmax_with_dtype_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:19:20.9306381Z test_comprehensive_log_softmax_with_dtype_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:20.9306595Z test_comprehensive_log_softmax_with_dtype_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:19:20.9306814Z test_comprehensive_log_softmax_with_dtype_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:20.9307023Z test_comprehensive_logaddexp2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9307227Z test_comprehensive_logaddexp2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:19:20.9307437Z test_comprehensive_logaddexp2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:20.9307641Z test_comprehensive_logaddexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9307845Z test_comprehensive_logaddexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-11-23T03:19:20.9308041Z test_comprehensive_logaddexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.9308236Z test_comprehensive_logcumsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.211s) 2022-11-23T03:19:20.9308444Z test_comprehensive_logcumsumexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9310499Z test_comprehensive_logcumsumexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.007s) 2022-11-23T03:19:20.9310758Z test_comprehensive_logcumsumexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.899s) 2022-11-23T03:19:20.9310963Z test_comprehensive_logdet_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.660s) 2022-11-23T03:19:20.9311171Z test_comprehensive_logdet_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.696s) 2022-11-23T03:19:20.9311369Z test_comprehensive_logdet_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.272s) 2022-11-23T03:19:20.9311559Z test_comprehensive_logdet_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.272s) 2022-11-23T03:19:20.9311764Z test_comprehensive_logical_and_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:19:20.9311964Z test_comprehensive_logical_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.165s) 2022-11-23T03:19:20.9312173Z test_comprehensive_logical_and_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.219s) 2022-11-23T03:19:20.9312385Z test_comprehensive_logical_and_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.179s) 2022-11-23T03:19:20.9312589Z test_comprehensive_logical_and_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:19:20.9312792Z test_comprehensive_logical_and_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:19:20.9312996Z test_comprehensive_logical_and_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:19:20.9313193Z test_comprehensive_logical_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:19:20.9313390Z test_comprehensive_logical_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:19:20.9313580Z test_comprehensive_logical_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.9313776Z test_comprehensive_logical_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:20.9313954Z test_comprehensive_logical_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:20.9314159Z test_comprehensive_logical_not_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9314359Z test_comprehensive_logical_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9314659Z test_comprehensive_logical_not_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9314865Z test_comprehensive_logical_not_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9315071Z test_comprehensive_logical_not_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9316585Z test_comprehensive_logical_not_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9316912Z test_comprehensive_logical_not_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9317947Z test_comprehensive_logical_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9318364Z test_comprehensive_logical_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9318742Z test_comprehensive_logical_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9319134Z test_comprehensive_logical_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9319527Z test_comprehensive_logical_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9319891Z test_comprehensive_logical_or_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-11-23T03:19:20.9320278Z test_comprehensive_logical_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:19:20.9320674Z test_comprehensive_logical_or_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.278s) 2022-11-23T03:19:20.9321076Z test_comprehensive_logical_or_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.163s) 2022-11-23T03:19:20.9321469Z test_comprehensive_logical_or_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:19:20.9324962Z test_comprehensive_logical_or_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.246s) 2022-11-23T03:19:20.9325409Z test_comprehensive_logical_or_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:19:20.9325808Z test_comprehensive_logical_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:20.9326201Z test_comprehensive_logical_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9326580Z test_comprehensive_logical_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:19:20.9326971Z test_comprehensive_logical_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:19:20.9327361Z test_comprehensive_logical_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-11-23T03:19:20.9327762Z test_comprehensive_logical_xor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:19:20.9328144Z test_comprehensive_logical_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.9328561Z test_comprehensive_logical_xor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.152s) 2022-11-23T03:19:20.9328981Z test_comprehensive_logical_xor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.144s) 2022-11-23T03:19:20.9331752Z test_comprehensive_logical_xor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-11-23T03:19:20.9332189Z test_comprehensive_logical_xor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:19:20.9332592Z test_comprehensive_logical_xor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:19:20.9332987Z test_comprehensive_logical_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.9333376Z test_comprehensive_logical_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.9333761Z test_comprehensive_logical_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:20.9334146Z test_comprehensive_logical_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:20.9334541Z test_comprehensive_logical_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:20.9334931Z test_comprehensive_logit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9335277Z test_comprehensive_logit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9335839Z test_comprehensive_logit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9338572Z test_comprehensive_logit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:20.9338996Z test_comprehensive_logit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:19:20.9339374Z test_comprehensive_logit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9339747Z test_comprehensive_logit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.9340118Z test_comprehensive_logit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9340493Z test_comprehensive_logit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9340860Z test_comprehensive_logit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9341261Z test_comprehensive_logspace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.411s) 2022-11-23T03:19:20.9341680Z test_comprehensive_logspace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.715s) 2022-11-23T03:19:20.9342081Z test_comprehensive_logspace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.694s) 2022-11-23T03:19:20.9342482Z test_comprehensive_logspace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.417s) 2022-11-23T03:19:20.9342865Z test_comprehensive_logspace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.633s) 2022-11-23T03:19:20.9345591Z test_comprehensive_logspace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.556s) 2022-11-23T03:19:20.9346061Z test_comprehensive_logspace_cuda_int16 (__main__.TestDecompCUDA) ... expected failure (0.058s) 2022-11-23T03:19:20.9346657Z test_comprehensive_logspace_cuda_int32 (__main__.TestDecompCUDA) ... expected failure (0.068s) 2022-11-23T03:19:20.9347112Z test_comprehensive_logspace_cuda_int64 (__main__.TestDecompCUDA) ... expected failure (0.057s) 2022-11-23T03:19:20.9347486Z test_comprehensive_logspace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9347870Z test_comprehensive_logspace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:19:20.9348269Z test_comprehensive_logsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9348663Z test_comprehensive_logsumexp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.9349061Z test_comprehensive_logsumexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.9349450Z test_comprehensive_logsumexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.695s) 2022-11-23T03:19:20.9349837Z test_comprehensive_logsumexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.687s) 2022-11-23T03:19:20.9352665Z test_comprehensive_logsumexp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9353084Z test_comprehensive_logsumexp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.9353478Z test_comprehensive_logsumexp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.9353867Z test_comprehensive_logsumexp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.9354257Z test_comprehensive_logsumexp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.9354642Z test_comprehensive_long_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.9355008Z test_comprehensive_long_cuda_bool (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9355391Z test_comprehensive_long_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.9355769Z test_comprehensive_long_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.9356144Z test_comprehensive_long_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.9356513Z test_comprehensive_long_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9358369Z test_comprehensive_long_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.9359124Z test_comprehensive_long_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9359315Z test_comprehensive_long_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9359502Z test_comprehensive_long_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9359689Z test_comprehensive_long_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9359877Z test_comprehensive_long_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.9360063Z test_comprehensive_long_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.9360260Z test_comprehensive_lt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:19:20.9360445Z test_comprehensive_lt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.9360631Z test_comprehensive_lt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:19:20.9360820Z test_comprehensive_lt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:19:20.9361007Z test_comprehensive_lt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-11-23T03:19:20.9361194Z test_comprehensive_lt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.9361378Z test_comprehensive_lt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9361558Z test_comprehensive_lt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.9361738Z test_comprehensive_lt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.9362037Z test_comprehensive_lt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-11-23T03:19:20.9362255Z test_comprehensive_lu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (29.629s) 2022-11-23T03:19:20.9362437Z test_comprehensive_lu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (30.100s) 2022-11-23T03:19:20.9362632Z test_comprehensive_lu_cuda_float32 (__main__.TestDecompCUDA) ... ok (19.634s) 2022-11-23T03:19:20.9362821Z test_comprehensive_lu_cuda_float64 (__main__.TestDecompCUDA) ... ok (19.258s) 2022-11-23T03:19:20.9363027Z test_comprehensive_lu_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.503s) 2022-11-23T03:19:20.9363229Z test_comprehensive_lu_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.603s) 2022-11-23T03:19:20.9363426Z test_comprehensive_lu_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.546s) 2022-11-23T03:19:20.9364859Z test_comprehensive_lu_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.384s) 2022-11-23T03:19:20.9365597Z test_comprehensive_lu_unpack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (6.568s) 2022-11-23T03:19:20.9365802Z test_comprehensive_lu_unpack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (6.661s) 2022-11-23T03:19:20.9366000Z test_comprehensive_lu_unpack_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.024s) 2022-11-23T03:19:20.9366199Z test_comprehensive_lu_unpack_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.048s) 2022-11-23T03:19:20.9366394Z test_comprehensive_mH_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9366578Z test_comprehensive_mH_cuda_bool (__main__.TestDecompCUDA) ... ok (0.215s) 2022-11-23T03:19:20.9366774Z test_comprehensive_mH_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.823s) 2022-11-23T03:19:20.9366968Z test_comprehensive_mH_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.534s) 2022-11-23T03:19:20.9367162Z test_comprehensive_mH_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.837s) 2022-11-23T03:19:20.9367353Z test_comprehensive_mH_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9367540Z test_comprehensive_mH_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.706s) 2022-11-23T03:19:20.9367714Z test_comprehensive_mH_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.735s) 2022-11-23T03:19:20.9368011Z test_comprehensive_mH_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.217s) 2022-11-23T03:19:20.9368197Z test_comprehensive_mH_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:19:20.9368381Z test_comprehensive_mH_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:20.9368562Z test_comprehensive_mH_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:19:20.9368742Z test_comprehensive_mH_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:19:20.9368931Z test_comprehensive_mT_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9369114Z test_comprehensive_mT_cuda_bool (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:19:20.9369312Z test_comprehensive_mT_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.136s) 2022-11-23T03:19:20.9369506Z test_comprehensive_mT_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.548s) 2022-11-23T03:19:20.9369699Z test_comprehensive_mT_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.168s) 2022-11-23T03:19:20.9369887Z test_comprehensive_mT_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9371356Z test_comprehensive_mT_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.717s) 2022-11-23T03:19:20.9372075Z test_comprehensive_mT_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.718s) 2022-11-23T03:19:20.9372267Z test_comprehensive_mT_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-11-23T03:19:20.9372451Z test_comprehensive_mT_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.217s) 2022-11-23T03:19:20.9372636Z test_comprehensive_mT_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:19:20.9372899Z test_comprehensive_mT_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.227s) 2022-11-23T03:19:20.9373098Z test_comprehensive_mT_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-11-23T03:19:20.9373365Z test_comprehensive_masked_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.516s) 2022-11-23T03:19:20.9373582Z test_comprehensive_masked_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.536s) 2022-11-23T03:19:20.9373783Z test_comprehensive_masked_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.863s) 2022-11-23T03:19:20.9373985Z test_comprehensive_masked_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.765s) 2022-11-23T03:19:20.9374187Z test_comprehensive_masked_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.975s) 2022-11-23T03:19:20.9374383Z test_comprehensive_masked_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.994s) 2022-11-23T03:19:20.9374573Z test_comprehensive_masked_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.945s) 2022-11-23T03:19:20.9374775Z test_comprehensive_masked_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.989s) 2022-11-23T03:19:20.9374975Z test_comprehensive_masked_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.991s) 2022-11-23T03:19:20.9375179Z test_comprehensive_masked_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.537s) 2022-11-23T03:19:20.9375384Z test_comprehensive_masked_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.536s) 2022-11-23T03:19:20.9375587Z test_comprehensive_masked_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.849s) 2022-11-23T03:19:20.9375783Z test_comprehensive_masked_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.715s) 2022-11-23T03:19:20.9375983Z test_comprehensive_masked_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.993s) 2022-11-23T03:19:20.9376176Z test_comprehensive_masked_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.989s) 2022-11-23T03:19:20.9376367Z test_comprehensive_masked_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.035s) 2022-11-23T03:19:20.9376568Z test_comprehensive_masked_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.048s) 2022-11-23T03:19:20.9378527Z test_comprehensive_masked_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.984s) 2022-11-23T03:19:20.9378757Z test_comprehensive_masked_argmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-11-23T03:19:20.9379079Z test_comprehensive_masked_argmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:19:20.9379288Z test_comprehensive_masked_argmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.919s) 2022-11-23T03:19:20.9379494Z test_comprehensive_masked_argmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.832s) 2022-11-23T03:19:20.9379697Z test_comprehensive_masked_argmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.532s) 2022-11-23T03:19:20.9379895Z test_comprehensive_masked_argmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.527s) 2022-11-23T03:19:20.9380101Z test_comprehensive_masked_argmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.417s) 2022-11-23T03:19:20.9380302Z test_comprehensive_masked_argmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.541s) 2022-11-23T03:19:20.9380504Z test_comprehensive_masked_argmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.534s) 2022-11-23T03:19:20.9380718Z test_comprehensive_masked_argmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.235s) 2022-11-23T03:19:20.9380924Z test_comprehensive_masked_argmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:19:20.9381129Z test_comprehensive_masked_argmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.857s) 2022-11-23T03:19:20.9381336Z test_comprehensive_masked_argmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.829s) 2022-11-23T03:19:20.9381534Z test_comprehensive_masked_argmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.534s) 2022-11-23T03:19:20.9381733Z test_comprehensive_masked_argmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.526s) 2022-11-23T03:19:20.9381996Z test_comprehensive_masked_argmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.433s) 2022-11-23T03:19:20.9382212Z test_comprehensive_masked_argmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.528s) 2022-11-23T03:19:20.9382414Z test_comprehensive_masked_argmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.520s) 2022-11-23T03:19:20.9382615Z test_comprehensive_masked_cumprod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.793s) 2022-11-23T03:19:20.9382837Z test_comprehensive_masked_cumprod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (25.525s) 2022-11-23T03:19:20.9383055Z test_comprehensive_masked_cumprod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (25.801s) 2022-11-23T03:19:20.9385470Z test_comprehensive_masked_cumprod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.795s) 2022-11-23T03:19:20.9385911Z test_comprehensive_masked_cumprod_cuda_float32 (__main__.TestDecompCUDA) ... ok (15.184s) 2022-11-23T03:19:20.9386321Z test_comprehensive_masked_cumprod_cuda_float64 (__main__.TestDecompCUDA) ... ok (14.950s) 2022-11-23T03:19:20.9386725Z test_comprehensive_masked_cumprod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.595s) 2022-11-23T03:19:20.9387127Z test_comprehensive_masked_cumprod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.608s) 2022-11-23T03:19:20.9387540Z test_comprehensive_masked_cumprod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.612s) 2022-11-23T03:19:20.9387940Z test_comprehensive_masked_cumprod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.613s) 2022-11-23T03:19:20.9388344Z test_comprehensive_masked_cumprod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.607s) 2022-11-23T03:19:20.9388749Z test_comprehensive_masked_cumsum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.159s) 2022-11-23T03:19:20.9389168Z test_comprehensive_masked_cumsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.978s) 2022-11-23T03:19:20.9389588Z test_comprehensive_masked_cumsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.031s) 2022-11-23T03:19:20.9392360Z test_comprehensive_masked_cumsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9392797Z test_comprehensive_masked_cumsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.645s) 2022-11-23T03:19:20.9393195Z test_comprehensive_masked_cumsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.597s) 2022-11-23T03:19:20.9393767Z test_comprehensive_masked_cumsum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.868s) 2022-11-23T03:19:20.9394166Z test_comprehensive_masked_cumsum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.861s) 2022-11-23T03:19:20.9394538Z test_comprehensive_masked_cumsum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.857s) 2022-11-23T03:19:20.9394938Z test_comprehensive_masked_cumsum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.859s) 2022-11-23T03:19:20.9395333Z test_comprehensive_masked_cumsum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.928s) 2022-11-23T03:19:20.9395742Z test_comprehensive_masked_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9396143Z test_comprehensive_masked_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:20.9396558Z test_comprehensive_masked_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.420s) 2022-11-23T03:19:20.9399367Z test_comprehensive_masked_fill_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:19:20.9399806Z test_comprehensive_masked_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-11-23T03:19:20.9400205Z test_comprehensive_masked_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9400601Z test_comprehensive_masked_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.273s) 2022-11-23T03:19:20.9400997Z test_comprehensive_masked_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:19:20.9401395Z test_comprehensive_masked_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:20.9401929Z test_comprehensive_masked_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.9402344Z test_comprehensive_masked_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.9402734Z test_comprehensive_masked_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:20.9403103Z test_comprehensive_masked_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.9403526Z test_comprehensive_masked_log_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-11-23T03:19:20.9406319Z test_comprehensive_masked_log_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-11-23T03:19:20.9406773Z test_comprehensive_masked_log_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.383s) 2022-11-23T03:19:20.9407201Z test_comprehensive_masked_log_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.378s) 2022-11-23T03:19:20.9407606Z test_comprehensive_masked_logaddexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.314s) 2022-11-23T03:19:20.9408034Z test_comprehensive_masked_logaddexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.568s) 2022-11-23T03:19:20.9408456Z test_comprehensive_masked_logaddexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.496s) 2022-11-23T03:19:20.9408921Z test_comprehensive_masked_logsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Skipped! (0.001s) 2022-11-23T03:19:20.9409394Z test_comprehensive_masked_logsumexp_cuda_float16 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:19:20.9409854Z test_comprehensive_masked_logsumexp_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:19:20.9410315Z test_comprehensive_masked_logsumexp_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:19:20.9413128Z test_comprehensive_masked_logsumexp_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipped! (0.002s) 2022-11-23T03:19:20.9413596Z test_comprehensive_masked_logsumexp_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:19:20.9414062Z test_comprehensive_masked_logsumexp_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:19:20.9414517Z test_comprehensive_masked_logsumexp_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipped! (0.000s) 2022-11-23T03:19:20.9415140Z test_comprehensive_masked_logsumexp_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipped! (0.003s) 2022-11-23T03:19:20.9415550Z test_comprehensive_masked_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.537s) 2022-11-23T03:19:20.9415943Z test_comprehensive_masked_mean_cuda_bool (__main__.TestDecompCUDA) ... ok (2.412s) 2022-11-23T03:19:20.9416351Z test_comprehensive_masked_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (6.896s) 2022-11-23T03:19:20.9416742Z test_comprehensive_masked_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (7.174s) 2022-11-23T03:19:20.9417123Z test_comprehensive_masked_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.560s) 2022-11-23T03:19:20.9419908Z test_comprehensive_masked_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.084s) 2022-11-23T03:19:20.9420338Z test_comprehensive_masked_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.013s) 2022-11-23T03:19:20.9420735Z test_comprehensive_masked_mean_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.389s) 2022-11-23T03:19:20.9421108Z test_comprehensive_masked_mean_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.353s) 2022-11-23T03:19:20.9421484Z test_comprehensive_masked_mean_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.358s) 2022-11-23T03:19:20.9421870Z test_comprehensive_masked_mean_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.400s) 2022-11-23T03:19:20.9422257Z test_comprehensive_masked_mean_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.385s) 2022-11-23T03:19:20.9422664Z test_comprehensive_masked_median_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:20.9423070Z test_comprehensive_masked_median_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.386s) 2022-11-23T03:19:20.9423607Z test_comprehensive_masked_median_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.393s) 2022-11-23T03:19:20.9424026Z test_comprehensive_masked_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (7.862s) 2022-11-23T03:19:20.9424428Z test_comprehensive_masked_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (7.875s) 2022-11-23T03:19:20.9424813Z test_comprehensive_masked_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (28.058s) 2022-11-23T03:19:20.9425029Z test_comprehensive_masked_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (27.093s) 2022-11-23T03:19:20.9425247Z test_comprehensive_masked_normalize_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.663s) 2022-11-23T03:19:20.9425471Z test_comprehensive_masked_normalize_cuda_complex128 (__main__.TestDecompCUDA) ... ok (13.798s) 2022-11-23T03:19:20.9425694Z test_comprehensive_masked_normalize_cuda_complex64 (__main__.TestDecompCUDA) ... ok (13.903s) 2022-11-23T03:19:20.9425912Z test_comprehensive_masked_normalize_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.550s) 2022-11-23T03:19:20.9426125Z test_comprehensive_masked_normalize_cuda_float32 (__main__.TestDecompCUDA) ... ok (9.792s) 2022-11-23T03:19:20.9426332Z test_comprehensive_masked_normalize_cuda_float64 (__main__.TestDecompCUDA) ... ok (9.539s) 2022-11-23T03:19:20.9426541Z test_comprehensive_masked_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.162s) 2022-11-23T03:19:20.9426743Z test_comprehensive_masked_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (1.413s) 2022-11-23T03:19:20.9426939Z test_comprehensive_masked_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (18.020s) 2022-11-23T03:19:20.9427150Z test_comprehensive_masked_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (18.704s) 2022-11-23T03:19:20.9427353Z test_comprehensive_masked_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.186s) 2022-11-23T03:19:20.9427556Z test_comprehensive_masked_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (11.890s) 2022-11-23T03:19:20.9427761Z test_comprehensive_masked_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (11.401s) 2022-11-23T03:19:20.9427960Z test_comprehensive_masked_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.427s) 2022-11-23T03:19:20.9428283Z test_comprehensive_masked_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.414s) 2022-11-23T03:19:20.9428475Z test_comprehensive_masked_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.143s) 2022-11-23T03:19:20.9428673Z test_comprehensive_masked_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.390s) 2022-11-23T03:19:20.9428864Z test_comprehensive_masked_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.393s) 2022-11-23T03:19:20.9429073Z test_comprehensive_masked_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.9429279Z test_comprehensive_masked_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9431318Z test_comprehensive_masked_scatter_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:20.9431564Z test_comprehensive_masked_scatter_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:20.9431773Z test_comprehensive_masked_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.9431983Z test_comprehensive_masked_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:20.9432190Z test_comprehensive_masked_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:20.9432394Z test_comprehensive_masked_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9432598Z test_comprehensive_masked_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9432803Z test_comprehensive_masked_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9432992Z test_comprehensive_masked_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9433295Z test_comprehensive_masked_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9433524Z test_comprehensive_masked_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.9433730Z test_comprehensive_masked_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9433972Z test_comprehensive_masked_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.391s) 2022-11-23T03:19:20.9434182Z test_comprehensive_masked_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.383s) 2022-11-23T03:19:20.9434388Z test_comprehensive_masked_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9434592Z test_comprehensive_masked_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-11-23T03:19:20.9434799Z test_comprehensive_masked_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:19:20.9435004Z test_comprehensive_masked_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9435205Z test_comprehensive_masked_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9435399Z test_comprehensive_masked_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9435606Z test_comprehensive_masked_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9435810Z test_comprehensive_masked_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9436018Z test_comprehensive_masked_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:19:20.9436227Z test_comprehensive_masked_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-11-23T03:19:20.9436433Z test_comprehensive_masked_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.295s) 2022-11-23T03:19:20.9436639Z test_comprehensive_masked_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.266s) 2022-11-23T03:19:20.9436851Z test_comprehensive_masked_softmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:19:20.9437041Z test_comprehensive_masked_softmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:19:20.9437244Z test_comprehensive_masked_softmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.914s) 2022-11-23T03:19:20.9437540Z test_comprehensive_masked_softmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.861s) 2022-11-23T03:19:20.9437742Z test_comprehensive_masked_std_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (3.436s) 2022-11-23T03:19:20.9437945Z test_comprehensive_masked_std_cuda_complex128 (__main__.TestDecompCUDA) ... ok (26.170s) 2022-11-23T03:19:20.9438151Z test_comprehensive_masked_std_cuda_complex64 (__main__.TestDecompCUDA) ... ok (26.981s) 2022-11-23T03:19:20.9438351Z test_comprehensive_masked_std_cuda_float16 (__main__.TestDecompCUDA) ... ok (3.464s) 2022-11-23T03:19:20.9438552Z test_comprehensive_masked_std_cuda_float32 (__main__.TestDecompCUDA) ... ok (15.337s) 2022-11-23T03:19:20.9438751Z test_comprehensive_masked_std_cuda_float64 (__main__.TestDecompCUDA) ... ok (14.858s) 2022-11-23T03:19:20.9438950Z test_comprehensive_masked_std_cuda_int16 (__main__.TestDecompCUDA) ... ok (12.957s) 2022-11-23T03:19:20.9439145Z test_comprehensive_masked_std_cuda_int32 (__main__.TestDecompCUDA) ... ok (13.115s) 2022-11-23T03:19:20.9439332Z test_comprehensive_masked_std_cuda_int64 (__main__.TestDecompCUDA) ... ok (12.802s) 2022-11-23T03:19:20.9439531Z test_comprehensive_masked_std_cuda_int8 (__main__.TestDecompCUDA) ... ok (13.004s) 2022-11-23T03:19:20.9439729Z test_comprehensive_masked_std_cuda_uint8 (__main__.TestDecompCUDA) ... ok (12.888s) 2022-11-23T03:19:20.9439929Z test_comprehensive_masked_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.683s) 2022-11-23T03:19:20.9440128Z test_comprehensive_masked_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (1.026s) 2022-11-23T03:19:20.9440404Z test_comprehensive_masked_sum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.528s) 2022-11-23T03:19:20.9440626Z test_comprehensive_masked_sum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.658s) 2022-11-23T03:19:20.9440827Z test_comprehensive_masked_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.673s) 2022-11-23T03:19:20.9441016Z test_comprehensive_masked_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.145s) 2022-11-23T03:19:20.9441215Z test_comprehensive_masked_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.022s) 2022-11-23T03:19:20.9441412Z test_comprehensive_masked_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.014s) 2022-11-23T03:19:20.9441607Z test_comprehensive_masked_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.054s) 2022-11-23T03:19:20.9441799Z test_comprehensive_masked_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.937s) 2022-11-23T03:19:20.9441994Z test_comprehensive_masked_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.975s) 2022-11-23T03:19:20.9442188Z test_comprehensive_masked_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.968s) 2022-11-23T03:19:20.9442387Z test_comprehensive_masked_var_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (3.144s) 2022-11-23T03:19:20.9442595Z test_comprehensive_masked_var_cuda_complex128 (__main__.TestDecompCUDA) ... ok (22.888s) 2022-11-23T03:19:20.9442804Z test_comprehensive_masked_var_cuda_complex64 (__main__.TestDecompCUDA) ... ok (23.587s) 2022-11-23T03:19:20.9443004Z test_comprehensive_masked_var_cuda_float16 (__main__.TestDecompCUDA) ... ok (3.139s) 2022-11-23T03:19:20.9443199Z test_comprehensive_masked_var_cuda_float32 (__main__.TestDecompCUDA) ... ok (13.918s) 2022-11-23T03:19:20.9443398Z test_comprehensive_masked_var_cuda_float64 (__main__.TestDecompCUDA) ... ok (13.666s) 2022-11-23T03:19:20.9443595Z test_comprehensive_masked_var_cuda_int16 (__main__.TestDecompCUDA) ... ok (12.429s) 2022-11-23T03:19:20.9443791Z test_comprehensive_masked_var_cuda_int32 (__main__.TestDecompCUDA) ... ok (12.298s) 2022-11-23T03:19:20.9443984Z test_comprehensive_masked_var_cuda_int64 (__main__.TestDecompCUDA) ... ok (12.330s) 2022-11-23T03:19:20.9444181Z test_comprehensive_masked_var_cuda_int8 (__main__.TestDecompCUDA) ... ok (12.236s) 2022-11-23T03:19:20.9444371Z test_comprehensive_masked_var_cuda_uint8 (__main__.TestDecompCUDA) ... ok (12.160s) 2022-11-23T03:19:20.9444655Z test_comprehensive_matmul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:19:20.9444835Z test_comprehensive_matmul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (7.669s) 2022-11-23T03:19:20.9445034Z test_comprehensive_matmul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (7.900s) 2022-11-23T03:19:20.9445231Z test_comprehensive_matmul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:19:20.9445420Z test_comprehensive_matmul_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.383s) 2022-11-23T03:19:20.9445609Z test_comprehensive_matmul_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.391s) 2022-11-23T03:19:20.9445813Z test_comprehensive_matrix_exp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9447894Z test_comprehensive_matrix_exp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.889s) 2022-11-23T03:19:20.9448132Z test_comprehensive_matrix_exp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.926s) 2022-11-23T03:19:20.9448334Z test_comprehensive_matrix_exp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:20.9448534Z test_comprehensive_matrix_exp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.409s) 2022-11-23T03:19:20.9448734Z test_comprehensive_matrix_exp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.425s) 2022-11-23T03:19:20.9448936Z test_comprehensive_max_binary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.686s) 2022-11-23T03:19:20.9449133Z test_comprehensive_max_binary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:20.9449425Z test_comprehensive_max_binary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.620s) 2022-11-23T03:19:20.9449640Z test_comprehensive_max_binary_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.019s) 2022-11-23T03:19:20.9449839Z test_comprehensive_max_binary_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.053s) 2022-11-23T03:19:20.9450042Z test_comprehensive_max_binary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:20.9450241Z test_comprehensive_max_binary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.9450417Z test_comprehensive_max_binary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.9450613Z test_comprehensive_max_binary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:20.9450806Z test_comprehensive_max_binary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:20.9451049Z test_comprehensive_max_pool2d_with_indices_backward_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (3.173s) 2022-11-23T03:19:20.9451291Z test_comprehensive_max_pool2d_with_indices_backward_cuda_float16 (__main__.TestDecompCUDA) ... ok (3.181s) 2022-11-23T03:19:20.9451530Z test_comprehensive_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.545s) 2022-11-23T03:19:20.9451767Z test_comprehensive_max_pool2d_with_indices_backward_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.401s) 2022-11-23T03:19:20.9452075Z test_comprehensive_max_reduction_no_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:19:20.9452313Z test_comprehensive_max_reduction_no_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9452531Z test_comprehensive_max_reduction_no_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:20.9452747Z test_comprehensive_max_reduction_no_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:19:20.9452963Z test_comprehensive_max_reduction_no_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-11-23T03:19:20.9453180Z test_comprehensive_max_reduction_no_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9453392Z test_comprehensive_max_reduction_no_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9453705Z test_comprehensive_max_reduction_no_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9453918Z test_comprehensive_max_reduction_no_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9454130Z test_comprehensive_max_reduction_no_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9454355Z test_comprehensive_max_reduction_with_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9454571Z test_comprehensive_max_reduction_with_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9454793Z test_comprehensive_max_reduction_with_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9455008Z test_comprehensive_max_reduction_with_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.9455203Z test_comprehensive_max_reduction_with_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.9455417Z test_comprehensive_max_reduction_with_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9455636Z test_comprehensive_max_reduction_with_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9455853Z test_comprehensive_max_reduction_with_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9456067Z test_comprehensive_max_reduction_with_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9456284Z test_comprehensive_max_reduction_with_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9456486Z test_comprehensive_maximum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.633s) 2022-11-23T03:19:20.9456754Z test_comprehensive_maximum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.9456970Z test_comprehensive_maximum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.629s) 2022-11-23T03:19:20.9457163Z test_comprehensive_maximum_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.978s) 2022-11-23T03:19:20.9457357Z test_comprehensive_maximum_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.976s) 2022-11-23T03:19:20.9457550Z test_comprehensive_maximum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:20.9457743Z test_comprehensive_maximum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:19:20.9457938Z test_comprehensive_maximum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:20.9458131Z test_comprehensive_maximum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9458320Z test_comprehensive_maximum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9458514Z test_comprehensive_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.9458716Z test_comprehensive_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.688s) 2022-11-23T03:19:20.9458913Z test_comprehensive_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.725s) 2022-11-23T03:19:20.9459093Z test_comprehensive_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:19:20.9459284Z test_comprehensive_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.455s) 2022-11-23T03:19:20.9459474Z test_comprehensive_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.417s) 2022-11-23T03:19:20.9459669Z test_comprehensive_median_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:19:20.9459857Z test_comprehensive_median_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:19:20.9460043Z test_comprehensive_median_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:19:20.9460235Z test_comprehensive_median_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9460424Z test_comprehensive_median_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9460612Z test_comprehensive_median_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9461533Z test_comprehensive_median_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9461726Z test_comprehensive_median_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9462024Z test_comprehensive_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:20.9462310Z test_comprehensive_meshgrid_list_of_tensors_cuda_bool (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bool not supported (0.002s) 2022-11-23T03:19:20.9462620Z test_comprehensive_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-11-23T03:19:20.9462924Z test_comprehensive_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex64 not supported (0.003s) 2022-11-23T03:19:20.9463211Z test_comprehensive_meshgrid_list_of_tensors_cuda_float16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-11-23T03:19:20.9463505Z test_comprehensive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float32 not supported (0.000s) 2022-11-23T03:19:20.9463792Z test_comprehensive_meshgrid_list_of_tensors_cuda_float64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float64 not supported (0.000s) 2022-11-23T03:19:20.9464070Z test_comprehensive_meshgrid_list_of_tensors_cuda_int16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int16 not supported (0.006s) 2022-11-23T03:19:20.9464349Z test_comprehensive_meshgrid_list_of_tensors_cuda_int32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int32 not supported (0.000s) 2022-11-23T03:19:20.9464715Z test_comprehensive_meshgrid_list_of_tensors_cuda_int64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int64 not supported (0.000s) 2022-11-23T03:19:20.9465014Z test_comprehensive_meshgrid_list_of_tensors_cuda_int8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int8 not supported (0.000s) 2022-11-23T03:19:20.9465292Z test_comprehensive_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.uint8 not supported (0.000s) 2022-11-23T03:19:20.9465589Z test_comprehensive_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-11-23T03:19:20.9465871Z test_comprehensive_meshgrid_variadic_tensors_cuda_bool (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-11-23T03:19:20.9466177Z test_comprehensive_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-11-23T03:19:20.9466467Z test_comprehensive_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex64 not supported (0.011s) 2022-11-23T03:19:20.9466758Z test_comprehensive_meshgrid_variadic_tensors_cuda_float16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-11-23T03:19:20.9467053Z test_comprehensive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-11-23T03:19:20.9467344Z test_comprehensive_meshgrid_variadic_tensors_cuda_float64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-11-23T03:19:20.9467627Z test_comprehensive_meshgrid_variadic_tensors_cuda_int16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-11-23T03:19:20.9467911Z test_comprehensive_meshgrid_variadic_tensors_cuda_int32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-11-23T03:19:20.9468193Z test_comprehensive_meshgrid_variadic_tensors_cuda_int64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-11-23T03:19:20.9468475Z test_comprehensive_meshgrid_variadic_tensors_cuda_int8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-11-23T03:19:20.9468838Z test_comprehensive_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-11-23T03:19:20.9469044Z test_comprehensive_min_binary_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.643s) 2022-11-23T03:19:20.9469243Z test_comprehensive_min_binary_cuda_bool (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:20.9469443Z test_comprehensive_min_binary_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.623s) 2022-11-23T03:19:20.9469644Z test_comprehensive_min_binary_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.049s) 2022-11-23T03:19:20.9469846Z test_comprehensive_min_binary_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.029s) 2022-11-23T03:19:20.9470046Z test_comprehensive_min_binary_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.9470243Z test_comprehensive_min_binary_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:20.9470440Z test_comprehensive_min_binary_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.9470635Z test_comprehensive_min_binary_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:20.9470827Z test_comprehensive_min_binary_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:19:20.9471048Z test_comprehensive_min_reduction_no_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:20.9471262Z test_comprehensive_min_reduction_no_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9471547Z test_comprehensive_min_reduction_no_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:20.9471783Z test_comprehensive_min_reduction_no_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:19:20.9471984Z test_comprehensive_min_reduction_no_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-11-23T03:19:20.9472203Z test_comprehensive_min_reduction_no_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9472415Z test_comprehensive_min_reduction_no_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9472624Z test_comprehensive_min_reduction_no_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9472835Z test_comprehensive_min_reduction_no_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9473044Z test_comprehensive_min_reduction_no_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9473270Z test_comprehensive_min_reduction_with_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9473488Z test_comprehensive_min_reduction_with_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9473711Z test_comprehensive_min_reduction_with_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9473928Z test_comprehensive_min_reduction_with_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.9474138Z test_comprehensive_min_reduction_with_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9474353Z test_comprehensive_min_reduction_with_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9474568Z test_comprehensive_min_reduction_with_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9474777Z test_comprehensive_min_reduction_with_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9474991Z test_comprehensive_min_reduction_with_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9475211Z test_comprehensive_min_reduction_with_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9475414Z test_comprehensive_minimum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.656s) 2022-11-23T03:19:20.9475696Z test_comprehensive_minimum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:20.9475897Z test_comprehensive_minimum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.627s) 2022-11-23T03:19:20.9476089Z test_comprehensive_minimum_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.993s) 2022-11-23T03:19:20.9476263Z test_comprehensive_minimum_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.966s) 2022-11-23T03:19:20.9476458Z test_comprehensive_minimum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:20.9476652Z test_comprehensive_minimum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.9476849Z test_comprehensive_minimum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:20.9477041Z test_comprehensive_minimum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-11-23T03:19:20.9477231Z test_comprehensive_minimum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9477425Z test_comprehensive_mm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9479041Z test_comprehensive_mm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:19:20.9479262Z test_comprehensive_mm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-11-23T03:19:20.9479451Z test_comprehensive_mm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9480154Z test_comprehensive_mm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9480360Z test_comprehensive_mm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.9480554Z test_comprehensive_mode_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9480838Z test_comprehensive_mode_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9481047Z test_comprehensive_mode_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.9481240Z test_comprehensive_mode_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.9481436Z test_comprehensive_mode_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:20.9481623Z test_comprehensive_mode_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9481795Z test_comprehensive_mode_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9481981Z test_comprehensive_mode_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9482171Z test_comprehensive_mode_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9482353Z test_comprehensive_mode_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9482558Z test_comprehensive_movedim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9482751Z test_comprehensive_movedim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9482956Z test_comprehensive_movedim_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:20.9483161Z test_comprehensive_movedim_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.9483361Z test_comprehensive_movedim_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:19:20.9483562Z test_comprehensive_movedim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9483753Z test_comprehensive_movedim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.9483941Z test_comprehensive_movedim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.9484135Z test_comprehensive_movedim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9484328Z test_comprehensive_movedim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9484522Z test_comprehensive_movedim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.9484713Z test_comprehensive_movedim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.9484990Z test_comprehensive_movedim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9485187Z test_comprehensive_msort_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9485365Z test_comprehensive_msort_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9485557Z test_comprehensive_msort_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9485750Z test_comprehensive_msort_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9485939Z test_comprehensive_msort_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9486133Z test_comprehensive_msort_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9486323Z test_comprehensive_msort_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9486511Z test_comprehensive_msort_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9486699Z test_comprehensive_msort_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9486980Z test_comprehensive_mul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:20.9487324Z test_comprehensive_mul_cuda_bool (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.9487695Z test_comprehensive_mul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.270s) 2022-11-23T03:19:20.9488061Z test_comprehensive_mul_cuda_complex32 (__main__.TestDecompCUDA) ... ok (2.600s) 2022-11-23T03:19:20.9488268Z test_comprehensive_mul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.352s) 2022-11-23T03:19:20.9488562Z test_comprehensive_mul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:19:20.9488767Z test_comprehensive_mul_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.625s) 2022-11-23T03:19:20.9488956Z test_comprehensive_mul_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.681s) 2022-11-23T03:19:20.9489146Z test_comprehensive_mul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.9489330Z test_comprehensive_mul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9489495Z test_comprehensive_mul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:20.9489681Z test_comprehensive_mul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.9489861Z test_comprehensive_mul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9490065Z test_comprehensive_multinomial_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9490268Z test_comprehensive_multinomial_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9490475Z test_comprehensive_multinomial_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9490667Z test_comprehensive_mv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9490862Z test_comprehensive_mv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.148s) 2022-11-23T03:19:20.9491057Z test_comprehensive_mv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-11-23T03:19:20.9491243Z test_comprehensive_mv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9491431Z test_comprehensive_mv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:19:20.9491616Z test_comprehensive_mv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:20.9491841Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:19:20.9492066Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.661s) 2022-11-23T03:19:20.9492289Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.637s) 2022-11-23T03:19:20.9492507Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.9492814Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9493030Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:20.9493245Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.9493439Z test_comprehensive_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.9493659Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:19:20.9493874Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.731s) 2022-11-23T03:19:20.9494095Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.665s) 2022-11-23T03:19:20.9494303Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.9494521Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9494734Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9494945Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:20.9495158Z test_comprehensive_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.9495372Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:19:20.9495588Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.664s) 2022-11-23T03:19:20.9495868Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.651s) 2022-11-23T03:19:20.9496093Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.9496301Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.9496515Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9496726Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9496933Z test_comprehensive_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9497137Z test_comprehensive_nan_to_num_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:20.9497332Z test_comprehensive_nan_to_num_cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9497533Z test_comprehensive_nan_to_num_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.9497711Z test_comprehensive_nan_to_num_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:19:20.9497912Z test_comprehensive_nan_to_num_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-11-23T03:19:20.9498161Z test_comprehensive_nan_to_num_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9498362Z test_comprehensive_nan_to_num_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9498549Z test_comprehensive_nan_to_num_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9498744Z test_comprehensive_nan_to_num_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9498941Z test_comprehensive_nan_to_num_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9499137Z test_comprehensive_nanmean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.748s) 2022-11-23T03:19:20.9499335Z test_comprehensive_nanmean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.720s) 2022-11-23T03:19:20.9499527Z test_comprehensive_nanmean_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.704s) 2022-11-23T03:19:20.9499717Z test_comprehensive_nanmean_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.654s) 2022-11-23T03:19:20.9500008Z test_comprehensive_nanmedian_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.9500205Z test_comprehensive_nanmedian_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:19:20.9500397Z test_comprehensive_nanmedian_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:19:20.9500594Z test_comprehensive_nanmedian_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9500786Z test_comprehensive_nanmedian_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9500975Z test_comprehensive_nanmedian_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9501177Z test_comprehensive_nanmedian_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9501376Z test_comprehensive_nanmedian_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9501563Z test_comprehensive_nanquantile_cuda_float32 (__main__.TestDecompCUDA) ... ok (9.449s) 2022-11-23T03:19:20.9501769Z test_comprehensive_nanquantile_cuda_float64 (__main__.TestDecompCUDA) ... ok (9.190s) 2022-11-23T03:19:20.9501963Z test_comprehensive_nansum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.311s) 2022-11-23T03:19:20.9502154Z test_comprehensive_nansum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9502351Z test_comprehensive_nansum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.315s) 2022-11-23T03:19:20.9502541Z test_comprehensive_nansum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.832s) 2022-11-23T03:19:20.9502727Z test_comprehensive_nansum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.816s) 2022-11-23T03:19:20.9503368Z test_comprehensive_nansum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9503614Z test_comprehensive_nansum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9503808Z test_comprehensive_nansum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9504002Z test_comprehensive_nansum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9504191Z test_comprehensive_nansum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9504401Z test_comprehensive_narrow_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9504601Z test_comprehensive_narrow_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:19:20.9504812Z test_comprehensive_narrow_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.233s) 2022-11-23T03:19:20.9505023Z test_comprehensive_narrow_copy_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-11-23T03:19:20.9505234Z test_comprehensive_narrow_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.222s) 2022-11-23T03:19:20.9505438Z test_comprehensive_narrow_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9505625Z test_comprehensive_narrow_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-11-23T03:19:20.9505832Z test_comprehensive_narrow_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-11-23T03:19:20.9506032Z test_comprehensive_narrow_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:19:20.9506225Z test_comprehensive_narrow_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:19:20.9506414Z test_comprehensive_narrow_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:19:20.9506612Z test_comprehensive_narrow_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:19:20.9506805Z test_comprehensive_narrow_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:19:20.9507003Z test_comprehensive_narrow_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9507195Z test_comprehensive_narrow_cuda_bool (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:19:20.9507398Z test_comprehensive_narrow_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.634s) 2022-11-23T03:19:20.9507706Z test_comprehensive_narrow_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.482s) 2022-11-23T03:19:20.9507903Z test_comprehensive_narrow_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.649s) 2022-11-23T03:19:20.9508099Z test_comprehensive_narrow_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9508288Z test_comprehensive_narrow_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.378s) 2022-11-23T03:19:20.9508483Z test_comprehensive_narrow_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.366s) 2022-11-23T03:19:20.9508675Z test_comprehensive_narrow_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-11-23T03:19:20.9508871Z test_comprehensive_narrow_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:19:20.9509062Z test_comprehensive_narrow_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:20.9509253Z test_comprehensive_narrow_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:19:20.9509432Z test_comprehensive_narrow_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-11-23T03:19:20.9509647Z test_comprehensive_native_batch_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:19:20.9509860Z test_comprehensive_native_batch_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:19:20.9510071Z test_comprehensive_native_batch_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.645s) 2022-11-23T03:19:20.9510278Z test_comprehensive_native_batch_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.576s) 2022-11-23T03:19:20.9510582Z test_comprehensive_native_dropout_backward_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:20.9510822Z test_comprehensive_native_dropout_backward_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.9511041Z test_comprehensive_native_dropout_backward_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.155s) 2022-11-23T03:19:20.9511262Z test_comprehensive_native_dropout_backward_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.116s) 2022-11-23T03:19:20.9511475Z test_comprehensive_native_layer_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.9511683Z test_comprehensive_native_layer_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:20.9511893Z test_comprehensive_native_layer_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.162s) 2022-11-23T03:19:20.9512105Z test_comprehensive_native_layer_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.136s) 2022-11-23T03:19:20.9512299Z test_comprehensive_ne_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:19:20.9512485Z test_comprehensive_ne_cuda_bool (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.9512683Z test_comprehensive_ne_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.414s) 2022-11-23T03:19:20.9512878Z test_comprehensive_ne_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.452s) 2022-11-23T03:19:20.9513068Z test_comprehensive_ne_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:19:20.9513256Z test_comprehensive_ne_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-11-23T03:19:20.9513429Z test_comprehensive_ne_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.246s) 2022-11-23T03:19:20.9513614Z test_comprehensive_ne_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:20.9513800Z test_comprehensive_ne_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.9513983Z test_comprehensive_ne_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:20.9514169Z test_comprehensive_ne_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:20.9514350Z test_comprehensive_ne_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:19:20.9514546Z test_comprehensive_neg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9514824Z test_comprehensive_neg_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:19:20.9515018Z test_comprehensive_neg_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.357s) 2022-11-23T03:19:20.9515212Z test_comprehensive_neg_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-11-23T03:19:20.9515401Z test_comprehensive_neg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9515592Z test_comprehensive_neg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-11-23T03:19:20.9515780Z test_comprehensive_neg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:19:20.9515968Z test_comprehensive_neg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.9516155Z test_comprehensive_neg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9516335Z test_comprehensive_neg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.9516523Z test_comprehensive_neg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:20.9516692Z test_comprehensive_neg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9516969Z test_comprehensive_new_empty_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.bfloat16 not supported (0.002s) 2022-11-23T03:19:20.9517230Z test_comprehensive_new_empty_cuda_bool (__main__.TestDecompCUDA) ... skip: new_empty in torch.bool not supported (0.001s) 2022-11-23T03:19:20.9517512Z test_comprehensive_new_empty_cuda_complex128 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-11-23T03:19:20.9517859Z test_comprehensive_new_empty_cuda_complex32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex32 not supported (0.002s) 2022-11-23T03:19:20.9518143Z test_comprehensive_new_empty_cuda_complex64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex64 not supported (0.002s) 2022-11-23T03:19:20.9518416Z test_comprehensive_new_empty_cuda_float16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float16 not supported (0.002s) 2022-11-23T03:19:20.9518685Z test_comprehensive_new_empty_cuda_float32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float32 not supported (0.002s) 2022-11-23T03:19:20.9518952Z test_comprehensive_new_empty_cuda_float64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-11-23T03:19:20.9519209Z test_comprehensive_new_empty_cuda_int16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-11-23T03:19:20.9519473Z test_comprehensive_new_empty_cuda_int32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-11-23T03:19:20.9519728Z test_comprehensive_new_empty_cuda_int64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int64 not supported (0.001s) 2022-11-23T03:19:20.9519986Z test_comprehensive_new_empty_cuda_int8 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-11-23T03:19:20.9520249Z test_comprehensive_new_empty_cuda_uint8 (__main__.TestDecompCUDA) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-11-23T03:19:20.9520537Z test_comprehensive_new_empty_strided_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9520820Z test_comprehensive_new_empty_strided_cuda_bool (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9521110Z test_comprehensive_new_empty_strided_cuda_complex128 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9521402Z test_comprehensive_new_empty_strided_cuda_complex32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9521695Z test_comprehensive_new_empty_strided_cuda_complex64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9522063Z test_comprehensive_new_empty_strided_cuda_float16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9522345Z test_comprehensive_new_empty_strided_cuda_float32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9522628Z test_comprehensive_new_empty_strided_cuda_float64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9522910Z test_comprehensive_new_empty_strided_cuda_int16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9523192Z test_comprehensive_new_empty_strided_cuda_int32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9523472Z test_comprehensive_new_empty_strided_cuda_int64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9523756Z test_comprehensive_new_empty_strided_cuda_int8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9524033Z test_comprehensive_new_empty_strided_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9524234Z test_comprehensive_new_full_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9524429Z test_comprehensive_new_full_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9524634Z test_comprehensive_new_full_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:20.9524904Z test_comprehensive_new_full_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:20.9525107Z test_comprehensive_new_full_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.9525312Z test_comprehensive_new_full_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9525508Z test_comprehensive_new_full_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9525698Z test_comprehensive_new_full_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9525895Z test_comprehensive_new_full_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9526086Z test_comprehensive_new_full_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.9526272Z test_comprehensive_new_full_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9526468Z test_comprehensive_new_full_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9526663Z test_comprehensive_new_full_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9526861Z test_comprehensive_new_ones_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9527057Z test_comprehensive_new_ones_cuda_bool (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9527258Z test_comprehensive_new_ones_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:20.9527461Z test_comprehensive_new_ones_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:20.9527659Z test_comprehensive_new_ones_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.9527856Z test_comprehensive_new_ones_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9528048Z test_comprehensive_new_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9528240Z test_comprehensive_new_ones_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.9528434Z test_comprehensive_new_ones_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9528605Z test_comprehensive_new_ones_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9528883Z test_comprehensive_new_ones_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9529075Z test_comprehensive_new_ones_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9529269Z test_comprehensive_new_ones_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9529469Z test_comprehensive_new_zeros_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9529662Z test_comprehensive_new_zeros_cuda_bool (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9529867Z test_comprehensive_new_zeros_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:20.9530075Z test_comprehensive_new_zeros_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:20.9530280Z test_comprehensive_new_zeros_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.9530480Z test_comprehensive_new_zeros_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9530680Z test_comprehensive_new_zeros_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:20.9530871Z test_comprehensive_new_zeros_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9531068Z test_comprehensive_new_zeros_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9531258Z test_comprehensive_new_zeros_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9531446Z test_comprehensive_new_zeros_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9531639Z test_comprehensive_new_zeros_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9531890Z test_comprehensive_new_zeros_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9532109Z test_comprehensive_nextafter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9532311Z test_comprehensive_nextafter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-11-23T03:19:20.9532496Z test_comprehensive_nextafter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-11-23T03:19:20.9532774Z test_comprehensive_nn_functional__scaled_dot_product_attention_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Skipped (0.001s) 2022-11-23T03:19:20.9533048Z test_comprehensive_nn_functional__scaled_dot_product_attention_cuda_float16 (__main__.TestDecompCUDA) ... skip: Skipped (0.001s) 2022-11-23T03:19:20.9533312Z test_comprehensive_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipped (0.001s) 2022-11-23T03:19:20.9533589Z test_comprehensive_nn_functional__scaled_dot_product_attention_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipped (0.001s) 2022-11-23T03:19:20.9533872Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.9534115Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.9534361Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.621s) 2022-11-23T03:19:20.9534602Z test_comprehensive_nn_functional_adaptive_avg_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.600s) 2022-11-23T03:19:20.9536753Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:20.9537035Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9537274Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.559s) 2022-11-23T03:19:20.9537511Z test_comprehensive_nn_functional_adaptive_avg_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.567s) 2022-11-23T03:19:20.9537748Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.9538091Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.9538325Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.795s) 2022-11-23T03:19:20.9538554Z test_comprehensive_nn_functional_adaptive_avg_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.735s) 2022-11-23T03:19:20.9538794Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:19:20.9539023Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:19:20.9539261Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.343s) 2022-11-23T03:19:20.9539489Z test_comprehensive_nn_functional_adaptive_max_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.324s) 2022-11-23T03:19:20.9539725Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.9539969Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.9540200Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.9540428Z test_comprehensive_nn_functional_adaptive_max_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.9540734Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9541279Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.9541763Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9542187Z test_comprehensive_nn_functional_adaptive_max_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9542451Z test_comprehensive_nn_functional_alpha_dropout_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:20.9542689Z test_comprehensive_nn_functional_alpha_dropout_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:20.9542925Z test_comprehensive_nn_functional_alpha_dropout_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-11-23T03:19:20.9543159Z test_comprehensive_nn_functional_alpha_dropout_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.211s) 2022-11-23T03:19:20.9543387Z test_comprehensive_nn_functional_avg_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.9543619Z test_comprehensive_nn_functional_avg_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9543838Z test_comprehensive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-11-23T03:19:20.9544053Z test_comprehensive_nn_functional_avg_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.261s) 2022-11-23T03:19:20.9544280Z test_comprehensive_nn_functional_avg_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9544505Z test_comprehensive_nn_functional_avg_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9544724Z test_comprehensive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9544937Z test_comprehensive_nn_functional_avg_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9545162Z test_comprehensive_nn_functional_avg_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9545381Z test_comprehensive_nn_functional_avg_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9545610Z test_comprehensive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9545950Z test_comprehensive_nn_functional_avg_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9546176Z test_comprehensive_nn_functional_batch_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:19:20.9546399Z test_comprehensive_nn_functional_batch_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:19:20.9546609Z test_comprehensive_nn_functional_batch_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (9.000s) 2022-11-23T03:19:20.9546831Z test_comprehensive_nn_functional_batch_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.689s) 2022-11-23T03:19:20.9547081Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:19:20.9547329Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:19:20.9547566Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.628s) 2022-11-23T03:19:20.9547815Z test_comprehensive_nn_functional_batch_norm_without_cudnn_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.597s) 2022-11-23T03:19:20.9548141Z test_comprehensive_nn_functional_bilinear_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.bilinear in torch.bfloat16 not supported (0.000s) 2022-11-23T03:19:20.9548367Z test_comprehensive_nn_functional_bilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.239s) 2022-11-23T03:19:20.9548588Z test_comprehensive_nn_functional_bilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.030s) 2022-11-23T03:19:20.9548809Z test_comprehensive_nn_functional_bilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.972s) 2022-11-23T03:19:20.9549125Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-11-23T03:19:20.9549381Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:19:20.9549629Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.112s) 2022-11-23T03:19:20.9549866Z test_comprehensive_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.110s) 2022-11-23T03:19:20.9550123Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.462s) 2022-11-23T03:19:20.9550377Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.469s) 2022-11-23T03:19:20.9550630Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.494s) 2022-11-23T03:19:20.9550882Z test_comprehensive_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.427s) 2022-11-23T03:19:20.9551101Z test_comprehensive_nn_functional_celu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9551317Z test_comprehensive_nn_functional_celu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9551531Z test_comprehensive_nn_functional_celu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9551743Z test_comprehensive_nn_functional_celu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9551962Z test_comprehensive_nn_functional_conv1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9552189Z test_comprehensive_nn_functional_conv1d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (36.328s) 2022-11-23T03:19:20.9552404Z test_comprehensive_nn_functional_conv1d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.759s) 2022-11-23T03:19:20.9552622Z test_comprehensive_nn_functional_conv1d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.691s) 2022-11-23T03:19:20.9552843Z test_comprehensive_nn_functional_conv1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.671s) 2022-11-23T03:19:20.9553153Z test_comprehensive_nn_functional_conv1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-11-23T03:19:20.9553374Z test_comprehensive_nn_functional_conv1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-11-23T03:19:20.9553594Z test_comprehensive_nn_functional_conv2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.9553822Z test_comprehensive_nn_functional_conv2d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (29.446s) 2022-11-23T03:19:20.9554044Z test_comprehensive_nn_functional_conv2d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (9.209s) 2022-11-23T03:19:20.9554267Z test_comprehensive_nn_functional_conv2d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (29.962s) 2022-11-23T03:19:20.9554486Z test_comprehensive_nn_functional_conv2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:19:20.9554701Z test_comprehensive_nn_functional_conv2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.256s) 2022-11-23T03:19:20.9554918Z test_comprehensive_nn_functional_conv2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.267s) 2022-11-23T03:19:20.9555158Z test_comprehensive_nn_functional_conv_transpose1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9555401Z test_comprehensive_nn_functional_conv_transpose1d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.423s) 2022-11-23T03:19:20.9555643Z test_comprehensive_nn_functional_conv_transpose1d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.599s) 2022-11-23T03:19:20.9555882Z test_comprehensive_nn_functional_conv_transpose1d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.395s) 2022-11-23T03:19:20.9556183Z test_comprehensive_nn_functional_conv_transpose1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:20.9556432Z test_comprehensive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:20.9556660Z test_comprehensive_nn_functional_conv_transpose1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.9556899Z test_comprehensive_nn_functional_conv_transpose2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.9557142Z test_comprehensive_nn_functional_conv_transpose2d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (13.037s) 2022-11-23T03:19:20.9557381Z test_comprehensive_nn_functional_conv_transpose2d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (4.991s) 2022-11-23T03:19:20.9557607Z test_comprehensive_nn_functional_conv_transpose2d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (12.962s) 2022-11-23T03:19:20.9557841Z test_comprehensive_nn_functional_conv_transpose2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.468s) 2022-11-23T03:19:20.9558075Z test_comprehensive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.527s) 2022-11-23T03:19:20.9558308Z test_comprehensive_nn_functional_conv_transpose2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.539s) 2022-11-23T03:19:20.9558549Z test_comprehensive_nn_functional_conv_transpose3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9558791Z test_comprehensive_nn_functional_conv_transpose3d_cuda_complex128 (__main__.TestDecompCUDA) ... ok (57.370s) 2022-11-23T03:19:20.9559028Z test_comprehensive_nn_functional_conv_transpose3d_cuda_complex32 (__main__.TestDecompCUDA) ... ok (22.577s) 2022-11-23T03:19:20.9559266Z test_comprehensive_nn_functional_conv_transpose3d_cuda_complex64 (__main__.TestDecompCUDA) ... ok (57.110s) 2022-11-23T03:19:20.9559497Z test_comprehensive_nn_functional_conv_transpose3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:20.9559730Z test_comprehensive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.279s) 2022-11-23T03:19:20.9559959Z test_comprehensive_nn_functional_conv_transpose3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.209s) 2022-11-23T03:19:20.9560285Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.489s) 2022-11-23T03:19:20.9560522Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_bool (__main__.TestDecompCUDA) ... ok (0.576s) 2022-11-23T03:19:20.9560762Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.485s) 2022-11-23T03:19:20.9561000Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.312s) 2022-11-23T03:19:20.9561240Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.331s) 2022-11-23T03:19:20.9561477Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.567s) 2022-11-23T03:19:20.9561712Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.564s) 2022-11-23T03:19:20.9561940Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.582s) 2022-11-23T03:19:20.9562178Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.559s) 2022-11-23T03:19:20.9562407Z test_comprehensive_nn_functional_cosine_embedding_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.561s) 2022-11-23T03:19:20.9562647Z test_comprehensive_nn_functional_cosine_similarity_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.611s) 2022-11-23T03:19:20.9562882Z test_comprehensive_nn_functional_cosine_similarity_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.604s) 2022-11-23T03:19:20.9563185Z test_comprehensive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.190s) 2022-11-23T03:19:20.9563419Z test_comprehensive_nn_functional_cosine_similarity_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.986s) 2022-11-23T03:19:20.9563656Z test_comprehensive_nn_functional_cross_entropy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:19:20.9563890Z test_comprehensive_nn_functional_cross_entropy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-11-23T03:19:20.9564124Z test_comprehensive_nn_functional_cross_entropy_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.416s) 2022-11-23T03:19:20.9564355Z test_comprehensive_nn_functional_cross_entropy_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.336s) 2022-11-23T03:19:20.9564578Z test_comprehensive_nn_functional_ctc_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:19:20.9564792Z test_comprehensive_nn_functional_ctc_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:20.9565027Z test_comprehensive_nn_functional_dropout2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9565251Z test_comprehensive_nn_functional_dropout2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.9565468Z test_comprehensive_nn_functional_dropout2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.978s) 2022-11-23T03:19:20.9565688Z test_comprehensive_nn_functional_dropout2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.982s) 2022-11-23T03:19:20.9565912Z test_comprehensive_nn_functional_dropout3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:20.9566136Z test_comprehensive_nn_functional_dropout3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.9566353Z test_comprehensive_nn_functional_dropout3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.183s) 2022-11-23T03:19:20.9566568Z test_comprehensive_nn_functional_dropout3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.171s) 2022-11-23T03:19:20.9566888Z test_comprehensive_nn_functional_dropout_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:20.9567203Z test_comprehensive_nn_functional_dropout_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.float16 not supported (0.002s) 2022-11-23T03:19:20.9567599Z test_comprehensive_nn_functional_dropout_cuda_float32 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.float32 not supported (0.000s) 2022-11-23T03:19:20.9567913Z test_comprehensive_nn_functional_dropout_cuda_float64 (__main__.TestDecompCUDA) ... skip: nn.functional.dropout in torch.float64 not supported (0.003s) 2022-11-23T03:19:20.9568129Z test_comprehensive_nn_functional_elu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9568342Z test_comprehensive_nn_functional_elu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9568558Z test_comprehensive_nn_functional_elu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9568766Z test_comprehensive_nn_functional_elu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9568986Z test_comprehensive_nn_functional_embedding_bag_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.9569220Z test_comprehensive_nn_functional_embedding_bag_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:19:20.9569452Z test_comprehensive_nn_functional_embedding_bag_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.9569684Z test_comprehensive_nn_functional_embedding_bag_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:20.9569913Z test_comprehensive_nn_functional_embedding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9570137Z test_comprehensive_nn_functional_embedding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9570424Z test_comprehensive_nn_functional_embedding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-11-23T03:19:20.9570653Z test_comprehensive_nn_functional_embedding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-11-23T03:19:20.9570915Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.9571181Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:20.9571439Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.492s) 2022-11-23T03:19:20.9571698Z test_comprehensive_nn_functional_feature_alpha_dropout_with_train_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.591s) 2022-11-23T03:19:20.9571962Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9572222Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9572493Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9572762Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9573026Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9573283Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9573546Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9573802Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9574062Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9574314Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9574648Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9574905Z test_comprehensive_nn_functional_feature_alpha_dropout_without_train_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9575148Z test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.9575389Z test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9575619Z test_comprehensive_nn_functional_fractional_max_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.9575856Z test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:19:20.9576128Z test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.9576567Z test_comprehensive_nn_functional_fractional_max_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.9577016Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (17.155s) 2022-11-23T03:19:20.9577458Z test_comprehensive_nn_functional_gaussian_nll_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (17.071s) 2022-11-23T03:19:20.9577957Z 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:19:20.9578398Z 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:19:20.9578633Z test_comprehensive_nn_functional_gelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.9578853Z test_comprehensive_nn_functional_gelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9579069Z test_comprehensive_nn_functional_gelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.471s) 2022-11-23T03:19:20.9579283Z test_comprehensive_nn_functional_gelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.476s) 2022-11-23T03:19:20.9579496Z test_comprehensive_nn_functional_glu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:20.9579754Z test_comprehensive_nn_functional_glu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.9579963Z test_comprehensive_nn_functional_glu_cuda_float32 (__main__.TestDecompCUDA) ... ok (8.040s) 2022-11-23T03:19:20.9580173Z test_comprehensive_nn_functional_glu_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.901s) 2022-11-23T03:19:20.9580406Z test_comprehensive_nn_functional_grid_sample_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.327s) 2022-11-23T03:19:20.9580628Z test_comprehensive_nn_functional_grid_sample_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.338s) 2022-11-23T03:19:20.9580859Z test_comprehensive_nn_functional_grid_sample_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.322s) 2022-11-23T03:19:20.9581080Z test_comprehensive_nn_functional_group_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.160s) 2022-11-23T03:19:20.9581303Z test_comprehensive_nn_functional_group_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.156s) 2022-11-23T03:19:20.9581520Z test_comprehensive_nn_functional_group_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.723s) 2022-11-23T03:19:20.9581732Z test_comprehensive_nn_functional_group_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.650s) 2022-11-23T03:19:20.9581965Z test_comprehensive_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.9582181Z test_comprehensive_nn_functional_hardshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9583015Z test_comprehensive_nn_functional_hardshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:19:20.9583236Z test_comprehensive_nn_functional_hardshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:20.9583469Z test_comprehensive_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9583697Z test_comprehensive_nn_functional_hardsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9583919Z test_comprehensive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9584137Z test_comprehensive_nn_functional_hardsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:20.9584364Z test_comprehensive_nn_functional_hardswish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9584587Z test_comprehensive_nn_functional_hardswish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9584816Z test_comprehensive_nn_functional_hardswish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-11-23T03:19:20.9585035Z test_comprehensive_nn_functional_hardswish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.238s) 2022-11-23T03:19:20.9585256Z test_comprehensive_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9585478Z test_comprehensive_nn_functional_hardtanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9585694Z test_comprehensive_nn_functional_hardtanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:20.9586004Z test_comprehensive_nn_functional_hardtanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:19:20.9586246Z test_comprehensive_nn_functional_hardtanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.9586467Z test_comprehensive_nn_functional_hardtanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.9586689Z test_comprehensive_nn_functional_hardtanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9586906Z test_comprehensive_nn_functional_hardtanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.9587151Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.475s) 2022-11-23T03:19:20.9587392Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.473s) 2022-11-23T03:19:20.9587619Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.653s) 2022-11-23T03:19:20.9587860Z test_comprehensive_nn_functional_hinge_embedding_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.601s) 2022-11-23T03:19:20.9588085Z test_comprehensive_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.9588309Z test_comprehensive_nn_functional_huber_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.9588531Z test_comprehensive_nn_functional_huber_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.819s) 2022-11-23T03:19:20.9588744Z test_comprehensive_nn_functional_huber_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.825s) 2022-11-23T03:19:20.9588976Z test_comprehensive_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.9589203Z test_comprehensive_nn_functional_instance_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:20.9589430Z test_comprehensive_nn_functional_instance_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.158s) 2022-11-23T03:19:20.9589664Z test_comprehensive_nn_functional_instance_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.098s) 2022-11-23T03:19:20.9589904Z test_comprehensive_nn_functional_interpolate_area_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.9590230Z test_comprehensive_nn_functional_interpolate_area_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.9590466Z test_comprehensive_nn_functional_interpolate_area_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.292s) 2022-11-23T03:19:20.9590702Z test_comprehensive_nn_functional_interpolate_area_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.307s) 2022-11-23T03:19:20.9590944Z test_comprehensive_nn_functional_interpolate_bicubic_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:19:20.9591186Z test_comprehensive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.465s) 2022-11-23T03:19:20.9591431Z test_comprehensive_nn_functional_interpolate_bicubic_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.452s) 2022-11-23T03:19:20.9591674Z test_comprehensive_nn_functional_interpolate_bilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.041s) 2022-11-23T03:19:20.9591919Z test_comprehensive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (13.423s) 2022-11-23T03:19:20.9592168Z test_comprehensive_nn_functional_interpolate_bilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (13.169s) 2022-11-23T03:19:20.9592409Z test_comprehensive_nn_functional_interpolate_linear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9592648Z test_comprehensive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9592881Z test_comprehensive_nn_functional_interpolate_linear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9593175Z test_comprehensive_nn_functional_interpolate_nearest_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9593431Z test_comprehensive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9593670Z test_comprehensive_nn_functional_interpolate_nearest_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9593912Z test_comprehensive_nn_functional_interpolate_nearest_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9594157Z test_comprehensive_nn_functional_interpolate_trilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9594401Z test_comprehensive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9594644Z test_comprehensive_nn_functional_interpolate_trilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9594864Z test_comprehensive_nn_functional_kl_div_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.395s) 2022-11-23T03:19:20.9595088Z test_comprehensive_nn_functional_kl_div_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.383s) 2022-11-23T03:19:20.9595308Z test_comprehensive_nn_functional_kl_div_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.554s) 2022-11-23T03:19:20.9595527Z test_comprehensive_nn_functional_kl_div_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.515s) 2022-11-23T03:19:20.9595752Z test_comprehensive_nn_functional_l1_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:20.9595975Z test_comprehensive_nn_functional_l1_loss_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.823s) 2022-11-23T03:19:20.9596196Z test_comprehensive_nn_functional_l1_loss_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.862s) 2022-11-23T03:19:20.9596412Z test_comprehensive_nn_functional_l1_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:20.9596628Z test_comprehensive_nn_functional_l1_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.526s) 2022-11-23T03:19:20.9596845Z test_comprehensive_nn_functional_l1_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.508s) 2022-11-23T03:19:20.9597073Z test_comprehensive_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9597296Z test_comprehensive_nn_functional_layer_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9597595Z test_comprehensive_nn_functional_layer_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.509s) 2022-11-23T03:19:20.9597810Z test_comprehensive_nn_functional_layer_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.473s) 2022-11-23T03:19:20.9598036Z test_comprehensive_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.9598301Z test_comprehensive_nn_functional_leaky_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.9598523Z test_comprehensive_nn_functional_leaky_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.518s) 2022-11-23T03:19:20.9598739Z test_comprehensive_nn_functional_leaky_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.520s) 2022-11-23T03:19:20.9598959Z test_comprehensive_nn_functional_linear_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:19:20.9599189Z test_comprehensive_nn_functional_linear_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.089s) 2022-11-23T03:19:20.9599414Z test_comprehensive_nn_functional_linear_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.175s) 2022-11-23T03:19:20.9599632Z test_comprehensive_nn_functional_linear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-11-23T03:19:20.9599850Z test_comprehensive_nn_functional_linear_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.264s) 2022-11-23T03:19:20.9600066Z test_comprehensive_nn_functional_linear_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.238s) 2022-11-23T03:19:20.9600306Z test_comprehensive_nn_functional_local_response_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.374s) 2022-11-23T03:19:20.9600624Z test_comprehensive_nn_functional_local_response_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.362s) 2022-11-23T03:19:20.9600879Z test_comprehensive_nn_functional_local_response_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.728s) 2022-11-23T03:19:20.9601115Z test_comprehensive_nn_functional_local_response_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.712s) 2022-11-23T03:19:20.9601344Z test_comprehensive_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9601572Z test_comprehensive_nn_functional_logsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9601795Z test_comprehensive_nn_functional_logsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:20.9602010Z test_comprehensive_nn_functional_logsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.9602434Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.491s) 2022-11-23T03:19:20.9602886Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.500s) 2022-11-23T03:19:20.9603338Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.572s) 2022-11-23T03:19:20.9603800Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.508s) 2022-11-23T03:19:20.9604254Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.517s) 2022-11-23T03:19:20.9604715Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.498s) 2022-11-23T03:19:20.9605145Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.440s) 2022-11-23T03:19:20.9605614Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.456s) 2022-11-23T03:19:20.9606080Z test_comprehensive_nn_functional_margin_ranking_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.699s) 2022-11-23T03:19:20.9606523Z test_comprehensive_nn_functional_max_pool1d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (5.563s) 2022-11-23T03:19:20.9607117Z test_comprehensive_nn_functional_max_pool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (5.574s) 2022-11-23T03:19:20.9607556Z test_comprehensive_nn_functional_max_pool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (23.542s) 2022-11-23T03:19:20.9607996Z test_comprehensive_nn_functional_max_pool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (22.662s) 2022-11-23T03:19:20.9608429Z test_comprehensive_nn_functional_max_pool2d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.562s) 2022-11-23T03:19:20.9608867Z test_comprehensive_nn_functional_max_pool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.570s) 2022-11-23T03:19:20.9609304Z test_comprehensive_nn_functional_max_pool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.250s) 2022-11-23T03:19:20.9609737Z test_comprehensive_nn_functional_max_pool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.261s) 2022-11-23T03:19:20.9610178Z test_comprehensive_nn_functional_max_pool3d_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.703s) 2022-11-23T03:19:20.9610632Z test_comprehensive_nn_functional_max_pool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.710s) 2022-11-23T03:19:20.9611065Z test_comprehensive_nn_functional_max_pool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.605s) 2022-11-23T03:19:20.9611491Z test_comprehensive_nn_functional_max_pool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.591s) 2022-11-23T03:19:20.9611939Z test_comprehensive_nn_functional_max_unpool1d_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.609s) 2022-11-23T03:19:20.9612379Z test_comprehensive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.452s) 2022-11-23T03:19:20.9612952Z test_comprehensive_nn_functional_max_unpool1d_cuda_float64 (__main__.TestDecompCUDA) ... ok (7.322s) 2022-11-23T03:19:20.9613437Z test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:20.9613901Z test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.501s) 2022-11-23T03:19:20.9614367Z test_comprehensive_nn_functional_max_unpool1d_grad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.731s) 2022-11-23T03:19:20.9614807Z test_comprehensive_nn_functional_max_unpool2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.234s) 2022-11-23T03:19:20.9615228Z test_comprehensive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (13.207s) 2022-11-23T03:19:20.9615668Z test_comprehensive_nn_functional_max_unpool2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (13.076s) 2022-11-23T03:19:20.9616133Z test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-11-23T03:19:20.9616592Z test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.772s) 2022-11-23T03:19:20.9617052Z test_comprehensive_nn_functional_max_unpool2d_grad_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.754s) 2022-11-23T03:19:20.9617513Z test_comprehensive_nn_functional_max_unpool3d_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.059s) 2022-11-23T03:19:20.9617961Z test_comprehensive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestDecompCUDA) ... ok (10.403s) 2022-11-23T03:19:20.9618409Z test_comprehensive_nn_functional_max_unpool3d_cuda_float64 (__main__.TestDecompCUDA) ... ok (10.417s) 2022-11-23T03:19:20.9618867Z test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:19:20.9619317Z test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.701s) 2022-11-23T03:19:20.9619758Z test_comprehensive_nn_functional_max_unpool3d_grad_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.032s) 2022-11-23T03:19:20.9620178Z test_comprehensive_nn_functional_mish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9620592Z test_comprehensive_nn_functional_mish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9621157Z test_comprehensive_nn_functional_mish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:20.9621572Z test_comprehensive_nn_functional_mish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:20.9622005Z test_comprehensive_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.9622438Z test_comprehensive_nn_functional_mse_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9622857Z test_comprehensive_nn_functional_mse_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-11-23T03:19:20.9623291Z test_comprehensive_nn_functional_mse_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.326s) 2022-11-23T03:19:20.9623766Z test_comprehensive_nn_functional_multi_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9624224Z test_comprehensive_nn_functional_multi_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9624688Z test_comprehensive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9625116Z test_comprehensive_nn_functional_multi_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9625592Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9626060Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9626667Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9627172Z test_comprehensive_nn_functional_multilabel_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9627660Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-11-23T03:19:20.9628152Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:19:20.9628628Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.899s) 2022-11-23T03:19:20.9629099Z test_comprehensive_nn_functional_multilabel_soft_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.864s) 2022-11-23T03:19:20.9629535Z test_comprehensive_nn_functional_nll_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.218s) 2022-11-23T03:19:20.9629965Z test_comprehensive_nn_functional_nll_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.219s) 2022-11-23T03:19:20.9630395Z test_comprehensive_nn_functional_nll_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.620s) 2022-11-23T03:19:20.9630811Z test_comprehensive_nn_functional_nll_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.547s) 2022-11-23T03:19:20.9631264Z test_comprehensive_nn_functional_normalize_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.281s) 2022-11-23T03:19:20.9631718Z test_comprehensive_nn_functional_normalize_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.431s) 2022-11-23T03:19:20.9632172Z test_comprehensive_nn_functional_normalize_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.425s) 2022-11-23T03:19:20.9632617Z test_comprehensive_nn_functional_normalize_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.287s) 2022-11-23T03:19:20.9633047Z test_comprehensive_nn_functional_normalize_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.000s) 2022-11-23T03:19:20.9633489Z test_comprehensive_nn_functional_normalize_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.964s) 2022-11-23T03:19:20.9633907Z test_comprehensive_nn_functional_one_hot_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.314s) 2022-11-23T03:19:20.9634499Z test_comprehensive_nn_functional_pad_circular_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9635219Z test_comprehensive_nn_functional_pad_circular_cuda_bool (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9635813Z test_comprehensive_nn_functional_pad_circular_cuda_complex128 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9636409Z test_comprehensive_nn_functional_pad_circular_cuda_complex64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9638993Z test_comprehensive_nn_functional_pad_circular_cuda_float16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9640280Z test_comprehensive_nn_functional_pad_circular_cuda_float32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9640841Z test_comprehensive_nn_functional_pad_circular_cuda_float64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9641409Z test_comprehensive_nn_functional_pad_circular_cuda_int16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9641834Z test_comprehensive_nn_functional_pad_circular_cuda_int32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9642127Z test_comprehensive_nn_functional_pad_circular_cuda_int64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9642946Z test_comprehensive_nn_functional_pad_circular_cuda_int8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9643297Z test_comprehensive_nn_functional_pad_circular_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:20.9643539Z test_comprehensive_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-11-23T03:19:20.9643767Z test_comprehensive_nn_functional_pad_constant_cuda_bool (__main__.TestDecompCUDA) ... ok (0.502s) 2022-11-23T03:19:20.9644007Z test_comprehensive_nn_functional_pad_constant_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.149s) 2022-11-23T03:19:20.9644247Z test_comprehensive_nn_functional_pad_constant_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.205s) 2022-11-23T03:19:20.9644479Z test_comprehensive_nn_functional_pad_constant_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-11-23T03:19:20.9644716Z test_comprehensive_nn_functional_pad_constant_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.858s) 2022-11-23T03:19:20.9644947Z test_comprehensive_nn_functional_pad_constant_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.904s) 2022-11-23T03:19:20.9645172Z test_comprehensive_nn_functional_pad_constant_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.505s) 2022-11-23T03:19:20.9645395Z test_comprehensive_nn_functional_pad_constant_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.484s) 2022-11-23T03:19:20.9645609Z test_comprehensive_nn_functional_pad_constant_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.495s) 2022-11-23T03:19:20.9645830Z test_comprehensive_nn_functional_pad_constant_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.488s) 2022-11-23T03:19:20.9646047Z test_comprehensive_nn_functional_pad_constant_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.492s) 2022-11-23T03:19:20.9646275Z test_comprehensive_nn_functional_pad_reflect_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9646513Z test_comprehensive_nn_functional_pad_reflect_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9646748Z test_comprehensive_nn_functional_pad_reflect_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9646975Z test_comprehensive_nn_functional_pad_reflect_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9647314Z test_comprehensive_nn_functional_pad_reflect_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9647543Z test_comprehensive_nn_functional_pad_reflect_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9647782Z test_comprehensive_nn_functional_pad_replicate_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9648005Z test_comprehensive_nn_functional_pad_replicate_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9648238Z test_comprehensive_nn_functional_pad_replicate_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9648472Z test_comprehensive_nn_functional_pad_replicate_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9648697Z test_comprehensive_nn_functional_pad_replicate_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9648946Z test_comprehensive_nn_functional_pairwise_distance_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:20.9649192Z test_comprehensive_nn_functional_pairwise_distance_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.563s) 2022-11-23T03:19:20.9649436Z test_comprehensive_nn_functional_pairwise_distance_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.592s) 2022-11-23T03:19:20.9649677Z test_comprehensive_nn_functional_pairwise_distance_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:20.9649917Z test_comprehensive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.404s) 2022-11-23T03:19:20.9650227Z test_comprehensive_nn_functional_pairwise_distance_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.410s) 2022-11-23T03:19:20.9650477Z test_comprehensive_nn_functional_pairwise_distance_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:19:20.9650708Z test_comprehensive_nn_functional_pairwise_distance_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:19:20.9650943Z test_comprehensive_nn_functional_pairwise_distance_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:20.9651176Z test_comprehensive_nn_functional_pairwise_distance_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:20.9651409Z test_comprehensive_nn_functional_pairwise_distance_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:19:20.9651629Z test_comprehensive_nn_functional_pdist_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9651845Z test_comprehensive_nn_functional_pdist_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9652080Z test_comprehensive_nn_functional_pixel_shuffle_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9652307Z test_comprehensive_nn_functional_pixel_shuffle_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9652546Z test_comprehensive_nn_functional_pixel_shuffle_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9652780Z test_comprehensive_nn_functional_pixel_shuffle_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9653009Z test_comprehensive_nn_functional_pixel_shuffle_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9653237Z test_comprehensive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9653446Z test_comprehensive_nn_functional_pixel_shuffle_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9653675Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9653895Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9654120Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9654432Z test_comprehensive_nn_functional_pixel_shuffle_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9654658Z test_comprehensive_nn_functional_pixel_shuffle_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9654895Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9655125Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9655367Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9655607Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9655839Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9656069Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9656302Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9656531Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9656761Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9656984Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9657214Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9657511Z test_comprehensive_nn_functional_pixel_unshuffle_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9657762Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.652s) 2022-11-23T03:19:20.9658000Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.638s) 2022-11-23T03:19:20.9658232Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (31.768s) 2022-11-23T03:19:20.9658465Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (31.328s) 2022-11-23T03:19:20.9658681Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (10.680s) 2022-11-23T03:19:20.9658907Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (10.830s) 2022-11-23T03:19:20.9659136Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (10.800s) 2022-11-23T03:19:20.9659363Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (10.750s) 2022-11-23T03:19:20.9659591Z test_comprehensive_nn_functional_poisson_nll_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (10.670s) 2022-11-23T03:19:20.9659811Z test_comprehensive_nn_functional_prelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:19:20.9660028Z test_comprehensive_nn_functional_prelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.971s) 2022-11-23T03:19:20.9660243Z test_comprehensive_nn_functional_prelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.907s) 2022-11-23T03:19:20.9660548Z test_comprehensive_nn_functional_relu6_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.000s) 2022-11-23T03:19:20.9660857Z test_comprehensive_nn_functional_relu6_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float16 not supported (0.003s) 2022-11-23T03:19:20.9661150Z test_comprehensive_nn_functional_relu6_cuda_float32 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float32 not supported (0.000s) 2022-11-23T03:19:20.9661433Z test_comprehensive_nn_functional_relu6_cuda_float64 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float64 not supported (0.000s) 2022-11-23T03:19:20.9661813Z test_comprehensive_nn_functional_relu6_cuda_int16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int16 not supported (0.000s) 2022-11-23T03:19:20.9662104Z test_comprehensive_nn_functional_relu6_cuda_int32 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int32 not supported (0.006s) 2022-11-23T03:19:20.9662398Z test_comprehensive_nn_functional_relu6_cuda_int64 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int64 not supported (0.000s) 2022-11-23T03:19:20.9662692Z test_comprehensive_nn_functional_relu6_cuda_int8 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int8 not supported (0.000s) 2022-11-23T03:19:20.9662981Z test_comprehensive_nn_functional_relu6_cuda_uint8 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.000s) 2022-11-23T03:19:20.9663203Z test_comprehensive_nn_functional_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9663418Z test_comprehensive_nn_functional_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9663631Z test_comprehensive_nn_functional_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:19:20.9663849Z test_comprehensive_nn_functional_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:19:20.9664061Z test_comprehensive_nn_functional_relu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.9664271Z test_comprehensive_nn_functional_relu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.9664538Z test_comprehensive_nn_functional_relu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.9664757Z test_comprehensive_nn_functional_relu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9664967Z test_comprehensive_nn_functional_relu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9665172Z test_comprehensive_nn_functional_rrelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9665389Z test_comprehensive_nn_functional_rrelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9665602Z test_comprehensive_nn_functional_rrelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.9665884Z test_comprehensive_nn_functional_rrelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.9666259Z test_comprehensive_nn_functional_selu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9666630Z test_comprehensive_nn_functional_selu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9666856Z test_comprehensive_nn_functional_selu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9667068Z test_comprehensive_nn_functional_selu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.9667289Z test_comprehensive_nn_functional_silu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9667497Z test_comprehensive_nn_functional_silu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9667703Z test_comprehensive_nn_functional_silu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9667913Z test_comprehensive_nn_functional_silu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9668144Z test_comprehensive_nn_functional_smooth_l1_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9668378Z test_comprehensive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9668607Z test_comprehensive_nn_functional_smooth_l1_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9668842Z test_comprehensive_nn_functional_soft_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.9669188Z test_comprehensive_nn_functional_soft_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:20.9669420Z test_comprehensive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:19:20.9669646Z test_comprehensive_nn_functional_soft_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:19:20.9669869Z test_comprehensive_nn_functional_softmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.9670092Z test_comprehensive_nn_functional_softmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9670299Z test_comprehensive_nn_functional_softmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.432s) 2022-11-23T03:19:20.9670519Z test_comprehensive_nn_functional_softmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.419s) 2022-11-23T03:19:20.9670762Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.9671002Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.719s) 2022-11-23T03:19:20.9671242Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.737s) 2022-11-23T03:19:20.9671482Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.9671721Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.573s) 2022-11-23T03:19:20.9672022Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.440s) 2022-11-23T03:19:20.9672271Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-11-23T03:19:20.9672500Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:19:20.9672733Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-11-23T03:19:20.9672963Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:20.9673191Z test_comprehensive_nn_functional_softmin_with_dtype_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:19:20.9673488Z test_comprehensive_nn_functional_softplus_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9673719Z test_comprehensive_nn_functional_softplus_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9673939Z test_comprehensive_nn_functional_softplus_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.9674151Z test_comprehensive_nn_functional_softplus_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9674384Z test_comprehensive_nn_functional_softshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.9674610Z test_comprehensive_nn_functional_softshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9674834Z test_comprehensive_nn_functional_softshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-11-23T03:19:20.9675050Z test_comprehensive_nn_functional_softshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-11-23T03:19:20.9675273Z test_comprehensive_nn_functional_softsign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9675476Z test_comprehensive_nn_functional_softsign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:20.9675708Z test_comprehensive_nn_functional_softsign_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.325s) 2022-11-23T03:19:20.9675937Z test_comprehensive_nn_functional_softsign_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.317s) 2022-11-23T03:19:20.9676262Z test_comprehensive_nn_functional_softsign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9676478Z test_comprehensive_nn_functional_softsign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.211s) 2022-11-23T03:19:20.9676689Z test_comprehensive_nn_functional_softsign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-11-23T03:19:20.9676911Z test_comprehensive_nn_functional_softsign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9677128Z test_comprehensive_nn_functional_softsign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.9677349Z test_comprehensive_nn_functional_softsign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.9677564Z test_comprehensive_nn_functional_softsign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9677779Z test_comprehensive_nn_functional_softsign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9678011Z test_comprehensive_nn_functional_tanhshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.9678242Z test_comprehensive_nn_functional_tanhshrink_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.783s) 2022-11-23T03:19:20.9678475Z test_comprehensive_nn_functional_tanhshrink_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.643s) 2022-11-23T03:19:20.9678698Z test_comprehensive_nn_functional_tanhshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9678916Z test_comprehensive_nn_functional_tanhshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:19:20.9679217Z test_comprehensive_nn_functional_tanhshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:19:20.9679455Z test_comprehensive_nn_functional_tanhshrink_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9679671Z test_comprehensive_nn_functional_tanhshrink_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.9679889Z test_comprehensive_nn_functional_tanhshrink_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9680108Z test_comprehensive_nn_functional_tanhshrink_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9680315Z test_comprehensive_nn_functional_tanhshrink_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.9680542Z test_comprehensive_nn_functional_threshold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9680768Z test_comprehensive_nn_functional_threshold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9680988Z test_comprehensive_nn_functional_threshold_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-11-23T03:19:20.9681204Z test_comprehensive_nn_functional_threshold_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:19:20.9681423Z test_comprehensive_nn_functional_threshold_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.9681646Z test_comprehensive_nn_functional_threshold_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:20.9681865Z test_comprehensive_nn_functional_threshold_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:20.9682084Z test_comprehensive_nn_functional_threshold_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:20.9682299Z test_comprehensive_nn_functional_threshold_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9682543Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.362s) 2022-11-23T03:19:20.9682793Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.243s) 2022-11-23T03:19:20.9683038Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.263s) 2022-11-23T03:19:20.9683279Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.367s) 2022-11-23T03:19:20.9683599Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.174s) 2022-11-23T03:19:20.9683830Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.139s) 2022-11-23T03:19:20.9719666Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.690s) 2022-11-23T03:19:20.9720186Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.670s) 2022-11-23T03:19:20.9720661Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.661s) 2022-11-23T03:19:20.9721116Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.666s) 2022-11-23T03:19:20.9721565Z test_comprehensive_nn_functional_triplet_margin_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.686s) 2022-11-23T03:19:20.9722086Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.363s) 2022-11-23T03:19:20.9722601Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.193s) 2022-11-23T03:19:20.9723121Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.330s) 2022-11-23T03:19:20.9723627Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.363s) 2022-11-23T03:19:20.9724309Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.168s) 2022-11-23T03:19:20.9724824Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.107s) 2022-11-23T03:19:20.9725310Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.673s) 2022-11-23T03:19:20.9725808Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.675s) 2022-11-23T03:19:20.9726293Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.661s) 2022-11-23T03:19:20.9726778Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.662s) 2022-11-23T03:19:20.9727267Z test_comprehensive_nn_functional_triplet_margin_with_distance_loss_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.657s) 2022-11-23T03:19:20.9727704Z test_comprehensive_nn_functional_unfold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (2.704s) 2022-11-23T03:19:20.9728140Z test_comprehensive_nn_functional_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (32.580s) 2022-11-23T03:19:20.9728560Z test_comprehensive_nn_functional_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (32.943s) 2022-11-23T03:19:20.9728979Z test_comprehensive_nn_functional_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (2.767s) 2022-11-23T03:19:20.9729388Z test_comprehensive_nn_functional_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (19.315s) 2022-11-23T03:19:20.9729797Z test_comprehensive_nn_functional_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (19.036s) 2022-11-23T03:19:20.9730255Z test_comprehensive_nn_functional_upsample_bilinear_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.331s) 2022-11-23T03:19:20.9730672Z test_comprehensive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.298s) 2022-11-23T03:19:20.9730923Z test_comprehensive_nn_functional_upsample_bilinear_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.153s) 2022-11-23T03:19:20.9731156Z test_comprehensive_nn_functional_upsample_nearest_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9731534Z test_comprehensive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9731786Z test_comprehensive_nn_functional_upsample_nearest_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9732020Z test_comprehensive_nn_functional_upsample_nearest_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9732227Z test_comprehensive_nonzero_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:19:20.9732424Z test_comprehensive_nonzero_cuda_bool (__main__.TestDecompCUDA) ... ok (0.153s) 2022-11-23T03:19:20.9732628Z test_comprehensive_nonzero_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:19:20.9732834Z test_comprehensive_nonzero_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.249s) 2022-11-23T03:19:20.9733030Z test_comprehensive_nonzero_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:19:20.9733227Z test_comprehensive_nonzero_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:19:20.9733421Z test_comprehensive_nonzero_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.282s) 2022-11-23T03:19:20.9733605Z test_comprehensive_nonzero_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-11-23T03:19:20.9733794Z test_comprehensive_nonzero_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.233s) 2022-11-23T03:19:20.9733980Z test_comprehensive_nonzero_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-11-23T03:19:20.9734164Z test_comprehensive_nonzero_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-11-23T03:19:20.9734348Z test_comprehensive_nonzero_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.235s) 2022-11-23T03:19:20.9734602Z test_comprehensive_nonzero_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:19:20.9734873Z test_comprehensive_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: norm in torch.bfloat16 not supported (0.002s) 2022-11-23T03:19:20.9735130Z test_comprehensive_norm_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.002s) 2022-11-23T03:19:20.9735384Z test_comprehensive_norm_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T03:19:20.9735631Z test_comprehensive_norm_cuda_float16 (__main__.TestDecompCUDA) ... skip: norm in torch.float16 not supported (0.001s) 2022-11-23T03:19:20.9735881Z test_comprehensive_norm_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T03:19:20.9736123Z test_comprehensive_norm_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T03:19:20.9736379Z test_comprehensive_norm_fro_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: norm in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:20.9736642Z test_comprehensive_norm_fro_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T03:19:20.9736902Z test_comprehensive_norm_fro_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T03:19:20.9737149Z test_comprehensive_norm_fro_cuda_float16 (__main__.TestDecompCUDA) ... skip: norm in torch.float16 not supported (0.001s) 2022-11-23T03:19:20.9737395Z test_comprehensive_norm_fro_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T03:19:20.9737642Z test_comprehensive_norm_fro_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T03:19:20.9737898Z test_comprehensive_norm_inf_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: norm in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:20.9738160Z test_comprehensive_norm_inf_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T03:19:20.9738417Z test_comprehensive_norm_inf_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T03:19:20.9738742Z test_comprehensive_norm_inf_cuda_float16 (__main__.TestDecompCUDA) ... skip: norm in torch.float16 not supported (0.001s) 2022-11-23T03:19:20.9738981Z test_comprehensive_norm_inf_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T03:19:20.9739218Z test_comprehensive_norm_inf_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T03:19:20.9741071Z test_comprehensive_norm_nuc_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T03:19:20.9741893Z test_comprehensive_norm_nuc_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T03:19:20.9742148Z test_comprehensive_norm_nuc_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.002s) 2022-11-23T03:19:20.9742394Z test_comprehensive_norm_nuc_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.000s) 2022-11-23T03:19:20.9742585Z test_comprehensive_normal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9742774Z test_comprehensive_normal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.9742955Z test_comprehensive_normal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9743144Z test_comprehensive_normal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9743363Z test_comprehensive_normal_number_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9743665Z test_comprehensive_normal_number_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9743894Z test_comprehensive_normal_number_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9744096Z test_comprehensive_normal_number_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9744285Z test_comprehensive_ones_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9744466Z test_comprehensive_ones_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9744656Z test_comprehensive_ones_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9744843Z test_comprehensive_ones_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9745022Z test_comprehensive_ones_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9745205Z test_comprehensive_ones_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9745391Z test_comprehensive_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9745575Z test_comprehensive_ones_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9745754Z test_comprehensive_ones_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9745933Z test_comprehensive_ones_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9746109Z test_comprehensive_ones_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9746288Z test_comprehensive_ones_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9746462Z test_comprehensive_ones_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9746652Z test_comprehensive_ones_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9746834Z test_comprehensive_ones_like_cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9747027Z test_comprehensive_ones_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9747225Z test_comprehensive_ones_like_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9747419Z test_comprehensive_ones_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9747697Z test_comprehensive_ones_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9747880Z test_comprehensive_ones_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9748060Z test_comprehensive_ones_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9748245Z test_comprehensive_ones_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9748423Z test_comprehensive_ones_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9748605Z test_comprehensive_ones_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9748801Z test_comprehensive_ones_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9748991Z test_comprehensive_ones_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9749295Z test_comprehensive_ormqr_cuda_complex128 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.002s) 2022-11-23T03:19:20.9749585Z test_comprehensive_ormqr_cuda_complex64 (__main__.TestDecompCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T03:19:20.9749770Z test_comprehensive_ormqr_cuda_float32 (__main__.TestDecompCUDA) ... ok (55.855s) 2022-11-23T03:19:20.9749950Z test_comprehensive_ormqr_cuda_float64 (__main__.TestDecompCUDA) ... ok (54.127s) 2022-11-23T03:19:20.9750128Z test_comprehensive_outer_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9750307Z test_comprehensive_outer_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9750565Z test_comprehensive_outer_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.154s) 2022-11-23T03:19:20.9750770Z test_comprehensive_outer_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:19:20.9750956Z test_comprehensive_outer_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9751138Z test_comprehensive_outer_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:19:20.9751320Z test_comprehensive_outer_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:19:20.9751499Z test_comprehensive_outer_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9751679Z test_comprehensive_outer_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9751856Z test_comprehensive_outer_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9752033Z test_comprehensive_outer_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9752212Z test_comprehensive_outer_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9752439Z test_comprehensive_pca_lowrank_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (2.017s) 2022-11-23T03:19:20.9752655Z test_comprehensive_pca_lowrank_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (1.912s) 2022-11-23T03:19:20.9752931Z test_comprehensive_permute_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9753116Z test_comprehensive_permute_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9753313Z test_comprehensive_permute_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:19:20.9753508Z test_comprehensive_permute_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:20.9753696Z test_comprehensive_permute_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:20.9753889Z test_comprehensive_permute_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9754076Z test_comprehensive_permute_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:19:20.9754258Z test_comprehensive_permute_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:19:20.9754531Z test_comprehensive_permute_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9754708Z test_comprehensive_permute_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9754893Z test_comprehensive_permute_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9755159Z test_comprehensive_permute_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9755504Z test_comprehensive_permute_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9755887Z test_comprehensive_pinverse_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.603s) 2022-11-23T03:19:20.9756269Z test_comprehensive_pinverse_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.683s) 2022-11-23T03:19:20.9756643Z test_comprehensive_pinverse_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.605s) 2022-11-23T03:19:20.9756937Z test_comprehensive_pinverse_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.531s) 2022-11-23T03:19:20.9757136Z test_comprehensive_polar_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.079s) 2022-11-23T03:19:20.9757320Z test_comprehensive_polar_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.999s) 2022-11-23T03:19:20.9757537Z test_comprehensive_polygamma_polygamma_n_0_cuda_bool (__main__.TestDecompCUDA) ... ok (1.587s) 2022-11-23T03:19:20.9757757Z test_comprehensive_polygamma_polygamma_n_0_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.643s) 2022-11-23T03:19:20.9757969Z test_comprehensive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.680s) 2022-11-23T03:19:20.9758173Z test_comprehensive_polygamma_polygamma_n_0_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.868s) 2022-11-23T03:19:20.9758487Z test_comprehensive_polygamma_polygamma_n_0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9758723Z test_comprehensive_polygamma_polygamma_n_0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9758935Z test_comprehensive_polygamma_polygamma_n_0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9759149Z test_comprehensive_polygamma_polygamma_n_0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9759357Z test_comprehensive_polygamma_polygamma_n_0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9759572Z test_comprehensive_polygamma_polygamma_n_1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9759784Z test_comprehensive_polygamma_polygamma_n_1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9759992Z test_comprehensive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:19:20.9760198Z test_comprehensive_polygamma_polygamma_n_1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:19:20.9760406Z test_comprehensive_polygamma_polygamma_n_1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9760615Z test_comprehensive_polygamma_polygamma_n_1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9760822Z test_comprehensive_polygamma_polygamma_n_1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9761029Z test_comprehensive_polygamma_polygamma_n_1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9761234Z test_comprehensive_polygamma_polygamma_n_1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9761442Z test_comprehensive_polygamma_polygamma_n_2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9761655Z test_comprehensive_polygamma_polygamma_n_2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:20.9761865Z test_comprehensive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:20.9762071Z test_comprehensive_polygamma_polygamma_n_2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:19:20.9762276Z test_comprehensive_polygamma_polygamma_n_2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9763232Z test_comprehensive_polygamma_polygamma_n_2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9763438Z test_comprehensive_polygamma_polygamma_n_2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9763646Z test_comprehensive_polygamma_polygamma_n_2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9763853Z test_comprehensive_polygamma_polygamma_n_2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9764062Z test_comprehensive_polygamma_polygamma_n_3_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9764281Z test_comprehensive_polygamma_polygamma_n_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9764491Z test_comprehensive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:19:20.9764696Z test_comprehensive_polygamma_polygamma_n_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:19:20.9764900Z test_comprehensive_polygamma_polygamma_n_3_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9765109Z test_comprehensive_polygamma_polygamma_n_3_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9765313Z test_comprehensive_polygamma_polygamma_n_3_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9765518Z test_comprehensive_polygamma_polygamma_n_3_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9765723Z test_comprehensive_polygamma_polygamma_n_3_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9766015Z test_comprehensive_polygamma_polygamma_n_4_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9766251Z test_comprehensive_polygamma_polygamma_n_4_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:20.9766457Z test_comprehensive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:19:20.9766663Z test_comprehensive_polygamma_polygamma_n_4_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:19:20.9766867Z test_comprehensive_polygamma_polygamma_n_4_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9767074Z test_comprehensive_polygamma_polygamma_n_4_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9767276Z test_comprehensive_polygamma_polygamma_n_4_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9767480Z test_comprehensive_polygamma_polygamma_n_4_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9767687Z test_comprehensive_polygamma_polygamma_n_4_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9767882Z test_comprehensive_positive_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9768081Z test_comprehensive_positive_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9768281Z test_comprehensive_positive_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9768477Z test_comprehensive_positive_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9768670Z test_comprehensive_positive_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9768860Z test_comprehensive_positive_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9769039Z test_comprehensive_positive_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9769227Z test_comprehensive_positive_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.9769412Z test_comprehensive_positive_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9769597Z test_comprehensive_positive_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.9769781Z test_comprehensive_positive_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.9770055Z test_comprehensive_positive_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.9770241Z test_comprehensive_pow_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.481s) 2022-11-23T03:19:20.9770429Z test_comprehensive_pow_cuda_complex128 (__main__.TestDecompCUDA) ... ok (9.540s) 2022-11-23T03:19:20.9770618Z test_comprehensive_pow_cuda_complex32 (__main__.TestDecompCUDA) ... ok (3.589s) 2022-11-23T03:19:20.9770801Z test_comprehensive_pow_cuda_complex64 (__main__.TestDecompCUDA) ... ok (9.758s) 2022-11-23T03:19:20.9770985Z test_comprehensive_pow_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.462s) 2022-11-23T03:19:20.9771167Z test_comprehensive_pow_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.027s) 2022-11-23T03:19:20.9771349Z test_comprehensive_pow_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.092s) 2022-11-23T03:19:20.9771526Z test_comprehensive_pow_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:20.9771707Z test_comprehensive_pow_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:20.9771880Z test_comprehensive_pow_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.9772059Z test_comprehensive_pow_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:20.9772233Z test_comprehensive_pow_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:19:20.9772413Z test_comprehensive_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.439s) 2022-11-23T03:19:20.9772593Z test_comprehensive_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (0.459s) 2022-11-23T03:19:20.9772850Z test_comprehensive_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (10.986s) 2022-11-23T03:19:20.9773053Z test_comprehensive_prod_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.063s) 2022-11-23T03:19:20.9773244Z test_comprehensive_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (11.137s) 2022-11-23T03:19:20.9773430Z test_comprehensive_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.443s) 2022-11-23T03:19:20.9773613Z test_comprehensive_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.169s) 2022-11-23T03:19:20.9773796Z test_comprehensive_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.152s) 2022-11-23T03:19:20.9773976Z test_comprehensive_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.464s) 2022-11-23T03:19:20.9774154Z test_comprehensive_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.477s) 2022-11-23T03:19:20.9774334Z test_comprehensive_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.467s) 2022-11-23T03:19:20.9774516Z test_comprehensive_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.463s) 2022-11-23T03:19:20.9774692Z test_comprehensive_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.462s) 2022-11-23T03:19:20.9774876Z test_comprehensive_put_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:20.9775057Z test_comprehensive_put_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9775245Z test_comprehensive_put_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:20.9775432Z test_comprehensive_put_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:19:20.9775614Z test_comprehensive_put_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.9775790Z test_comprehensive_put_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:19:20.9775972Z test_comprehensive_put_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:19:20.9776148Z test_comprehensive_put_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9776328Z test_comprehensive_put_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9776502Z test_comprehensive_put_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9776678Z test_comprehensive_put_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9776931Z test_comprehensive_put_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9777119Z test_comprehensive_qr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (4.459s) 2022-11-23T03:19:20.9777306Z test_comprehensive_qr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (4.579s) 2022-11-23T03:19:20.9777485Z test_comprehensive_qr_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.949s) 2022-11-23T03:19:20.9777664Z test_comprehensive_qr_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.876s) 2022-11-23T03:19:20.9777855Z test_comprehensive_quantile_cuda_float32 (__main__.TestDecompCUDA) ... ok (9.621s) 2022-11-23T03:19:20.9778042Z test_comprehensive_quantile_cuda_float64 (__main__.TestDecompCUDA) ... ok (9.512s) 2022-11-23T03:19:20.9778226Z test_comprehensive_rad2deg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9778410Z test_comprehensive_rad2deg_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9778603Z test_comprehensive_rad2deg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9778787Z test_comprehensive_rad2deg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.9778968Z test_comprehensive_rad2deg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:20.9779148Z test_comprehensive_rad2deg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9779332Z test_comprehensive_rad2deg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9779516Z test_comprehensive_rad2deg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9779766Z test_comprehensive_rad2deg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9779962Z test_comprehensive_rad2deg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9780158Z test_comprehensive_rand_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9780358Z test_comprehensive_rand_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9780552Z test_comprehensive_rand_like_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9780748Z test_comprehensive_rand_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9780939Z test_comprehensive_rand_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9781124Z test_comprehensive_rand_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9781306Z test_comprehensive_rand_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9781499Z test_comprehensive_randint_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9781686Z test_comprehensive_randint_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9781868Z test_comprehensive_randint_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9782047Z test_comprehensive_randint_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9782230Z test_comprehensive_randint_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9782415Z test_comprehensive_randint_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9782593Z test_comprehensive_randint_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9782779Z test_comprehensive_randint_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9782960Z test_comprehensive_randint_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9783160Z test_comprehensive_randint_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9783357Z test_comprehensive_randint_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9783554Z test_comprehensive_randint_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9783830Z test_comprehensive_randint_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9784022Z test_comprehensive_randint_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9784216Z test_comprehensive_randint_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9784407Z test_comprehensive_randint_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9784596Z test_comprehensive_randint_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9784787Z test_comprehensive_randint_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9785006Z test_comprehensive_randn_cuda_bfloat16 (__main__.TestDecompCUDA) ... expected failure (0.004s) 2022-11-23T03:19:20.9785227Z test_comprehensive_randn_cuda_complex128 (__main__.TestDecompCUDA) ... expected failure (0.005s) 2022-11-23T03:19:20.9785445Z test_comprehensive_randn_cuda_complex32 (__main__.TestDecompCUDA) ... expected failure (0.005s) 2022-11-23T03:19:20.9785667Z test_comprehensive_randn_cuda_complex64 (__main__.TestDecompCUDA) ... expected failure (0.005s) 2022-11-23T03:19:20.9785887Z test_comprehensive_randn_cuda_float16 (__main__.TestDecompCUDA) ... expected failure (0.003s) 2022-11-23T03:19:20.9786106Z test_comprehensive_randn_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (0.005s) 2022-11-23T03:19:20.9786324Z test_comprehensive_randn_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (0.003s) 2022-11-23T03:19:20.9786531Z test_comprehensive_randn_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9786793Z test_comprehensive_randn_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9787019Z test_comprehensive_randn_like_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9787225Z test_comprehensive_randn_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9787431Z test_comprehensive_randn_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9787631Z test_comprehensive_randn_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9787831Z test_comprehensive_randn_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9788029Z test_comprehensive_ravel_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9788219Z test_comprehensive_ravel_cuda_bool (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:19:20.9788418Z test_comprehensive_ravel_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-11-23T03:19:20.9788620Z test_comprehensive_ravel_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:19:20.9788814Z test_comprehensive_ravel_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.235s) 2022-11-23T03:19:20.9789012Z test_comprehensive_ravel_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9789206Z test_comprehensive_ravel_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.148s) 2022-11-23T03:19:20.9789397Z test_comprehensive_ravel_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:19:20.9789588Z test_comprehensive_ravel_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:20.9789777Z test_comprehensive_ravel_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.9790090Z test_comprehensive_ravel_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:20.9790452Z test_comprehensive_ravel_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:19:20.9790783Z test_comprehensive_ravel_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:19:20.9791150Z test_comprehensive_real_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9791514Z test_comprehensive_real_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9791973Z test_comprehensive_real_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9792179Z test_comprehensive_real_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9792373Z test_comprehensive_real_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9792566Z test_comprehensive_real_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9792762Z test_comprehensive_real_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9792956Z test_comprehensive_real_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9793147Z test_comprehensive_real_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9793337Z test_comprehensive_real_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9793525Z test_comprehensive_real_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9793715Z test_comprehensive_real_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9793901Z test_comprehensive_real_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9794110Z test_comprehensive_reciprocal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9794312Z test_comprehensive_reciprocal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9794526Z test_comprehensive_reciprocal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:19:20.9794738Z test_comprehensive_reciprocal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:19:20.9795011Z test_comprehensive_reciprocal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9795234Z test_comprehensive_reciprocal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:19:20.9795441Z test_comprehensive_reciprocal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.9795650Z test_comprehensive_reciprocal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:20.9795848Z test_comprehensive_reciprocal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9796043Z test_comprehensive_reciprocal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9796242Z test_comprehensive_reciprocal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9796436Z test_comprehensive_reciprocal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9796638Z test_comprehensive_remainder_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:19:20.9796844Z test_comprehensive_remainder_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-11-23T03:19:20.9797043Z test_comprehensive_remainder_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.151s) 2022-11-23T03:19:20.9797236Z test_comprehensive_remainder_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.150s) 2022-11-23T03:19:20.9797440Z test_comprehensive_remainder_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:20.9797633Z test_comprehensive_remainder_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:20.9797823Z test_comprehensive_remainder_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:20.9798019Z test_comprehensive_remainder_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:20.9798209Z test_comprehensive_remainder_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:20.9798466Z test_comprehensive_renorm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.158s) 2022-11-23T03:19:20.9798651Z test_comprehensive_renorm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.640s) 2022-11-23T03:19:20.9798853Z test_comprehensive_renorm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.701s) 2022-11-23T03:19:20.9799047Z test_comprehensive_renorm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-11-23T03:19:20.9799331Z test_comprehensive_renorm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.636s) 2022-11-23T03:19:20.9799521Z test_comprehensive_renorm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.667s) 2022-11-23T03:19:20.9799715Z test_comprehensive_repeat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:19:20.9799913Z test_comprehensive_repeat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.9800117Z test_comprehensive_repeat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.468s) 2022-11-23T03:19:20.9800317Z test_comprehensive_repeat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.483s) 2022-11-23T03:19:20.9800517Z test_comprehensive_repeat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:19:20.9800711Z test_comprehensive_repeat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.319s) 2022-11-23T03:19:20.9800902Z test_comprehensive_repeat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.288s) 2022-11-23T03:19:20.9801098Z test_comprehensive_repeat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:20.9801294Z test_comprehensive_repeat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:19:20.9801489Z test_comprehensive_repeat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:20.9801681Z test_comprehensive_repeat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:20.9801872Z test_comprehensive_repeat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:20.9802092Z test_comprehensive_repeat_interleave_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.9802768Z test_comprehensive_repeat_interleave_cuda_bool (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9803028Z test_comprehensive_repeat_interleave_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-11-23T03:19:20.9803256Z test_comprehensive_repeat_interleave_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:19:20.9803484Z test_comprehensive_repeat_interleave_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-11-23T03:19:20.9803702Z test_comprehensive_repeat_interleave_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9803921Z test_comprehensive_repeat_interleave_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:19:20.9804131Z test_comprehensive_repeat_interleave_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9804342Z test_comprehensive_repeat_interleave_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.9804556Z test_comprehensive_repeat_interleave_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.9804761Z test_comprehensive_repeat_interleave_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9804974Z test_comprehensive_repeat_interleave_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9805181Z test_comprehensive_repeat_interleave_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9805389Z test_comprehensive_reshape_as_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9805587Z test_comprehensive_reshape_as_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9805788Z test_comprehensive_reshape_as_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:19:20.9805989Z test_comprehensive_reshape_as_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:19:20.9806198Z test_comprehensive_reshape_as_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.239s) 2022-11-23T03:19:20.9806405Z test_comprehensive_reshape_as_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9806607Z test_comprehensive_reshape_as_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-11-23T03:19:20.9806912Z test_comprehensive_reshape_as_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:19:20.9807096Z test_comprehensive_reshape_as_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9807291Z test_comprehensive_reshape_as_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.9807486Z test_comprehensive_reshape_as_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.9807684Z test_comprehensive_reshape_as_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.9807876Z test_comprehensive_reshape_as_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9808081Z test_comprehensive_reshape_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9808279Z test_comprehensive_reshape_cuda_bool (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:19:20.9808481Z test_comprehensive_reshape_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.492s) 2022-11-23T03:19:20.9808691Z test_comprehensive_reshape_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.246s) 2022-11-23T03:19:20.9808889Z test_comprehensive_reshape_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.515s) 2022-11-23T03:19:20.9809094Z test_comprehensive_reshape_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9809289Z test_comprehensive_reshape_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.282s) 2022-11-23T03:19:20.9809480Z test_comprehensive_reshape_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.281s) 2022-11-23T03:19:20.9809675Z test_comprehensive_reshape_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:20.9809941Z test_comprehensive_reshape_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-11-23T03:19:20.9810150Z test_comprehensive_reshape_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:19:20.9810345Z test_comprehensive_reshape_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:19:20.9810543Z test_comprehensive_reshape_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:19:20.9810726Z test_comprehensive_resize__cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9810920Z test_comprehensive_resize__cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.9811125Z test_comprehensive_resize__cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.9811326Z test_comprehensive_resize__cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.9811520Z test_comprehensive_resize__cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9811715Z test_comprehensive_resize__cuda_float32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:20.9811904Z test_comprehensive_resize__cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.9812096Z test_comprehensive_resize__cuda_int16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.9812292Z test_comprehensive_resize__cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9812485Z test_comprehensive_resize__cuda_int64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.9812677Z test_comprehensive_resize__cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.9812867Z test_comprehensive_resize__cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9813071Z test_comprehensive_resize_as__cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9813266Z test_comprehensive_resize_as__cuda_bool (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:20.9813475Z test_comprehensive_resize_as__cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:20.9813681Z test_comprehensive_resize_as__cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:20.9813880Z test_comprehensive_resize_as__cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9814165Z test_comprehensive_resize_as__cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9814438Z test_comprehensive_resize_as__cuda_float64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9814620Z test_comprehensive_resize_as__cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:20.9814811Z test_comprehensive_resize_as__cuda_int32 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.9815001Z test_comprehensive_resize_as__cuda_int64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:20.9815197Z test_comprehensive_resize_as__cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.9815391Z test_comprehensive_resize_as__cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9815600Z test_comprehensive_resolve_conj_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9815941Z test_comprehensive_resolve_conj_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9816311Z test_comprehensive_resolve_conj_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9816534Z test_comprehensive_resolve_conj_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9816738Z test_comprehensive_resolve_conj_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9816942Z test_comprehensive_resolve_conj_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9817146Z test_comprehensive_resolve_conj_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9817347Z test_comprehensive_resolve_conj_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9817638Z test_comprehensive_resolve_conj_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9817857Z test_comprehensive_resolve_conj_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9818058Z test_comprehensive_resolve_conj_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9818262Z test_comprehensive_resolve_conj_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9818469Z test_comprehensive_resolve_neg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9818672Z test_comprehensive_resolve_neg_cuda_bool (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.9818865Z test_comprehensive_resolve_neg_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9819074Z test_comprehensive_resolve_neg_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.9819281Z test_comprehensive_resolve_neg_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9819487Z test_comprehensive_resolve_neg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9819692Z test_comprehensive_resolve_neg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9819898Z test_comprehensive_resolve_neg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9820098Z test_comprehensive_resolve_neg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.9820296Z test_comprehensive_resolve_neg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9820488Z test_comprehensive_resolve_neg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.9820687Z test_comprehensive_resolve_neg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.9820882Z test_comprehensive_resolve_neg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9821079Z test_comprehensive_roll_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9821270Z test_comprehensive_roll_cuda_bool (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9821471Z test_comprehensive_roll_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.776s) 2022-11-23T03:19:20.9821756Z test_comprehensive_roll_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.389s) 2022-11-23T03:19:20.9821948Z test_comprehensive_roll_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.795s) 2022-11-23T03:19:20.9822142Z test_comprehensive_roll_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.9822335Z test_comprehensive_roll_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.475s) 2022-11-23T03:19:20.9822511Z test_comprehensive_roll_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.453s) 2022-11-23T03:19:20.9822701Z test_comprehensive_roll_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:19:20.9822889Z test_comprehensive_roll_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:20.9823084Z test_comprehensive_roll_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:19:20.9823273Z test_comprehensive_roll_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:19:20.9823457Z test_comprehensive_roll_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:19:20.9823656Z test_comprehensive_rot90_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-11-23T03:19:20.9823840Z test_comprehensive_rot90_cuda_bool (__main__.TestDecompCUDA) ... ok (0.745s) 2022-11-23T03:19:20.9824041Z test_comprehensive_rot90_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.262s) 2022-11-23T03:19:20.9824239Z test_comprehensive_rot90_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.281s) 2022-11-23T03:19:20.9824433Z test_comprehensive_rot90_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:20.9824626Z test_comprehensive_rot90_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.990s) 2022-11-23T03:19:20.9824889Z test_comprehensive_rot90_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.940s) 2022-11-23T03:19:20.9825094Z test_comprehensive_rot90_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.710s) 2022-11-23T03:19:20.9825283Z test_comprehensive_rot90_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.723s) 2022-11-23T03:19:20.9825475Z test_comprehensive_rot90_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.672s) 2022-11-23T03:19:20.9825661Z test_comprehensive_rot90_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.729s) 2022-11-23T03:19:20.9825847Z test_comprehensive_rot90_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.674s) 2022-11-23T03:19:20.9826029Z test_comprehensive_round_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9826221Z test_comprehensive_round_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9826412Z test_comprehensive_round_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9826607Z test_comprehensive_round_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9826795Z test_comprehensive_round_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9826985Z test_comprehensive_round_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9827176Z test_comprehensive_round_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9827365Z test_comprehensive_round_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9827550Z test_comprehensive_round_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9827765Z test_comprehensive_round_decimals_0_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9827977Z test_comprehensive_round_decimals_0_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9828190Z test_comprehensive_round_decimals_0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9828399Z test_comprehensive_round_decimals_0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9828608Z test_comprehensive_round_decimals_3_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9828811Z test_comprehensive_round_decimals_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9829103Z test_comprehensive_round_decimals_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9829304Z test_comprehensive_round_decimals_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9829529Z test_comprehensive_round_decimals_neg_3_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9829750Z test_comprehensive_round_decimals_neg_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9829953Z test_comprehensive_round_decimals_neg_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9830178Z test_comprehensive_round_decimals_neg_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9830378Z test_comprehensive_rsqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9830570Z test_comprehensive_rsqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9830773Z test_comprehensive_rsqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-11-23T03:19:20.9830976Z test_comprehensive_rsqrt_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.051s) 2022-11-23T03:19:20.9831169Z test_comprehensive_rsqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:19:20.9831362Z test_comprehensive_rsqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9831556Z test_comprehensive_rsqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:20.9831750Z test_comprehensive_rsqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:20.9832008Z test_comprehensive_rsqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9832212Z test_comprehensive_rsqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9832402Z test_comprehensive_rsqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9832596Z test_comprehensive_rsqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9832783Z test_comprehensive_rsqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9832974Z test_comprehensive_rsub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:20.9833175Z test_comprehensive_rsub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.975s) 2022-11-23T03:19:20.9833373Z test_comprehensive_rsub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.952s) 2022-11-23T03:19:20.9833550Z test_comprehensive_rsub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:20.9833747Z test_comprehensive_rsub_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.164s) 2022-11-23T03:19:20.9833942Z test_comprehensive_rsub_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.179s) 2022-11-23T03:19:20.9834130Z test_comprehensive_rsub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:20.9834320Z test_comprehensive_rsub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:20.9834507Z test_comprehensive_rsub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:20.9834692Z test_comprehensive_rsub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:19:20.9834876Z test_comprehensive_rsub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:20.9835090Z test_comprehensive_scalar_tensor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9835294Z test_comprehensive_scalar_tensor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9835510Z test_comprehensive_scalar_tensor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9835725Z test_comprehensive_scalar_tensor_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9835935Z test_comprehensive_scalar_tensor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9836231Z test_comprehensive_scalar_tensor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.9836437Z test_comprehensive_scalar_tensor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9836643Z test_comprehensive_scalar_tensor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9836847Z test_comprehensive_scalar_tensor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9837049Z test_comprehensive_scalar_tensor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9837249Z test_comprehensive_scalar_tensor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9837440Z test_comprehensive_scalar_tensor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9837642Z test_comprehensive_scalar_tensor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9837851Z test_comprehensive_scatter_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9838056Z test_comprehensive_scatter_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9838266Z test_comprehensive_scatter_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9838475Z test_comprehensive_scatter_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9838677Z test_comprehensive_scatter_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9838881Z test_comprehensive_scatter_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9839084Z test_comprehensive_scatter_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9839355Z test_comprehensive_scatter_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9839565Z test_comprehensive_scatter_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9839757Z test_comprehensive_scatter_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9839960Z test_comprehensive_scatter_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9840155Z test_comprehensive_scatter_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9840516Z test_comprehensive_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9840871Z test_comprehensive_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9841254Z test_comprehensive_scatter_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9843657Z test_comprehensive_scatter_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9843903Z test_comprehensive_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9844083Z test_comprehensive_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9844275Z test_comprehensive_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9844475Z test_comprehensive_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9844670Z test_comprehensive_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9844866Z test_comprehensive_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9845061Z test_comprehensive_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9845256Z test_comprehensive_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9845480Z test_comprehensive_scatter_reduce_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.041s) 2022-11-23T03:19:20.9845703Z test_comprehensive_scatter_reduce_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.065s) 2022-11-23T03:19:20.9845923Z test_comprehensive_scatter_reduce_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.198s) 2022-11-23T03:19:20.9846294Z test_comprehensive_scatter_reduce_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.098s) 2022-11-23T03:19:20.9846509Z test_comprehensive_scatter_reduce_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9846722Z test_comprehensive_scatter_reduce_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9846930Z test_comprehensive_scatter_reduce_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9847143Z test_comprehensive_scatter_reduce_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9847350Z test_comprehensive_scatter_reduce_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:20.9847575Z test_comprehensive_scatter_reduce_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.043s) 2022-11-23T03:19:20.9847793Z test_comprehensive_scatter_reduce_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.054s) 2022-11-23T03:19:20.9848013Z test_comprehensive_scatter_reduce_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.130s) 2022-11-23T03:19:20.9848213Z test_comprehensive_scatter_reduce_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.104s) 2022-11-23T03:19:20.9850167Z test_comprehensive_scatter_reduce_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9850406Z test_comprehensive_scatter_reduce_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9850613Z test_comprehensive_scatter_reduce_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9850827Z test_comprehensive_scatter_reduce_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9851132Z test_comprehensive_scatter_reduce_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9851372Z test_comprehensive_scatter_reduce_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.312s) 2022-11-23T03:19:20.9851589Z test_comprehensive_scatter_reduce_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.286s) 2022-11-23T03:19:20.9851812Z test_comprehensive_scatter_reduce_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.381s) 2022-11-23T03:19:20.9852027Z test_comprehensive_scatter_reduce_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.335s) 2022-11-23T03:19:20.9852239Z test_comprehensive_scatter_reduce_mean_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9852446Z test_comprehensive_scatter_reduce_mean_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9852653Z test_comprehensive_scatter_reduce_mean_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9852870Z test_comprehensive_scatter_reduce_mean_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9853077Z test_comprehensive_scatter_reduce_mean_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:20.9853298Z test_comprehensive_scatter_reduce_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.918s) 2022-11-23T03:19:20.9853517Z test_comprehensive_scatter_reduce_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.935s) 2022-11-23T03:19:20.9853733Z test_comprehensive_scatter_reduce_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.702s) 2022-11-23T03:19:20.9853949Z test_comprehensive_scatter_reduce_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.643s) 2022-11-23T03:19:20.9854161Z test_comprehensive_scatter_reduce_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9854352Z test_comprehensive_scatter_reduce_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9854564Z test_comprehensive_scatter_reduce_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9856032Z test_comprehensive_scatter_reduce_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9856276Z test_comprehensive_scatter_reduce_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9856604Z test_comprehensive_scatter_reduce_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9857359Z test_comprehensive_scatter_reduce_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9857590Z test_comprehensive_scatter_reduce_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:20.9857805Z test_comprehensive_scatter_reduce_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.9858020Z test_comprehensive_scatter_reduce_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:20.9858230Z test_comprehensive_scatter_reduce_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9858443Z test_comprehensive_scatter_reduce_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9858649Z test_comprehensive_scatter_reduce_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9858862Z test_comprehensive_scatter_reduce_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9859066Z test_comprehensive_scatter_reduce_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9859276Z test_comprehensive_searchsorted_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9859491Z test_comprehensive_searchsorted_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.9859699Z test_comprehensive_searchsorted_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9859904Z test_comprehensive_searchsorted_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9860194Z test_comprehensive_searchsorted_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.9860411Z test_comprehensive_searchsorted_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:20.9860602Z test_comprehensive_searchsorted_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.9860812Z test_comprehensive_searchsorted_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9861046Z test_comprehensive_segment_reduce_lengths_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:19:20.9861272Z test_comprehensive_segment_reduce_lengths_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:20.9861488Z test_comprehensive_segment_reduce_lengths_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:19:20.9861701Z test_comprehensive_segment_reduce_lengths_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:19:20.9861924Z test_comprehensive_segment_reduce_offsets_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-11-23T03:19:20.9863863Z test_comprehensive_segment_reduce_offsets_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-11-23T03:19:20.9864093Z test_comprehensive_segment_reduce_offsets_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:19:20.9864307Z test_comprehensive_segment_reduce_offsets_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-11-23T03:19:20.9864506Z test_comprehensive_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9864700Z test_comprehensive_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9864904Z test_comprehensive_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:19:20.9865107Z test_comprehensive_select_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9865304Z test_comprehensive_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:19:20.9865506Z test_comprehensive_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9865702Z test_comprehensive_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.9865890Z test_comprehensive_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:20.9866192Z test_comprehensive_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9866368Z test_comprehensive_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9866564Z test_comprehensive_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9866756Z test_comprehensive_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9866947Z test_comprehensive_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9867160Z test_comprehensive_select_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9867369Z test_comprehensive_select_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9867579Z test_comprehensive_select_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9867787Z test_comprehensive_select_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9867993Z test_comprehensive_select_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:20.9868198Z test_comprehensive_select_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9869718Z test_comprehensive_select_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9870485Z test_comprehensive_select_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9870702Z test_comprehensive_select_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9870905Z test_comprehensive_select_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9871199Z test_comprehensive_sgn_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9871404Z test_comprehensive_sgn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9871606Z test_comprehensive_sgn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.357s) 2022-11-23T03:19:20.9871806Z test_comprehensive_sgn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.423s) 2022-11-23T03:19:20.9872002Z test_comprehensive_sgn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.412s) 2022-11-23T03:19:20.9872178Z test_comprehensive_sgn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9872370Z test_comprehensive_sgn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:20.9872564Z test_comprehensive_sgn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:20.9872750Z test_comprehensive_sgn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9872943Z test_comprehensive_sgn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.9873127Z test_comprehensive_sgn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.9873314Z test_comprehensive_sgn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9873500Z test_comprehensive_sgn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9873700Z test_comprehensive_short_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9873889Z test_comprehensive_short_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9874091Z test_comprehensive_short_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:20.9874290Z test_comprehensive_short_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.9874483Z test_comprehensive_short_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9874681Z test_comprehensive_short_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.9874875Z test_comprehensive_short_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:20.9876752Z test_comprehensive_short_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9877082Z test_comprehensive_short_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9877272Z test_comprehensive_short_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9877446Z test_comprehensive_short_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:20.9877633Z test_comprehensive_short_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9877835Z test_comprehensive_sigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9878029Z test_comprehensive_sigmoid_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9878237Z test_comprehensive_sigmoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.659s) 2022-11-23T03:19:20.9878440Z test_comprehensive_sigmoid_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.887s) 2022-11-23T03:19:20.9878637Z test_comprehensive_sigmoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.368s) 2022-11-23T03:19:20.9878839Z test_comprehensive_sigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9879033Z test_comprehensive_sigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.9879225Z test_comprehensive_sigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:20.9879418Z test_comprehensive_sigmoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9879610Z test_comprehensive_sigmoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9879805Z test_comprehensive_sigmoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:20.9880074Z test_comprehensive_sigmoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9880284Z test_comprehensive_sigmoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9880473Z test_comprehensive_sign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9880667Z test_comprehensive_sign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9880860Z test_comprehensive_sign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9881036Z test_comprehensive_sign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:20.9881228Z test_comprehensive_sign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:20.9882627Z test_comprehensive_sign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.9883375Z test_comprehensive_sign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:20.9883579Z test_comprehensive_sign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.9883775Z test_comprehensive_sign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.9884070Z test_comprehensive_sign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:20.9884299Z test_comprehensive_signal_windows_cosine_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:20.9884525Z test_comprehensive_signal_windows_cosine_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:20.9884749Z test_comprehensive_signal_windows_cosine_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:19:20.9884969Z test_comprehensive_signal_windows_cosine_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:20.9885206Z test_comprehensive_signal_windows_exponential_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.9885439Z test_comprehensive_signal_windows_exponential_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.9885677Z test_comprehensive_signal_windows_exponential_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:19:20.9885909Z test_comprehensive_signal_windows_exponential_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:19:20.9886250Z test_comprehensive_signal_windows_gaussian_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:20.9886476Z test_comprehensive_signal_windows_gaussian_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:20.9886693Z test_comprehensive_signal_windows_gaussian_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-11-23T03:19:20.9886906Z test_comprehensive_signal_windows_gaussian_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-11-23T03:19:20.9887128Z test_comprehensive_signal_windows_kaiser_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:20.9887334Z test_comprehensive_signal_windows_kaiser_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:19:20.9887557Z test_comprehensive_signal_windows_kaiser_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-11-23T03:19:20.9887777Z test_comprehensive_signal_windows_kaiser_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:19:20.9889212Z test_comprehensive_signbit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.9889929Z test_comprehensive_signbit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.9890134Z test_comprehensive_signbit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:20.9890328Z test_comprehensive_signbit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:20.9890518Z test_comprehensive_signbit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:20.9890715Z test_comprehensive_signbit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:20.9891004Z test_comprehensive_signbit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9891215Z test_comprehensive_signbit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:20.9891407Z test_comprehensive_signbit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.9891602Z test_comprehensive_signbit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:20.9891798Z test_comprehensive_sin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9891988Z test_comprehensive_sin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:20.9892187Z test_comprehensive_sin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.600s) 2022-11-23T03:19:20.9892382Z test_comprehensive_sin_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:19:20.9892575Z test_comprehensive_sin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.614s) 2022-11-23T03:19:20.9892747Z test_comprehensive_sin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9892944Z test_comprehensive_sin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:19:20.9893134Z test_comprehensive_sin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:19:20.9893321Z test_comprehensive_sin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:20.9893511Z test_comprehensive_sin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9893694Z test_comprehensive_sin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:20.9893879Z test_comprehensive_sin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.9894061Z test_comprehensive_sin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:20.9894255Z test_comprehensive_sinc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.823s) 2022-11-23T03:19:20.9895688Z test_comprehensive_sinc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.444s) 2022-11-23T03:19:20.9896426Z test_comprehensive_sinc_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.682s) 2022-11-23T03:19:20.9896633Z test_comprehensive_sinc_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.460s) 2022-11-23T03:19:20.9896828Z test_comprehensive_sinc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.437s) 2022-11-23T03:19:20.9897794Z test_comprehensive_sinc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.584s) 2022-11-23T03:19:20.9898156Z test_comprehensive_sinc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:19:20.9898572Z test_comprehensive_sinc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9898806Z test_comprehensive_sinc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9898997Z test_comprehensive_sinc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9899170Z test_comprehensive_sinc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9899366Z test_comprehensive_sinc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9899562Z test_comprehensive_sinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9899749Z test_comprehensive_sinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:20.9899956Z test_comprehensive_sinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.625s) 2022-11-23T03:19:20.9900154Z test_comprehensive_sinh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:19:20.9900346Z test_comprehensive_sinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.580s) 2022-11-23T03:19:20.9900542Z test_comprehensive_sinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9900733Z test_comprehensive_sinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-11-23T03:19:20.9902223Z test_comprehensive_sinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:19:20.9903082Z test_comprehensive_sinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:20.9903305Z test_comprehensive_sinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:20.9903497Z test_comprehensive_sinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:20.9903684Z test_comprehensive_sinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:20.9903874Z test_comprehensive_sinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:20.9904072Z test_comprehensive_slice_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9904257Z test_comprehensive_slice_cuda_bool (__main__.TestDecompCUDA) ... ok (0.151s) 2022-11-23T03:19:20.9904457Z test_comprehensive_slice_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.598s) 2022-11-23T03:19:20.9904656Z test_comprehensive_slice_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.305s) 2022-11-23T03:19:20.9904836Z test_comprehensive_slice_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.596s) 2022-11-23T03:19:20.9905033Z test_comprehensive_slice_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9905229Z test_comprehensive_slice_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.370s) 2022-11-23T03:19:20.9905423Z test_comprehensive_slice_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.357s) 2022-11-23T03:19:20.9905618Z test_comprehensive_slice_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:20.9905807Z test_comprehensive_slice_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:19:20.9905994Z test_comprehensive_slice_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-11-23T03:19:20.9906182Z test_comprehensive_slice_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:19:20.9906368Z test_comprehensive_slice_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.148s) 2022-11-23T03:19:20.9906578Z test_comprehensive_slice_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:20.9906784Z test_comprehensive_slice_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9906992Z test_comprehensive_slice_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:20.9907197Z test_comprehensive_slice_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.572s) 2022-11-23T03:19:20.9908767Z test_comprehensive_slice_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.563s) 2022-11-23T03:19:20.9909511Z test_comprehensive_slice_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9909726Z test_comprehensive_slice_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9909926Z test_comprehensive_slice_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9910127Z test_comprehensive_slice_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9910318Z test_comprehensive_slice_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9910524Z test_comprehensive_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9910720Z test_comprehensive_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.9910913Z test_comprehensive_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:19:20.9911100Z test_comprehensive_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-11-23T03:19:20.9911322Z test_comprehensive_softmax_with_dtype_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:20.9911534Z test_comprehensive_softmax_with_dtype_cuda_bool (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:19:20.9911757Z test_comprehensive_softmax_with_dtype_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.495s) 2022-11-23T03:19:20.9911978Z test_comprehensive_softmax_with_dtype_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.471s) 2022-11-23T03:19:20.9912426Z test_comprehensive_softmax_with_dtype_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:20.9912666Z test_comprehensive_softmax_with_dtype_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.418s) 2022-11-23T03:19:20.9912880Z test_comprehensive_softmax_with_dtype_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-11-23T03:19:20.9913092Z test_comprehensive_softmax_with_dtype_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:19:20.9913301Z test_comprehensive_softmax_with_dtype_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:19:20.9913509Z test_comprehensive_softmax_with_dtype_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:20.9913718Z test_comprehensive_softmax_with_dtype_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:19:20.9913922Z test_comprehensive_softmax_with_dtype_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:20.9915863Z test_comprehensive_sort_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:19:20.9916087Z test_comprehensive_sort_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:19:20.9916283Z test_comprehensive_sort_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-11-23T03:19:20.9916464Z test_comprehensive_sort_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:19:20.9916653Z test_comprehensive_sort_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9916840Z test_comprehensive_sort_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:20.9917027Z test_comprehensive_sort_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9917216Z test_comprehensive_sort_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:20.9917400Z test_comprehensive_sort_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9917631Z test_comprehensive_sparse_sampled_addmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:19:20.9917860Z test_comprehensive_sparse_sampled_addmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:20.9918080Z test_comprehensive_sparse_sampled_addmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-11-23T03:19:20.9918414Z test_comprehensive_sparse_sampled_addmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:19:20.9918625Z test_comprehensive_special_airy_ai_cuda_bool (__main__.TestDecompCUDA) ... ok (0.726s) 2022-11-23T03:19:20.9918836Z test_comprehensive_special_airy_ai_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.852s) 2022-11-23T03:19:20.9919046Z test_comprehensive_special_airy_ai_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.916s) 2022-11-23T03:19:20.9919250Z test_comprehensive_special_airy_ai_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9919455Z test_comprehensive_special_airy_ai_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9919662Z test_comprehensive_special_airy_ai_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9919864Z test_comprehensive_special_airy_ai_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9920065Z test_comprehensive_special_airy_ai_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9920277Z test_comprehensive_special_bessel_j0_cuda_bool (__main__.TestDecompCUDA) ... ok (1.234s) 2022-11-23T03:19:20.9920476Z test_comprehensive_special_bessel_j0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:20.9922625Z test_comprehensive_special_bessel_j0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.610s) 2022-11-23T03:19:20.9922853Z test_comprehensive_special_bessel_j0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9923060Z test_comprehensive_special_bessel_j0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9923354Z test_comprehensive_special_bessel_j0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9923573Z test_comprehensive_special_bessel_j0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9923773Z test_comprehensive_special_bessel_j0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9923977Z test_comprehensive_special_bessel_j1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.742s) 2022-11-23T03:19:20.9924188Z test_comprehensive_special_bessel_j1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:20.9924397Z test_comprehensive_special_bessel_j1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.345s) 2022-11-23T03:19:20.9924604Z test_comprehensive_special_bessel_j1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9924979Z test_comprehensive_special_bessel_j1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9925347Z test_comprehensive_special_bessel_j1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9925740Z test_comprehensive_special_bessel_j1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9926130Z test_comprehensive_special_bessel_j1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9926512Z test_comprehensive_special_bessel_y0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.805s) 2022-11-23T03:19:20.9927028Z test_comprehensive_special_bessel_y0_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.096s) 2022-11-23T03:19:20.9929841Z test_comprehensive_special_bessel_y0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.966s) 2022-11-23T03:19:20.9930276Z test_comprehensive_special_bessel_y0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9930685Z test_comprehensive_special_bessel_y0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9931066Z test_comprehensive_special_bessel_y0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9931475Z test_comprehensive_special_bessel_y0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9931878Z test_comprehensive_special_bessel_y0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9932276Z test_comprehensive_special_bessel_y1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.670s) 2022-11-23T03:19:20.9932859Z test_comprehensive_special_bessel_y1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.787s) 2022-11-23T03:19:20.9933270Z test_comprehensive_special_bessel_y1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.715s) 2022-11-23T03:19:20.9933662Z test_comprehensive_special_bessel_y1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9934061Z test_comprehensive_special_bessel_y1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:20.9936863Z test_comprehensive_special_bessel_y1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9937295Z test_comprehensive_special_bessel_y1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9937706Z test_comprehensive_special_bessel_y1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9938161Z test_comprehensive_special_chebyshev_polynomial_t_cuda_bool (__main__.TestDecompCUDA) ... ok (6.178s) 2022-11-23T03:19:20.9938641Z test_comprehensive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.421s) 2022-11-23T03:19:20.9939108Z test_comprehensive_special_chebyshev_polynomial_t_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.651s) 2022-11-23T03:19:20.9939662Z test_comprehensive_special_chebyshev_polynomial_t_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9940132Z test_comprehensive_special_chebyshev_polynomial_t_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9940589Z test_comprehensive_special_chebyshev_polynomial_t_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9943551Z test_comprehensive_special_chebyshev_polynomial_t_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9944064Z test_comprehensive_special_chebyshev_polynomial_t_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9944528Z test_comprehensive_special_chebyshev_polynomial_u_cuda_bool (__main__.TestDecompCUDA) ... ok (7.041s) 2022-11-23T03:19:20.9945006Z test_comprehensive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.231s) 2022-11-23T03:19:20.9945456Z test_comprehensive_special_chebyshev_polynomial_u_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.089s) 2022-11-23T03:19:20.9945920Z test_comprehensive_special_chebyshev_polynomial_u_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9946375Z test_comprehensive_special_chebyshev_polynomial_u_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9946832Z test_comprehensive_special_chebyshev_polynomial_u_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9947295Z test_comprehensive_special_chebyshev_polynomial_u_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9947749Z test_comprehensive_special_chebyshev_polynomial_u_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9950751Z test_comprehensive_special_chebyshev_polynomial_v_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:19:20.9951397Z test_comprehensive_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:19:20.9952026Z test_comprehensive_special_chebyshev_polynomial_v_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:19:20.9952659Z test_comprehensive_special_chebyshev_polynomial_v_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:19:20.9953278Z test_comprehensive_special_chebyshev_polynomial_v_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:19:20.9953888Z test_comprehensive_special_chebyshev_polynomial_v_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:19:20.9954660Z test_comprehensive_special_chebyshev_polynomial_v_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:19:20.9957648Z test_comprehensive_special_chebyshev_polynomial_v_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T03:19:20.9958288Z test_comprehensive_special_chebyshev_polynomial_w_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.010s) 2022-11-23T03:19:20.9958919Z test_comprehensive_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9959551Z test_comprehensive_special_chebyshev_polynomial_w_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9960178Z test_comprehensive_special_chebyshev_polynomial_w_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9960785Z test_comprehensive_special_chebyshev_polynomial_w_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9961393Z test_comprehensive_special_chebyshev_polynomial_w_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9964395Z test_comprehensive_special_chebyshev_polynomial_w_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9964795Z test_comprehensive_special_chebyshev_polynomial_w_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9965020Z test_comprehensive_special_entr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.579s) 2022-11-23T03:19:20.9965228Z test_comprehensive_special_entr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.379s) 2022-11-23T03:19:20.9965438Z test_comprehensive_special_entr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.268s) 2022-11-23T03:19:20.9965648Z test_comprehensive_special_entr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.325s) 2022-11-23T03:19:20.9965853Z test_comprehensive_special_entr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:20.9966059Z test_comprehensive_special_entr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9966261Z test_comprehensive_special_entr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9966463Z test_comprehensive_special_entr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:20.9966669Z test_comprehensive_special_entr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9966854Z test_comprehensive_special_entr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9967062Z test_comprehensive_special_erfcx_cuda_bool (__main__.TestDecompCUDA) ... ok (4.714s) 2022-11-23T03:19:20.9967272Z test_comprehensive_special_erfcx_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:19:20.9967482Z test_comprehensive_special_erfcx_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.808s) 2022-11-23T03:19:20.9967687Z test_comprehensive_special_erfcx_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9967894Z test_comprehensive_special_erfcx_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:20.9968096Z test_comprehensive_special_erfcx_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9968297Z test_comprehensive_special_erfcx_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9971969Z test_comprehensive_special_erfcx_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9972215Z test_comprehensive_special_hermite_polynomial_h_cuda_bool (__main__.TestDecompCUDA) ... ok (5.779s) 2022-11-23T03:19:20.9972456Z test_comprehensive_special_hermite_polynomial_h_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.092s) 2022-11-23T03:19:20.9972695Z test_comprehensive_special_hermite_polynomial_h_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.065s) 2022-11-23T03:19:20.9972929Z test_comprehensive_special_hermite_polynomial_h_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9973165Z test_comprehensive_special_hermite_polynomial_h_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9973450Z test_comprehensive_special_hermite_polynomial_h_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9973689Z test_comprehensive_special_hermite_polynomial_h_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:20.9973925Z test_comprehensive_special_hermite_polynomial_h_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9974153Z test_comprehensive_special_hermite_polynomial_he_cuda_bool (__main__.TestDecompCUDA) ... ok (5.627s) 2022-11-23T03:19:20.9974391Z test_comprehensive_special_hermite_polynomial_he_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.068s) 2022-11-23T03:19:20.9974627Z test_comprehensive_special_hermite_polynomial_he_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.105s) 2022-11-23T03:19:20.9974859Z test_comprehensive_special_hermite_polynomial_he_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9977367Z test_comprehensive_special_hermite_polynomial_he_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9977675Z test_comprehensive_special_hermite_polynomial_he_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9977898Z test_comprehensive_special_hermite_polynomial_he_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9978132Z test_comprehensive_special_hermite_polynomial_he_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:20.9978344Z test_comprehensive_special_i0e_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.049s) 2022-11-23T03:19:20.9978546Z test_comprehensive_special_i0e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.410s) 2022-11-23T03:19:20.9978750Z test_comprehensive_special_i0e_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.347s) 2022-11-23T03:19:20.9978955Z test_comprehensive_special_i0e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.383s) 2022-11-23T03:19:20.9979161Z test_comprehensive_special_i0e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.429s) 2022-11-23T03:19:20.9979360Z test_comprehensive_special_i0e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9979554Z test_comprehensive_special_i0e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9979748Z test_comprehensive_special_i0e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9979946Z test_comprehensive_special_i0e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9980138Z test_comprehensive_special_i0e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9980337Z test_comprehensive_special_i1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.434s) 2022-11-23T03:19:20.9980539Z test_comprehensive_special_i1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:19:20.9980740Z test_comprehensive_special_i1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:20.9980944Z test_comprehensive_special_i1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9981138Z test_comprehensive_special_i1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9981327Z test_comprehensive_special_i1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9981646Z test_comprehensive_special_i1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9981822Z test_comprehensive_special_i1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9983281Z test_comprehensive_special_i1e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.436s) 2022-11-23T03:19:20.9984043Z test_comprehensive_special_i1e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:19:20.9984263Z test_comprehensive_special_i1e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-11-23T03:19:20.9984461Z test_comprehensive_special_i1e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9984659Z test_comprehensive_special_i1e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:20.9984849Z test_comprehensive_special_i1e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9985048Z test_comprehensive_special_i1e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:20.9985243Z test_comprehensive_special_i1e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:20.9985478Z test_comprehensive_special_laguerre_polynomial_l_cuda_bool (__main__.TestDecompCUDA) ... ok (5.855s) 2022-11-23T03:19:20.9985715Z test_comprehensive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.249s) 2022-11-23T03:19:20.9985955Z test_comprehensive_special_laguerre_polynomial_l_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.228s) 2022-11-23T03:19:20.9986188Z test_comprehensive_special_laguerre_polynomial_l_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9986516Z test_comprehensive_special_laguerre_polynomial_l_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9986768Z test_comprehensive_special_laguerre_polynomial_l_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:20.9987008Z test_comprehensive_special_laguerre_polynomial_l_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9987239Z test_comprehensive_special_laguerre_polynomial_l_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:20.9987567Z test_comprehensive_special_legendre_polynomial_p_cuda_bool (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9987887Z test_comprehensive_special_legendre_polynomial_p_cuda_float32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9988213Z test_comprehensive_special_legendre_polynomial_p_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9988532Z test_comprehensive_special_legendre_polynomial_p_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9990581Z test_comprehensive_special_legendre_polynomial_p_cuda_int32 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9990901Z test_comprehensive_special_legendre_polynomial_p_cuda_int64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9991300Z test_comprehensive_special_legendre_polynomial_p_cuda_int8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9991819Z test_comprehensive_special_legendre_polynomial_p_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:20.9992225Z test_comprehensive_special_log_ndtr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.433s) 2022-11-23T03:19:20.9992610Z test_comprehensive_special_log_ndtr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.491s) 2022-11-23T03:19:20.9993194Z test_comprehensive_special_log_ndtr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.718s) 2022-11-23T03:19:20.9993593Z test_comprehensive_special_log_ndtr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9993999Z test_comprehensive_special_log_ndtr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9994386Z test_comprehensive_special_log_ndtr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9994784Z test_comprehensive_special_log_ndtr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:20.9997594Z test_comprehensive_special_log_ndtr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:20.9998074Z test_comprehensive_special_modified_bessel_i0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.421s) 2022-11-23T03:19:20.9998580Z test_comprehensive_special_modified_bessel_i0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-11-23T03:19:20.9999044Z test_comprehensive_special_modified_bessel_i0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.470s) 2022-11-23T03:19:20.9999484Z test_comprehensive_special_modified_bessel_i0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:20.9999908Z test_comprehensive_special_modified_bessel_i0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:21.0000326Z test_comprehensive_special_modified_bessel_i0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0000749Z test_comprehensive_special_modified_bessel_i0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0001180Z test_comprehensive_special_modified_bessel_i0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0001761Z test_comprehensive_special_modified_bessel_i1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.455s) 2022-11-23T03:19:21.0004646Z test_comprehensive_special_modified_bessel_i1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.365s) 2022-11-23T03:19:21.0005133Z test_comprehensive_special_modified_bessel_i1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.456s) 2022-11-23T03:19:21.0005579Z test_comprehensive_special_modified_bessel_i1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0006011Z test_comprehensive_special_modified_bessel_i1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0006418Z test_comprehensive_special_modified_bessel_i1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0006848Z test_comprehensive_special_modified_bessel_i1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0007276Z test_comprehensive_special_modified_bessel_i1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:21.0007704Z test_comprehensive_special_modified_bessel_k0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.549s) 2022-11-23T03:19:21.0008142Z test_comprehensive_special_modified_bessel_k0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.568s) 2022-11-23T03:19:21.0008593Z test_comprehensive_special_modified_bessel_k0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.681s) 2022-11-23T03:19:21.0011379Z test_comprehensive_special_modified_bessel_k0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0011864Z test_comprehensive_special_modified_bessel_k0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0012296Z test_comprehensive_special_modified_bessel_k0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0012732Z test_comprehensive_special_modified_bessel_k0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0013171Z test_comprehensive_special_modified_bessel_k0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:21.0013596Z test_comprehensive_special_modified_bessel_k1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.510s) 2022-11-23T03:19:21.0014037Z test_comprehensive_special_modified_bessel_k1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.507s) 2022-11-23T03:19:21.0014731Z test_comprehensive_special_modified_bessel_k1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.705s) 2022-11-23T03:19:21.0015170Z test_comprehensive_special_modified_bessel_k1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0015597Z test_comprehensive_special_modified_bessel_k1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0018416Z test_comprehensive_special_modified_bessel_k1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0018881Z test_comprehensive_special_modified_bessel_k1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0019324Z test_comprehensive_special_modified_bessel_k1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0019879Z test_comprehensive_special_ndtr_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:21.0020424Z test_comprehensive_special_ndtr_cuda_bool (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.bool not supported (0.001s) 2022-11-23T03:19:21.0020970Z test_comprehensive_special_ndtr_cuda_float16 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.float16 not supported (0.001s) 2022-11-23T03:19:21.0021513Z test_comprehensive_special_ndtr_cuda_float32 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.float32 not supported (0.001s) 2022-11-23T03:19:21.0022028Z test_comprehensive_special_ndtr_cuda_float64 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.float64 not supported (0.001s) 2022-11-23T03:19:21.0022699Z test_comprehensive_special_ndtr_cuda_int16 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int16 not supported (0.002s) 2022-11-23T03:19:21.0025677Z test_comprehensive_special_ndtr_cuda_int32 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int32 not supported (0.001s) 2022-11-23T03:19:21.0026225Z test_comprehensive_special_ndtr_cuda_int64 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int64 not supported (0.001s) 2022-11-23T03:19:21.0026750Z test_comprehensive_special_ndtr_cuda_int8 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int8 not supported (0.001s) 2022-11-23T03:19:21.0027274Z test_comprehensive_special_ndtr_cuda_uint8 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.uint8 not supported (0.001s) 2022-11-23T03:19:21.0027685Z test_comprehensive_special_ndtri_cuda_bool (__main__.TestDecompCUDA) ... ok (0.926s) 2022-11-23T03:19:21.0028099Z test_comprehensive_special_ndtri_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:19:21.0028511Z test_comprehensive_special_ndtri_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.613s) 2022-11-23T03:19:21.0028910Z test_comprehensive_special_ndtri_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0029304Z test_comprehensive_special_ndtri_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0029700Z test_comprehensive_special_ndtri_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0032292Z test_comprehensive_special_ndtri_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0032537Z test_comprehensive_special_ndtri_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0032793Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0033051Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.0033305Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:19:21.0033552Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:21.0033799Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0034196Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0034446Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0034694Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0034940Z test_comprehensive_special_polygamma_special_polygamma_n_0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0035179Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.538s) 2022-11-23T03:19:21.0035409Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.537s) 2022-11-23T03:19:21.0035649Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.690s) 2022-11-23T03:19:21.0035889Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0036124Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.001s) 2022-11-23T03:19:21.0036350Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0036581Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0036807Z test_comprehensive_special_scaled_modified_bessel_k0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0038406Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.517s) 2022-11-23T03:19:21.0038677Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.530s) 2022-11-23T03:19:21.0039457Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.743s) 2022-11-23T03:19:21.0039718Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0039956Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0040186Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0040421Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0040653Z test_comprehensive_special_scaled_modified_bessel_k1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0040992Z 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:19:21.0041332Z 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:19:21.0041671Z 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:19:21.0041998Z 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:19:21.0042330Z 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:19:21.0042660Z 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:19:21.0043088Z 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:19:21.0043409Z 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:19:21.0043735Z 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:19:21.0045786Z 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:19:21.0046153Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_float64 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T03:19:21.0046482Z test_comprehensive_special_shifted_chebyshev_polynomial_u_cuda_int16 (__main__.TestDecompCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.001s) 2022-11-23T03:19:21.0046810Z 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:19:21.0047132Z 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:19:21.0047546Z 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:19:21.0047884Z 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:19:21.0048215Z 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:19:21.0048544Z 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:19:21.0048872Z 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:19:21.0049197Z 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:19:21.0049523Z 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:19:21.0049849Z 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:19:21.0050172Z 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:19:21.0051717Z 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:19:21.0052569Z 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:19:21.0052908Z 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:19:21.0053336Z 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:19:21.0053658Z 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:19:21.0053982Z 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:19:21.0054308Z 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:19:21.0054632Z 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:19:21.0054956Z 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:19:21.0055190Z test_comprehensive_special_spherical_bessel_j0_cuda_bool (__main__.TestDecompCUDA) ... ok (0.852s) 2022-11-23T03:19:21.0055409Z test_comprehensive_special_spherical_bessel_j0_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0055643Z test_comprehensive_special_spherical_bessel_j0_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.386s) 2022-11-23T03:19:21.0055874Z test_comprehensive_special_spherical_bessel_j0_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0056164Z test_comprehensive_special_spherical_bessel_j0_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0056397Z test_comprehensive_special_spherical_bessel_j0_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0056627Z test_comprehensive_special_spherical_bessel_j0_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0056851Z test_comprehensive_special_spherical_bessel_j0_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0059442Z test_comprehensive_special_xlog1py_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.341s) 2022-11-23T03:19:21.0059878Z test_comprehensive_special_xlog1py_cuda_bool (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:21.0060294Z test_comprehensive_special_xlog1py_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.357s) 2022-11-23T03:19:21.0060701Z test_comprehensive_special_xlog1py_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.191s) 2022-11-23T03:19:21.0061110Z test_comprehensive_special_xlog1py_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.141s) 2022-11-23T03:19:21.0061513Z test_comprehensive_special_xlog1py_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-11-23T03:19:21.0061915Z test_comprehensive_special_xlog1py_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:19:21.0062320Z test_comprehensive_special_xlog1py_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:21.0062725Z test_comprehensive_special_xlog1py_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:21.0063121Z test_comprehensive_special_xlog1py_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:21.0063523Z test_comprehensive_special_zeta_cuda_bool (__main__.TestDecompCUDA) ... ok (10.697s) 2022-11-23T03:19:21.0066294Z test_comprehensive_special_zeta_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-11-23T03:19:21.0066730Z test_comprehensive_special_zeta_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.013s) 2022-11-23T03:19:21.0067117Z test_comprehensive_special_zeta_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.0067518Z test_comprehensive_special_zeta_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:21.0068086Z test_comprehensive_special_zeta_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:19:21.0068484Z test_comprehensive_special_zeta_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0068882Z test_comprehensive_special_zeta_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:21.0069271Z test_comprehensive_split_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0069644Z test_comprehensive_split_cuda_bool (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:19:21.0070031Z test_comprehensive_split_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.294s) 2022-11-23T03:19:21.0070417Z test_comprehensive_split_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:19:21.0073140Z test_comprehensive_split_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.285s) 2022-11-23T03:19:21.0073566Z test_comprehensive_split_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0073964Z test_comprehensive_split_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.0074336Z test_comprehensive_split_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0074708Z test_comprehensive_split_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:19:21.0075081Z test_comprehensive_split_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:19:21.0075452Z test_comprehensive_split_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:19:21.0075820Z test_comprehensive_split_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:19:21.0076184Z test_comprehensive_split_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-11-23T03:19:21.0076743Z test_comprehensive_split_list_args_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0077144Z test_comprehensive_split_list_args_cuda_bool (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:19:21.0077572Z test_comprehensive_split_list_args_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.593s) 2022-11-23T03:19:21.0080387Z test_comprehensive_split_list_args_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.593s) 2022-11-23T03:19:21.0080809Z test_comprehensive_split_list_args_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0081212Z test_comprehensive_split_list_args_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.361s) 2022-11-23T03:19:21.0081612Z test_comprehensive_split_list_args_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.353s) 2022-11-23T03:19:21.0082015Z test_comprehensive_split_list_args_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:21.0082418Z test_comprehensive_split_list_args_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:21.0082814Z test_comprehensive_split_list_args_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.0083209Z test_comprehensive_split_list_args_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:19:21.0083609Z test_comprehensive_split_list_args_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0084022Z test_comprehensive_split_with_sizes_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.0084419Z test_comprehensive_split_with_sizes_cuda_bool (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:19:21.0087224Z test_comprehensive_split_with_sizes_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.823s) 2022-11-23T03:19:21.0087672Z test_comprehensive_split_with_sizes_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.547s) 2022-11-23T03:19:21.0088103Z test_comprehensive_split_with_sizes_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.788s) 2022-11-23T03:19:21.0088519Z test_comprehensive_split_with_sizes_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.0088929Z test_comprehensive_split_with_sizes_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.476s) 2022-11-23T03:19:21.0089499Z test_comprehensive_split_with_sizes_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.460s) 2022-11-23T03:19:21.0089880Z test_comprehensive_split_with_sizes_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-11-23T03:19:21.0090285Z test_comprehensive_split_with_sizes_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-11-23T03:19:21.0090678Z test_comprehensive_split_with_sizes_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.248s) 2022-11-23T03:19:21.0091078Z test_comprehensive_split_with_sizes_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-11-23T03:19:21.0091487Z test_comprehensive_split_with_sizes_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.233s) 2022-11-23T03:19:21.0094257Z test_comprehensive_sqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.0094646Z test_comprehensive_sqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0095038Z test_comprehensive_sqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.602s) 2022-11-23T03:19:21.0095437Z test_comprehensive_sqrt_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.821s) 2022-11-23T03:19:21.0095816Z test_comprehensive_sqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.587s) 2022-11-23T03:19:21.0096180Z test_comprehensive_sqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0096550Z test_comprehensive_sqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-11-23T03:19:21.0096884Z test_comprehensive_sqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:19:21.0097086Z test_comprehensive_sqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:21.0097405Z test_comprehensive_sqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:21.0097613Z test_comprehensive_sqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0097802Z test_comprehensive_sqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0097991Z test_comprehensive_sqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0098193Z test_comprehensive_square_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0098419Z test_comprehensive_square_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0098632Z test_comprehensive_square_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:19:21.0098835Z test_comprehensive_square_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-11-23T03:19:21.0100844Z test_comprehensive_square_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0101064Z test_comprehensive_square_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.0101255Z test_comprehensive_square_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.0101449Z test_comprehensive_square_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0101645Z test_comprehensive_square_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0101838Z test_comprehensive_square_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0102029Z test_comprehensive_square_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0102219Z test_comprehensive_square_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0102420Z test_comprehensive_squeeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0102611Z test_comprehensive_squeeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:21.0102824Z test_comprehensive_squeeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.215s) 2022-11-23T03:19:21.0103029Z test_comprehensive_squeeze_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:21.0103224Z test_comprehensive_squeeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.223s) 2022-11-23T03:19:21.0103542Z test_comprehensive_squeeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.0103739Z test_comprehensive_squeeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:19:21.0103912Z test_comprehensive_squeeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.150s) 2022-11-23T03:19:21.0104107Z test_comprehensive_squeeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.0104304Z test_comprehensive_squeeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:21.0104497Z test_comprehensive_squeeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:21.0104693Z test_comprehensive_squeeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.0104884Z test_comprehensive_squeeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:21.0105081Z test_comprehensive_stack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.0105275Z test_comprehensive_stack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.0106719Z test_comprehensive_stack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-11-23T03:19:21.0107443Z test_comprehensive_stack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:19:21.0107647Z test_comprehensive_stack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:19:21.0107840Z test_comprehensive_stack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0108035Z test_comprehensive_stack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:19:21.0108225Z test_comprehensive_stack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:19:21.0108512Z test_comprehensive_stack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.0108717Z test_comprehensive_stack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0108908Z test_comprehensive_stack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0109107Z test_comprehensive_stack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:21.0109279Z test_comprehensive_stack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0109474Z test_comprehensive_std_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.0109672Z test_comprehensive_std_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.000s) 2022-11-23T03:19:21.0109866Z test_comprehensive_std_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.958s) 2022-11-23T03:19:21.0110054Z test_comprehensive_std_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-11-23T03:19:21.0110245Z test_comprehensive_std_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.265s) 2022-11-23T03:19:21.0110434Z test_comprehensive_std_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.257s) 2022-11-23T03:19:21.0110634Z test_comprehensive_std_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-11-23T03:19:21.0110841Z test_comprehensive_std_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.624s) 2022-11-23T03:19:21.0111044Z test_comprehensive_std_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.637s) 2022-11-23T03:19:21.0111243Z test_comprehensive_std_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.232s) 2022-11-23T03:19:21.0111438Z test_comprehensive_std_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.280s) 2022-11-23T03:19:21.0111628Z test_comprehensive_std_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.290s) 2022-11-23T03:19:21.0111825Z test_comprehensive_stft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (9.011s) 2022-11-23T03:19:21.0113722Z test_comprehensive_stft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (9.089s) 2022-11-23T03:19:21.0113948Z test_comprehensive_stft_cuda_float32 (__main__.TestDecompCUDA) ... ok (7.009s) 2022-11-23T03:19:21.0114142Z test_comprehensive_stft_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.972s) 2022-11-23T03:19:21.0114441Z test_comprehensive_sub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:21.0114625Z test_comprehensive_sub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.988s) 2022-11-23T03:19:21.0114820Z test_comprehensive_sub_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.528s) 2022-11-23T03:19:21.0115015Z test_comprehensive_sub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.010s) 2022-11-23T03:19:21.0115204Z test_comprehensive_sub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.0115394Z test_comprehensive_sub_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.206s) 2022-11-23T03:19:21.0115586Z test_comprehensive_sub_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.184s) 2022-11-23T03:19:21.0115771Z test_comprehensive_sub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:21.0115960Z test_comprehensive_sub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:21.0116144Z test_comprehensive_sub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:21.0116330Z test_comprehensive_sub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:21.0116510Z test_comprehensive_sub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:19:21.0116700Z test_comprehensive_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:21.0116887Z test_comprehensive_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:19:21.0117083Z test_comprehensive_sum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.455s) 2022-11-23T03:19:21.0117351Z test_comprehensive_sum_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.216s) 2022-11-23T03:19:21.0117563Z test_comprehensive_sum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.487s) 2022-11-23T03:19:21.0117752Z test_comprehensive_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:19:21.0117944Z test_comprehensive_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.293s) 2022-11-23T03:19:21.0118117Z test_comprehensive_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.283s) 2022-11-23T03:19:21.0118302Z test_comprehensive_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:19:21.0120227Z test_comprehensive_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:21.0120446Z test_comprehensive_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.0120632Z test_comprehensive_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:21.0120812Z test_comprehensive_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:21.0121018Z test_comprehensive_sum_to_size_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0121217Z test_comprehensive_sum_to_size_cuda_bool (__main__.TestDecompCUDA) ... ok (0.106s) 2022-11-23T03:19:21.0121426Z test_comprehensive_sum_to_size_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.400s) 2022-11-23T03:19:21.0121637Z test_comprehensive_sum_to_size_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.388s) 2022-11-23T03:19:21.0121839Z test_comprehensive_sum_to_size_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0122040Z test_comprehensive_sum_to_size_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:19:21.0122243Z test_comprehensive_sum_to_size_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-11-23T03:19:21.0122439Z test_comprehensive_sum_to_size_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:19:21.0122635Z test_comprehensive_sum_to_size_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:19:21.0122823Z test_comprehensive_sum_to_size_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:19:21.0123021Z test_comprehensive_sum_to_size_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:19:21.0124008Z test_comprehensive_sum_to_size_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:19:21.0124360Z test_comprehensive_svd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (48.554s) 2022-11-23T03:19:21.0124739Z test_comprehensive_svd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (49.969s) 2022-11-23T03:19:21.0127469Z test_comprehensive_svd_cuda_float32 (__main__.TestDecompCUDA) ... ok (31.654s) 2022-11-23T03:19:21.0127887Z test_comprehensive_svd_cuda_float64 (__main__.TestDecompCUDA) ... ok (30.571s) 2022-11-23T03:19:21.0128335Z test_comprehensive_svd_lowrank_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (2.153s) 2022-11-23T03:19:21.0128789Z test_comprehensive_svd_lowrank_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (2.073s) 2022-11-23T03:19:21.0129198Z test_comprehensive_symeig_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.624s) 2022-11-23T03:19:21.0129596Z test_comprehensive_symeig_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.672s) 2022-11-23T03:19:21.0129990Z test_comprehensive_symeig_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.113s) 2022-11-23T03:19:21.0130373Z test_comprehensive_symeig_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.076s) 2022-11-23T03:19:21.0130740Z test_comprehensive_t_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0131094Z test_comprehensive_t_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0131474Z test_comprehensive_t_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0131851Z test_comprehensive_t_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0134913Z test_comprehensive_t_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0135314Z test_comprehensive_t_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:21.0135679Z test_comprehensive_t_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:21.0136049Z test_comprehensive_t_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0136383Z test_comprehensive_t_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0136735Z test_comprehensive_t_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0137090Z test_comprehensive_t_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0137442Z test_comprehensive_t_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0137854Z test_comprehensive_take_along_dim_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:21.0138264Z test_comprehensive_take_along_dim_cuda_bool (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:21.0138689Z test_comprehensive_take_along_dim_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:21.0141479Z test_comprehensive_take_along_dim_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.0141928Z test_comprehensive_take_along_dim_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.0142332Z test_comprehensive_take_along_dim_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:19:21.0142732Z test_comprehensive_take_along_dim_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:19:21.0143130Z test_comprehensive_take_along_dim_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:21.0143528Z test_comprehensive_take_along_dim_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:21.0143924Z test_comprehensive_take_along_dim_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:21.0144330Z test_comprehensive_take_along_dim_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0144721Z test_comprehensive_take_along_dim_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0145107Z test_comprehensive_take_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0145644Z test_comprehensive_take_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0148441Z test_comprehensive_take_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0148842Z test_comprehensive_take_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0149223Z test_comprehensive_take_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0149607Z test_comprehensive_take_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0149984Z test_comprehensive_take_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0150370Z test_comprehensive_take_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0150723Z test_comprehensive_take_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0151074Z test_comprehensive_take_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0151448Z test_comprehensive_take_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0151812Z test_comprehensive_take_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0152196Z test_comprehensive_tan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0152564Z test_comprehensive_tan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0154684Z test_comprehensive_tan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.690s) 2022-11-23T03:19:21.0154953Z test_comprehensive_tan_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:19:21.0155744Z test_comprehensive_tan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.669s) 2022-11-23T03:19:21.0156088Z test_comprehensive_tan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.0156302Z test_comprehensive_tan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.303s) 2022-11-23T03:19:21.0156492Z test_comprehensive_tan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.300s) 2022-11-23T03:19:21.0156670Z test_comprehensive_tan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0156859Z test_comprehensive_tan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:21.0157042Z test_comprehensive_tan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0157230Z test_comprehensive_tan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0157409Z test_comprehensive_tan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0157605Z test_comprehensive_tanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0157797Z test_comprehensive_tanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0157999Z test_comprehensive_tanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.355s) 2022-11-23T03:19:21.0158198Z test_comprehensive_tanh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:19:21.0158394Z test_comprehensive_tanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.358s) 2022-11-23T03:19:21.0158588Z test_comprehensive_tanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0158782Z test_comprehensive_tanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:21.0158975Z test_comprehensive_tanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:21.0159166Z test_comprehensive_tanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0159354Z test_comprehensive_tanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.0159544Z test_comprehensive_tanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0159735Z test_comprehensive_tanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0159919Z test_comprehensive_tanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0160210Z test_comprehensive_tensor_split_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:21.0162304Z test_comprehensive_tensor_split_cuda_bool (__main__.TestDecompCUDA) ... ok (0.617s) 2022-11-23T03:19:21.0162698Z test_comprehensive_tensor_split_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.222s) 2022-11-23T03:19:21.0162926Z test_comprehensive_tensor_split_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.175s) 2022-11-23T03:19:21.0163132Z test_comprehensive_tensor_split_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:19:21.0163340Z test_comprehensive_tensor_split_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.975s) 2022-11-23T03:19:21.0163553Z test_comprehensive_tensor_split_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.022s) 2022-11-23T03:19:21.0163753Z test_comprehensive_tensor_split_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.604s) 2022-11-23T03:19:21.0163954Z test_comprehensive_tensor_split_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.641s) 2022-11-23T03:19:21.0164159Z test_comprehensive_tensor_split_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.623s) 2022-11-23T03:19:21.0164360Z test_comprehensive_tensor_split_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.613s) 2022-11-23T03:19:21.0164561Z test_comprehensive_tensor_split_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.604s) 2022-11-23T03:19:21.0164765Z test_comprehensive_tensordot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:21.0164972Z test_comprehensive_tensordot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-11-23T03:19:21.0165179Z test_comprehensive_tensordot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:19:21.0165483Z test_comprehensive_tensordot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:21.0165698Z test_comprehensive_tensordot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:19:21.0165891Z test_comprehensive_tensordot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:19:21.0166092Z test_comprehensive_tile_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:21.0166266Z test_comprehensive_tile_cuda_bool (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:19:21.0166466Z test_comprehensive_tile_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.492s) 2022-11-23T03:19:21.0166664Z test_comprehensive_tile_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.525s) 2022-11-23T03:19:21.0168585Z test_comprehensive_tile_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:19:21.0168825Z test_comprehensive_tile_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.330s) 2022-11-23T03:19:21.0169024Z test_comprehensive_tile_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.317s) 2022-11-23T03:19:21.0169212Z test_comprehensive_tile_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:19:21.0169400Z test_comprehensive_tile_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-11-23T03:19:21.0169589Z test_comprehensive_tile_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:19:21.0169775Z test_comprehensive_tile_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.088s) 2022-11-23T03:19:21.0169958Z test_comprehensive_tile_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:19:21.0170148Z test_comprehensive_to_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:19:21.0170332Z test_comprehensive_to_cuda_bool (__main__.TestDecompCUDA) ... ok (2.269s) 2022-11-23T03:19:21.0170527Z test_comprehensive_to_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.135s) 2022-11-23T03:19:21.0170722Z test_comprehensive_to_cuda_complex64 (__main__.TestDecompCUDA) ... ok (8.234s) 2022-11-23T03:19:21.0170909Z test_comprehensive_to_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:19:21.0171096Z test_comprehensive_to_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.129s) 2022-11-23T03:19:21.0171399Z test_comprehensive_to_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.158s) 2022-11-23T03:19:21.0171568Z test_comprehensive_to_cuda_int16 (__main__.TestDecompCUDA) ... ok (2.236s) 2022-11-23T03:19:21.0171753Z test_comprehensive_to_cuda_int32 (__main__.TestDecompCUDA) ... ok (2.337s) 2022-11-23T03:19:21.0171934Z test_comprehensive_to_cuda_int64 (__main__.TestDecompCUDA) ... ok (2.247s) 2022-11-23T03:19:21.0172118Z test_comprehensive_to_cuda_int8 (__main__.TestDecompCUDA) ... ok (2.252s) 2022-11-23T03:19:21.0172296Z test_comprehensive_to_cuda_uint8 (__main__.TestDecompCUDA) ... ok (2.255s) 2022-11-23T03:19:21.0172500Z test_comprehensive_to_sparse_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0172702Z test_comprehensive_to_sparse_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0172910Z test_comprehensive_to_sparse_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0173120Z test_comprehensive_to_sparse_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0175308Z test_comprehensive_to_sparse_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0175533Z test_comprehensive_to_sparse_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0175728Z test_comprehensive_to_sparse_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0175928Z test_comprehensive_to_sparse_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0176122Z test_comprehensive_to_sparse_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0176405Z test_comprehensive_to_sparse_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0176617Z test_comprehensive_to_sparse_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0176808Z test_comprehensive_to_sparse_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0177007Z test_comprehensive_topk_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.0177185Z test_comprehensive_topk_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:21.0177379Z test_comprehensive_topk_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:21.0177570Z test_comprehensive_topk_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:21.0177759Z test_comprehensive_topk_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0177947Z test_comprehensive_topk_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0178137Z test_comprehensive_topk_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0178328Z test_comprehensive_topk_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0178513Z test_comprehensive_topk_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0178710Z test_comprehensive_trace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0178901Z test_comprehensive_trace_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0179102Z test_comprehensive_trace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0179303Z test_comprehensive_trace_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0179496Z test_comprehensive_trace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:21.0179690Z test_comprehensive_trace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0179885Z test_comprehensive_trace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.0181803Z test_comprehensive_trace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0182024Z test_comprehensive_trace_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0182212Z test_comprehensive_trace_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0182489Z test_comprehensive_trace_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0182679Z test_comprehensive_trace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0182865Z test_comprehensive_trace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0183070Z test_comprehensive_transpose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:21.0183273Z test_comprehensive_transpose_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0183483Z test_comprehensive_transpose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.272s) 2022-11-23T03:19:21.0183694Z test_comprehensive_transpose_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-11-23T03:19:21.0183903Z test_comprehensive_transpose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.294s) 2022-11-23T03:19:21.0184255Z test_comprehensive_transpose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:21.0184466Z test_comprehensive_transpose_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0184658Z test_comprehensive_transpose_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:21.0184856Z test_comprehensive_transpose_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0185047Z test_comprehensive_transpose_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0185237Z test_comprehensive_transpose_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0185433Z test_comprehensive_transpose_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:21.0185703Z test_comprehensive_transpose_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0185923Z test_comprehensive_trapezoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.248s) 2022-11-23T03:19:21.0186134Z test_comprehensive_trapezoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.037s) 2022-11-23T03:19:21.0186330Z test_comprehensive_trapezoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.068s) 2022-11-23T03:19:21.0188273Z test_comprehensive_trapezoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.248s) 2022-11-23T03:19:21.0188504Z test_comprehensive_trapezoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.137s) 2022-11-23T03:19:21.0188702Z test_comprehensive_trapezoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.106s) 2022-11-23T03:19:21.0188900Z test_comprehensive_trapezoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-11-23T03:19:21.0189095Z test_comprehensive_trapezoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-11-23T03:19:21.0189291Z test_comprehensive_trapezoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:21.0189612Z test_comprehensive_trapezoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-11-23T03:19:21.0189957Z test_comprehensive_trapezoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:19:21.0190335Z test_comprehensive_trapz_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:19:21.0190719Z test_comprehensive_trapz_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.926s) 2022-11-23T03:19:21.0191085Z test_comprehensive_trapz_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.024s) 2022-11-23T03:19:21.0191456Z test_comprehensive_trapz_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:21.0191716Z test_comprehensive_trapz_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.167s) 2022-11-23T03:19:21.0191914Z test_comprehensive_trapz_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.073s) 2022-11-23T03:19:21.0192112Z test_comprehensive_trapz_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:19:21.0192305Z test_comprehensive_trapz_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:19:21.0192495Z test_comprehensive_trapz_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:19:21.0192810Z test_comprehensive_trapz_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.200s) 2022-11-23T03:19:21.0194824Z test_comprehensive_trapz_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:19:21.0195088Z test_comprehensive_triangular_solve_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.677s) 2022-11-23T03:19:21.0195314Z test_comprehensive_triangular_solve_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.683s) 2022-11-23T03:19:21.0195533Z test_comprehensive_triangular_solve_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.416s) 2022-11-23T03:19:21.0195751Z test_comprehensive_triangular_solve_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.387s) 2022-11-23T03:19:21.0195943Z test_comprehensive_tril_cuda_bool (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:21.0196141Z test_comprehensive_tril_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.815s) 2022-11-23T03:19:21.0196342Z test_comprehensive_tril_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.406s) 2022-11-23T03:19:21.0196535Z test_comprehensive_tril_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.818s) 2022-11-23T03:19:21.0196729Z test_comprehensive_tril_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:21.0196922Z test_comprehensive_tril_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.481s) 2022-11-23T03:19:21.0197115Z test_comprehensive_tril_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.471s) 2022-11-23T03:19:21.0197304Z test_comprehensive_tril_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.0197491Z test_comprehensive_tril_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.0198177Z test_comprehensive_tril_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:21.0198464Z test_comprehensive_tril_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:21.0198656Z test_comprehensive_tril_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:21.0198867Z test_comprehensive_tril_indices_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0199054Z test_comprehensive_tril_indices_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0199242Z test_comprehensive_triu_cuda_bool (__main__.TestDecompCUDA) ... ok (0.164s) 2022-11-23T03:19:21.0199445Z test_comprehensive_triu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.799s) 2022-11-23T03:19:21.0201433Z test_comprehensive_triu_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.414s) 2022-11-23T03:19:21.0201658Z test_comprehensive_triu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.818s) 2022-11-23T03:19:21.0201857Z test_comprehensive_triu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:21.0202054Z test_comprehensive_triu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.480s) 2022-11-23T03:19:21.0202246Z test_comprehensive_triu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.490s) 2022-11-23T03:19:21.0202437Z test_comprehensive_triu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:21.0202623Z test_comprehensive_triu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0202812Z test_comprehensive_triu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.0202998Z test_comprehensive_triu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-11-23T03:19:21.0203184Z test_comprehensive_triu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:21.0203385Z test_comprehensive_triu_indices_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0203590Z test_comprehensive_triu_indices_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.0203799Z test_comprehensive_true_divide_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:19:21.0204004Z test_comprehensive_true_divide_cuda_bool (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:19:21.0204343Z test_comprehensive_true_divide_cuda_complex128 (__main__.TestDecompCUDA) ... ok (5.614s) 2022-11-23T03:19:21.0204537Z test_comprehensive_true_divide_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.455s) 2022-11-23T03:19:21.0204746Z test_comprehensive_true_divide_cuda_complex64 (__main__.TestDecompCUDA) ... ok (5.600s) 2022-11-23T03:19:21.0204949Z test_comprehensive_true_divide_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:21.0205152Z test_comprehensive_true_divide_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.816s) 2022-11-23T03:19:21.0205356Z test_comprehensive_true_divide_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.961s) 2022-11-23T03:19:21.0205557Z test_comprehensive_true_divide_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:21.0205753Z test_comprehensive_true_divide_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:21.0205943Z test_comprehensive_true_divide_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:21.0207874Z test_comprehensive_true_divide_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:19:21.0208098Z test_comprehensive_true_divide_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:19:21.0208297Z test_comprehensive_trunc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0208490Z test_comprehensive_trunc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0208686Z test_comprehensive_trunc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.0208879Z test_comprehensive_trunc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.0209163Z test_comprehensive_trunc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0209377Z test_comprehensive_trunc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:21.0209567Z test_comprehensive_trunc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0209759Z test_comprehensive_trunc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.0209933Z test_comprehensive_trunc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.0210133Z test_comprehensive_unbind_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:21.0210322Z test_comprehensive_unbind_cuda_bool (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:19:21.0210527Z test_comprehensive_unbind_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.693s) 2022-11-23T03:19:21.0210731Z test_comprehensive_unbind_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.476s) 2022-11-23T03:19:21.0210929Z test_comprehensive_unbind_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.725s) 2022-11-23T03:19:21.0211127Z test_comprehensive_unbind_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:21.0211319Z test_comprehensive_unbind_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.415s) 2022-11-23T03:19:21.0211510Z test_comprehensive_unbind_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.405s) 2022-11-23T03:19:21.0211703Z test_comprehensive_unbind_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.206s) 2022-11-23T03:19:21.0211894Z test_comprehensive_unbind_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0212086Z test_comprehensive_unbind_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:21.0212277Z test_comprehensive_unbind_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:21.0212464Z test_comprehensive_unbind_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:21.0214337Z test_comprehensive_unflatten_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:21.0214557Z test_comprehensive_unflatten_cuda_bool (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:21.0214765Z test_comprehensive_unflatten_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.276s) 2022-11-23T03:19:21.0215076Z test_comprehensive_unflatten_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:19:21.0215267Z test_comprehensive_unflatten_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.285s) 2022-11-23T03:19:21.0215471Z test_comprehensive_unflatten_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0215668Z test_comprehensive_unflatten_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.0215863Z test_comprehensive_unflatten_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.0216062Z test_comprehensive_unflatten_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.0216260Z test_comprehensive_unflatten_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0216452Z test_comprehensive_unflatten_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:21.0216649Z test_comprehensive_unflatten_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.0216844Z test_comprehensive_unflatten_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.0217049Z test_comprehensive_unfold_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-11-23T03:19:21.0217251Z test_comprehensive_unfold_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (1.374s) 2022-11-23T03:19:21.0217462Z test_comprehensive_unfold_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.010s) 2022-11-23T03:19:21.0217670Z test_comprehensive_unfold_copy_cuda_complex32 (__main__.TestDecompCUDA) ... ok (3.231s) 2022-11-23T03:19:21.0217879Z test_comprehensive_unfold_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (8.022s) 2022-11-23T03:19:21.0218153Z test_comprehensive_unfold_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:21.0218372Z test_comprehensive_unfold_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (4.916s) 2022-11-23T03:19:21.0218579Z test_comprehensive_unfold_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (4.639s) 2022-11-23T03:19:21.0218778Z test_comprehensive_unfold_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.389s) 2022-11-23T03:19:21.0220706Z test_comprehensive_unfold_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.357s) 2022-11-23T03:19:21.0220920Z test_comprehensive_unfold_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.400s) 2022-11-23T03:19:21.0221121Z test_comprehensive_unfold_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.399s) 2022-11-23T03:19:21.0221316Z test_comprehensive_unfold_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.386s) 2022-11-23T03:19:21.0221520Z test_comprehensive_unfold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:21.0221712Z test_comprehensive_unfold_cuda_bool (__main__.TestDecompCUDA) ... ok (1.372s) 2022-11-23T03:19:21.0221914Z test_comprehensive_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (8.657s) 2022-11-23T03:19:21.0222118Z test_comprehensive_unfold_cuda_complex32 (__main__.TestDecompCUDA) ... ok (3.157s) 2022-11-23T03:19:21.0222315Z test_comprehensive_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (8.656s) 2022-11-23T03:19:21.0222511Z test_comprehensive_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:19:21.0222700Z test_comprehensive_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (5.389s) 2022-11-23T03:19:21.0222887Z test_comprehensive_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (5.371s) 2022-11-23T03:19:21.0223079Z test_comprehensive_unfold_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.458s) 2022-11-23T03:19:21.0223276Z test_comprehensive_unfold_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.414s) 2022-11-23T03:19:21.0223467Z test_comprehensive_unfold_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.375s) 2022-11-23T03:19:21.0223658Z test_comprehensive_unfold_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.397s) 2022-11-23T03:19:21.0223953Z test_comprehensive_unfold_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.407s) 2022-11-23T03:19:21.0224155Z test_comprehensive_uniform_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0224359Z test_comprehensive_uniform_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0224546Z test_comprehensive_uniform_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0224743Z test_comprehensive_uniform_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0224934Z test_comprehensive_uniform_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0225124Z test_comprehensive_uniform_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0225335Z test_comprehensive_unique_consecutive_cuda_bool (__main__.TestDecompCUDA) ... ok (0.151s) 2022-11-23T03:19:21.0225556Z test_comprehensive_unique_consecutive_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:21.0225775Z test_comprehensive_unique_consecutive_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.151s) 2022-11-23T03:19:21.0225990Z test_comprehensive_unique_consecutive_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-11-23T03:19:21.0226202Z test_comprehensive_unique_consecutive_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:19:21.0226414Z test_comprehensive_unique_consecutive_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-11-23T03:19:21.0226622Z test_comprehensive_unique_consecutive_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.156s) 2022-11-23T03:19:21.0226830Z test_comprehensive_unique_consecutive_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:19:21.0227105Z test_comprehensive_unique_consecutive_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.153s) 2022-11-23T03:19:21.0227316Z test_comprehensive_unique_cuda_bool (__main__.TestDecompCUDA) ... ok (0.283s) 2022-11-23T03:19:21.0227510Z test_comprehensive_unique_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.305s) 2022-11-23T03:19:21.0227705Z test_comprehensive_unique_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.290s) 2022-11-23T03:19:21.0227892Z test_comprehensive_unique_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.295s) 2022-11-23T03:19:21.0228084Z test_comprehensive_unique_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.291s) 2022-11-23T03:19:21.0228274Z test_comprehensive_unique_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.291s) 2022-11-23T03:19:21.0228449Z test_comprehensive_unique_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.301s) 2022-11-23T03:19:21.0228639Z test_comprehensive_unique_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.335s) 2022-11-23T03:19:21.0228830Z test_comprehensive_unique_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.299s) 2022-11-23T03:19:21.0229036Z test_comprehensive_unsqueeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0229230Z test_comprehensive_unsqueeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:21.0229440Z test_comprehensive_unsqueeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.345s) 2022-11-23T03:19:21.0229647Z test_comprehensive_unsqueeze_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.0229853Z test_comprehensive_unsqueeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.363s) 2022-11-23T03:19:21.0230054Z test_comprehensive_unsqueeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0230250Z test_comprehensive_unsqueeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-11-23T03:19:21.0231691Z test_comprehensive_unsqueeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:19:21.0232419Z test_comprehensive_unsqueeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0232618Z test_comprehensive_unsqueeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:21.0232809Z test_comprehensive_unsqueeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:21.0233111Z test_comprehensive_unsqueeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.0233302Z test_comprehensive_unsqueeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.0233494Z test_comprehensive_var_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-11-23T03:19:21.0233692Z test_comprehensive_var_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.764s) 2022-11-23T03:19:21.0233889Z test_comprehensive_var_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.843s) 2022-11-23T03:19:21.0234063Z test_comprehensive_var_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:19:21.0234257Z test_comprehensive_var_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.098s) 2022-11-23T03:19:21.0234449Z test_comprehensive_var_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.045s) 2022-11-23T03:19:21.0234652Z test_comprehensive_var_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:19:21.0234857Z test_comprehensive_var_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.454s) 2022-11-23T03:19:21.0235059Z test_comprehensive_var_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.458s) 2022-11-23T03:19:21.0235257Z test_comprehensive_var_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:19:21.0235454Z test_comprehensive_var_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.091s) 2022-11-23T03:19:21.0235642Z test_comprehensive_var_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.079s) 2022-11-23T03:19:21.0235835Z test_comprehensive_vdot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0236103Z test_comprehensive_vdot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:19:21.0236316Z test_comprehensive_vdot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-11-23T03:19:21.0236509Z test_comprehensive_vdot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0236708Z test_comprehensive_vdot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:21.0236898Z test_comprehensive_vdot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.0237112Z test_comprehensive_view_as_complex_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0237321Z test_comprehensive_view_as_complex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0237524Z test_comprehensive_view_as_complex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0237709Z test_comprehensive_view_as_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0237906Z test_comprehensive_view_as_cuda_bool (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0238109Z test_comprehensive_view_as_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:19:21.0238313Z test_comprehensive_view_as_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:19:21.0238510Z test_comprehensive_view_as_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.222s) 2022-11-23T03:19:21.0238706Z test_comprehensive_view_as_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0238897Z test_comprehensive_view_as_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-11-23T03:19:21.0239086Z test_comprehensive_view_as_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:19:21.0239277Z test_comprehensive_view_as_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0239469Z test_comprehensive_view_as_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0239663Z test_comprehensive_view_as_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.0239854Z test_comprehensive_view_as_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.0240127Z test_comprehensive_view_as_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0240337Z test_comprehensive_view_as_real_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0240546Z test_comprehensive_view_as_real_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0240748Z test_comprehensive_view_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0240947Z test_comprehensive_view_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0241147Z test_comprehensive_view_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0241329Z test_comprehensive_view_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-11-23T03:19:21.0241524Z test_comprehensive_view_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:19:21.0241719Z test_comprehensive_view_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0241914Z test_comprehensive_view_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0242104Z test_comprehensive_view_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0242296Z test_comprehensive_view_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0242485Z test_comprehensive_view_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0242678Z test_comprehensive_view_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0242866Z test_comprehensive_view_cuda_bool (__main__.TestDecompCUDA) ... ok (0.101s) 2022-11-23T03:19:21.0243137Z test_comprehensive_view_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.493s) 2022-11-23T03:19:21.0243349Z test_comprehensive_view_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:19:21.0243539Z test_comprehensive_view_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.487s) 2022-11-23T03:19:21.0243736Z test_comprehensive_view_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.0243929Z test_comprehensive_view_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.276s) 2022-11-23T03:19:21.0244118Z test_comprehensive_view_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.279s) 2022-11-23T03:19:21.0244376Z test_comprehensive_view_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:21.0244719Z test_comprehensive_view_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:19:21.0245062Z test_comprehensive_view_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:21.0245391Z test_comprehensive_view_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:19:21.0245750Z test_comprehensive_view_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:19:21.0246135Z test_comprehensive_vsplit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0246517Z test_comprehensive_vsplit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:19:21.0248635Z test_comprehensive_vsplit_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.490s) 2022-11-23T03:19:21.0249753Z test_comprehensive_vsplit_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:19:21.0250152Z test_comprehensive_vsplit_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.493s) 2022-11-23T03:19:21.0250533Z test_comprehensive_vsplit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.0250906Z test_comprehensive_vsplit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.304s) 2022-11-23T03:19:21.0251274Z test_comprehensive_vsplit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.302s) 2022-11-23T03:19:21.0251656Z test_comprehensive_vsplit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.093s) 2022-11-23T03:19:21.0252033Z test_comprehensive_vsplit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.092s) 2022-11-23T03:19:21.0252410Z test_comprehensive_vsplit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:19:21.0252958Z test_comprehensive_vsplit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:19:21.0253332Z test_comprehensive_vsplit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:19:21.0253719Z test_comprehensive_vstack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0254094Z test_comprehensive_vstack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.0254483Z test_comprehensive_vstack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.234s) 2022-11-23T03:19:21.0254854Z test_comprehensive_vstack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.094s) 2022-11-23T03:19:21.0255257Z test_comprehensive_vstack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.239s) 2022-11-23T03:19:21.0255647Z test_comprehensive_vstack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0256027Z test_comprehensive_vstack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:19:21.0256407Z test_comprehensive_vstack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-11-23T03:19:21.0256780Z test_comprehensive_vstack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0257155Z test_comprehensive_vstack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0257530Z test_comprehensive_vstack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0257904Z test_comprehensive_vstack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.0258276Z test_comprehensive_vstack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.0258791Z test_comprehensive_where_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:21.0259190Z test_comprehensive_where_cuda_bool (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.0259581Z test_comprehensive_where_cuda_complex128 (__main__.TestDecompCUDA) ... ok (2.559s) 2022-11-23T03:19:21.0259974Z test_comprehensive_where_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.348s) 2022-11-23T03:19:21.0260356Z test_comprehensive_where_cuda_complex64 (__main__.TestDecompCUDA) ... ok (2.619s) 2022-11-23T03:19:21.0260733Z test_comprehensive_where_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0261111Z test_comprehensive_where_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.561s) 2022-11-23T03:19:21.0261491Z test_comprehensive_where_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.561s) 2022-11-23T03:19:21.0261836Z test_comprehensive_where_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:21.0262221Z test_comprehensive_where_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:19:21.0262593Z test_comprehensive_where_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-11-23T03:19:21.0262966Z test_comprehensive_where_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:21.0263343Z test_comprehensive_where_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.0263724Z test_comprehensive_xlogy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.331s) 2022-11-23T03:19:21.0264096Z test_comprehensive_xlogy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:21.0264473Z test_comprehensive_xlogy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.320s) 2022-11-23T03:19:21.0264853Z test_comprehensive_xlogy_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.052s) 2022-11-23T03:19:21.0265224Z test_comprehensive_xlogy_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.035s) 2022-11-23T03:19:21.0265597Z test_comprehensive_xlogy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:21.0265969Z test_comprehensive_xlogy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:19:21.0266339Z test_comprehensive_xlogy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:21.0266855Z test_comprehensive_xlogy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:19:21.0267222Z test_comprehensive_xlogy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.0267610Z test_comprehensive_zero__cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0267977Z test_comprehensive_zero__cuda_bool (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:21.0268363Z test_comprehensive_zero__cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:19:21.0268731Z test_comprehensive_zero__cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:21.0269111Z test_comprehensive_zero__cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0269494Z test_comprehensive_zero__cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.0269875Z test_comprehensive_zero__cuda_float64 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:21.0270241Z test_comprehensive_zero__cuda_int16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.0270620Z test_comprehensive_zero__cuda_int32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0270992Z test_comprehensive_zero__cuda_int64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.0271356Z test_comprehensive_zero__cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0271721Z test_comprehensive_zero__cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.0272097Z test_comprehensive_zeros_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0272464Z test_comprehensive_zeros_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0272977Z test_comprehensive_zeros_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0273464Z test_comprehensive_zeros_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0273861Z test_comprehensive_zeros_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0274247Z test_comprehensive_zeros_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0274623Z test_comprehensive_zeros_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0274999Z test_comprehensive_zeros_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0275371Z test_comprehensive_zeros_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0275716Z test_comprehensive_zeros_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0276089Z test_comprehensive_zeros_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0276462Z test_comprehensive_zeros_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0276831Z test_comprehensive_zeros_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0277228Z test_comprehensive_zeros_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0277623Z test_comprehensive_zeros_like_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0278030Z test_comprehensive_zeros_like_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0278432Z test_comprehensive_zeros_like_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0278826Z test_comprehensive_zeros_like_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0281459Z test_comprehensive_zeros_like_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0281866Z test_comprehensive_zeros_like_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0282259Z test_comprehensive_zeros_like_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0282629Z test_comprehensive_zeros_like_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0282855Z test_comprehensive_zeros_like_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0283191Z test_comprehensive_zeros_like_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0283387Z test_comprehensive_zeros_like_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0283577Z test_comprehensive_zeros_like_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0283787Z test_quick__softmax_backward_data_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0283997Z test_quick__softmax_backward_data_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0284188Z test_quick__softmax_backward_data_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.135s) 2022-11-23T03:19:21.0284394Z test_quick__softmax_backward_data_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:19:21.0284574Z test_quick_abs_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0284748Z test_quick_abs_cuda_bool (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0284933Z test_quick_abs_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:21.0285113Z test_quick_abs_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:21.0285293Z test_quick_abs_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:21.0285469Z test_quick_abs_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0285644Z test_quick_abs_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.0285817Z test_quick_abs_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.0286068Z test_quick_abs_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0286250Z test_quick_abs_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0286412Z test_quick_abs_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0286587Z test_quick_abs_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0286756Z test_quick_abs_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.0286933Z test_quick_acos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0287104Z test_quick_acos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0287270Z test_quick_acos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:21.0287450Z test_quick_acos_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.0287630Z test_quick_acos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0287812Z test_quick_acos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0287988Z test_quick_acos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0288163Z test_quick_acos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0288334Z test_quick_acos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0288510Z test_quick_acos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0288677Z test_quick_acos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0288846Z test_quick_acos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0289016Z test_quick_acos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0289194Z test_quick_acosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0289364Z test_quick_acosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0289553Z test_quick_acosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:21.0289736Z test_quick_acosh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0289918Z test_quick_acosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:21.0290168Z test_quick_acosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0290347Z test_quick_acosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0290522Z test_quick_acosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.0290696Z test_quick_acosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0290870Z test_quick_acosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0291042Z test_quick_acosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0291214Z test_quick_acosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0291387Z test_quick_acosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0291567Z test_quick_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0291740Z test_quick_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:19:21.0291924Z test_quick_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.497s) 2022-11-23T03:19:21.0292103Z test_quick_add_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.520s) 2022-11-23T03:19:21.0292281Z test_quick_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.497s) 2022-11-23T03:19:21.0292455Z test_quick_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:21.0292631Z test_quick_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.290s) 2022-11-23T03:19:21.0292802Z test_quick_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.293s) 2022-11-23T03:19:21.0292972Z test_quick_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:21.0293196Z test_quick_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:21.0293378Z test_quick_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:19:21.0293548Z test_quick_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:19:21.0293714Z test_quick_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:21.0293903Z test_quick_addcdiv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.0294092Z test_quick_addcdiv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.353s) 2022-11-23T03:19:21.0294279Z test_quick_addcdiv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.360s) 2022-11-23T03:19:21.0294460Z test_quick_addcdiv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:21.0294641Z test_quick_addcdiv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:19:21.0294817Z test_quick_addcdiv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.220s) 2022-11-23T03:19:21.0295009Z test_quick_addcmul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:21.0295196Z test_quick_addcmul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.364s) 2022-11-23T03:19:21.0295383Z test_quick_addcmul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.383s) 2022-11-23T03:19:21.0295564Z test_quick_addcmul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.0295743Z test_quick_addcmul_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:19:21.0295919Z test_quick_addcmul_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-11-23T03:19:21.0296097Z test_quick_addcmul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:21.0296257Z test_quick_addcmul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:21.0296435Z test_quick_addcmul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:21.0296611Z test_quick_addcmul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:19:21.0296790Z test_quick_addcmul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:21.0296972Z test_quick_addmm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0297155Z test_quick_addmm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:21.0297419Z test_quick_addmm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:19:21.0297594Z test_quick_addmm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0297768Z test_quick_addmm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.0297942Z test_quick_addmm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0298146Z test_quick_addmm_decomposed_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0298352Z test_quick_addmm_decomposed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:19:21.0298609Z test_quick_addmm_decomposed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:21.0298817Z test_quick_addmm_decomposed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0299012Z test_quick_addmm_decomposed_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0299205Z test_quick_addmm_decomposed_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:21.0299381Z test_quick_addr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0299538Z test_quick_addr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.0299720Z test_quick_addr_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:19:21.0299902Z test_quick_addr_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:19:21.0300077Z test_quick_addr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0300252Z test_quick_addr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:21.0300507Z test_quick_addr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:21.0300698Z test_quick_addr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0300869Z test_quick_addr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:21.0301043Z test_quick_addr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0301214Z test_quick_addr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:21.0301384Z test_quick_addr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0301560Z test_quick_all_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:21.0301731Z test_quick_all_cuda_bool (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:21.0301910Z test_quick_all_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:19:21.0302090Z test_quick_all_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:19:21.0302267Z test_quick_all_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:21.0302443Z test_quick_all_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:19:21.0302599Z test_quick_all_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:19:21.0302774Z test_quick_all_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0302939Z test_quick_all_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0303102Z test_quick_all_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0303271Z test_quick_all_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.0303435Z test_quick_all_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0303613Z test_quick_amax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:21.0303784Z test_quick_amax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:21.0303961Z test_quick_amax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.0304138Z test_quick_amax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-11-23T03:19:21.0304313Z test_quick_amax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:19:21.0305120Z test_quick_amax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.0305292Z test_quick_amax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:19:21.0305462Z test_quick_amax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:21.0305633Z test_quick_amax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:21.0305803Z test_quick_amax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:21.0306123Z test_quick_amin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:21.0306407Z test_quick_amin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:21.0306742Z test_quick_amin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.0307077Z test_quick_amin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:21.0307394Z test_quick_amin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:19:21.0307725Z test_quick_amin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.0308053Z test_quick_amin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.0308371Z test_quick_amin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:21.0308700Z test_quick_amin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.0309023Z test_quick_amin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:21.0309364Z test_quick_any_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:21.0309692Z test_quick_any_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0310188Z test_quick_any_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:21.0310562Z test_quick_any_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:21.0310895Z test_quick_any_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0311240Z test_quick_any_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.086s) 2022-11-23T03:19:21.0311573Z test_quick_any_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-11-23T03:19:21.0311879Z test_quick_any_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0312205Z test_quick_any_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:21.0312520Z test_quick_any_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:21.0312848Z test_quick_any_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:21.0313166Z test_quick_any_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:19:21.0313521Z test_quick_arange_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:21.0313867Z test_quick_arange_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:21.0314215Z test_quick_arange_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:21.0314569Z test_quick_arange_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:21.0314914Z test_quick_arange_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.0315246Z test_quick_arange_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0315582Z test_quick_arange_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.0315926Z test_quick_arange_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:21.0316268Z test_quick_arange_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:21.0316610Z test_quick_asin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0316960Z test_quick_asin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:21.0317316Z test_quick_asin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.119s) 2022-11-23T03:19:21.0317644Z test_quick_asin_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:19:21.0318141Z test_quick_asin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:21.0318479Z test_quick_asin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0318821Z test_quick_asin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.0319159Z test_quick_asin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.0319493Z test_quick_asin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:21.0319831Z test_quick_asin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:21.0320168Z test_quick_asin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0320506Z test_quick_asin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0320844Z test_quick_asin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0321186Z test_quick_asinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0321525Z test_quick_asinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0321878Z test_quick_asinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.112s) 2022-11-23T03:19:21.0322232Z test_quick_asinh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.120s) 2022-11-23T03:19:21.0322580Z test_quick_asinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:19:21.0322912Z test_quick_asinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0323228Z test_quick_asinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:21.0323572Z test_quick_asinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.0324035Z test_quick_asinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0324394Z test_quick_asinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0324735Z test_quick_asinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0325075Z test_quick_asinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:21.0325405Z test_quick_asinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0325744Z test_quick_atan2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0326079Z test_quick_atan2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.211s) 2022-11-23T03:19:21.0326417Z test_quick_atan2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.0326759Z test_quick_atan2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:19:21.0327096Z test_quick_atan2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-11-23T03:19:21.0327438Z test_quick_atan2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:21.0327768Z test_quick_atan2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:21.0328097Z test_quick_atan2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:21.0328436Z test_quick_atan2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:21.0328768Z test_quick_atan2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:19:21.0329096Z test_quick_atan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0329428Z test_quick_atan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0329779Z test_quick_atan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:21.0330122Z test_quick_atan_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:21.0330473Z test_quick_atan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:21.0330815Z test_quick_atan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0331160Z test_quick_atan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.0331501Z test_quick_atan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.0331990Z test_quick_atan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0332318Z test_quick_atan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0332648Z test_quick_atan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0332975Z test_quick_atan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0333300Z test_quick_atan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0333641Z test_quick_atanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0333968Z test_quick_atanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0334332Z test_quick_atanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:21.0334694Z test_quick_atanh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:19:21.0335028Z test_quick_atanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:19:21.0335379Z test_quick_atanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0335724Z test_quick_atanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.0338605Z test_quick_atanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.0339435Z test_quick_atanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:21.0340169Z test_quick_atanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:21.0340907Z test_quick_atanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.0341642Z test_quick_atanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0342499Z test_quick_atanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.0343269Z test_quick_bitwise_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:21.0344011Z test_quick_bitwise_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0344758Z test_quick_bitwise_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:21.0345494Z test_quick_bitwise_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:21.0346236Z test_quick_bitwise_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:21.0346979Z test_quick_bitwise_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:21.0347729Z test_quick_bitwise_left_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:21.0348677Z test_quick_bitwise_left_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.0349683Z test_quick_bitwise_left_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0350603Z test_quick_bitwise_left_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:21.0351612Z test_quick_bitwise_left_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:21.0352478Z test_quick_bitwise_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0353239Z test_quick_bitwise_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0353984Z test_quick_bitwise_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.0354827Z test_quick_bitwise_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0355582Z test_quick_bitwise_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0356334Z test_quick_bitwise_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0357104Z test_quick_bitwise_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:21.0357887Z test_quick_bitwise_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:19:21.0358642Z test_quick_bitwise_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:21.0359385Z test_quick_bitwise_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:21.0360275Z test_quick_bitwise_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.0361024Z test_quick_bitwise_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.0361808Z test_quick_bitwise_right_shift_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0362609Z test_quick_bitwise_right_shift_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:21.0363392Z test_quick_bitwise_right_shift_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:21.0364180Z test_quick_bitwise_right_shift_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:21.0364983Z test_quick_bitwise_right_shift_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.0365735Z test_quick_bitwise_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0366491Z test_quick_bitwise_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.0367256Z test_quick_bitwise_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0367999Z test_quick_bitwise_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:19:21.0368773Z test_quick_bitwise_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:19:21.0369525Z test_quick_bitwise_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:21.0370260Z test_quick_bucketize_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:19:21.0371039Z test_quick_bucketize_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.329s) 2022-11-23T03:19:21.0371973Z test_quick_bucketize_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-11-23T03:19:21.0372756Z test_quick_bucketize_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:19:21.0373505Z test_quick_bucketize_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-11-23T03:19:21.0374242Z test_quick_bucketize_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.239s) 2022-11-23T03:19:21.0374975Z test_quick_bucketize_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.208s) 2022-11-23T03:19:21.0375726Z test_quick_bucketize_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-11-23T03:19:21.0376446Z test_quick_cat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0377170Z test_quick_cat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:21.0377904Z test_quick_cat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:19:21.0378642Z test_quick_cat_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.0379393Z test_quick_cat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.0380120Z test_quick_cat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0380814Z test_quick_cat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-11-23T03:19:21.0381577Z test_quick_cat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:19:21.0382353Z test_quick_cat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:21.0383051Z test_quick_cat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:21.0383735Z test_quick_cat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:21.0384411Z test_quick_cat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:21.0385105Z test_quick_cat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.0385820Z test_quick_ceil_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0386537Z test_quick_ceil_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0387267Z test_quick_ceil_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.0387995Z test_quick_ceil_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:21.0388891Z test_quick_ceil_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0389613Z test_quick_ceil_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0390338Z test_quick_ceil_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.0391035Z test_quick_ceil_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.0391756Z test_quick_ceil_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0392206Z test_quick_clamp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0392591Z test_quick_clamp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0392976Z test_quick_clamp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.469s) 2022-11-23T03:19:21.0393395Z test_quick_clamp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.474s) 2022-11-23T03:19:21.0393766Z test_quick_clamp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.342s) 2022-11-23T03:19:21.0394165Z test_quick_clamp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.357s) 2022-11-23T03:19:21.0394564Z test_quick_clamp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.364s) 2022-11-23T03:19:21.0394921Z test_quick_clamp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.359s) 2022-11-23T03:19:21.0395290Z test_quick_clamp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.390s) 2022-11-23T03:19:21.0395678Z test_quick_clamp_max_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0396065Z test_quick_clamp_max_cuda_bool (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.0396453Z test_quick_clamp_max_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0396967Z test_quick_clamp_max_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:19:21.0397390Z test_quick_clamp_max_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.273s) 2022-11-23T03:19:21.0397910Z test_quick_clamp_max_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:19:21.0398326Z test_quick_clamp_max_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:21.0398752Z test_quick_clamp_max_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0399126Z test_quick_clamp_max_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.0399500Z test_quick_clamp_max_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.0399870Z test_quick_clamp_min_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0400257Z test_quick_clamp_min_cuda_bool (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0400644Z test_quick_clamp_min_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.0401058Z test_quick_clamp_min_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.282s) 2022-11-23T03:19:21.0401449Z test_quick_clamp_min_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.265s) 2022-11-23T03:19:21.0401838Z test_quick_clamp_min_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:21.0402225Z test_quick_clamp_min_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.0402581Z test_quick_clamp_min_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:19:21.0402967Z test_quick_clamp_min_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.0403354Z test_quick_clamp_min_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0403738Z test_quick_clone_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0404117Z test_quick_clone_cuda_bool (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:21.0404581Z test_quick_clone_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:21.0404953Z test_quick_clone_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:19:21.0405337Z test_quick_clone_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.106s) 2022-11-23T03:19:21.0405965Z test_quick_clone_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0406552Z test_quick_clone_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:21.0406931Z test_quick_clone_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0407340Z test_quick_clone_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:21.0407695Z test_quick_clone_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0408066Z test_quick_clone_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.0408436Z test_quick_clone_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0408810Z test_quick_clone_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:21.0409188Z test_quick_complex_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:19:21.0409573Z test_quick_complex_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:19:21.0409937Z test_quick_complex_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-11-23T03:19:21.0410327Z test_quick_conj_physical_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0410835Z test_quick_conj_physical_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0411397Z test_quick_conj_physical_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0412226Z test_quick_conj_physical_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0413692Z test_quick_conj_physical_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0414483Z test_quick_conj_physical_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0415143Z test_quick_conj_physical_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0415838Z test_quick_conj_physical_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0416672Z test_quick_conj_physical_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0417464Z test_quick_conj_physical_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0418032Z test_quick_conj_physical_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0418603Z test_quick_conj_physical_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0419167Z test_quick_conj_physical_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0419652Z test_quick_constant_pad_nd_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:21.0420054Z test_quick_constant_pad_nd_cuda_bool (__main__.TestDecompCUDA) ... ok (0.481s) 2022-11-23T03:19:21.0420472Z test_quick_constant_pad_nd_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.146s) 2022-11-23T03:19:21.0420894Z test_quick_constant_pad_nd_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.216s) 2022-11-23T03:19:21.0421522Z test_quick_constant_pad_nd_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:19:21.0421940Z test_quick_constant_pad_nd_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.698s) 2022-11-23T03:19:21.0422345Z test_quick_constant_pad_nd_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.679s) 2022-11-23T03:19:21.0423016Z test_quick_constant_pad_nd_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.528s) 2022-11-23T03:19:21.0423617Z test_quick_constant_pad_nd_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.527s) 2022-11-23T03:19:21.0424024Z test_quick_constant_pad_nd_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.488s) 2022-11-23T03:19:21.0424591Z test_quick_constant_pad_nd_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.491s) 2022-11-23T03:19:21.0425013Z test_quick_constant_pad_nd_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.507s) 2022-11-23T03:19:21.0425410Z test_quick_copysign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:21.0425799Z test_quick_copysign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:21.0426174Z test_quick_copysign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.0426572Z test_quick_copysign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.279s) 2022-11-23T03:19:21.0426963Z test_quick_copysign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.265s) 2022-11-23T03:19:21.0427344Z test_quick_copysign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:19:21.0427727Z test_quick_copysign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:19:21.0428103Z test_quick_copysign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:21.0428461Z test_quick_copysign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:21.0428839Z test_quick_copysign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:19:21.0429209Z test_quick_cos_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0429583Z test_quick_cos_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0429956Z test_quick_cos_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0430337Z test_quick_cos_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.0430800Z test_quick_cos_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.0431179Z test_quick_cos_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0431551Z test_quick_cos_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0431928Z test_quick_cos_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0432295Z test_quick_cos_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0432653Z test_quick_cos_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0433000Z test_quick_cos_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0433337Z test_quick_cos_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0433695Z test_quick_cos_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:21.0434065Z test_quick_cosh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0434439Z test_quick_cosh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0434818Z test_quick_cosh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:21.0435205Z test_quick_cosh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0435574Z test_quick_cosh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:21.0435953Z test_quick_cosh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0436330Z test_quick_cosh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:21.0436697Z test_quick_cosh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0437067Z test_quick_cosh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0437432Z test_quick_cosh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0437783Z test_quick_cosh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0441500Z test_quick_cosh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0442422Z test_quick_cosh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0442811Z test_quick_cumsum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0443337Z test_quick_cumsum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.143s) 2022-11-23T03:19:21.0443734Z test_quick_cumsum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:19:21.0444104Z test_quick_cumsum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0444482Z test_quick_cumsum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:19:21.0444854Z test_quick_cumsum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.090s) 2022-11-23T03:19:21.0445224Z test_quick_cumsum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:21.0445599Z test_quick_cumsum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:21.0445975Z test_quick_cumsum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:21.0446331Z test_quick_cumsum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.0446706Z test_quick_cumsum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:21.0495039Z test_quick_diag_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: diag in torch.bfloat16 not supported (0.000s) 2022-11-23T03:19:21.0495560Z test_quick_diag_cuda_bool (__main__.TestDecompCUDA) ... skip: diag in torch.bool not supported (0.000s) 2022-11-23T03:19:21.0496486Z test_quick_diag_cuda_complex128 (__main__.TestDecompCUDA) ... skip: diag in torch.complex128 not supported (0.011s) 2022-11-23T03:19:21.0497468Z test_quick_diag_cuda_complex32 (__main__.TestDecompCUDA) ... skip: diag in torch.complex32 not supported (0.001s) 2022-11-23T03:19:21.0498448Z test_quick_diag_cuda_complex64 (__main__.TestDecompCUDA) ... skip: diag in torch.complex64 not supported (0.001s) 2022-11-23T03:19:21.0512314Z test_quick_diag_cuda_float16 (__main__.TestDecompCUDA) ... skip: diag in torch.float16 not supported (0.001s) 2022-11-23T03:19:21.0513329Z test_quick_diag_cuda_float32 (__main__.TestDecompCUDA) ... skip: diag in torch.float32 not supported (0.001s) 2022-11-23T03:19:21.0514298Z test_quick_diag_cuda_float64 (__main__.TestDecompCUDA) ... skip: diag in torch.float64 not supported (0.001s) 2022-11-23T03:19:21.0515239Z test_quick_diag_cuda_int16 (__main__.TestDecompCUDA) ... skip: diag in torch.int16 not supported (0.001s) 2022-11-23T03:19:21.0519365Z test_quick_diag_cuda_int32 (__main__.TestDecompCUDA) ... skip: diag in torch.int32 not supported (0.001s) 2022-11-23T03:19:21.0520330Z test_quick_diag_cuda_int64 (__main__.TestDecompCUDA) ... skip: diag in torch.int64 not supported (0.001s) 2022-11-23T03:19:21.0521246Z test_quick_diag_cuda_int8 (__main__.TestDecompCUDA) ... skip: diag in torch.int8 not supported (0.001s) 2022-11-23T03:19:21.0522181Z test_quick_diag_cuda_uint8 (__main__.TestDecompCUDA) ... skip: diag in torch.uint8 not supported (0.001s) 2022-11-23T03:19:21.0523015Z test_quick_diag_embed_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.0526912Z test_quick_diag_embed_cuda_bool (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:21.0527737Z test_quick_diag_embed_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.297s) 2022-11-23T03:19:21.0528529Z test_quick_diag_embed_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.295s) 2022-11-23T03:19:21.0529325Z test_quick_diag_embed_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.290s) 2022-11-23T03:19:21.0530106Z test_quick_diag_embed_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:21.0530850Z test_quick_diag_embed_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.0534730Z test_quick_diag_embed_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:21.0535506Z test_quick_diag_embed_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:19:21.0536125Z test_quick_diag_embed_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:19:21.0536834Z test_quick_diag_embed_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:21.0537780Z test_quick_diag_embed_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:21.0538496Z test_quick_diag_embed_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:19:21.0539273Z test_quick_diagonal_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0540067Z test_quick_diagonal_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:19:21.0540859Z test_quick_diagonal_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.304s) 2022-11-23T03:19:21.0541677Z test_quick_diagonal_copy_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.293s) 2022-11-23T03:19:21.0542479Z test_quick_diagonal_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.293s) 2022-11-23T03:19:21.0543277Z test_quick_diagonal_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0546624Z test_quick_diagonal_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.0547431Z test_quick_diagonal_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.0548235Z test_quick_diagonal_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:19:21.0549013Z test_quick_diagonal_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:21.0549787Z test_quick_diagonal_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:19:21.0550560Z test_quick_diagonal_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.107s) 2022-11-23T03:19:21.0551320Z test_quick_diagonal_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:19:21.0552102Z test_quick_diagonal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:21.0553023Z test_quick_diagonal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:19:21.0553817Z test_quick_diagonal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.429s) 2022-11-23T03:19:21.0554598Z test_quick_diagonal_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.294s) 2022-11-23T03:19:21.0555389Z test_quick_diagonal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.475s) 2022-11-23T03:19:21.0556171Z test_quick_diagonal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0556911Z test_quick_diagonal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.268s) 2022-11-23T03:19:21.0557673Z test_quick_diagonal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:19:21.0558424Z test_quick_diagonal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:19:21.0559170Z test_quick_diagonal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-11-23T03:19:21.0559903Z test_quick_diagonal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:19:21.0560642Z test_quick_diagonal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:19:21.0563801Z test_quick_diagonal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.122s) 2022-11-23T03:19:21.0564601Z test_quick_diagonal_scatter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.0565424Z test_quick_diagonal_scatter_cuda_bool (__main__.TestDecompCUDA) ... ok (0.489s) 2022-11-23T03:19:21.0566226Z test_quick_diagonal_scatter_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:21.0567038Z test_quick_diagonal_scatter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.711s) 2022-11-23T03:19:21.0567841Z test_quick_diagonal_scatter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.694s) 2022-11-23T03:19:21.0568616Z test_quick_diagonal_scatter_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.485s) 2022-11-23T03:19:21.0569410Z test_quick_diagonal_scatter_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.489s) 2022-11-23T03:19:21.0570212Z test_quick_diagonal_scatter_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.497s) 2022-11-23T03:19:21.0571002Z test_quick_diagonal_scatter_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.485s) 2022-11-23T03:19:21.0571801Z test_quick_diagonal_scatter_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.476s) 2022-11-23T03:19:21.0572742Z test_quick_digamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0573592Z test_quick_digamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0574331Z test_quick_digamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0574972Z test_quick_digamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0575351Z test_quick_digamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0575736Z test_quick_digamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0576125Z test_quick_digamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0576510Z test_quick_digamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0576877Z test_quick_digamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0577289Z test_quick_div_floor_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:21.0577715Z test_quick_div_floor_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:19:21.0578137Z test_quick_div_floor_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.305s) 2022-11-23T03:19:21.0578549Z test_quick_div_floor_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.361s) 2022-11-23T03:19:21.0578967Z test_quick_div_floor_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:19:21.0579356Z test_quick_div_floor_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.208s) 2022-11-23T03:19:21.0579888Z test_quick_div_floor_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:21.0580321Z test_quick_div_floor_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:21.0580727Z test_quick_div_floor_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0581148Z test_quick_div_no_rounding_mode_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:21.0581572Z test_quick_div_no_rounding_mode_cuda_bool (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:21.0582015Z test_quick_div_no_rounding_mode_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.467s) 2022-11-23T03:19:21.0582433Z test_quick_div_no_rounding_mode_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.447s) 2022-11-23T03:19:21.0582863Z test_quick_div_no_rounding_mode_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.434s) 2022-11-23T03:19:21.0583279Z test_quick_div_no_rounding_mode_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:21.0583704Z test_quick_div_no_rounding_mode_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:19:21.0584125Z test_quick_div_no_rounding_mode_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.257s) 2022-11-23T03:19:21.0584543Z test_quick_div_no_rounding_mode_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.0584939Z test_quick_div_no_rounding_mode_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:19:21.0585352Z test_quick_div_no_rounding_mode_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:21.0585760Z test_quick_div_no_rounding_mode_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:21.0586172Z test_quick_div_no_rounding_mode_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:19:21.0586584Z test_quick_div_trunc_rounding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0587002Z test_quick_div_trunc_rounding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.0587422Z test_quick_div_trunc_rounding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-11-23T03:19:21.0587821Z test_quick_div_trunc_rounding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:21.0588232Z test_quick_div_trunc_rounding_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:19:21.0588743Z test_quick_div_trunc_rounding_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.0589144Z test_quick_div_trunc_rounding_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.0589546Z test_quick_div_trunc_rounding_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0589949Z test_quick_div_trunc_rounding_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0590317Z test_quick_dot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0590699Z test_quick_dot_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.0591088Z test_quick_dot_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.0591464Z test_quick_dot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0591838Z test_quick_dot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0592297Z test_quick_dot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0594250Z test_quick_empty_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: empty in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:21.0595289Z test_quick_empty_cuda_bool (__main__.TestDecompCUDA) ... skip: empty in torch.bool not supported (0.001s) 2022-11-23T03:19:21.0595799Z test_quick_empty_cuda_complex128 (__main__.TestDecompCUDA) ... skip: empty in torch.complex128 not supported (0.001s) 2022-11-23T03:19:21.0596314Z test_quick_empty_cuda_complex32 (__main__.TestDecompCUDA) ... skip: empty in torch.complex32 not supported (0.000s) 2022-11-23T03:19:21.0596928Z test_quick_empty_cuda_complex64 (__main__.TestDecompCUDA) ... skip: empty in torch.complex64 not supported (0.000s) 2022-11-23T03:19:21.0597449Z test_quick_empty_cuda_float16 (__main__.TestDecompCUDA) ... skip: empty in torch.float16 not supported (0.000s) 2022-11-23T03:19:21.0597948Z test_quick_empty_cuda_float32 (__main__.TestDecompCUDA) ... skip: empty in torch.float32 not supported (0.003s) 2022-11-23T03:19:21.0598675Z test_quick_empty_cuda_float64 (__main__.TestDecompCUDA) ... skip: empty in torch.float64 not supported (0.000s) 2022-11-23T03:19:21.0599487Z test_quick_empty_cuda_int16 (__main__.TestDecompCUDA) ... skip: empty in torch.int16 not supported (0.000s) 2022-11-23T03:19:21.0599986Z test_quick_empty_cuda_int32 (__main__.TestDecompCUDA) ... skip: empty in torch.int32 not supported (0.000s) 2022-11-23T03:19:21.0600464Z test_quick_empty_cuda_int64 (__main__.TestDecompCUDA) ... skip: empty in torch.int64 not supported (0.006s) 2022-11-23T03:19:21.0600950Z test_quick_empty_cuda_int8 (__main__.TestDecompCUDA) ... skip: empty in torch.int8 not supported (0.000s) 2022-11-23T03:19:21.0601425Z test_quick_empty_cuda_uint8 (__main__.TestDecompCUDA) ... skip: empty in torch.uint8 not supported (0.000s) 2022-11-23T03:19:21.0601929Z test_quick_empty_like_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.bfloat16 not supported (0.000s) 2022-11-23T03:19:21.0602449Z test_quick_empty_like_cuda_bool (__main__.TestDecompCUDA) ... skip: empty_like in torch.bool not supported (0.000s) 2022-11-23T03:19:21.0602972Z test_quick_empty_like_cuda_complex128 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex128 not supported (0.000s) 2022-11-23T03:19:21.0603490Z test_quick_empty_like_cuda_complex32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex32 not supported (0.000s) 2022-11-23T03:19:21.0604024Z test_quick_empty_like_cuda_complex64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.complex64 not supported (0.000s) 2022-11-23T03:19:21.0604548Z test_quick_empty_like_cuda_float16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float16 not supported (0.000s) 2022-11-23T03:19:21.0605064Z test_quick_empty_like_cuda_float32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float32 not supported (0.001s) 2022-11-23T03:19:21.0605710Z test_quick_empty_like_cuda_float64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.float64 not supported (0.001s) 2022-11-23T03:19:21.0606209Z test_quick_empty_like_cuda_int16 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int16 not supported (0.001s) 2022-11-23T03:19:21.0606711Z test_quick_empty_like_cuda_int32 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int32 not supported (0.001s) 2022-11-23T03:19:21.0607210Z test_quick_empty_like_cuda_int64 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int64 not supported (0.001s) 2022-11-23T03:19:21.0607693Z test_quick_empty_like_cuda_int8 (__main__.TestDecompCUDA) ... skip: empty_like in torch.int8 not supported (0.001s) 2022-11-23T03:19:21.0608200Z test_quick_empty_like_cuda_uint8 (__main__.TestDecompCUDA) ... skip: empty_like in torch.uint8 not supported (0.001s) 2022-11-23T03:19:21.0608635Z test_quick_eq_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-11-23T03:19:21.0609009Z test_quick_eq_cuda_bool (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.0609385Z test_quick_eq_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.455s) 2022-11-23T03:19:21.0609770Z test_quick_eq_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.467s) 2022-11-23T03:19:21.0610131Z test_quick_eq_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.452s) 2022-11-23T03:19:21.0610508Z test_quick_eq_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-11-23T03:19:21.0610877Z test_quick_eq_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.253s) 2022-11-23T03:19:21.0611242Z test_quick_eq_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.287s) 2022-11-23T03:19:21.0611686Z test_quick_eq_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:21.0612070Z test_quick_eq_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:21.0612428Z test_quick_eq_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:21.0612773Z test_quick_eq_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:21.0613128Z test_quick_eq_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:19:21.0613496Z test_quick_erf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.0613869Z test_quick_erf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0614231Z test_quick_erf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.002s) 2022-11-23T03:19:21.0614599Z test_quick_erf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:21.0614953Z test_quick_erf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:21.0615328Z test_quick_erf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0615689Z test_quick_erf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0616043Z test_quick_erf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0616397Z test_quick_erf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0616757Z test_quick_erf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0617113Z test_quick_erfc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0617485Z test_quick_erfc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0617851Z test_quick_erfc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0618226Z test_quick_erfc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.0618602Z test_quick_erfc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0618972Z test_quick_erfc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0619326Z test_quick_erfc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0619692Z test_quick_erfc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0620056Z test_quick_erfc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0620513Z test_quick_erfc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0620882Z test_quick_erfinv_cuda_bool (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0621261Z test_quick_erfinv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0621626Z test_quick_erfinv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.0622004Z test_quick_erfinv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.0622374Z test_quick_erfinv_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.0622745Z test_quick_erfinv_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0623119Z test_quick_erfinv_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0623491Z test_quick_erfinv_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:21.0623846Z test_quick_erfinv_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:21.0624230Z test_quick_exp2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0624912Z test_quick_exp2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0625610Z test_quick_exp2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0626333Z test_quick_exp2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.0627069Z test_quick_exp2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0627768Z test_quick_exp2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0628483Z test_quick_exp2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0629342Z test_quick_exp2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0630077Z test_quick_exp2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0630794Z test_quick_exp2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0631530Z test_quick_exp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0632237Z test_quick_exp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.0632978Z test_quick_exp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0633730Z test_quick_exp_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0634471Z test_quick_exp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:21.0635212Z test_quick_exp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0635943Z test_quick_exp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0636655Z test_quick_exp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0637374Z test_quick_exp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0638083Z test_quick_exp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0638788Z test_quick_exp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0639550Z test_quick_exp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0640254Z test_quick_exp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0640992Z test_quick_expand_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0641719Z test_quick_expand_cuda_bool (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:21.0642472Z test_quick_expand_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:19:21.0643242Z test_quick_expand_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:19:21.0644010Z test_quick_expand_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0644760Z test_quick_expand_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:21.0645492Z test_quick_expand_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:21.0646388Z test_quick_expand_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:21.0647109Z test_quick_expand_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.0647853Z test_quick_expand_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.0648585Z test_quick_expand_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.0649321Z test_quick_expand_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:21.0652782Z test_quick_expm1_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0653543Z test_quick_expm1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.0654257Z test_quick_expm1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0654986Z test_quick_expm1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:21.0655728Z test_quick_expm1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:21.0656481Z test_quick_expm1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:21.0659699Z test_quick_expm1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0660424Z test_quick_expm1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0661123Z test_quick_expm1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:21.0661842Z test_quick_expm1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0662559Z test_quick_eye_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.108s) 2022-11-23T03:19:21.0663441Z test_quick_eye_cuda_bool (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:19:21.0666606Z test_quick_eye_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.155s) 2022-11-23T03:19:21.0667370Z test_quick_eye_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:19:21.0668084Z test_quick_eye_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:19:21.0668819Z test_quick_eye_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:19:21.0669546Z test_quick_eye_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:19:21.0670264Z test_quick_eye_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:19:21.0673329Z test_quick_eye_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-11-23T03:19:21.0674063Z test_quick_eye_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:19:21.0674742Z test_quick_eye_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:19:21.0675456Z test_quick_eye_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:21.0676369Z test_quick_fft_fft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0677285Z test_quick_fft_fft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.0680614Z test_quick_fft_fft2_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0681562Z test_quick_fft_fft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:21.0682330Z test_quick_fft_fft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:19:21.0683054Z test_quick_fft_fft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.338s) 2022-11-23T03:19:21.0683793Z test_quick_fft_fft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.355s) 2022-11-23T03:19:21.0686992Z test_quick_fft_fft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0688090Z test_quick_fft_fft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0689168Z test_quick_fft_fft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0690400Z test_quick_fft_fft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0691469Z test_quick_fft_fft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0694919Z test_quick_fft_fft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0695810Z test_quick_fft_fft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:19:21.0696775Z test_quick_fft_fft_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0697703Z test_quick_fft_fft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:19:21.0698460Z test_quick_fft_fft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0701369Z test_quick_fft_fft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.0701764Z test_quick_fft_fft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.0702244Z test_quick_fft_fft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0702789Z test_quick_fft_fft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0703341Z test_quick_fft_fft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.006s) 2022-11-23T03:19:21.0704034Z test_quick_fft_fft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0704615Z test_quick_fft_fft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0705175Z test_quick_fft_fftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0707426Z test_quick_fft_fftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0707949Z test_quick_fft_fftn_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0708436Z test_quick_fft_fftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.201s) 2022-11-23T03:19:21.0708821Z test_quick_fft_fftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:19:21.0709216Z test_quick_fft_fftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.399s) 2022-11-23T03:19:21.0709596Z test_quick_fft_fftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.389s) 2022-11-23T03:19:21.0710065Z test_quick_fft_fftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0710624Z test_quick_fft_fftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0711178Z test_quick_fft_fftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0711734Z test_quick_fft_fftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0714000Z test_quick_fft_fftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0714572Z test_quick_fft_hfft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0715047Z test_quick_fft_hfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.578s) 2022-11-23T03:19:21.0715667Z test_quick_fft_hfft2_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0716227Z test_quick_fft_hfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.566s) 2022-11-23T03:19:21.0716626Z test_quick_fft_hfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.264s) 2022-11-23T03:19:21.0717019Z test_quick_fft_hfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.670s) 2022-11-23T03:19:21.0717386Z test_quick_fft_hfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.694s) 2022-11-23T03:19:21.0717871Z test_quick_fft_hfft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0719738Z test_quick_fft_hfft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0720853Z test_quick_fft_hfft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0721417Z test_quick_fft_hfft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.003s) 2022-11-23T03:19:21.0721970Z test_quick_fft_hfft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0722524Z test_quick_fft_hfft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0722995Z test_quick_fft_hfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.488s) 2022-11-23T03:19:21.0723574Z test_quick_fft_hfft_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.006s) 2022-11-23T03:19:21.0724080Z test_quick_fft_hfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.482s) 2022-11-23T03:19:21.0724482Z test_quick_fft_hfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-11-23T03:19:21.0724873Z test_quick_fft_hfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.513s) 2022-11-23T03:19:21.0727015Z test_quick_fft_hfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.549s) 2022-11-23T03:19:21.0727498Z test_quick_fft_hfft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0728052Z test_quick_fft_hfft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0728595Z test_quick_fft_hfft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0729153Z test_quick_fft_hfft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0729703Z test_quick_fft_hfft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0730259Z test_quick_fft_hfftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0730734Z test_quick_fft_hfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.671s) 2022-11-23T03:19:21.0731232Z test_quick_fft_hfftn_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0733460Z test_quick_fft_hfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.641s) 2022-11-23T03:19:21.0733871Z test_quick_fft_hfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.212s) 2022-11-23T03:19:21.0734257Z test_quick_fft_hfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.775s) 2022-11-23T03:19:21.0734648Z test_quick_fft_hfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.767s) 2022-11-23T03:19:21.0735126Z test_quick_fft_hfftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0736510Z test_quick_fft_hfftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0737067Z test_quick_fft_hfftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.003s) 2022-11-23T03:19:21.0737627Z test_quick_fft_hfftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0739968Z test_quick_fft_hfftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.003s) 2022-11-23T03:19:21.0740546Z test_quick_fft_ifft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0741003Z test_quick_fft_ifft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-11-23T03:19:21.0741505Z test_quick_fft_ifft2_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.003s) 2022-11-23T03:19:21.0741988Z test_quick_fft_ifft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:21.0742382Z test_quick_fft_ifft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.202s) 2022-11-23T03:19:21.0742771Z test_quick_fft_ifft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.354s) 2022-11-23T03:19:21.0743154Z test_quick_fft_ifft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.344s) 2022-11-23T03:19:21.0743723Z test_quick_fft_ifft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.006s) 2022-11-23T03:19:21.0744346Z test_quick_fft_ifft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0746688Z test_quick_fft_ifft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0746966Z test_quick_fft_ifft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0747234Z test_quick_fft_ifft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0747504Z test_quick_fft_ifft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0747694Z test_quick_fft_ifft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:21.0747982Z test_quick_fft_ifft_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0748171Z test_quick_fft_ifft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:19:21.0748359Z test_quick_fft_ifft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0748541Z test_quick_fft_ifft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0748719Z test_quick_fft_ifft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0748991Z test_quick_fft_ifft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0749262Z test_quick_fft_ifft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0749528Z test_quick_fft_ifft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0749798Z test_quick_fft_ifft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0750180Z test_quick_fft_ifft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0750451Z test_quick_fft_ifftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0750645Z test_quick_fft_ifftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:21.0752143Z test_quick_fft_ifftn_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0752870Z test_quick_fft_ifftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0753067Z test_quick_fft_ifftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.230s) 2022-11-23T03:19:21.0753236Z test_quick_fft_ifftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.383s) 2022-11-23T03:19:21.0753413Z test_quick_fft_ifftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.391s) 2022-11-23T03:19:21.0753692Z test_quick_fft_ifftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0753962Z test_quick_fft_ifftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0754233Z test_quick_fft_ifftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0754507Z test_quick_fft_ifftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0754866Z test_quick_fft_ifftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0755153Z test_quick_fft_ihfft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0755346Z test_quick_fft_ihfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0755534Z test_quick_fft_ihfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:19:21.0755719Z test_quick_fft_ihfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:19:21.0755992Z test_quick_fft_ihfft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0756265Z test_quick_fft_ihfft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0756535Z test_quick_fft_ihfft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0756801Z test_quick_fft_ihfft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0757074Z test_quick_fft_ihfft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0757351Z test_quick_fft_ihfft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0759285Z test_quick_fft_ihfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0759490Z test_quick_fft_ihfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:21.0759670Z test_quick_fft_ihfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0759946Z test_quick_fft_ihfft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0760223Z test_quick_fft_ihfft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0760491Z test_quick_fft_ihfft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-11-23T03:19:21.0760867Z test_quick_fft_ihfft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0761138Z test_quick_fft_ihfft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0761408Z test_quick_fft_ihfftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0761580Z test_quick_fft_ihfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0761770Z test_quick_fft_ihfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.111s) 2022-11-23T03:19:21.0761955Z test_quick_fft_ihfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:21.0762230Z test_quick_fft_ihfftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0762507Z test_quick_fft_ihfftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0762774Z test_quick_fft_ihfftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0763041Z test_quick_fft_ihfftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0763316Z test_quick_fft_ihfftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0763658Z test_quick_fft_irfft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.010s) 2022-11-23T03:19:21.0765100Z test_quick_fft_irfft2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:19:21.0765944Z test_quick_fft_irfft2_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.006s) 2022-11-23T03:19:21.0766145Z test_quick_fft_irfft2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:21.0782743Z test_quick_fft_irfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-11-23T03:19:21.0783004Z test_quick_fft_irfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.344s) 2022-11-23T03:19:21.0783206Z test_quick_fft_irfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.356s) 2022-11-23T03:19:21.0784817Z test_quick_fft_irfft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0785128Z test_quick_fft_irfft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0785934Z test_quick_fft_irfft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0786235Z test_quick_fft_irfft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0786512Z test_quick_fft_irfft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0786791Z test_quick_fft_irfft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0786988Z test_quick_fft_irfft_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:19:21.0787277Z test_quick_fft_irfft_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.0787470Z test_quick_fft_irfft_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.080s) 2022-11-23T03:19:21.0787824Z test_quick_fft_irfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:19:21.0788010Z test_quick_fft_irfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.300s) 2022-11-23T03:19:21.0788189Z test_quick_fft_irfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.312s) 2022-11-23T03:19:21.0788466Z test_quick_fft_irfft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0788740Z test_quick_fft_irfft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0789018Z test_quick_fft_irfft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0789297Z test_quick_fft_irfft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0789570Z test_quick_fft_irfft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0789849Z test_quick_fft_irfftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0790047Z test_quick_fft_irfftn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:21.0790334Z test_quick_fft_irfftn_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0792275Z test_quick_fft_irfftn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.0792601Z test_quick_fft_irfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-11-23T03:19:21.0792805Z test_quick_fft_irfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.392s) 2022-11-23T03:19:21.0792976Z test_quick_fft_irfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.377s) 2022-11-23T03:19:21.0793261Z test_quick_fft_irfftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0793536Z test_quick_fft_irfftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0793805Z test_quick_fft_irfftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0794076Z test_quick_fft_irfftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0794359Z test_quick_fft_irfftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0794634Z test_quick_fft_rfft2_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0794819Z test_quick_fft_rfft2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0795009Z test_quick_fft_rfft2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:19:21.0795188Z test_quick_fft_rfft2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:19:21.0795465Z test_quick_fft_rfft2_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0795737Z test_quick_fft_rfft2_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0796010Z test_quick_fft_rfft2_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0796287Z test_quick_fft_rfft2_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0796557Z test_quick_fft_rfft2_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0798675Z test_quick_fft_rfft_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0798889Z test_quick_fft_rfft_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0799107Z test_quick_fft_rfft_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:21.0799295Z test_quick_fft_rfft_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0799570Z test_quick_fft_rfft_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0799846Z test_quick_fft_rfft_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0800119Z test_quick_fft_rfft_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0800398Z test_quick_fft_rfft_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0800667Z test_quick_fft_rfft_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0800938Z test_quick_fft_rfftn_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0801124Z test_quick_fft_rfftn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0801406Z test_quick_fft_rfftn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-11-23T03:19:21.0801585Z test_quick_fft_rfftn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:19:21.0801860Z test_quick_fft_rfftn_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0802139Z test_quick_fft_rfftn_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0802410Z test_quick_fft_rfftn_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0802685Z test_quick_fft_rfftn_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.0802956Z test_quick_fft_rfftn_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.0803143Z test_quick_flip_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0803321Z test_quick_flip_cuda_bool (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:21.0805880Z test_quick_flip_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.441s) 2022-11-23T03:19:21.0806088Z test_quick_flip_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.453s) 2022-11-23T03:19:21.0806266Z test_quick_flip_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0806446Z test_quick_flip_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-11-23T03:19:21.0806623Z test_quick_flip_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.265s) 2022-11-23T03:19:21.0806798Z test_quick_flip_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:19:21.0806973Z test_quick_flip_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:19:21.0807146Z test_quick_flip_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.196s) 2022-11-23T03:19:21.0807323Z test_quick_flip_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.214s) 2022-11-23T03:19:21.0807497Z test_quick_flip_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:21.0807681Z test_quick_floor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0807978Z test_quick_floor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0808160Z test_quick_floor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:21.0808337Z test_quick_floor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:21.0808570Z test_quick_floor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0808745Z test_quick_floor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.0808920Z test_quick_floor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.0809094Z test_quick_floor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.0809270Z test_quick_floor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:21.0809465Z test_quick_floor_divide_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:21.0809659Z test_quick_floor_divide_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:21.0809856Z test_quick_floor_divide_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.310s) 2022-11-23T03:19:21.0810050Z test_quick_floor_divide_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.312s) 2022-11-23T03:19:21.0812076Z test_quick_floor_divide_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:21.0812296Z test_quick_floor_divide_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:21.0812481Z test_quick_floor_divide_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:21.0812666Z test_quick_floor_divide_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:19:21.0813750Z test_quick_floor_divide_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:19:21.0813995Z test_quick_fmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.0814179Z test_quick_fmax_cuda_bool (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:21.0814357Z test_quick_fmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:21.0814541Z test_quick_fmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:19:21.0814717Z test_quick_fmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.264s) 2022-11-23T03:19:21.0814891Z test_quick_fmax_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.0815063Z test_quick_fmax_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.0815234Z test_quick_fmax_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:19:21.0815407Z test_quick_fmax_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:19:21.0815584Z test_quick_fmax_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:21.0815762Z test_quick_fmin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.0815933Z test_quick_fmin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:21.0816109Z test_quick_fmin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0816288Z test_quick_fmin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:21.0816464Z test_quick_fmin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:19:21.0816635Z test_quick_fmin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:19:21.0818598Z test_quick_fmin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0818785Z test_quick_fmin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:21.0818960Z test_quick_fmin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:21.0819131Z test_quick_fmin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:19:21.0819314Z test_quick_fmod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0819490Z test_quick_fmod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:21.0819666Z test_quick_fmod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:19:21.0819983Z test_quick_fmod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:19:21.0820154Z test_quick_fmod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:21.0820324Z test_quick_fmod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-11-23T03:19:21.0820495Z test_quick_fmod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:21.0820668Z test_quick_fmod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:19:21.0820840Z test_quick_fmod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0821018Z test_quick_frac_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0821198Z test_quick_frac_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0821373Z test_quick_frac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:21.0821550Z test_quick_frac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.0821710Z test_quick_full_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0821885Z test_quick_full_cuda_bool (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0822069Z test_quick_full_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0822252Z test_quick_full_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0822432Z test_quick_full_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0822608Z test_quick_full_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0822858Z test_quick_full_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0823050Z test_quick_full_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0823221Z test_quick_full_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0825266Z test_quick_full_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0825459Z test_quick_full_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0825630Z test_quick_full_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0825802Z test_quick_full_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0825973Z test_quick_gcd_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:21.0826140Z test_quick_gcd_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.0826303Z test_quick_gcd_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-11-23T03:19:21.0826475Z test_quick_gcd_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:21.0826630Z test_quick_gcd_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.208s) 2022-11-23T03:19:21.0826807Z test_quick_ge_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:19:21.0826978Z test_quick_ge_cuda_bool (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.0827155Z test_quick_ge_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:19:21.0827325Z test_quick_ge_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.245s) 2022-11-23T03:19:21.0827497Z test_quick_ge_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:19:21.0827665Z test_quick_ge_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0827831Z test_quick_ge_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:21.0827993Z test_quick_ge_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:21.0828161Z test_quick_ge_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:21.0828328Z test_quick_ge_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:21.0828526Z test_quick_grid_sampler_2d_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.288s) 2022-11-23T03:19:21.0828718Z test_quick_grid_sampler_2d_cuda_float32 (__main__.TestDecompCUDA) ... ok (2.521s) 2022-11-23T03:19:21.0829014Z test_quick_grid_sampler_2d_cuda_float64 (__main__.TestDecompCUDA) ... ok (2.514s) 2022-11-23T03:19:21.0829192Z test_quick_gt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-11-23T03:19:21.0829361Z test_quick_gt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.0829517Z test_quick_gt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:19:21.0829688Z test_quick_gt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:19:21.0831579Z test_quick_gt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:19:21.0831778Z test_quick_gt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.0831950Z test_quick_gt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:19:21.0832112Z test_quick_gt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:21.0832279Z test_quick_gt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.0832445Z test_quick_gt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:19:21.0832635Z test_quick_heaviside_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.0832819Z test_quick_heaviside_cuda_bool (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:21.0833115Z test_quick_heaviside_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:21.0833304Z test_quick_heaviside_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:19:21.0833488Z test_quick_heaviside_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-11-23T03:19:21.0833671Z test_quick_heaviside_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:19:21.0833944Z test_quick_heaviside_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:21.0834140Z test_quick_heaviside_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:19:21.0834321Z test_quick_heaviside_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:19:21.0834484Z test_quick_heaviside_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:19:21.0834665Z test_quick_hypot_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.0834844Z test_quick_hypot_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.0835022Z test_quick_hypot_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:19:21.0835199Z test_quick_hypot_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.268s) 2022-11-23T03:19:21.0835376Z test_quick_igamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.264s) 2022-11-23T03:19:21.0835559Z test_quick_igamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:19:21.0835741Z test_quick_igammac_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.264s) 2022-11-23T03:19:21.0835920Z test_quick_igammac_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.260s) 2022-11-23T03:19:21.0836112Z test_quick_index_add_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.0838007Z test_quick_index_add_cuda_bool (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.0838237Z test_quick_index_add_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:19:21.0838428Z test_quick_index_add_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.209s) 2022-11-23T03:19:21.0838617Z test_quick_index_add_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:21.0838801Z test_quick_index_add_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.0838984Z test_quick_index_add_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:19:21.0839170Z test_quick_index_add_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:19:21.0839333Z test_quick_index_add_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0839512Z test_quick_index_add_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.0839801Z test_quick_index_add_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0839982Z test_quick_index_add_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0840158Z test_quick_index_add_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0840349Z test_quick_index_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0840533Z test_quick_index_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.0840727Z test_quick_index_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:21.0840925Z test_quick_index_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:21.0841113Z test_quick_index_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0841300Z test_quick_index_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.0841489Z test_quick_index_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.0841772Z test_quick_index_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.0841957Z test_quick_index_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.0842135Z test_quick_index_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.0842313Z test_quick_index_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:21.0842490Z test_quick_index_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0842680Z test_quick_index_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0844673Z test_quick_index_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0844897Z test_quick_index_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:21.0845091Z test_quick_index_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.0845281Z test_quick_index_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0845467Z test_quick_index_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:21.0845654Z test_quick_index_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:21.0845836Z test_quick_index_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0846019Z test_quick_index_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.0846194Z test_quick_index_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0846377Z test_quick_index_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0846554Z test_quick_index_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0846747Z test_quick_index_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0846937Z test_quick_index_select_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0847134Z test_quick_index_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:21.0847330Z test_quick_index_select_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.0847519Z test_quick_index_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.0847710Z test_quick_index_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0847883Z test_quick_index_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:21.0848077Z test_quick_index_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0848263Z test_quick_index_select_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0848448Z test_quick_index_select_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0848631Z test_quick_index_select_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0848901Z test_quick_index_select_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0849082Z test_quick_index_select_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0850988Z test_quick_isinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:21.0851182Z test_quick_isinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:21.0851371Z test_quick_isinf_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:21.0851555Z test_quick_isinf_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:19:21.0851743Z test_quick_isinf_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:19:21.0851923Z test_quick_isinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.0852100Z test_quick_isinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:21.0852280Z test_quick_isinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:21.0852455Z test_quick_isinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:21.0852626Z test_quick_isinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0852790Z test_quick_isinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:21.0852967Z test_quick_isinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.0853141Z test_quick_isinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0853321Z test_quick_isnan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:21.0853580Z test_quick_isnan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0853782Z test_quick_isnan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:21.0853967Z test_quick_isnan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:21.0854148Z test_quick_isnan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.0854326Z test_quick_isnan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.0854502Z test_quick_isnan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:21.0854677Z test_quick_isnan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:21.0854851Z test_quick_isnan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:21.0855024Z test_quick_isnan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0855196Z test_quick_isnan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0855373Z test_quick_isnan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:21.0855560Z test_quick_isneginf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:21.0857478Z test_quick_isneginf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.0857666Z test_quick_isneginf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.0857852Z test_quick_isneginf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:21.0858036Z test_quick_isneginf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.0858217Z test_quick_isneginf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0858397Z test_quick_isneginf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0858572Z test_quick_isneginf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.0858753Z test_quick_isneginf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:21.0858935Z test_quick_isneginf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:21.0859123Z test_quick_isposinf_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.0859303Z test_quick_isposinf_cuda_bool (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0859592Z test_quick_isposinf_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:21.0859776Z test_quick_isposinf_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:21.0859957Z test_quick_isposinf_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:21.0860137Z test_quick_isposinf_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.0860316Z test_quick_isposinf_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:21.0860493Z test_quick_isposinf_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:21.0860674Z test_quick_isposinf_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.0860837Z test_quick_isposinf_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0861010Z test_quick_lcm_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.0861182Z test_quick_lcm_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0861346Z test_quick_lcm_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:21.0861516Z test_quick_lcm_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:21.0861680Z test_quick_lcm_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:21.0861855Z test_quick_le_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:19:21.0863250Z test_quick_le_cuda_bool (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.0863949Z test_quick_le_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:19:21.0864213Z test_quick_le_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-11-23T03:19:21.0864399Z test_quick_le_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:19:21.0864570Z test_quick_le_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:21.0864736Z test_quick_le_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0864903Z test_quick_le_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:21.0865072Z test_quick_le_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.0865236Z test_quick_le_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.0865398Z test_quick_lerp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.0865586Z test_quick_lerp_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.622s) 2022-11-23T03:19:21.0865766Z test_quick_lerp_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.639s) 2022-11-23T03:19:21.0865947Z test_quick_lerp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:21.0866126Z test_quick_lerp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-11-23T03:19:21.0866304Z test_quick_lerp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.254s) 2022-11-23T03:19:21.0866481Z test_quick_lgamma_cuda_bool (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.0866666Z test_quick_lgamma_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0866847Z test_quick_lgamma_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0867025Z test_quick_lgamma_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0867200Z test_quick_lgamma_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0867377Z test_quick_lgamma_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0867553Z test_quick_lgamma_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0867732Z test_quick_lgamma_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0867906Z test_quick_lgamma_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0868111Z test_quick_linalg_vector_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.342s) 2022-11-23T03:19:21.0868322Z test_quick_linalg_vector_norm_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.932s) 2022-11-23T03:19:21.0870361Z test_quick_linalg_vector_norm_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.994s) 2022-11-23T03:19:21.0870585Z test_quick_linalg_vector_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.358s) 2022-11-23T03:19:21.0870789Z test_quick_linalg_vector_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.181s) 2022-11-23T03:19:21.0870988Z test_quick_linalg_vector_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.215s) 2022-11-23T03:19:21.0871177Z test_quick_linspace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:21.0871373Z test_quick_linspace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:19:21.0871564Z test_quick_linspace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:19:21.0871751Z test_quick_linspace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0871936Z test_quick_linspace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:21.0872122Z test_quick_linspace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.0872303Z test_quick_linspace_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:21.0872482Z test_quick_linspace_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:19:21.0872659Z test_quick_linspace_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.0872840Z test_quick_linspace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:19:21.0873020Z test_quick_linspace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.0873286Z test_quick_log10_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0873476Z test_quick_log10_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0873661Z test_quick_log10_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.0873831Z test_quick_log10_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:21.0874007Z test_quick_log10_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0874183Z test_quick_log10_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:21.0874359Z test_quick_log10_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0874536Z test_quick_log10_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0874708Z test_quick_log10_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0874880Z test_quick_log10_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0876785Z test_quick_log10_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0876978Z test_quick_log10_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0877160Z test_quick_log1p_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0877336Z test_quick_log1p_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0877514Z test_quick_log1p_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0877687Z test_quick_log1p_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.0877864Z test_quick_log1p_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.0878037Z test_quick_log1p_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0878211Z test_quick_log1p_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0878383Z test_quick_log1p_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0878541Z test_quick_log1p_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0878714Z test_quick_log1p_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0878890Z test_quick_log2_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0879169Z test_quick_log2_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0879350Z test_quick_log2_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0879529Z test_quick_log2_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0879705Z test_quick_log2_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0879880Z test_quick_log2_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0880053Z test_quick_log2_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0880223Z test_quick_log2_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0880397Z test_quick_log2_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.0880567Z test_quick_log2_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0880739Z test_quick_log2_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0880910Z test_quick_log2_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0881091Z test_quick_log_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0881263Z test_quick_log_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0883138Z test_quick_log_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0883343Z test_quick_log_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:21.0883522Z test_quick_log_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0883696Z test_quick_log_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0883959Z test_quick_log_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.0884144Z test_quick_log_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0884316Z test_quick_log_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0884490Z test_quick_log_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.0884655Z test_quick_log_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0884824Z test_quick_log_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0884992Z test_quick_log_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0885183Z test_quick_log_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0885371Z test_quick_log_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.0885559Z test_quick_log_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:21.0885749Z test_quick_log_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:19:21.0885938Z test_quick_logical_and_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.141s) 2022-11-23T03:19:21.0886123Z test_quick_logical_and_cuda_bool (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:21.0886306Z test_quick_logical_and_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.437s) 2022-11-23T03:19:21.0886499Z test_quick_logical_and_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.453s) 2022-11-23T03:19:21.0886688Z test_quick_logical_and_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-11-23T03:19:21.0886874Z test_quick_logical_and_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:19:21.0887061Z test_quick_logical_and_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:19:21.0887246Z test_quick_logical_and_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:19:21.0887431Z test_quick_logical_and_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:21.0887610Z test_quick_logical_and_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0889558Z test_quick_logical_and_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:21.0889876Z test_quick_logical_and_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:21.0890068Z test_quick_logical_not_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0890252Z test_quick_logical_not_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0890448Z test_quick_logical_not_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.0890642Z test_quick_logical_not_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.0890831Z test_quick_logical_not_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0891019Z test_quick_logical_not_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0891209Z test_quick_logical_not_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0891392Z test_quick_logical_not_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0891559Z test_quick_logical_not_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0891745Z test_quick_logical_not_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0891931Z test_quick_logical_not_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0892109Z test_quick_logical_not_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0892298Z test_quick_logical_or_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.145s) 2022-11-23T03:19:21.0892481Z test_quick_logical_or_cuda_bool (__main__.TestDecompCUDA) ... ok (0.186s) 2022-11-23T03:19:21.0892675Z test_quick_logical_or_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.440s) 2022-11-23T03:19:21.0892943Z test_quick_logical_or_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.471s) 2022-11-23T03:19:21.0893145Z test_quick_logical_or_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:19:21.0893332Z test_quick_logical_or_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:19:21.0893521Z test_quick_logical_or_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.281s) 2022-11-23T03:19:21.0893705Z test_quick_logical_or_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.195s) 2022-11-23T03:19:21.0893887Z test_quick_logical_or_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:21.0894065Z test_quick_logical_or_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.0895495Z test_quick_logical_or_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0896201Z test_quick_logical_or_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0896410Z test_quick_logical_xor_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-11-23T03:19:21.0896578Z test_quick_logical_xor_cuda_bool (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:21.0896774Z test_quick_logical_xor_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.423s) 2022-11-23T03:19:21.0896972Z test_quick_logical_xor_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.421s) 2022-11-23T03:19:21.0897160Z test_quick_logical_xor_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:19:21.0897346Z test_quick_logical_xor_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:19:21.0897531Z test_quick_logical_xor_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:19:21.0897716Z test_quick_logical_xor_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:21.0897935Z test_quick_logical_xor_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:21.0898119Z test_quick_logical_xor_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:21.0898304Z test_quick_logical_xor_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0898482Z test_quick_logical_xor_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:21.0898662Z test_quick_logit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.0898947Z test_quick_logit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:21.0899126Z test_quick_logit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.0899302Z test_quick_logit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.0899480Z test_quick_logit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:21.0899654Z test_quick_logit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0899813Z test_quick_logit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0899987Z test_quick_logit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:19:21.0900165Z test_quick_logit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0900338Z test_quick_logit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0900528Z test_quick_logspace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.401s) 2022-11-23T03:19:21.0902055Z test_quick_logspace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.681s) 2022-11-23T03:19:21.0902790Z test_quick_logspace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.750s) 2022-11-23T03:19:21.0902991Z test_quick_logspace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.413s) 2022-11-23T03:19:21.0903178Z test_quick_logspace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.624s) 2022-11-23T03:19:21.0903360Z test_quick_logspace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.593s) 2022-11-23T03:19:21.0903570Z test_quick_logspace_cuda_int16 (__main__.TestDecompCUDA) ... expected failure (0.067s) 2022-11-23T03:19:21.0903863Z test_quick_logspace_cuda_int32 (__main__.TestDecompCUDA) ... expected failure (0.060s) 2022-11-23T03:19:21.0904086Z test_quick_logspace_cuda_int64 (__main__.TestDecompCUDA) ... expected failure (0.057s) 2022-11-23T03:19:21.0904268Z test_quick_logspace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0904455Z test_quick_logspace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.132s) 2022-11-23T03:19:21.0904646Z test_quick_logsumexp_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0904828Z test_quick_logsumexp_cuda_bool (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:21.0905016Z test_quick_logsumexp_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0905188Z test_quick_logsumexp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.129s) 2022-11-23T03:19:21.0905372Z test_quick_logsumexp_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:21.0905558Z test_quick_logsumexp_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0905740Z test_quick_logsumexp_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:21.0905919Z test_quick_logsumexp_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0906104Z test_quick_logsumexp_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:21.0906284Z test_quick_logsumexp_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:21.0906461Z test_quick_lt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:19:21.0906633Z test_quick_lt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.167s) 2022-11-23T03:19:21.0906807Z test_quick_lt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-11-23T03:19:21.0906981Z test_quick_lt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.289s) 2022-11-23T03:19:21.0907152Z test_quick_lt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.251s) 2022-11-23T03:19:21.0907325Z test_quick_lt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-11-23T03:19:21.0909269Z test_quick_lt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:19:21.0909449Z test_quick_lt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.0909616Z test_quick_lt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:21.0909867Z test_quick_lt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.0910060Z test_quick_masked_fill_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.0910245Z test_quick_masked_fill_cuda_bool (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:21.0910442Z test_quick_masked_fill_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-11-23T03:19:21.0910637Z test_quick_masked_fill_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:19:21.0910832Z test_quick_masked_fill_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:19:21.0911024Z test_quick_masked_fill_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.0911213Z test_quick_masked_fill_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:19:21.0911400Z test_quick_masked_fill_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:19:21.0911587Z test_quick_masked_fill_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:21.0911769Z test_quick_masked_fill_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:21.0911950Z test_quick_masked_fill_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:21.0912133Z test_quick_masked_fill_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:21.0912312Z test_quick_masked_fill_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.0912494Z test_quick_maximum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.0912675Z test_quick_maximum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:21.0912925Z test_quick_maximum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:21.0913121Z test_quick_maximum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:19:21.0913281Z test_quick_maximum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-11-23T03:19:21.0913464Z test_quick_maximum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0913641Z test_quick_maximum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:19:21.0913817Z test_quick_maximum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.0915733Z test_quick_maximum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:21.0915929Z test_quick_maximum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:21.0916106Z test_quick_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:21.0916289Z test_quick_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.207s) 2022-11-23T03:19:21.0916470Z test_quick_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.213s) 2022-11-23T03:19:21.0916646Z test_quick_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:21.0916820Z test_quick_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:21.0916999Z test_quick_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:19:21.0917289Z test_quick_meshgrid_list_of_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bfloat16 not supported (0.000s) 2022-11-23T03:19:21.0917564Z test_quick_meshgrid_list_of_tensors_cuda_bool (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bool not supported (0.000s) 2022-11-23T03:19:21.0917856Z test_quick_meshgrid_list_of_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex128 not supported (0.000s) 2022-11-23T03:19:21.0918147Z test_quick_meshgrid_list_of_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex64 not supported (0.000s) 2022-11-23T03:19:21.0918427Z test_quick_meshgrid_list_of_tensors_cuda_float16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float16 not supported (0.000s) 2022-11-23T03:19:21.0919309Z test_quick_meshgrid_list_of_tensors_cuda_float32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float32 not supported (0.010s) 2022-11-23T03:19:21.0919587Z test_quick_meshgrid_list_of_tensors_cuda_float64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-11-23T03:19:21.0919855Z test_quick_meshgrid_list_of_tensors_cuda_int16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-11-23T03:19:21.0920114Z test_quick_meshgrid_list_of_tensors_cuda_int32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-11-23T03:19:21.0921651Z test_quick_meshgrid_list_of_tensors_cuda_int64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-11-23T03:19:21.0921942Z test_quick_meshgrid_list_of_tensors_cuda_int8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-11-23T03:19:21.0922745Z test_quick_meshgrid_list_of_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-11-23T03:19:21.0923049Z test_quick_meshgrid_variadic_tensors_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:21.0923324Z test_quick_meshgrid_variadic_tensors_cuda_bool (__main__.TestDecompCUDA) ... skip: meshgrid in torch.bool not supported (0.001s) 2022-11-23T03:19:21.0923618Z test_quick_meshgrid_variadic_tensors_cuda_complex128 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex128 not supported (0.001s) 2022-11-23T03:19:21.0923910Z test_quick_meshgrid_variadic_tensors_cuda_complex64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.complex64 not supported (0.001s) 2022-11-23T03:19:21.0924295Z test_quick_meshgrid_variadic_tensors_cuda_float16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float16 not supported (0.001s) 2022-11-23T03:19:21.0924595Z test_quick_meshgrid_variadic_tensors_cuda_float32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float32 not supported (0.001s) 2022-11-23T03:19:21.0924878Z test_quick_meshgrid_variadic_tensors_cuda_float64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.float64 not supported (0.001s) 2022-11-23T03:19:21.0925150Z test_quick_meshgrid_variadic_tensors_cuda_int16 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int16 not supported (0.001s) 2022-11-23T03:19:21.0925415Z test_quick_meshgrid_variadic_tensors_cuda_int32 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int32 not supported (0.001s) 2022-11-23T03:19:21.0925673Z test_quick_meshgrid_variadic_tensors_cuda_int64 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int64 not supported (0.001s) 2022-11-23T03:19:21.0925943Z test_quick_meshgrid_variadic_tensors_cuda_int8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.int8 not supported (0.001s) 2022-11-23T03:19:21.0926205Z test_quick_meshgrid_variadic_tensors_cuda_uint8 (__main__.TestDecompCUDA) ... skip: meshgrid in torch.uint8 not supported (0.001s) 2022-11-23T03:19:21.0926396Z test_quick_minimum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0926576Z test_quick_minimum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0926761Z test_quick_minimum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.0926944Z test_quick_minimum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:19:21.0927123Z test_quick_minimum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-11-23T03:19:21.0929035Z test_quick_minimum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:21.0929236Z test_quick_minimum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.0929421Z test_quick_minimum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.0929598Z test_quick_minimum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:21.0929756Z test_quick_minimum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.0930045Z test_quick_mul_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:21.0930221Z test_quick_mul_cuda_bool (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.0930403Z test_quick_mul_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.434s) 2022-11-23T03:19:21.0930582Z test_quick_mul_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.447s) 2022-11-23T03:19:21.0930760Z test_quick_mul_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.449s) 2022-11-23T03:19:21.0930938Z test_quick_mul_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0931117Z test_quick_mul_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-11-23T03:19:21.0931291Z test_quick_mul_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-11-23T03:19:21.0931464Z test_quick_mul_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:19:21.0931631Z test_quick_mul_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:21.0931797Z test_quick_mul_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:21.0931967Z test_quick_mul_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.0932131Z test_quick_mul_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:21.0932308Z test_quick_mv_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0932489Z test_quick_mv_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.0932666Z test_quick_mv_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:21.0932825Z test_quick_mv_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.0933067Z test_quick_mv_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:21.0933256Z test_quick_mv_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.0933463Z test_quick_mvlgamma_mvlgamma_p_1_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0935398Z test_quick_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.079s) 2022-11-23T03:19:21.0935641Z test_quick_mvlgamma_mvlgamma_p_1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:21.0935843Z test_quick_mvlgamma_mvlgamma_p_1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0936043Z test_quick_mvlgamma_mvlgamma_p_1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0936244Z test_quick_mvlgamma_mvlgamma_p_1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.0936448Z test_quick_mvlgamma_mvlgamma_p_1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0936651Z test_quick_mvlgamma_mvlgamma_p_1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:21.0936854Z test_quick_mvlgamma_mvlgamma_p_3_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:21.0937059Z test_quick_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:21.0937262Z test_quick_mvlgamma_mvlgamma_p_3_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:21.0937458Z test_quick_mvlgamma_mvlgamma_p_3_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0937654Z test_quick_mvlgamma_mvlgamma_p_3_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.0937852Z test_quick_mvlgamma_mvlgamma_p_3_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.0938050Z test_quick_mvlgamma_mvlgamma_p_3_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:21.0938250Z test_quick_mvlgamma_mvlgamma_p_3_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0938436Z test_quick_mvlgamma_mvlgamma_p_5_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:21.0938638Z test_quick_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:19:21.0938944Z test_quick_mvlgamma_mvlgamma_p_5_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:19:21.0939139Z test_quick_mvlgamma_mvlgamma_p_5_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.0939336Z test_quick_mvlgamma_mvlgamma_p_5_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.0939534Z test_quick_mvlgamma_mvlgamma_p_5_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0939730Z test_quick_mvlgamma_mvlgamma_p_5_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.0939926Z test_quick_mvlgamma_mvlgamma_p_5_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0941849Z test_quick_nan_to_num_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:21.0942068Z test_quick_nan_to_num_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0942253Z test_quick_nan_to_num_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0942440Z test_quick_nan_to_num_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:21.0942625Z test_quick_nan_to_num_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:21.0942806Z test_quick_nan_to_num_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.0942986Z test_quick_nan_to_num_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0943164Z test_quick_nan_to_num_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0943343Z test_quick_nan_to_num_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0943611Z test_quick_nan_to_num_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0943803Z test_quick_narrow_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.0943985Z test_quick_narrow_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:19:21.0944186Z test_quick_narrow_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.225s) 2022-11-23T03:19:21.0944380Z test_quick_narrow_copy_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-11-23T03:19:21.0944576Z test_quick_narrow_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-11-23T03:19:21.0944767Z test_quick_narrow_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0944956Z test_quick_narrow_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.124s) 2022-11-23T03:19:21.0945143Z test_quick_narrow_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:19:21.0945329Z test_quick_narrow_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:21.0945516Z test_quick_narrow_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:19:21.0945696Z test_quick_narrow_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.091s) 2022-11-23T03:19:21.0945882Z test_quick_narrow_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:19:21.0946065Z test_quick_narrow_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.096s) 2022-11-23T03:19:21.0946266Z test_quick_native_batch_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0946465Z test_quick_native_batch_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.0948387Z test_quick_native_batch_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.640s) 2022-11-23T03:19:21.0948598Z test_quick_native_batch_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.632s) 2022-11-23T03:19:21.0948815Z test_quick_native_dropout_backward_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0949013Z test_quick_native_dropout_backward_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0949222Z test_quick_native_dropout_backward_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.665s) 2022-11-23T03:19:21.0949530Z test_quick_native_dropout_backward_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.662s) 2022-11-23T03:19:21.0949729Z test_quick_native_layer_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.0949928Z test_quick_native_layer_norm_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:21.0950121Z test_quick_native_layer_norm_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.484s) 2022-11-23T03:19:21.0950311Z test_quick_native_layer_norm_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.457s) 2022-11-23T03:19:21.0950489Z test_quick_ne_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:19:21.0950657Z test_quick_ne_cuda_bool (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.0950839Z test_quick_ne_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.421s) 2022-11-23T03:19:21.0951022Z test_quick_ne_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.427s) 2022-11-23T03:19:21.0951194Z test_quick_ne_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.131s) 2022-11-23T03:19:21.0951372Z test_quick_ne_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.241s) 2022-11-23T03:19:21.0951544Z test_quick_ne_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-11-23T03:19:21.0951715Z test_quick_ne_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.199s) 2022-11-23T03:19:21.0951881Z test_quick_ne_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-11-23T03:19:21.0952044Z test_quick_ne_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:21.0952195Z test_quick_ne_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.0952361Z test_quick_ne_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-11-23T03:19:21.0952611Z test_quick_neg_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0952809Z test_quick_neg_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:21.0952989Z test_quick_neg_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:21.0954889Z test_quick_neg_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:19:21.0955087Z test_quick_neg_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0955263Z test_quick_neg_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.0955437Z test_quick_neg_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:21.0955609Z test_quick_neg_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.0955779Z test_quick_neg_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0955944Z test_quick_neg_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.0956118Z test_quick_neg_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0956286Z test_quick_neg_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.0956552Z test_quick_new_empty_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:21.0956805Z test_quick_new_empty_cuda_bool (__main__.TestDecompCUDA) ... skip: new_empty in torch.bool not supported (0.001s) 2022-11-23T03:19:21.0957074Z test_quick_new_empty_cuda_complex128 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex128 not supported (0.001s) 2022-11-23T03:19:21.0957342Z test_quick_new_empty_cuda_complex32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex32 not supported (0.001s) 2022-11-23T03:19:21.0957606Z test_quick_new_empty_cuda_complex64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.complex64 not supported (0.001s) 2022-11-23T03:19:21.0957846Z test_quick_new_empty_cuda_float16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float16 not supported (0.001s) 2022-11-23T03:19:21.0958100Z test_quick_new_empty_cuda_float32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float32 not supported (0.001s) 2022-11-23T03:19:21.0958357Z test_quick_new_empty_cuda_float64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.float64 not supported (0.001s) 2022-11-23T03:19:21.0958713Z test_quick_new_empty_cuda_int16 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int16 not supported (0.001s) 2022-11-23T03:19:21.0958953Z test_quick_new_empty_cuda_int32 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int32 not supported (0.001s) 2022-11-23T03:19:21.0959186Z test_quick_new_empty_cuda_int64 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int64 not supported (0.001s) 2022-11-23T03:19:21.0959429Z test_quick_new_empty_cuda_int8 (__main__.TestDecompCUDA) ... skip: new_empty in torch.int8 not supported (0.001s) 2022-11-23T03:19:21.0961533Z test_quick_new_empty_cuda_uint8 (__main__.TestDecompCUDA) ... skip: new_empty in torch.uint8 not supported (0.001s) 2022-11-23T03:19:21.0961813Z test_quick_new_empty_strided_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:21.0962089Z test_quick_new_empty_strided_cuda_bool (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:21.0962369Z test_quick_new_empty_strided_cuda_complex128 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:21.0962650Z test_quick_new_empty_strided_cuda_complex32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:21.0962929Z test_quick_new_empty_strided_cuda_complex64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:21.0963293Z test_quick_new_empty_strided_cuda_float16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:21.0963578Z test_quick_new_empty_strided_cuda_float32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:21.0963855Z test_quick_new_empty_strided_cuda_float64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:21.0964125Z test_quick_new_empty_strided_cuda_int16 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:21.0964385Z test_quick_new_empty_strided_cuda_int32 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:21.0964640Z test_quick_new_empty_strided_cuda_int64 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:21.0964909Z test_quick_new_empty_strided_cuda_int8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:21.0965167Z test_quick_new_empty_strided_cuda_uint8 (__main__.TestDecompCUDA) ... skip: Expected: new_empty_strided is not comparable (0.001s) 2022-11-23T03:19:21.0965353Z test_quick_new_full_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0965536Z test_quick_new_full_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0965727Z test_quick_new_full_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.0965916Z test_quick_new_full_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.075s) 2022-11-23T03:19:21.0967847Z test_quick_new_full_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:19:21.0968032Z test_quick_new_full_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0968217Z test_quick_new_full_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:21.0968400Z test_quick_new_full_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:21.0968580Z test_quick_new_full_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0968756Z test_quick_new_full_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0969040Z test_quick_new_full_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.0969218Z test_quick_new_full_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0969394Z test_quick_new_full_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.0969579Z test_quick_new_ones_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.0969755Z test_quick_new_ones_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0969946Z test_quick_new_ones_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.0970135Z test_quick_new_ones_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:21.0970326Z test_quick_new_ones_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:21.0970506Z test_quick_new_ones_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.0970685Z test_quick_new_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.0970866Z test_quick_new_ones_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:21.0971044Z test_quick_new_ones_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.0971202Z test_quick_new_ones_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0971375Z test_quick_new_ones_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.0971550Z test_quick_new_ones_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.0971727Z test_quick_new_ones_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.0971915Z test_quick_new_zeros_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.0974374Z test_quick_new_zeros_cuda_bool (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:21.0974639Z test_quick_new_zeros_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.064s) 2022-11-23T03:19:21.0974831Z test_quick_new_zeros_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:21.0975026Z test_quick_new_zeros_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:19:21.0975269Z test_quick_new_zeros_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0975604Z test_quick_new_zeros_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:21.0975949Z test_quick_new_zeros_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.0976285Z test_quick_new_zeros_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0976623Z test_quick_new_zeros_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0976969Z test_quick_new_zeros_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.0977311Z test_quick_new_zeros_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0977654Z test_quick_new_zeros_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.0978024Z test_quick_nextafter_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0978359Z test_quick_nextafter_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:19:21.0978716Z test_quick_nextafter_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.243s) 2022-11-23T03:19:21.0981546Z test_quick_nn_functional_binary_cross_entropy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.137s) 2022-11-23T03:19:21.0982031Z test_quick_nn_functional_binary_cross_entropy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.147s) 2022-11-23T03:19:21.0982472Z test_quick_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.132s) 2022-11-23T03:19:21.0982918Z test_quick_nn_functional_binary_cross_entropy_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.082s) 2022-11-23T03:19:21.0983398Z test_quick_nn_functional_binary_cross_entropy_with_logits_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:21.0984042Z test_quick_nn_functional_binary_cross_entropy_with_logits_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:21.0984507Z test_quick_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.542s) 2022-11-23T03:19:21.0984967Z test_quick_nn_functional_binary_cross_entropy_with_logits_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.522s) 2022-11-23T03:19:21.0985358Z test_quick_nn_functional_elu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0985742Z test_quick_nn_functional_elu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0988512Z test_quick_nn_functional_elu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:21.0988925Z test_quick_nn_functional_elu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.0989333Z test_quick_nn_functional_embedding_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.0989752Z test_quick_nn_functional_embedding_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.0990164Z test_quick_nn_functional_embedding_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.105s) 2022-11-23T03:19:21.0990562Z test_quick_nn_functional_embedding_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.101s) 2022-11-23T03:19:21.0990954Z test_quick_nn_functional_gelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:21.0991334Z test_quick_nn_functional_gelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:21.0991698Z test_quick_nn_functional_gelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.470s) 2022-11-23T03:19:21.0992231Z test_quick_nn_functional_gelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.486s) 2022-11-23T03:19:21.0992641Z test_quick_nn_functional_glu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:19:21.0995486Z test_quick_nn_functional_glu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:19:21.0995906Z test_quick_nn_functional_glu_cuda_float32 (__main__.TestDecompCUDA) ... ok (3.209s) 2022-11-23T03:19:21.0996284Z test_quick_nn_functional_glu_cuda_float64 (__main__.TestDecompCUDA) ... ok (3.105s) 2022-11-23T03:19:21.0996700Z test_quick_nn_functional_hardshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.0997109Z test_quick_nn_functional_hardshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.0997516Z test_quick_nn_functional_hardshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:21.0997967Z test_quick_nn_functional_hardshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:21.0998407Z test_quick_nn_functional_hardsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.0998825Z test_quick_nn_functional_hardsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.0999244Z test_quick_nn_functional_hardsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.0999647Z test_quick_nn_functional_hardsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.1002442Z test_quick_nn_functional_hardswish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.1002874Z test_quick_nn_functional_hardswish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.1003287Z test_quick_nn_functional_hardswish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.242s) 2022-11-23T03:19:21.1003684Z test_quick_nn_functional_hardswish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:19:21.1004092Z test_quick_nn_functional_hardtanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1004491Z test_quick_nn_functional_hardtanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.1004893Z test_quick_nn_functional_hardtanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:19:21.1005433Z test_quick_nn_functional_hardtanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:19:21.1005832Z test_quick_nn_functional_hardtanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.1006228Z test_quick_nn_functional_hardtanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.1006616Z test_quick_nn_functional_hardtanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:21.1009376Z test_quick_nn_functional_hardtanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:21.1009813Z test_quick_nn_functional_huber_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.1010226Z test_quick_nn_functional_huber_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.1010631Z test_quick_nn_functional_huber_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.824s) 2022-11-23T03:19:21.1011038Z test_quick_nn_functional_huber_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.807s) 2022-11-23T03:19:21.1011442Z test_quick_nn_functional_leaky_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:21.1011839Z test_quick_nn_functional_leaky_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.1012225Z test_quick_nn_functional_leaky_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.517s) 2022-11-23T03:19:21.1012601Z test_quick_nn_functional_leaky_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.523s) 2022-11-23T03:19:21.1012999Z test_quick_nn_functional_logsigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.1013522Z test_quick_nn_functional_logsigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.1015593Z test_quick_nn_functional_logsigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:21.1015831Z test_quick_nn_functional_logsigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:21.1016040Z test_quick_nn_functional_mish_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1016242Z test_quick_nn_functional_mish_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.1016427Z test_quick_nn_functional_mish_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:21.1016626Z test_quick_nn_functional_mish_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:21.1016833Z test_quick_nn_functional_mse_loss_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:21.1017041Z test_quick_nn_functional_mse_loss_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:21.1017243Z test_quick_nn_functional_mse_loss_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.352s) 2022-11-23T03:19:21.1017439Z test_quick_nn_functional_mse_loss_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.349s) 2022-11-23T03:19:21.1017660Z test_quick_nn_functional_pad_constant_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:21.1017872Z test_quick_nn_functional_pad_constant_cuda_bool (__main__.TestDecompCUDA) ... ok (0.527s) 2022-11-23T03:19:21.1018098Z test_quick_nn_functional_pad_constant_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.169s) 2022-11-23T03:19:21.1018318Z test_quick_nn_functional_pad_constant_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.121s) 2022-11-23T03:19:21.1018531Z test_quick_nn_functional_pad_constant_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.073s) 2022-11-23T03:19:21.1018744Z test_quick_nn_functional_pad_constant_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.698s) 2022-11-23T03:19:21.1018957Z test_quick_nn_functional_pad_constant_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.698s) 2022-11-23T03:19:21.1019166Z test_quick_nn_functional_pad_constant_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.505s) 2022-11-23T03:19:21.1019497Z test_quick_nn_functional_pad_constant_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.504s) 2022-11-23T03:19:21.1019698Z test_quick_nn_functional_pad_constant_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.491s) 2022-11-23T03:19:21.1019905Z test_quick_nn_functional_pad_constant_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.577s) 2022-11-23T03:19:21.1020107Z test_quick_nn_functional_pad_constant_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.559s) 2022-11-23T03:19:21.1022014Z test_quick_nn_functional_prelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-11-23T03:19:21.1022241Z test_quick_nn_functional_prelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.937s) 2022-11-23T03:19:21.1022432Z test_quick_nn_functional_prelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.934s) 2022-11-23T03:19:21.1022730Z test_quick_nn_functional_relu6_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.bfloat16 not supported (0.000s) 2022-11-23T03:19:21.1023022Z test_quick_nn_functional_relu6_cuda_float16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float16 not supported (0.000s) 2022-11-23T03:19:21.1023310Z test_quick_nn_functional_relu6_cuda_float32 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float32 not supported (0.006s) 2022-11-23T03:19:21.1023588Z test_quick_nn_functional_relu6_cuda_float64 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.float64 not supported (0.001s) 2022-11-23T03:19:21.1023965Z test_quick_nn_functional_relu6_cuda_int16 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int16 not supported (0.002s) 2022-11-23T03:19:21.1024336Z test_quick_nn_functional_relu6_cuda_int32 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int32 not supported (0.002s) 2022-11-23T03:19:21.1024630Z test_quick_nn_functional_relu6_cuda_int64 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int64 not supported (0.001s) 2022-11-23T03:19:21.1024915Z test_quick_nn_functional_relu6_cuda_int8 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.int8 not supported (0.001s) 2022-11-23T03:19:21.1025193Z test_quick_nn_functional_relu6_cuda_uint8 (__main__.TestDecompCUDA) ... skip: nn.functional.relu6 in torch.uint8 not supported (0.002s) 2022-11-23T03:19:21.1025397Z test_quick_nn_functional_relu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1025598Z test_quick_nn_functional_relu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1025798Z test_quick_nn_functional_relu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:19:21.1026000Z test_quick_nn_functional_relu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:21.1026197Z test_quick_nn_functional_relu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.042s) 2022-11-23T03:19:21.1026388Z test_quick_nn_functional_relu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.1026579Z test_quick_nn_functional_relu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.1028506Z test_quick_nn_functional_relu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:21.1028718Z test_quick_nn_functional_relu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:21.1028919Z test_quick_nn_functional_rrelu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1029118Z test_quick_nn_functional_rrelu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.1029320Z test_quick_nn_functional_rrelu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:21.1029526Z test_quick_nn_functional_rrelu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.1029710Z test_quick_nn_functional_silu_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.1029908Z test_quick_nn_functional_silu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.1030215Z test_quick_nn_functional_silu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:21.1030412Z test_quick_nn_functional_silu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:21.1030622Z test_quick_nn_functional_softplus_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.1030828Z test_quick_nn_functional_softplus_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1031039Z test_quick_nn_functional_softplus_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.1031240Z test_quick_nn_functional_softplus_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.1031458Z test_quick_nn_functional_softshrink_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:21.1031669Z test_quick_nn_functional_softshrink_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:21.1031878Z test_quick_nn_functional_softshrink_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.089s) 2022-11-23T03:19:21.1032084Z test_quick_nn_functional_softshrink_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:19:21.1032288Z test_quick_nn_functional_unfold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (1.082s) 2022-11-23T03:19:21.1032497Z test_quick_nn_functional_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (10.857s) 2022-11-23T03:19:21.1032705Z test_quick_nn_functional_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (10.879s) 2022-11-23T03:19:21.1032909Z test_quick_nn_functional_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.076s) 2022-11-23T03:19:21.1035002Z test_quick_nn_functional_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (6.640s) 2022-11-23T03:19:21.1035249Z test_quick_nn_functional_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (6.650s) 2022-11-23T03:19:21.1035495Z test_quick_norm_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: norm in torch.bfloat16 not supported (0.002s) 2022-11-23T03:19:21.1035751Z test_quick_norm_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T03:19:21.1035984Z test_quick_norm_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T03:19:21.1036221Z test_quick_norm_cuda_float16 (__main__.TestDecompCUDA) ... skip: norm in torch.float16 not supported (0.001s) 2022-11-23T03:19:21.1036463Z test_quick_norm_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T03:19:21.1036698Z test_quick_norm_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T03:19:21.1036946Z test_quick_norm_fro_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: norm in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:21.1037203Z test_quick_norm_fro_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T03:19:21.1037459Z test_quick_norm_fro_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T03:19:21.1037704Z test_quick_norm_fro_cuda_float16 (__main__.TestDecompCUDA) ... skip: norm in torch.float16 not supported (0.001s) 2022-11-23T03:19:21.1037943Z test_quick_norm_fro_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T03:19:21.1038172Z test_quick_norm_fro_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T03:19:21.1038417Z test_quick_norm_inf_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: norm in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:21.1038673Z test_quick_norm_inf_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.001s) 2022-11-23T03:19:21.1038926Z test_quick_norm_inf_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.001s) 2022-11-23T03:19:21.1039252Z test_quick_norm_inf_cuda_float16 (__main__.TestDecompCUDA) ... skip: norm in torch.float16 not supported (0.001s) 2022-11-23T03:19:21.1039484Z test_quick_norm_inf_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.001s) 2022-11-23T03:19:21.1041417Z test_quick_norm_inf_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.001s) 2022-11-23T03:19:21.1041695Z test_quick_norm_nuc_cuda_complex128 (__main__.TestDecompCUDA) ... skip: norm in torch.complex128 not supported (0.002s) 2022-11-23T03:19:21.1041952Z test_quick_norm_nuc_cuda_complex64 (__main__.TestDecompCUDA) ... skip: norm in torch.complex64 not supported (0.000s) 2022-11-23T03:19:21.1042194Z test_quick_norm_nuc_cuda_float32 (__main__.TestDecompCUDA) ... skip: norm in torch.float32 not supported (0.003s) 2022-11-23T03:19:21.1042431Z test_quick_norm_nuc_cuda_float64 (__main__.TestDecompCUDA) ... skip: norm in torch.float64 not supported (0.000s) 2022-11-23T03:19:21.1042618Z test_quick_ones_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.1042794Z test_quick_ones_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1042977Z test_quick_ones_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.1043159Z test_quick_ones_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1043325Z test_quick_ones_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.1043504Z test_quick_ones_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1043770Z test_quick_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.1043964Z test_quick_ones_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.1044138Z test_quick_ones_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1044309Z test_quick_ones_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1044482Z test_quick_ones_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1044653Z test_quick_ones_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1044824Z test_quick_ones_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1045011Z test_quick_permute_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1045189Z test_quick_permute_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1045379Z test_quick_permute_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.1045570Z test_quick_permute_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:21.1045760Z test_quick_permute_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.1045941Z test_quick_permute_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1047820Z test_quick_permute_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.033s) 2022-11-23T03:19:21.1048025Z test_quick_permute_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:21.1048189Z test_quick_permute_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.1048368Z test_quick_permute_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.1048543Z test_quick_permute_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1048721Z test_quick_permute_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:21.1048896Z test_quick_permute_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.1049082Z test_quick_pow_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1049265Z test_quick_pow_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.459s) 2022-11-23T03:19:21.1049440Z test_quick_pow_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.451s) 2022-11-23T03:19:21.1049724Z test_quick_pow_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.443s) 2022-11-23T03:19:21.1049899Z test_quick_pow_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:21.1050074Z test_quick_pow_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.267s) 2022-11-23T03:19:21.1050247Z test_quick_pow_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.281s) 2022-11-23T03:19:21.1050419Z test_quick_pow_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.1050583Z test_quick_pow_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:21.1050744Z test_quick_pow_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:21.1050914Z test_quick_pow_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:21.1051063Z test_quick_pow_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.1051242Z test_quick_prod_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.1051415Z test_quick_prod_cuda_bool (__main__.TestDecompCUDA) ... ok (0.476s) 2022-11-23T03:19:21.1051598Z test_quick_prod_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.040s) 2022-11-23T03:19:21.1051781Z test_quick_prod_cuda_complex32 (__main__.TestDecompCUDA) ... ok (1.113s) 2022-11-23T03:19:21.1051959Z test_quick_prod_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.074s) 2022-11-23T03:19:21.1052135Z test_quick_prod_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.1052310Z test_quick_prod_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.627s) 2022-11-23T03:19:21.1054184Z test_quick_prod_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.618s) 2022-11-23T03:19:21.1054483Z test_quick_prod_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.493s) 2022-11-23T03:19:21.1054670Z test_quick_prod_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.477s) 2022-11-23T03:19:21.1054842Z test_quick_prod_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.448s) 2022-11-23T03:19:21.1055018Z test_quick_prod_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.446s) 2022-11-23T03:19:21.1055192Z test_quick_prod_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.453s) 2022-11-23T03:19:21.1055402Z test_quick_randn_cuda_bfloat16 (__main__.TestDecompCUDA) ... expected failure (0.004s) 2022-11-23T03:19:21.1055614Z test_quick_randn_cuda_complex128 (__main__.TestDecompCUDA) ... expected failure (0.005s) 2022-11-23T03:19:21.1055822Z test_quick_randn_cuda_complex32 (__main__.TestDecompCUDA) ... expected failure (0.005s) 2022-11-23T03:19:21.1056012Z test_quick_randn_cuda_complex64 (__main__.TestDecompCUDA) ... expected failure (0.005s) 2022-11-23T03:19:21.1056221Z test_quick_randn_cuda_float16 (__main__.TestDecompCUDA) ... expected failure (0.003s) 2022-11-23T03:19:21.1056420Z test_quick_randn_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (0.004s) 2022-11-23T03:19:21.1056623Z test_quick_randn_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (0.004s) 2022-11-23T03:19:21.1056821Z test_quick_reciprocal_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.1057007Z test_quick_reciprocal_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1057205Z test_quick_reciprocal_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.1057402Z test_quick_reciprocal_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.1057593Z test_quick_reciprocal_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1057779Z test_quick_reciprocal_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.1057970Z test_quick_reciprocal_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.1058154Z test_quick_reciprocal_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1058339Z test_quick_reciprocal_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1058518Z test_quick_reciprocal_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.1058787Z test_quick_reciprocal_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1060666Z test_quick_reciprocal_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.1060874Z test_quick_remainder_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.022s) 2022-11-23T03:19:21.1061063Z test_quick_remainder_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.1061233Z test_quick_remainder_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.255s) 2022-11-23T03:19:21.1061417Z test_quick_remainder_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.252s) 2022-11-23T03:19:21.1061602Z test_quick_remainder_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:21.1061783Z test_quick_remainder_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:21.1061959Z test_quick_remainder_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-11-23T03:19:21.1062143Z test_quick_remainder_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.1062319Z test_quick_remainder_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:21.1062498Z test_quick_repeat_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:21.1062673Z test_quick_repeat_cuda_bool (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:21.1062860Z test_quick_repeat_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-11-23T03:19:21.1063046Z test_quick_repeat_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:21.1063225Z test_quick_repeat_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:21.1063490Z test_quick_repeat_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:19:21.1063681Z test_quick_repeat_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.095s) 2022-11-23T03:19:21.1063858Z test_quick_repeat_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:19:21.1064039Z test_quick_repeat_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:21.1064213Z test_quick_repeat_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.1064372Z test_quick_repeat_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.066s) 2022-11-23T03:19:21.1064544Z test_quick_repeat_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.1064724Z test_quick_roll_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.1064894Z test_quick_roll_cuda_bool (__main__.TestDecompCUDA) ... ok (0.163s) 2022-11-23T03:19:21.1065075Z test_quick_roll_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.371s) 2022-11-23T03:19:21.1065258Z test_quick_roll_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.444s) 2022-11-23T03:19:21.1067134Z test_quick_roll_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.390s) 2022-11-23T03:19:21.1067326Z test_quick_roll_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.019s) 2022-11-23T03:19:21.1067507Z test_quick_roll_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:19:21.1067681Z test_quick_roll_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.218s) 2022-11-23T03:19:21.1067851Z test_quick_roll_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.169s) 2022-11-23T03:19:21.1068022Z test_quick_roll_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.161s) 2022-11-23T03:19:21.1068192Z test_quick_roll_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.1068364Z test_quick_roll_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:21.1068533Z test_quick_roll_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.162s) 2022-11-23T03:19:21.1068712Z test_quick_rot90_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.057s) 2022-11-23T03:19:21.1068880Z test_quick_rot90_cuda_bool (__main__.TestDecompCUDA) ... ok (0.686s) 2022-11-23T03:19:21.1069049Z test_quick_rot90_cuda_complex128 (__main__.TestDecompCUDA) ... ok (1.599s) 2022-11-23T03:19:21.1069335Z test_quick_rot90_cuda_complex64 (__main__.TestDecompCUDA) ... ok (1.643s) 2022-11-23T03:19:21.1069508Z test_quick_rot90_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.1069683Z test_quick_rot90_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.961s) 2022-11-23T03:19:21.1069856Z test_quick_rot90_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.939s) 2022-11-23T03:19:21.1070031Z test_quick_rot90_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.679s) 2022-11-23T03:19:21.1070202Z test_quick_rot90_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.702s) 2022-11-23T03:19:21.1070371Z test_quick_rot90_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.687s) 2022-11-23T03:19:21.1070541Z test_quick_rot90_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.664s) 2022-11-23T03:19:21.1070712Z test_quick_rot90_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.715s) 2022-11-23T03:19:21.1070891Z test_quick_rsqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1071063Z test_quick_rsqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1071250Z test_quick_rsqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.1071431Z test_quick_rsqrt_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.1071611Z test_quick_rsqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.1073478Z test_quick_rsqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.1073685Z test_quick_rsqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.1073933Z test_quick_rsqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1074121Z test_quick_rsqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1074294Z test_quick_rsqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.1074465Z test_quick_rsqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1074642Z test_quick_rsqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1074813Z test_quick_rsqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1074990Z test_quick_rsub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.1075170Z test_quick_rsub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.479s) 2022-11-23T03:19:21.1075347Z test_quick_rsub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.493s) 2022-11-23T03:19:21.1075522Z test_quick_rsub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.1075701Z test_quick_rsub_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.278s) 2022-11-23T03:19:21.1075876Z test_quick_rsub_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.280s) 2022-11-23T03:19:21.1076047Z test_quick_rsub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:21.1076219Z test_quick_rsub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:19:21.1076387Z test_quick_rsub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.198s) 2022-11-23T03:19:21.1076556Z test_quick_rsub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:21.1076709Z test_quick_rsub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:21.1076893Z test_quick_select_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.1077173Z test_quick_select_cuda_bool (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.1077361Z test_quick_select_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:21.1077650Z test_quick_select_cuda_complex32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.000s) 2022-11-23T03:19:21.1077837Z test_quick_select_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.072s) 2022-11-23T03:19:21.1078104Z test_quick_select_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1079981Z test_quick_select_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.1080177Z test_quick_select_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.1080453Z test_quick_select_cuda_int16 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.1080725Z test_quick_select_cuda_int32 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.1081004Z test_quick_select_cuda_int64 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.1081275Z test_quick_select_cuda_int8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.001s) 2022-11-23T03:19:21.1081542Z test_quick_select_cuda_uint8 (__main__.TestDecompCUDA) ... skip: only backwards is decomposed, but dtype doesn't support AD (0.002s) 2022-11-23T03:19:21.1081724Z test_quick_sgn_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1081898Z test_quick_sgn_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.1082078Z test_quick_sgn_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.133s) 2022-11-23T03:19:21.1082259Z test_quick_sgn_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:19:21.1082438Z test_quick_sgn_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:19:21.1082612Z test_quick_sgn_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.1082875Z test_quick_sgn_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T03:19:21.1083053Z test_quick_sgn_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:21.1083225Z test_quick_sgn_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.1083394Z test_quick_sgn_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.1083556Z test_quick_sgn_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.1083725Z test_quick_sgn_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.1083888Z test_quick_sgn_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.1084071Z test_quick_sigmoid_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1084247Z test_quick_sigmoid_cuda_bool (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.1084435Z test_quick_sigmoid_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.074s) 2022-11-23T03:19:21.1086326Z test_quick_sigmoid_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.1086542Z test_quick_sigmoid_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:21.1086723Z test_quick_sigmoid_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.1086906Z test_quick_sigmoid_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.039s) 2022-11-23T03:19:21.1087082Z test_quick_sigmoid_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:21.1087259Z test_quick_sigmoid_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1087436Z test_quick_sigmoid_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.1087595Z test_quick_sigmoid_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.1087774Z test_quick_sigmoid_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.1087947Z test_quick_sigmoid_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1088125Z test_quick_sign_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.1088297Z test_quick_sign_cuda_bool (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:21.1088469Z test_quick_sign_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1088750Z test_quick_sign_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:21.1088925Z test_quick_sign_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.1089096Z test_quick_sign_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.1089266Z test_quick_sign_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:21.1089435Z test_quick_sign_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.1089605Z test_quick_sign_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.1089774Z test_quick_sign_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.1089961Z test_quick_signbit_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.032s) 2022-11-23T03:19:21.1090137Z test_quick_signbit_cuda_bool (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.1090318Z test_quick_signbit_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.029s) 2022-11-23T03:19:21.1090500Z test_quick_signbit_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.1090664Z test_quick_signbit_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.1090839Z test_quick_signbit_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.1092682Z test_quick_signbit_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.1092896Z test_quick_signbit_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.1093074Z test_quick_signbit_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.1093337Z test_quick_signbit_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.1093525Z test_quick_sin_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1093697Z test_quick_sin_cuda_bool (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.1093876Z test_quick_sin_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:21.1094056Z test_quick_sin_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:21.1094233Z test_quick_sin_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:21.1094407Z test_quick_sin_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1094580Z test_quick_sin_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.1094753Z test_quick_sin_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.1094922Z test_quick_sin_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.1095091Z test_quick_sin_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.1095255Z test_quick_sin_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.1095410Z test_quick_sin_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.1095574Z test_quick_sin_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:21.1095756Z test_quick_sinc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.1095926Z test_quick_sinc_cuda_bool (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1096106Z test_quick_sinc_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.1096285Z test_quick_sinc_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:21.1096458Z test_quick_sinc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1096632Z test_quick_sinc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.1096805Z test_quick_sinc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.1096978Z test_quick_sinc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1097147Z test_quick_sinc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1097318Z test_quick_sinc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1099817Z test_quick_sinc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1099988Z test_quick_sinc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1100165Z test_quick_sinh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1100334Z test_quick_sinh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.1100498Z test_quick_sinh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.115s) 2022-11-23T03:19:21.1100680Z test_quick_sinh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:21.1100864Z test_quick_sinh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.103s) 2022-11-23T03:19:21.1101039Z test_quick_sinh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1101215Z test_quick_sinh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.063s) 2022-11-23T03:19:21.1101390Z test_quick_sinh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:19:21.1101563Z test_quick_sinh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.1101731Z test_quick_sinh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:21.1101900Z test_quick_sinh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.050s) 2022-11-23T03:19:21.1102069Z test_quick_sinh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.054s) 2022-11-23T03:19:21.1102236Z test_quick_sinh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.1102417Z test_quick_slice_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1102588Z test_quick_slice_cuda_bool (__main__.TestDecompCUDA) ... ok (0.146s) 2022-11-23T03:19:21.1102868Z test_quick_slice_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.299s) 2022-11-23T03:19:21.1103071Z test_quick_slice_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.310s) 2022-11-23T03:19:21.1103252Z test_quick_slice_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.305s) 2022-11-23T03:19:21.1103435Z test_quick_slice_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1103597Z test_quick_slice_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-11-23T03:19:21.1103772Z test_quick_slice_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.202s) 2022-11-23T03:19:21.1105705Z test_quick_slice_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.149s) 2022-11-23T03:19:21.1105904Z test_quick_slice_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.138s) 2022-11-23T03:19:21.1106077Z test_quick_slice_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-11-23T03:19:21.1106252Z test_quick_slice_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:19:21.1106422Z test_quick_slice_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:19:21.1106608Z test_quick_softmax_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.1106792Z test_quick_softmax_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:21.1106971Z test_quick_softmax_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.259s) 2022-11-23T03:19:21.1107150Z test_quick_softmax_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:19:21.1107344Z test_quick_special_entr_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.1107536Z test_quick_special_entr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.1107727Z test_quick_special_entr_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1107916Z test_quick_special_entr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.1108108Z test_quick_special_entr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.1108295Z test_quick_special_entr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.1108464Z test_quick_special_entr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1108759Z test_quick_special_entr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1108945Z test_quick_special_entr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1109124Z test_quick_special_entr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1109307Z test_quick_special_erfcx_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1109500Z test_quick_special_erfcx_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.1109693Z test_quick_special_erfcx_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.1109885Z test_quick_special_erfcx_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1110071Z test_quick_special_erfcx_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1110255Z test_quick_special_erfcx_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1112215Z test_quick_special_erfcx_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.1112422Z test_quick_special_erfcx_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1112616Z test_quick_special_i0e_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.1112800Z test_quick_special_i0e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.1112983Z test_quick_special_i0e_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.1113167Z test_quick_special_i0e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1113429Z test_quick_special_i0e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1113710Z test_quick_special_i0e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.1113891Z test_quick_special_i0e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.1114074Z test_quick_special_i0e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.1114264Z test_quick_special_i0e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1114442Z test_quick_special_i0e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1114624Z test_quick_special_i1_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1114812Z test_quick_special_i1_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.1114995Z test_quick_special_i1_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.1115176Z test_quick_special_i1_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.1115361Z test_quick_special_i1_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1115536Z test_quick_special_i1_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1115717Z test_quick_special_i1_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1115896Z test_quick_special_i1_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1116078Z test_quick_special_i1e_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1116264Z test_quick_special_i1e_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.1116447Z test_quick_special_i1e_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.1116627Z test_quick_special_i1e_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.1118535Z test_quick_special_i1e_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1118725Z test_quick_special_i1e_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.1118909Z test_quick_special_i1e_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.1119089Z test_quick_special_i1e_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1119282Z test_quick_special_log_ndtr_cuda_bool (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1119585Z test_quick_special_log_ndtr_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.1119776Z test_quick_special_log_ndtr_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.1119969Z test_quick_special_log_ndtr_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1120155Z test_quick_special_log_ndtr_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.015s) 2022-11-23T03:19:21.1120337Z test_quick_special_log_ndtr_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1120526Z test_quick_special_log_ndtr_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1120726Z test_quick_special_log_ndtr_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1121005Z test_quick_special_ndtr_cuda_bfloat16 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.bfloat16 not supported (0.001s) 2022-11-23T03:19:21.1121268Z test_quick_special_ndtr_cuda_bool (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.bool not supported (0.001s) 2022-11-23T03:19:21.1121538Z test_quick_special_ndtr_cuda_float16 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.float16 not supported (0.001s) 2022-11-23T03:19:21.1121805Z test_quick_special_ndtr_cuda_float32 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.float32 not supported (0.001s) 2022-11-23T03:19:21.1122072Z test_quick_special_ndtr_cuda_float64 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.float64 not supported (0.001s) 2022-11-23T03:19:21.1122399Z test_quick_special_ndtr_cuda_int16 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int16 not supported (0.001s) 2022-11-23T03:19:21.1122675Z test_quick_special_ndtr_cuda_int32 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int32 not supported (0.001s) 2022-11-23T03:19:21.1122927Z test_quick_special_ndtr_cuda_int64 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int64 not supported (0.001s) 2022-11-23T03:19:21.1124422Z test_quick_special_ndtr_cuda_int8 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.int8 not supported (0.001s) 2022-11-23T03:19:21.1124713Z test_quick_special_ndtr_cuda_uint8 (__main__.TestDecompCUDA) ... skip: special.ndtr in torch.uint8 not supported (0.001s) 2022-11-23T03:19:21.1125421Z test_quick_special_ndtri_cuda_bool (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1125620Z test_quick_special_ndtri_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.1125811Z test_quick_special_ndtri_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.1126005Z test_quick_special_ndtri_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1126194Z test_quick_special_ndtri_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.1126380Z test_quick_special_ndtri_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1126605Z test_quick_special_ndtri_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1126789Z test_quick_special_ndtri_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1126991Z test_quick_special_xlog1py_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.1127185Z test_quick_special_xlog1py_cuda_bool (__main__.TestDecompCUDA) ... ok (0.189s) 2022-11-23T03:19:21.1127382Z test_quick_special_xlog1py_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.1127576Z test_quick_special_xlog1py_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.274s) 2022-11-23T03:19:21.1127765Z test_quick_special_xlog1py_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.279s) 2022-11-23T03:19:21.1127957Z test_quick_special_xlog1py_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:21.1128147Z test_quick_special_xlog1py_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:21.1128446Z test_quick_special_xlog1py_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:19:21.1128636Z test_quick_special_xlog1py_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:21.1128822Z test_quick_special_xlog1py_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.190s) 2022-11-23T03:19:21.1129009Z test_quick_special_zeta_cuda_bool (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.1129180Z test_quick_special_zeta_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.266s) 2022-11-23T03:19:21.1129370Z test_quick_special_zeta_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.247s) 2022-11-23T03:19:21.1129555Z test_quick_special_zeta_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.1129743Z test_quick_special_zeta_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.1129928Z test_quick_special_zeta_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:21.1131815Z test_quick_special_zeta_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.180s) 2022-11-23T03:19:21.1132037Z test_quick_special_zeta_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.1132218Z test_quick_split_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.1132391Z test_quick_split_cuda_bool (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:19:21.1132577Z test_quick_split_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:21.1132758Z test_quick_split_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.185s) 2022-11-23T03:19:21.1132942Z test_quick_split_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:21.1133213Z test_quick_split_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.1133406Z test_quick_split_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.102s) 2022-11-23T03:19:21.1133582Z test_quick_split_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:19:21.1133761Z test_quick_split_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.085s) 2022-11-23T03:19:21.1133934Z test_quick_split_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:21.1134090Z test_quick_split_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:19:21.1134261Z test_quick_split_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:19:21.1134434Z test_quick_split_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:19:21.1134634Z test_quick_split_list_args_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.1134822Z test_quick_split_list_args_cuda_bool (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:21.1135025Z test_quick_split_list_args_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.398s) 2022-11-23T03:19:21.1135223Z test_quick_split_list_args_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.416s) 2022-11-23T03:19:21.1135416Z test_quick_split_list_args_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1135607Z test_quick_split_list_args_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.291s) 2022-11-23T03:19:21.1135790Z test_quick_split_list_args_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.283s) 2022-11-23T03:19:21.1135978Z test_quick_split_list_args_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.210s) 2022-11-23T03:19:21.1136166Z test_quick_split_list_args_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:21.1136354Z test_quick_split_list_args_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:19:21.1138330Z test_quick_split_list_args_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:21.1138554Z test_quick_split_list_args_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.187s) 2022-11-23T03:19:21.1138751Z test_quick_split_with_sizes_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1138940Z test_quick_split_with_sizes_cuda_bool (__main__.TestDecompCUDA) ... ok (0.235s) 2022-11-23T03:19:21.1139247Z test_quick_split_with_sizes_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.522s) 2022-11-23T03:19:21.1139431Z test_quick_split_with_sizes_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.547s) 2022-11-23T03:19:21.1139629Z test_quick_split_with_sizes_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.566s) 2022-11-23T03:19:21.1139823Z test_quick_split_with_sizes_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1140011Z test_quick_split_with_sizes_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.311s) 2022-11-23T03:19:21.1140199Z test_quick_split_with_sizes_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.341s) 2022-11-23T03:19:21.1140390Z test_quick_split_with_sizes_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.231s) 2022-11-23T03:19:21.1140577Z test_quick_split_with_sizes_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.271s) 2022-11-23T03:19:21.1140757Z test_quick_split_with_sizes_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.263s) 2022-11-23T03:19:21.1140946Z test_quick_split_with_sizes_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.240s) 2022-11-23T03:19:21.1141136Z test_quick_split_with_sizes_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:19:21.1141312Z test_quick_sqrt_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.1141483Z test_quick_sqrt_cuda_bool (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.1141667Z test_quick_sqrt_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.121s) 2022-11-23T03:19:21.1141846Z test_quick_sqrt_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.114s) 2022-11-23T03:19:21.1142098Z test_quick_sqrt_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:21.1142290Z test_quick_sqrt_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.1142465Z test_quick_sqrt_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.1142643Z test_quick_sqrt_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:21.1142800Z test_quick_sqrt_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.040s) 2022-11-23T03:19:21.1142970Z test_quick_sqrt_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.1143140Z test_quick_sqrt_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.1143308Z test_quick_sqrt_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.1143477Z test_quick_sqrt_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.1143662Z test_quick_squeeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1143842Z test_quick_squeeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:21.1144030Z test_quick_squeeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.117s) 2022-11-23T03:19:21.1144215Z test_quick_squeeze_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.125s) 2022-11-23T03:19:21.1144404Z test_quick_squeeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.118s) 2022-11-23T03:19:21.1144583Z test_quick_squeeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1144765Z test_quick_squeeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.077s) 2022-11-23T03:19:21.1144940Z test_quick_squeeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.083s) 2022-11-23T03:19:21.1145115Z test_quick_squeeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.1145289Z test_quick_squeeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:19:21.1145464Z test_quick_squeeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.058s) 2022-11-23T03:19:21.1145625Z test_quick_squeeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:19:21.1145800Z test_quick_squeeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.1145981Z test_quick_stack_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.012s) 2022-11-23T03:19:21.1146237Z test_quick_stack_cuda_bool (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.1146423Z test_quick_stack_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.144s) 2022-11-23T03:19:21.1146606Z test_quick_stack_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.130s) 2022-11-23T03:19:21.1146785Z test_quick_stack_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:19:21.1146961Z test_quick_stack_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1147138Z test_quick_stack_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.082s) 2022-11-23T03:19:21.1147310Z test_quick_stack_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.076s) 2022-11-23T03:19:21.1147487Z test_quick_stack_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.1147660Z test_quick_stack_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.053s) 2022-11-23T03:19:21.1147904Z test_quick_stack_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.1149842Z test_quick_stack_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.037s) 2022-11-23T03:19:21.1150039Z test_quick_stack_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.036s) 2022-11-23T03:19:21.1150215Z test_quick_std_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1150395Z test_quick_std_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.398s) 2022-11-23T03:19:21.1150558Z test_quick_std_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.396s) 2022-11-23T03:19:21.1150732Z test_quick_std_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.026s) 2022-11-23T03:19:21.1150905Z test_quick_std_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.228s) 2022-11-23T03:19:21.1151546Z test_quick_std_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.229s) 2022-11-23T03:19:21.1151785Z test_quick_std_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:21.1151974Z test_quick_std_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.777s) 2022-11-23T03:19:21.1152166Z test_quick_std_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.803s) 2022-11-23T03:19:21.1152349Z test_quick_std_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.034s) 2022-11-23T03:19:21.1152530Z test_quick_std_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.469s) 2022-11-23T03:19:21.1152709Z test_quick_std_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.442s) 2022-11-23T03:19:21.1152885Z test_quick_sub_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:21.1153065Z test_quick_sub_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.486s) 2022-11-23T03:19:21.1153248Z test_quick_sub_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.521s) 2022-11-23T03:19:21.1153427Z test_quick_sub_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.492s) 2022-11-23T03:19:21.1153600Z test_quick_sub_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.1153777Z test_quick_sub_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.288s) 2022-11-23T03:19:21.1153949Z test_quick_sub_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.272s) 2022-11-23T03:19:21.1154103Z test_quick_sub_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.193s) 2022-11-23T03:19:21.1154268Z test_quick_sub_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.204s) 2022-11-23T03:19:21.1154430Z test_quick_sub_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.203s) 2022-11-23T03:19:21.1154599Z test_quick_sub_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.197s) 2022-11-23T03:19:21.1154949Z test_quick_sub_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.192s) 2022-11-23T03:19:21.1155139Z test_quick_sum_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.030s) 2022-11-23T03:19:21.1155318Z test_quick_sum_cuda_bool (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T03:19:21.1155725Z test_quick_sum_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.194s) 2022-11-23T03:19:21.1156066Z test_quick_sum_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.211s) 2022-11-23T03:19:21.1156570Z test_quick_sum_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.205s) 2022-11-23T03:19:21.1156895Z test_quick_sum_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:21.1157230Z test_quick_sum_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.142s) 2022-11-23T03:19:21.1157562Z test_quick_sum_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.127s) 2022-11-23T03:19:21.1157885Z test_quick_sum_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.070s) 2022-11-23T03:19:21.1158202Z test_quick_sum_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.1158518Z test_quick_sum_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.071s) 2022-11-23T03:19:21.1158851Z test_quick_sum_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.065s) 2022-11-23T03:19:21.1159153Z test_quick_sum_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.069s) 2022-11-23T03:19:21.1159487Z test_quick_t_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1159809Z test_quick_t_cuda_bool (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1160159Z test_quick_t_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.027s) 2022-11-23T03:19:21.1160499Z test_quick_t_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.025s) 2022-11-23T03:19:21.1160831Z test_quick_t_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1161154Z test_quick_t_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1161478Z test_quick_t_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.023s) 2022-11-23T03:19:21.1161795Z test_quick_t_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1162247Z test_quick_t_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1162581Z test_quick_t_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1162896Z test_quick_t_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1163218Z test_quick_t_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1163557Z test_quick_tan_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1163884Z test_quick_tan_cuda_bool (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.1164232Z test_quick_tan_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.134s) 2022-11-23T03:19:21.1166995Z test_quick_tan_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.128s) 2022-11-23T03:19:21.1167383Z test_quick_tan_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.113s) 2022-11-23T03:19:21.1167734Z test_quick_tan_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1168082Z test_quick_tan_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:21.1168422Z test_quick_tan_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.1168749Z test_quick_tan_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.1169081Z test_quick_tan_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.1169399Z test_quick_tan_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.038s) 2022-11-23T03:19:21.1169724Z test_quick_tan_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:21.1170044Z test_quick_tan_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.047s) 2022-11-23T03:19:21.1170381Z test_quick_tanh_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1170708Z test_quick_tanh_cuda_bool (__main__.TestDecompCUDA) ... ok (0.041s) 2022-11-23T03:19:21.1171056Z test_quick_tanh_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.342s) 2022-11-23T03:19:21.1171413Z test_quick_tanh_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.123s) 2022-11-23T03:19:21.1171766Z test_quick_tanh_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.348s) 2022-11-23T03:19:21.1172105Z test_quick_tanh_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1172617Z test_quick_tanh_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.1172941Z test_quick_tanh_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.1173269Z test_quick_tanh_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.051s) 2022-11-23T03:19:21.1173606Z test_quick_tanh_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.1173931Z test_quick_tanh_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.1174260Z test_quick_tanh_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.046s) 2022-11-23T03:19:21.1174590Z test_quick_tanh_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.1174949Z test_quick_trace_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1175285Z test_quick_trace_cuda_bool (__main__.TestDecompCUDA) ... ok (0.007s) 2022-11-23T03:19:21.1175644Z test_quick_trace_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.1176006Z test_quick_trace_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.1176358Z test_quick_trace_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.016s) 2022-11-23T03:19:21.1176690Z test_quick_trace_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.1177023Z test_quick_trace_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.1177357Z test_quick_trace_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1177692Z test_quick_trace_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1178022Z test_quick_trace_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1178464Z test_quick_trace_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1178820Z test_quick_trace_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1179155Z test_quick_trace_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1179524Z test_quick_transpose_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1179875Z test_quick_transpose_cuda_bool (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.1180248Z test_quick_transpose_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.126s) 2022-11-23T03:19:21.1180621Z test_quick_transpose_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.148s) 2022-11-23T03:19:21.1180995Z test_quick_transpose_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.139s) 2022-11-23T03:19:21.1181355Z test_quick_transpose_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1181716Z test_quick_transpose_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.078s) 2022-11-23T03:19:21.1182073Z test_quick_transpose_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.081s) 2022-11-23T03:19:21.1182421Z test_quick_transpose_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.049s) 2022-11-23T03:19:21.1182767Z test_quick_transpose_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.045s) 2022-11-23T03:19:21.1183116Z test_quick_transpose_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.1183462Z test_quick_transpose_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.1183805Z test_quick_transpose_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.1184134Z test_quick_tril_cuda_bool (__main__.TestDecompCUDA) ... ok (0.166s) 2022-11-23T03:19:21.1184453Z test_quick_tril_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.410s) 2022-11-23T03:19:21.1184795Z test_quick_tril_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.424s) 2022-11-23T03:19:21.1185138Z test_quick_tril_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.391s) 2022-11-23T03:19:21.1185478Z test_quick_tril_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1185815Z test_quick_tril_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:19:21.1186299Z test_quick_tril_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.250s) 2022-11-23T03:19:21.1186631Z test_quick_tril_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:21.1186959Z test_quick_tril_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.172s) 2022-11-23T03:19:21.1187292Z test_quick_tril_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.170s) 2022-11-23T03:19:21.1187611Z test_quick_tril_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.173s) 2022-11-23T03:19:21.1187934Z test_quick_tril_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:21.1188289Z test_quick_tril_indices_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.1188656Z test_quick_tril_indices_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1188993Z test_quick_triu_cuda_bool (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:21.1189337Z test_quick_triu_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.401s) 2022-11-23T03:19:21.1189690Z test_quick_triu_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.415s) 2022-11-23T03:19:21.1190032Z test_quick_triu_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.401s) 2022-11-23T03:19:21.1190352Z test_quick_triu_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.1190688Z test_quick_triu_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.237s) 2022-11-23T03:19:21.1191019Z test_quick_triu_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.244s) 2022-11-23T03:19:21.1191349Z test_quick_triu_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.1191678Z test_quick_triu_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.1192128Z test_quick_triu_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.165s) 2022-11-23T03:19:21.1192378Z test_quick_triu_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.168s) 2022-11-23T03:19:21.1192549Z test_quick_triu_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.164s) 2022-11-23T03:19:21.1192738Z test_quick_triu_indices_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1192924Z test_quick_triu_indices_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.1193106Z test_quick_trunc_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1193286Z test_quick_trunc_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1193516Z test_quick_trunc_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.059s) 2022-11-23T03:19:21.1193693Z test_quick_trunc_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:21.1193869Z test_quick_trunc_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.044s) 2022-11-23T03:19:21.1194045Z test_quick_trunc_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.048s) 2022-11-23T03:19:21.1194219Z test_quick_trunc_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.043s) 2022-11-23T03:19:21.1194376Z test_quick_trunc_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.035s) 2022-11-23T03:19:21.1194551Z test_quick_trunc_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.052s) 2022-11-23T03:19:21.1194735Z test_quick_unbind_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.017s) 2022-11-23T03:19:21.1194910Z test_quick_unbind_cuda_bool (__main__.TestDecompCUDA) ... ok (0.181s) 2022-11-23T03:19:21.1195097Z test_quick_unbind_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.505s) 2022-11-23T03:19:21.1195284Z test_quick_unbind_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.501s) 2022-11-23T03:19:21.1195470Z test_quick_unbind_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.498s) 2022-11-23T03:19:21.1195649Z test_quick_unbind_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.1195832Z test_quick_unbind_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.294s) 2022-11-23T03:19:21.1196008Z test_quick_unbind_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.311s) 2022-11-23T03:19:21.1196183Z test_quick_unbind_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:19:21.1196459Z test_quick_unbind_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.179s) 2022-11-23T03:19:21.1198999Z test_quick_unbind_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.175s) 2022-11-23T03:19:21.1199180Z test_quick_unbind_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.1199356Z test_quick_unbind_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.1199556Z test_quick_unfold_copy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.028s) 2022-11-23T03:19:21.1199743Z test_quick_unfold_copy_cuda_bool (__main__.TestDecompCUDA) ... ok (1.371s) 2022-11-23T03:19:21.1199929Z test_quick_unfold_copy_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.234s) 2022-11-23T03:19:21.1200124Z test_quick_unfold_copy_cuda_complex32 (__main__.TestDecompCUDA) ... ok (3.293s) 2022-11-23T03:19:21.1200320Z test_quick_unfold_copy_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.192s) 2022-11-23T03:19:21.1200511Z test_quick_unfold_copy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:21.1200701Z test_quick_unfold_copy_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.770s) 2022-11-23T03:19:21.1200887Z test_quick_unfold_copy_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.775s) 2022-11-23T03:19:21.1201070Z test_quick_unfold_copy_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.378s) 2022-11-23T03:19:21.1201254Z test_quick_unfold_copy_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.371s) 2022-11-23T03:19:21.1201431Z test_quick_unfold_copy_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.351s) 2022-11-23T03:19:21.1201614Z test_quick_unfold_copy_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.408s) 2022-11-23T03:19:21.1201892Z test_quick_unfold_copy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.379s) 2022-11-23T03:19:21.1202092Z test_quick_unfold_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.1202270Z test_quick_unfold_cuda_bool (__main__.TestDecompCUDA) ... ok (1.388s) 2022-11-23T03:19:21.1202460Z test_quick_unfold_cuda_complex128 (__main__.TestDecompCUDA) ... ok (3.301s) 2022-11-23T03:19:21.1202647Z test_quick_unfold_cuda_complex32 (__main__.TestDecompCUDA) ... ok (3.173s) 2022-11-23T03:19:21.1202832Z test_quick_unfold_cuda_complex64 (__main__.TestDecompCUDA) ... ok (3.179s) 2022-11-23T03:19:21.1203013Z test_quick_unfold_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:21.1203176Z test_quick_unfold_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.803s) 2022-11-23T03:19:21.1203350Z test_quick_unfold_cuda_float64 (__main__.TestDecompCUDA) ... ok (1.801s) 2022-11-23T03:19:21.1203531Z test_quick_unfold_cuda_int16 (__main__.TestDecompCUDA) ... ok (1.493s) 2022-11-23T03:19:21.1203708Z test_quick_unfold_cuda_int32 (__main__.TestDecompCUDA) ... ok (1.400s) 2022-11-23T03:19:21.1203884Z test_quick_unfold_cuda_int64 (__main__.TestDecompCUDA) ... ok (1.400s) 2022-11-23T03:19:21.1204060Z test_quick_unfold_cuda_int8 (__main__.TestDecompCUDA) ... ok (1.424s) 2022-11-23T03:19:21.1204235Z test_quick_unfold_cuda_uint8 (__main__.TestDecompCUDA) ... ok (1.445s) 2022-11-23T03:19:21.1204446Z test_quick_uniform_cuda_bfloat16 (__main__.TestDecompCUDA) ... expected failure (0.003s) 2022-11-23T03:19:21.1204662Z test_quick_uniform_cuda_complex128 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-11-23T03:19:21.1204876Z test_quick_uniform_cuda_complex64 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-11-23T03:19:21.1205082Z test_quick_uniform_cuda_float16 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-11-23T03:19:21.1205287Z test_quick_uniform_cuda_float32 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-11-23T03:19:21.1205495Z test_quick_uniform_cuda_float64 (__main__.TestDecompCUDA) ... expected failure (0.002s) 2022-11-23T03:19:21.1205685Z test_quick_unsqueeze_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.009s) 2022-11-23T03:19:21.1205964Z test_quick_unsqueeze_cuda_bool (__main__.TestDecompCUDA) ... ok (0.060s) 2022-11-23T03:19:21.1206159Z test_quick_unsqueeze_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.152s) 2022-11-23T03:19:21.1206348Z test_quick_unsqueeze_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.157s) 2022-11-23T03:19:21.1206537Z test_quick_unsqueeze_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.176s) 2022-11-23T03:19:21.1206707Z test_quick_unsqueeze_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1206891Z test_quick_unsqueeze_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.097s) 2022-11-23T03:19:21.1207071Z test_quick_unsqueeze_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.099s) 2022-11-23T03:19:21.1207254Z test_quick_unsqueeze_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.1207437Z test_quick_unsqueeze_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.062s) 2022-11-23T03:19:21.1207613Z test_quick_unsqueeze_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.056s) 2022-11-23T03:19:21.1207794Z test_quick_unsqueeze_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.055s) 2022-11-23T03:19:21.1207969Z test_quick_unsqueeze_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.061s) 2022-11-23T03:19:21.1208146Z test_quick_var_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.1208326Z test_quick_var_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.375s) 2022-11-23T03:19:21.1208504Z test_quick_var_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.395s) 2022-11-23T03:19:21.1208679Z test_quick_var_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.020s) 2022-11-23T03:19:21.1208853Z test_quick_var_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.223s) 2022-11-23T03:19:21.1209100Z test_quick_var_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.235s) 2022-11-23T03:19:21.1209301Z test_quick_var_mean_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.024s) 2022-11-23T03:19:21.1209488Z test_quick_var_mean_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.780s) 2022-11-23T03:19:21.1209681Z test_quick_var_mean_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.774s) 2022-11-23T03:19:21.1209850Z test_quick_var_mean_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.031s) 2022-11-23T03:19:21.1210031Z test_quick_var_mean_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.441s) 2022-11-23T03:19:21.1210210Z test_quick_var_mean_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.442s) 2022-11-23T03:19:21.1210390Z test_quick_view_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.010s) 2022-11-23T03:19:21.1210563Z test_quick_view_cuda_bool (__main__.TestDecompCUDA) ... ok (0.104s) 2022-11-23T03:19:21.1210749Z test_quick_view_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.236s) 2022-11-23T03:19:21.1210929Z test_quick_view_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.248s) 2022-11-23T03:19:21.1211108Z test_quick_view_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-11-23T03:19:21.1211286Z test_quick_view_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.018s) 2022-11-23T03:19:21.1211459Z test_quick_view_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.140s) 2022-11-23T03:19:21.1211632Z test_quick_view_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.136s) 2022-11-23T03:19:21.1211803Z test_quick_view_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.109s) 2022-11-23T03:19:21.1211972Z test_quick_view_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.110s) 2022-11-23T03:19:21.1212142Z test_quick_view_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.098s) 2022-11-23T03:19:21.1212312Z test_quick_view_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.100s) 2022-11-23T03:19:21.1212484Z test_quick_view_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.116s) 2022-11-23T03:19:21.1212664Z test_quick_where_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.013s) 2022-11-23T03:19:21.1212819Z test_quick_where_cuda_bool (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.1213086Z test_quick_where_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.357s) 2022-11-23T03:19:21.1213269Z test_quick_where_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.333s) 2022-11-23T03:19:21.1213449Z test_quick_where_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.340s) 2022-11-23T03:19:21.1213726Z test_quick_where_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T03:19:21.1213903Z test_quick_where_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.223s) 2022-11-23T03:19:21.1214077Z test_quick_where_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.226s) 2022-11-23T03:19:21.1214250Z test_quick_where_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.1214425Z test_quick_where_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.177s) 2022-11-23T03:19:21.1214597Z test_quick_where_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.183s) 2022-11-23T03:19:21.1214768Z test_quick_where_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.174s) 2022-11-23T03:19:21.1214941Z test_quick_where_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.171s) 2022-11-23T03:19:21.1215122Z test_quick_xlogy_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.021s) 2022-11-23T03:19:21.1215293Z test_quick_xlogy_cuda_bool (__main__.TestDecompCUDA) ... ok (0.178s) 2022-11-23T03:19:21.1215469Z test_quick_xlogy_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.014s) 2022-11-23T03:19:21.1215642Z test_quick_xlogy_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.262s) 2022-11-23T03:19:21.1215802Z test_quick_xlogy_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.256s) 2022-11-23T03:19:21.1215977Z test_quick_xlogy_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.188s) 2022-11-23T03:19:21.1216214Z test_quick_xlogy_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.182s) 2022-11-23T03:19:21.1216404Z test_quick_xlogy_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.184s) 2022-11-23T03:19:21.1216575Z test_quick_xlogy_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.191s) 2022-11-23T03:19:21.1216749Z test_quick_xlogy_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.224s) 2022-11-23T03:19:21.1216930Z test_quick_zeros_cuda_bfloat16 (__main__.TestDecompCUDA) ... ok (0.008s) 2022-11-23T03:19:21.1217100Z test_quick_zeros_cuda_bool (__main__.TestDecompCUDA) ... ok (0.004s) 2022-11-23T03:19:21.1217283Z test_quick_zeros_cuda_complex128 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.1217466Z test_quick_zeros_cuda_complex32 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1217647Z test_quick_zeros_cuda_complex64 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1217822Z test_quick_zeros_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.1217999Z test_quick_zeros_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.1218176Z test_quick_zeros_cuda_float64 (__main__.TestDecompCUDA) ... ok (0.005s) 2022-11-23T03:19:21.1218348Z test_quick_zeros_cuda_int16 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1218522Z test_quick_zeros_cuda_int32 (__main__.TestDecompCUDA) ... ok (0.003s) 2022-11-23T03:19:21.1218692Z test_quick_zeros_cuda_int64 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.1218848Z test_quick_zeros_cuda_int8 (__main__.TestDecompCUDA) ... ok (0.006s) 2022-11-23T03:19:21.1219018Z test_quick_zeros_cuda_uint8 (__main__.TestDecompCUDA) ... ok (0.000s) 2022-11-23T03:19:21.1219030Z 2022-11-23T03:19:21.1219225Z ---------------------------------------------------------------------- 2022-11-23T03:19:21.1219330Z Ran 7657 tests in 5581.984s 2022-11-23T03:19:21.1219338Z 2022-11-23T03:19:21.1219468Z OK (skipped=501, expected failures=30) 2022-11-23T03:19:21.1219476Z 2022-11-23T03:19:21.1219589Z Generating XML reports... 2022-11-23T03:19:21.1219919Z Generated XML report: test-reports\python-unittest\test_decomp\TEST-DecompContiguousTestsCUDA-20221123014615.xml 2022-11-23T03:19:21.1220201Z Generated XML report: test-reports\python-unittest\test_decomp\TEST-TestDecompCUDA-20221123014615.xml 2022-11-23T03:19:21.1220284Z 2022-11-23T03:19:21.1220732Z ##[endgroup] 2022-11-23T03:19:21.1221041Z FINISHED PRINTING LOG FILE of test_decomp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_decomp_td0p92n1) 2022-11-23T03:19:21.1221050Z 2022-11-23T03:19:21.1221174Z Ignoring disabled issues: [] 2022-11-23T03:19:21.4824817Z Ignoring disabled issues: [] 2022-11-23T03:19:21.4824995Z Found test time stats from artifacts 2022-11-23T03:19:21.4825154Z Prioritized test from test file changes. 2022-11-23T03:19:21.4825288Z reordering tests for PR: 2022-11-23T03:19:21.4825387Z prioritized: [] 2022-11-23T03:19:21.4825772Z the rest: ['dynamo/test_export', 'dynamo/test_minifier', 'dynamo/test_nops', 'dynamo/test_replay_record', 'dynamo/test_unspec', 'inductor/test_torchinductor', 'test_comparison_utils', 'test_decomp'] 2022-11-23T03:19:21.4825785Z 2022-11-23T03:19:21.4826223Z 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:19:21.4826687Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/disabled-tests-condensed.json to C:\actions-runner\_work\pytorch\pytorch\test\.pytorch-disabled-tests.json 2022-11-23T03:19:21.9941529Z 2022-11-23T03:19:21.9942567Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-11-23T03:19:21.9943936Z 2022-11-23T03:19:21.9952078Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T03:19:21.9952095Z 2022-11-23T03:19:21.9952295Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T03:19:21.9981849Z + [[ 2 == 1 ]] 2022-11-23T03:19:21.9982325Z + [[ 2 == 2 ]] 2022-11-23T03:19:21.9982509Z + [[ 5 -gt 1 ]] 2022-11-23T03:19:21.9982989Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_backend.bat 2022-11-23T03:19:22.0262557Z 2022-11-23T03:19:22.0263627Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T03:19:22.0281008Z 2022-11-23T03:19:22.0281920Z 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-23T03:19:22.0283928Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T03:19:22.0284042Z exit /b 0 2022-11-23T03:19:22.0284102Z ) 2022-11-23T03:19:22.8967278Z "Executing CMake for custom_backend test..." 2022-11-23T03:19:28.3290345Z -- The C compiler identification is MSVC 19.28.29337.0 2022-11-23T03:19:29.4398919Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-11-23T03:19:29.6593454Z -- Detecting C compiler ABI info 2022-11-23T03:19:31.2041411Z -- Detecting C compiler ABI info - done 2022-11-23T03:19:31.2079644Z -- 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-23T03:19:31.2222045Z -- Detecting C compile features 2022-11-23T03:19:31.2325490Z -- Detecting C compile features - done 2022-11-23T03:19:31.3024804Z -- Detecting CXX compiler ABI info 2022-11-23T03:19:31.7592535Z -- Detecting CXX compiler ABI info - done 2022-11-23T03:19:31.7628361Z -- 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-23T03:19:31.7650343Z -- Detecting CXX compile features 2022-11-23T03:19:31.7654115Z -- Detecting CXX compile features - done 2022-11-23T03:19:31.8440139Z -- Looking for pthread.h 2022-11-23T03:19:31.9878186Z -- Looking for pthread.h - not found 2022-11-23T03:19:31.9901088Z -- Found Threads: TRUE 2022-11-23T03:19:32.3564750Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6 (found version "11.6") 2022-11-23T03:19:41.3379495Z -- The CUDA compiler identification is NVIDIA 11.6.55 2022-11-23T03:19:41.3919253Z -- Detecting CUDA compiler ABI info 2022-11-23T03:19:44.4978561Z -- Detecting CUDA compiler ABI info - done 2022-11-23T03:19:44.5416599Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin/nvcc.exe - skipped 2022-11-23T03:19:44.5425109Z -- Detecting CUDA compile features 2022-11-23T03:19:44.5435361Z -- Detecting CUDA compile features - done 2022-11-23T03:19:44.5471005Z -- Caffe2: CUDA detected: 11.6 2022-11-23T03:19:44.5471649Z -- Caffe2: CUDA nvcc is: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin/nvcc.exe 2022-11-23T03:19:44.5472123Z -- Caffe2: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6 2022-11-23T03:19:45.3585296Z -- Caffe2: Header version is: 11.6 2022-11-23T03:19:45.3649708Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/lib/x64/cudnn.lib 2022-11-23T03:19:45.3734628Z -- Found cuDNN: v8.3.2 (include: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/include, library: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/lib/x64/cudnn.lib) 2022-11-23T03:19:45.4742604Z -- C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/lib/x64/nvrtc.lib shorthash is dd482e34 2022-11-23T03:19:45.4748613Z CMake Warning at C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T03:19:45.4749299Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T03:19:45.4749965Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T03:19:45.4750351Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T03:19:45.4751129Z Call Stack (most recent call first): 2022-11-23T03:19:45.4753043Z 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-23T03:19:45.4754175Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T03:19:45.4755378Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T03:19:45.4756320Z CMakeLists.txt:9 (find_package) 2022-11-23T03:19:45.4756655Z 2022-11-23T03:19:45.4756668Z 2022-11-23T03:19:45.4757024Z -- Added CUDA NVCC flags for: -gencode;arch=compute_70,code=sm_70 2022-11-23T03:19:45.8071144Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-11-23T03:19:45.8075378Z -- Configuring done 2022-11-23T03:19:45.9029137Z -- Generating done 2022-11-23T03:19:45.9291112Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_backend/build 2022-11-23T03:19:45.9412066Z "Executing Ninja for custom_backend test..." 2022-11-23T03:19:54.4997760Z [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.6\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-23T03:19:54.5000860Z 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-23T03:19:54.5002223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5003506Z with 2022-11-23T03:19:54.5003968Z [ 2022-11-23T03:19:54.5004472Z T=std::string 2022-11-23T03:19:54.5004829Z ] 2022-11-23T03:19:54.5005760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5006619Z with 2022-11-23T03:19:54.5006958Z [ 2022-11-23T03:19:54.5007329Z T=std::string 2022-11-23T03:19:54.5007668Z ] 2022-11-23T03:19:54.5009289Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5010400Z with 2022-11-23T03:19:54.5010800Z [ 2022-11-23T03:19:54.5011242Z T=std::string 2022-11-23T03:19:54.5011652Z ] 2022-11-23T03:19:54.5012819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5013896Z with 2022-11-23T03:19:54.5014252Z [ 2022-11-23T03:19:54.5014658Z T=std::string 2022-11-23T03:19:54.5015057Z ] 2022-11-23T03:19:54.5016285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5017878Z 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-23T03:19:54.5019481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5020443Z with 2022-11-23T03:19:54.5020784Z [ 2022-11-23T03:19:54.5021192Z T=std::string 2022-11-23T03:19:54.5021587Z ] 2022-11-23T03:19:54.5022528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5023440Z with 2022-11-23T03:19:54.5023816Z [ 2022-11-23T03:19:54.5024234Z T=c10::QualifiedName 2022-11-23T03:19:54.5024649Z ] 2022-11-23T03:19:54.5025640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5026571Z with 2022-11-23T03:19:54.5026941Z [ 2022-11-23T03:19:54.5027350Z T=c10::QualifiedName 2022-11-23T03:19:54.5027764Z ] 2022-11-23T03:19:54.5028823Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5029837Z with 2022-11-23T03:19:54.5030203Z [ 2022-11-23T03:19:54.5030629Z T=c10::QualifiedName 2022-11-23T03:19:54.5031019Z ] 2022-11-23T03:19:54.5032169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5033414Z with 2022-11-23T03:19:54.5033783Z [ 2022-11-23T03:19:54.5034217Z T=c10::QualifiedName 2022-11-23T03:19:54.5034765Z ] 2022-11-23T03:19:54.5035944Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5037562Z 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-23T03:19:54.5039180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5040156Z with 2022-11-23T03:19:54.5040533Z [ 2022-11-23T03:19:54.5040958Z T=c10::QualifiedName 2022-11-23T03:19:54.5041385Z ] 2022-11-23T03:19:54.5042318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5043218Z with 2022-11-23T03:19:54.5043580Z [ 2022-11-23T03:19:54.5043980Z T=c10::SymInt 2022-11-23T03:19:54.5044371Z ] 2022-11-23T03:19:54.5045352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5046254Z with 2022-11-23T03:19:54.5046785Z [ 2022-11-23T03:19:54.5047217Z T=c10::SymInt 2022-11-23T03:19:54.5047604Z ] 2022-11-23T03:19:54.5048657Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5049664Z with 2022-11-23T03:19:54.5050012Z [ 2022-11-23T03:19:54.5050413Z T=c10::SymInt 2022-11-23T03:19:54.5050801Z ] 2022-11-23T03:19:54.5051933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5052990Z with 2022-11-23T03:19:54.5053331Z [ 2022-11-23T03:19:54.5053741Z T=c10::SymInt 2022-11-23T03:19:54.5054128Z ] 2022-11-23T03:19:54.5055121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5056672Z 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-23T03:19:54.5058250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5059222Z with 2022-11-23T03:19:54.5059574Z [ 2022-11-23T03:19:54.5059976Z T=c10::SymInt 2022-11-23T03:19:54.5060365Z ] 2022-11-23T03:19:54.5061267Z 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-23T03:19:54.5062702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5064557Z with 2022-11-23T03:19:54.5064746Z [ 2022-11-23T03:19:54.5064988Z T=at::TensorBase 2022-11-23T03:19:54.5065204Z ] 2022-11-23T03:19:54.5065728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5066203Z with 2022-11-23T03:19:54.5066396Z [ 2022-11-23T03:19:54.5066596Z T=at::TensorBase 2022-11-23T03:19:54.5066808Z ] 2022-11-23T03:19:54.5067377Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5067903Z with 2022-11-23T03:19:54.5068099Z [ 2022-11-23T03:19:54.5068317Z T=at::TensorBase 2022-11-23T03:19:54.5068520Z ] 2022-11-23T03:19:54.5069113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5069657Z with 2022-11-23T03:19:54.5069849Z [ 2022-11-23T03:19:54.5070064Z T=at::TensorBase 2022-11-23T03:19:54.5070275Z ] 2022-11-23T03:19:54.5070778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5071742Z 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-23T03:19:54.5072593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5073092Z with 2022-11-23T03:19:54.5073288Z [ 2022-11-23T03:19:54.5073503Z T=at::TensorBase 2022-11-23T03:19:54.5073716Z ] 2022-11-23T03:19:54.5074187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5074641Z with 2022-11-23T03:19:54.5074833Z [ 2022-11-23T03:19:54.5075041Z T=at::Tensor 2022-11-23T03:19:54.5075249Z ] 2022-11-23T03:19:54.5075738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5076213Z with 2022-11-23T03:19:54.5076405Z [ 2022-11-23T03:19:54.5076612Z T=at::Tensor 2022-11-23T03:19:54.5076813Z ] 2022-11-23T03:19:54.5077368Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5077862Z with 2022-11-23T03:19:54.5078054Z [ 2022-11-23T03:19:54.5078263Z T=at::Tensor 2022-11-23T03:19:54.5078467Z ] 2022-11-23T03:19:54.5079055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5079592Z with 2022-11-23T03:19:54.5079766Z [ 2022-11-23T03:19:54.5079974Z T=at::Tensor 2022-11-23T03:19:54.5080286Z ] 2022-11-23T03:19:54.5080806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5081598Z 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-23T03:19:54.5082410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5082904Z with 2022-11-23T03:19:54.5083085Z [ 2022-11-23T03:19:54.5083294Z T=at::Tensor 2022-11-23T03:19:54.5083498Z ] 2022-11-23T03:19:54.5083979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5084434Z with 2022-11-23T03:19:54.5084628Z [ 2022-11-23T03:19:54.5084826Z T=at::Generator 2022-11-23T03:19:54.5085037Z ] 2022-11-23T03:19:54.5085544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5086007Z with 2022-11-23T03:19:54.5086200Z [ 2022-11-23T03:19:54.5086393Z T=at::Generator 2022-11-23T03:19:54.5086623Z ] 2022-11-23T03:19:54.5087252Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5087787Z with 2022-11-23T03:19:54.5087983Z [ 2022-11-23T03:19:54.5088196Z T=at::Generator 2022-11-23T03:19:54.5088391Z ] 2022-11-23T03:19:54.5088975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5089509Z with 2022-11-23T03:19:54.5089701Z [ 2022-11-23T03:19:54.5089912Z T=at::Generator 2022-11-23T03:19:54.5090123Z ] 2022-11-23T03:19:54.5091995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5093388Z 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-23T03:19:54.5094214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5094715Z with 2022-11-23T03:19:54.5094911Z [ 2022-11-23T03:19:54.5095124Z T=at::Generator 2022-11-23T03:19:54.5095334Z ] 2022-11-23T03:19:54.5095807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5096263Z with 2022-11-23T03:19:54.5096456Z [ 2022-11-23T03:19:54.5096669Z T=c10::Scalar 2022-11-23T03:19:54.5096874Z ] 2022-11-23T03:19:54.5097363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5098012Z with 2022-11-23T03:19:54.5098208Z [ 2022-11-23T03:19:54.5098419Z T=c10::Scalar 2022-11-23T03:19:54.5098626Z ] 2022-11-23T03:19:54.5099182Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5099679Z with 2022-11-23T03:19:54.5099878Z [ 2022-11-23T03:19:54.5100085Z T=c10::Scalar 2022-11-23T03:19:54.5100289Z ] 2022-11-23T03:19:54.5100875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5101414Z with 2022-11-23T03:19:54.5101594Z [ 2022-11-23T03:19:54.5101801Z T=c10::Scalar 2022-11-23T03:19:54.5102001Z ] 2022-11-23T03:19:54.5102510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5103296Z 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-23T03:19:54.5104192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5104700Z with 2022-11-23T03:19:54.5104879Z [ 2022-11-23T03:19:54.5105090Z T=c10::Scalar 2022-11-23T03:19:54.5105297Z ] 2022-11-23T03:19:54.5105792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5106250Z with 2022-11-23T03:19:54.5106444Z [ 2022-11-23T03:19:54.5106732Z T=std::vector> 2022-11-23T03:19:54.5107018Z ] 2022-11-23T03:19:54.5107526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5107992Z with 2022-11-23T03:19:54.5108183Z [ 2022-11-23T03:19:54.5108488Z T=std::vector> 2022-11-23T03:19:54.5108760Z ] 2022-11-23T03:19:54.5109613Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5110134Z with 2022-11-23T03:19:54.5110327Z [ 2022-11-23T03:19:54.5110631Z T=std::vector> 2022-11-23T03:19:54.5110918Z ] 2022-11-23T03:19:54.5111489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5112032Z with 2022-11-23T03:19:54.5112227Z [ 2022-11-23T03:19:54.5112539Z T=std::vector> 2022-11-23T03:19:54.5112825Z ] 2022-11-23T03:19:54.5113408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:19:54.5114441Z 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-23T03:19:54.5115316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5115800Z with 2022-11-23T03:19:54.5115998Z [ 2022-11-23T03:19:54.5116308Z T=std::vector> 2022-11-23T03:19:54.5116595Z ] 2022-11-23T03:19:54.5117086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5117545Z with 2022-11-23T03:19:54.5117725Z [ 2022-11-23T03:19:54.5117990Z T=std::vector> 2022-11-23T03:19:54.5118240Z ] 2022-11-23T03:19:54.5118751Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5119228Z with 2022-11-23T03:19:54.5119423Z [ 2022-11-23T03:19:54.5119667Z T=std::vector> 2022-11-23T03:19:54.5119913Z ] 2022-11-23T03:19:54.5120544Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5121082Z with 2022-11-23T03:19:54.5121277Z [ 2022-11-23T03:19:54.5121542Z T=std::vector> 2022-11-23T03:19:54.5121776Z ] 2022-11-23T03:19:54.5122364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5122910Z with 2022-11-23T03:19:54.5123106Z [ 2022-11-23T03:19:54.5123373Z T=std::vector> 2022-11-23T03:19:54.5123623Z ] 2022-11-23T03:19:54.5124161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:19:54.5125024Z 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-23T03:19:54.5125853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5126350Z with 2022-11-23T03:19:54.5126549Z [ 2022-11-23T03:19:54.5126812Z T=std::vector> 2022-11-23T03:19:54.5127061Z ] 2022-11-23T03:19:54.5127538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5128001Z with 2022-11-23T03:19:54.5128198Z [ 2022-11-23T03:19:54.5128523Z T=std::vector,std::allocator>> 2022-11-23T03:19:54.5128918Z ] 2022-11-23T03:19:54.5129434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5129889Z with 2022-11-23T03:19:54.5130086Z [ 2022-11-23T03:19:54.5130406Z T=std::vector,std::allocator>> 2022-11-23T03:19:54.5130699Z ] 2022-11-23T03:19:54.5131260Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5131784Z with 2022-11-23T03:19:54.5131962Z [ 2022-11-23T03:19:54.5132286Z T=std::vector,std::allocator>> 2022-11-23T03:19:54.5132584Z ] 2022-11-23T03:19:54.5133173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5133721Z with 2022-11-23T03:19:54.5133918Z [ 2022-11-23T03:19:54.5134238Z T=std::vector,std::allocator>> 2022-11-23T03:19:54.5134519Z ] 2022-11-23T03:19:54.5135196Z C:\actions-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-23T03:19:54.5136163Z 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-23T03:19:54.5137028Z 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-23T03:19:54.5137853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5138431Z with 2022-11-23T03:19:54.5138659Z [ 2022-11-23T03:19:54.5139141Z T=std::vector,std::allocator>> 2022-11-23T03:19:54.5139428Z ] 2022-11-23T03:19:54.5139933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5140392Z with 2022-11-23T03:19:54.5140589Z [ 2022-11-23T03:19:54.5140902Z T=std::vector,std::allocator>> 2022-11-23T03:19:54.5141192Z ] 2022-11-23T03:19:54.5141690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5142169Z with 2022-11-23T03:19:54.5142366Z [ 2022-11-23T03:19:54.5142678Z T=std::vector,std::allocator>> 2022-11-23T03:19:54.5142968Z ] 2022-11-23T03:19:54.5143527Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5144158Z with 2022-11-23T03:19:54.5144338Z [ 2022-11-23T03:19:54.5144650Z T=std::vector,std::allocator>> 2022-11-23T03:19:54.5144940Z ] 2022-11-23T03:19:54.5145726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5146726Z with 2022-11-23T03:19:54.5147070Z [ 2022-11-23T03:19:54.5147637Z T=std::vector,std::allocator>> 2022-11-23T03:19:54.5148186Z ] 2022-11-23T03:19:54.5149355Z C:\actions-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-23T03:19:54.5151179Z 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-23T03:19:54.5152811Z 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-23T03:19:54.5155117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5156092Z with 2022-11-23T03:19:54.5156432Z [ 2022-11-23T03:19:54.5157008Z T=std::vector,std::allocator>> 2022-11-23T03:19:54.5157553Z ] 2022-11-23T03:19:54.5158454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5159705Z with 2022-11-23T03:19:54.5160103Z [ 2022-11-23T03:19:54.5160638Z T=std::vector> 2022-11-23T03:19:54.5161107Z ] 2022-11-23T03:19:54.5162120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5163061Z with 2022-11-23T03:19:54.5163425Z [ 2022-11-23T03:19:54.5163943Z T=std::vector> 2022-11-23T03:19:54.5164429Z ] 2022-11-23T03:19:54.5165475Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5166504Z with 2022-11-23T03:19:54.5166872Z [ 2022-11-23T03:19:54.5167391Z T=std::vector> 2022-11-23T03:19:54.5167873Z ] 2022-11-23T03:19:54.5169012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5170055Z with 2022-11-23T03:19:54.5170428Z [ 2022-11-23T03:19:54.5170953Z T=std::vector> 2022-11-23T03:19:54.5171444Z ] 2022-11-23T03:19:54.5172496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:19:54.5173673Z with 2022-11-23T03:19:54.5174027Z [ 2022-11-23T03:19:54.5174416Z T=int64_t 2022-11-23T03:19:54.5174792Z ] 2022-11-23T03:19:54.5175825Z 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-23T03:19:54.5176793Z with 2022-11-23T03:19:54.5177168Z [ 2022-11-23T03:19:54.5177526Z T=int64_t 2022-11-23T03:19:54.5177910Z ] 2022-11-23T03:19:54.5178938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5179894Z with 2022-11-23T03:19:54.5180265Z [ 2022-11-23T03:19:54.5180761Z T=std::vector> 2022-11-23T03:19:54.5181250Z ] 2022-11-23T03:19:54.5182194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5183609Z with 2022-11-23T03:19:54.5183991Z [ 2022-11-23T03:19:54.5184524Z T=std::shared_ptr 2022-11-23T03:19:54.5184954Z ] 2022-11-23T03:19:54.5185957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5187085Z with 2022-11-23T03:19:54.5187478Z [ 2022-11-23T03:19:54.5187994Z T=std::shared_ptr 2022-11-23T03:19:54.5188480Z ] 2022-11-23T03:19:54.5189546Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5190536Z with 2022-11-23T03:19:54.5190900Z [ 2022-11-23T03:19:54.5191411Z T=std::shared_ptr 2022-11-23T03:19:54.5191894Z ] 2022-11-23T03:19:54.5193168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5194295Z with 2022-11-23T03:19:54.5194652Z [ 2022-11-23T03:19:54.5195106Z T=std::shared_ptr 2022-11-23T03:19:54.5195574Z ] 2022-11-23T03:19:54.5196618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:54.5198317Z 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-23T03:19:54.5199893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5200790Z with 2022-11-23T03:19:54.5201140Z [ 2022-11-23T03:19:54.5201677Z T=std::shared_ptr 2022-11-23T03:19:54.5202161Z ] 2022-11-23T03:19:54.5203121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5204158Z with 2022-11-23T03:19:54.5204498Z [ 2022-11-23T03:19:54.5204985Z T=std::weak_ptr 2022-11-23T03:19:54.5205479Z ] 2022-11-23T03:19:54.5206414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5207326Z with 2022-11-23T03:19:54.5207670Z [ 2022-11-23T03:19:54.5208152Z T=std::weak_ptr 2022-11-23T03:19:54.5208634Z ] 2022-11-23T03:19:54.5209717Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5210709Z with 2022-11-23T03:19:54.5211079Z [ 2022-11-23T03:19:54.5211580Z T=std::weak_ptr 2022-11-23T03:19:54.5212046Z ] 2022-11-23T03:19:54.5213217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5214285Z with 2022-11-23T03:19:54.5214641Z [ 2022-11-23T03:19:54.5215142Z T=std::weak_ptr 2022-11-23T03:19:54.5215612Z ] 2022-11-23T03:19:54.5216883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:54.5218580Z 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-23T03:19:54.5220152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5221043Z with 2022-11-23T03:19:54.5221401Z [ 2022-11-23T03:19:54.5221908Z T=std::weak_ptr 2022-11-23T03:19:54.5222381Z ] 2022-11-23T03:19:54.5223353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5224163Z with 2022-11-23T03:19:54.5224513Z [ 2022-11-23T03:19:54.5225068Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:19:54.5225599Z ] 2022-11-23T03:19:54.5226593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5227483Z with 2022-11-23T03:19:54.5227821Z [ 2022-11-23T03:19:54.5228382Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:19:54.5228908Z ] 2022-11-23T03:19:54.5229988Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5230949Z with 2022-11-23T03:19:54.5231316Z [ 2022-11-23T03:19:54.5231872Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:19:54.5232370Z ] 2022-11-23T03:19:54.5233767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5234840Z with 2022-11-23T03:19:54.5235195Z [ 2022-11-23T03:19:54.5235748Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:19:54.5236277Z ] 2022-11-23T03:19:54.5237411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:54.5239314Z 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-23T03:19:54.5241182Z 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-23T03:19:54.5242915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5243848Z with 2022-11-23T03:19:54.5244205Z [ 2022-11-23T03:19:54.5244757Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:19:54.5245201Z ] 2022-11-23T03:19:54.5246223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5247123Z with 2022-11-23T03:19:54.5247489Z [ 2022-11-23T03:19:54.5248010Z T=c10::impl::InlineStreamGuard 2022-11-23T03:19:54.5248539Z ] 2022-11-23T03:19:54.5249281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5249772Z with 2022-11-23T03:19:54.5249973Z [ 2022-11-23T03:19:54.5250281Z T=c10::impl::InlineStreamGuard 2022-11-23T03:19:54.5250568Z ] 2022-11-23T03:19:54.5251137Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5251653Z with 2022-11-23T03:19:54.5251835Z [ 2022-11-23T03:19:54.5252140Z T=c10::impl::InlineStreamGuard 2022-11-23T03:19:54.5252430Z ] 2022-11-23T03:19:54.5253022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5253653Z with 2022-11-23T03:19:54.5253990Z [ 2022-11-23T03:19:54.5254506Z T=c10::impl::InlineStreamGuard 2022-11-23T03:19:54.5255027Z ] 2022-11-23T03:19:54.5256102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:54.5257905Z 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-23T03:19:54.5259946Z 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-23T03:19:54.5260934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5261441Z with 2022-11-23T03:19:54.5261648Z [ 2022-11-23T03:19:54.5261945Z T=c10::impl::InlineStreamGuard 2022-11-23T03:19:54.5262445Z ] 2022-11-23T03:19:54.5263120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5263590Z with 2022-11-23T03:19:54.5263795Z [ 2022-11-23T03:19:54.5264042Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:19:54.5264262Z ] 2022-11-23T03:19:54.5264779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5265254Z with 2022-11-23T03:19:54.5265454Z [ 2022-11-23T03:19:54.5265695Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:19:54.5265915Z ] 2022-11-23T03:19:54.5266623Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5267173Z with 2022-11-23T03:19:54.5267375Z [ 2022-11-23T03:19:54.5267619Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:19:54.5267856Z ] 2022-11-23T03:19:54.5268454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5268988Z with 2022-11-23T03:19:54.5269188Z [ 2022-11-23T03:19:54.5269434Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:19:54.5269671Z ] 2022-11-23T03:19:54.5270544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5272147Z 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-23T03:19:54.5272759Z with 2022-11-23T03:19:54.5272968Z [ 2022-11-23T03:19:54.5273227Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:19:54.5273466Z ] 2022-11-23T03:19:54.5274053Z 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-23T03:19:54.5274940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5275441Z with 2022-11-23T03:19:54.5275626Z [ 2022-11-23T03:19:54.5275876Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:19:54.5276274Z ] 2022-11-23T03:19:54.5277176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5277869Z with 2022-11-23T03:19:54.5278072Z [ 2022-11-23T03:19:54.5278410Z T=std::vector> 2022-11-23T03:19:54.5278736Z ] 2022-11-23T03:19:54.5279248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5279721Z with 2022-11-23T03:19:54.5279922Z [ 2022-11-23T03:19:54.5280276Z T=std::vector> 2022-11-23T03:19:54.5280590Z ] 2022-11-23T03:19:54.5281156Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5281677Z with 2022-11-23T03:19:54.5281872Z [ 2022-11-23T03:19:54.5282217Z T=std::vector> 2022-11-23T03:19:54.5282536Z ] 2022-11-23T03:19:54.5283319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5284358Z with 2022-11-23T03:19:54.5284865Z [ 2022-11-23T03:19:54.5285475Z T=std::vector> 2022-11-23T03:19:54.5285811Z ] 2022-11-23T03:19:54.5287025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:19:54.5288506Z 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-23T03:19:54.5289864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5290852Z with 2022-11-23T03:19:54.5291197Z [ 2022-11-23T03:19:54.5291823Z T=std::vector> 2022-11-23T03:19:54.5292435Z ] 2022-11-23T03:19:54.5293358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5294256Z with 2022-11-23T03:19:54.5294622Z [ 2022-11-23T03:19:54.5295160Z T=c10::IValue 2022-11-23T03:19:54.5295575Z ] 2022-11-23T03:19:54.5296737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5297245Z with 2022-11-23T03:19:54.5297487Z [ 2022-11-23T03:19:54.5297703Z T=c10::IValue 2022-11-23T03:19:54.5297913Z ] 2022-11-23T03:19:54.5298580Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5299771Z with 2022-11-23T03:19:54.5300060Z [ 2022-11-23T03:19:54.5300343Z T=c10::IValue 2022-11-23T03:19:54.5300692Z ] 2022-11-23T03:19:54.5301790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5302902Z with 2022-11-23T03:19:54.5303353Z [ 2022-11-23T03:19:54.5303766Z T=c10::IValue 2022-11-23T03:19:54.5304144Z ] 2022-11-23T03:19:54.5305249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5306207Z 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-23T03:19:54.5307138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5307956Z with 2022-11-23T03:19:54.5308328Z [ 2022-11-23T03:19:54.5308725Z T=c10::IValue 2022-11-23T03:19:54.5309104Z ] 2022-11-23T03:19:54.5310218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5311276Z with 2022-11-23T03:19:54.5311588Z [ 2022-11-23T03:19:54.5311989Z T=c10::AliasInfo 2022-11-23T03:19:54.5312386Z ] 2022-11-23T03:19:54.5313274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5313811Z with 2022-11-23T03:19:54.5314010Z [ 2022-11-23T03:19:54.5314234Z T=c10::AliasInfo 2022-11-23T03:19:54.5314449Z ] 2022-11-23T03:19:54.5315096Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5315721Z with 2022-11-23T03:19:54.5315905Z [ 2022-11-23T03:19:54.5316150Z T=c10::AliasInfo 2022-11-23T03:19:54.5316559Z ] 2022-11-23T03:19:54.5317670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5318576Z with 2022-11-23T03:19:54.5318887Z [ 2022-11-23T03:19:54.5319295Z T=c10::AliasInfo 2022-11-23T03:19:54.5319686Z ] 2022-11-23T03:19:54.5320572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5322124Z 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-23T03:19:54.5323879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5325248Z with 2022-11-23T03:19:54.5325593Z [ 2022-11-23T03:19:54.5326007Z T=c10::AliasInfo 2022-11-23T03:19:54.5326474Z ] 2022-11-23T03:19:54.5327427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5328349Z with 2022-11-23T03:19:54.5328717Z [ 2022-11-23T03:19:54.5329234Z T=std::vector> 2022-11-23T03:19:54.5329738Z ] 2022-11-23T03:19:54.5330976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5331756Z with 2022-11-23T03:19:54.5331959Z [ 2022-11-23T03:19:54.5332252Z T=std::vector> 2022-11-23T03:19:54.5332511Z ] 2022-11-23T03:19:54.5333078Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5333849Z with 2022-11-23T03:19:54.5334196Z [ 2022-11-23T03:19:54.5334734Z T=std::vector> 2022-11-23T03:19:54.5335224Z ] 2022-11-23T03:19:54.5336064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5336919Z with 2022-11-23T03:19:54.5337123Z [ 2022-11-23T03:19:54.5337774Z T=std::vector> 2022-11-23T03:19:54.5338380Z ] 2022-11-23T03:19:54.5339410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:19:54.5340361Z with 2022-11-23T03:19:54.5340732Z [ 2022-11-23T03:19:54.5341142Z T=c10::SymInt 2022-11-23T03:19:54.5341618Z ] 2022-11-23T03:19:54.5343255Z 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-23T03:19:54.5344569Z with 2022-11-23T03:19:54.5344962Z [ 2022-11-23T03:19:54.5345345Z T=c10::SymInt 2022-11-23T03:19:54.5345699Z ] 2022-11-23T03:19:54.5346739Z 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-23T03:19:54.5348390Z 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-23T03:19:54.5350077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5351113Z with 2022-11-23T03:19:54.5351494Z [ 2022-11-23T03:19:54.5352088Z T=std::vector> 2022-11-23T03:19:54.5352577Z ] 2022-11-23T03:19:54.5353470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5354530Z with 2022-11-23T03:19:54.5354878Z [ 2022-11-23T03:19:54.5355371Z T=c10::either 2022-11-23T03:19:54.5373079Z ] 2022-11-23T03:19:54.5373691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5374200Z with 2022-11-23T03:19:54.5374390Z [ 2022-11-23T03:19:54.5374704Z T=c10::either 2022-11-23T03:19:54.5374989Z ] 2022-11-23T03:19:54.5375575Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5376120Z with 2022-11-23T03:19:54.5376343Z [ 2022-11-23T03:19:54.5376619Z T=c10::either 2022-11-23T03:19:54.5376904Z ] 2022-11-23T03:19:54.5377514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5378076Z with 2022-11-23T03:19:54.5378470Z [ 2022-11-23T03:19:54.5378778Z T=c10::either 2022-11-23T03:19:54.5379039Z ] 2022-11-23T03:19:54.5380100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:54.5381118Z 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-23T03:19:54.5382040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5382554Z with 2022-11-23T03:19:54.5382770Z [ 2022-11-23T03:19:54.5383075Z T=c10::either 2022-11-23T03:19:54.5383362Z ] 2022-11-23T03:19:54.5383846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5384317Z with 2022-11-23T03:19:54.5384523Z [ 2022-11-23T03:19:54.5384771Z T=torch::autograd::ViewInfo 2022-11-23T03:19:54.5385020Z ] 2022-11-23T03:19:54.5385740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5386204Z with 2022-11-23T03:19:54.5386559Z [ 2022-11-23T03:19:54.5386928Z T=torch::autograd::ViewInfo 2022-11-23T03:19:54.5387178Z ] 2022-11-23T03:19:54.5387758Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5388292Z with 2022-11-23T03:19:54.5388479Z [ 2022-11-23T03:19:54.5388729Z T=torch::autograd::ViewInfo 2022-11-23T03:19:54.5388971Z ] 2022-11-23T03:19:54.5389573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5390268Z with 2022-11-23T03:19:54.5390483Z [ 2022-11-23T03:19:54.5390708Z T=torch::autograd::ViewInfo 2022-11-23T03:19:54.5390954Z ] 2022-11-23T03:19:54.5391507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5392512Z 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-23T03:19:54.5393521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5394169Z with 2022-11-23T03:19:54.5394386Z [ 2022-11-23T03:19:54.5394612Z T=torch::autograd::ViewInfo 2022-11-23T03:19:54.5394857Z ] 2022-11-23T03:19:54.5395364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5395832Z with 2022-11-23T03:19:54.5396041Z [ 2022-11-23T03:19:54.5396313Z T=std::tuple 2022-11-23T03:19:54.5396553Z ] 2022-11-23T03:19:54.5397162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5397720Z with 2022-11-23T03:19:54.5397940Z [ 2022-11-23T03:19:54.5398218Z T=std::tuple 2022-11-23T03:19:54.5398456Z ] 2022-11-23T03:19:54.5399025Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5399706Z with 2022-11-23T03:19:54.5399924Z [ 2022-11-23T03:19:54.5400327Z T=std::tuple 2022-11-23T03:19:54.5400625Z ] 2022-11-23T03:19:54.5401360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5401928Z with 2022-11-23T03:19:54.5402141Z [ 2022-11-23T03:19:54.5402419Z T=std::tuple 2022-11-23T03:19:54.5402682Z ] 2022-11-23T03:19:54.5403241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:54.5404130Z 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-23T03:19:54.5405010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5405494Z with 2022-11-23T03:19:54.5405700Z [ 2022-11-23T03:19:54.5405970Z T=std::tuple 2022-11-23T03:19:54.5406502Z ] 2022-11-23T03:19:54.5407019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5407616Z with 2022-11-23T03:19:54.5407902Z [ 2022-11-23T03:19:54.5408155Z T=torch::jit::SourceRange 2022-11-23T03:19:54.5408401Z ] 2022-11-23T03:19:54.5408932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5409412Z with 2022-11-23T03:19:54.5409600Z [ 2022-11-23T03:19:54.5409854Z T=torch::jit::SourceRange 2022-11-23T03:19:54.5410094Z ] 2022-11-23T03:19:54.5410661Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5411204Z with 2022-11-23T03:19:54.5411417Z [ 2022-11-23T03:19:54.5411637Z T=torch::jit::SourceRange 2022-11-23T03:19:54.5411882Z ] 2022-11-23T03:19:54.5412490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5413043Z with 2022-11-23T03:19:54.5413285Z [ 2022-11-23T03:19:54.5413717Z T=torch::jit::SourceRange 2022-11-23T03:19:54.5414024Z ] 2022-11-23T03:19:54.5414723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5415731Z 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-23T03:19:54.5416595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5417105Z with 2022-11-23T03:19:54.5417319Z [ 2022-11-23T03:19:54.5417567Z T=torch::jit::SourceRange 2022-11-23T03:19:54.5417784Z ] 2022-11-23T03:19:54.5418291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5418763Z with 2022-11-23T03:19:54.5418971Z [ 2022-11-23T03:19:54.5419240Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:19:54.5419502Z ] 2022-11-23T03:19:54.5419996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5420635Z with 2022-11-23T03:19:54.5420851Z [ 2022-11-23T03:19:54.5421123Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:19:54.5421384Z ] 2022-11-23T03:19:54.5422217Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5422725Z with 2022-11-23T03:19:54.5422936Z [ 2022-11-23T03:19:54.5423202Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:19:54.5423465Z ] 2022-11-23T03:19:54.5424065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5425258Z with 2022-11-23T03:19:54.5425522Z [ 2022-11-23T03:19:54.5426015Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:19:54.5426498Z ] 2022-11-23T03:19:54.5427458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5428576Z 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-23T03:19:54.5429561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5430076Z with 2022-11-23T03:19:54.5430267Z [ 2022-11-23T03:19:54.5430536Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:19:54.5430798Z ] 2022-11-23T03:19:54.5431303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5431776Z with 2022-11-23T03:19:54.5431987Z [ 2022-11-23T03:19:54.5432223Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:19:54.5432605Z ] 2022-11-23T03:19:54.5433164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5433760Z with 2022-11-23T03:19:54.5433969Z [ 2022-11-23T03:19:54.5434228Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:19:54.5434634Z ] 2022-11-23T03:19:54.5435215Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5435884Z with 2022-11-23T03:19:54.5436233Z [ 2022-11-23T03:19:54.5436502Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:19:54.5436754Z ] 2022-11-23T03:19:54.5437340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5437909Z with 2022-11-23T03:19:54.5438128Z [ 2022-11-23T03:19:54.5438392Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:19:54.5438652Z ] 2022-11-23T03:19:54.5439210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5440063Z 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-23T03:19:54.5440923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5441587Z with 2022-11-23T03:19:54.5441809Z [ 2022-11-23T03:19:54.5442078Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:19:54.5442449Z ] 2022-11-23T03:19:54.5443189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5443837Z with 2022-11-23T03:19:54.5444056Z [ 2022-11-23T03:19:54.5444304Z T=torch::jit::ScopePtr 2022-11-23T03:19:54.5444539Z ] 2022-11-23T03:19:54.5445068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5445548Z with 2022-11-23T03:19:54.5445733Z [ 2022-11-23T03:19:54.5445975Z T=torch::jit::ScopePtr 2022-11-23T03:19:54.5446206Z ] 2022-11-23T03:19:54.5446913Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5447465Z with 2022-11-23T03:19:54.5447792Z [ 2022-11-23T03:19:54.5448116Z T=torch::jit::ScopePtr 2022-11-23T03:19:54.5448356Z ] 2022-11-23T03:19:54.5449475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5450673Z with 2022-11-23T03:19:54.5451048Z [ 2022-11-23T03:19:54.5451476Z T=torch::jit::ScopePtr 2022-11-23T03:19:54.5451907Z ] 2022-11-23T03:19:54.5453105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5454734Z 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-23T03:19:54.5456488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5457627Z with 2022-11-23T03:19:54.5458019Z [ 2022-11-23T03:19:54.5458428Z T=torch::jit::ScopePtr 2022-11-23T03:19:54.5458863Z ] 2022-11-23T03:19:54.5459817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5460627Z with 2022-11-23T03:19:54.5460849Z [ 2022-11-23T03:19:54.5461236Z T=c10::impl::AnnotatedSchema 2022-11-23T03:19:54.5461472Z ] 2022-11-23T03:19:54.5462143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5462810Z with 2022-11-23T03:19:54.5463115Z [ 2022-11-23T03:19:54.5463568Z T=c10::impl::AnnotatedSchema 2022-11-23T03:19:54.5463949Z ] 2022-11-23T03:19:54.5464656Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5465568Z with 2022-11-23T03:19:54.5465891Z [ 2022-11-23T03:19:54.5466162Z T=c10::impl::AnnotatedSchema 2022-11-23T03:19:54.5466411Z ] 2022-11-23T03:19:54.5467171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5468033Z with 2022-11-23T03:19:54.5468250Z [ 2022-11-23T03:19:54.5468510Z T=c10::impl::AnnotatedSchema 2022-11-23T03:19:54.5468762Z ] 2022-11-23T03:19:54.5469447Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5470839Z 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-23T03:19:54.5471848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5472345Z with 2022-11-23T03:19:54.5472566Z [ 2022-11-23T03:19:54.5472823Z T=c10::impl::AnnotatedSchema 2022-11-23T03:19:54.5473072Z ] 2022-11-23T03:19:54.5473581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5474050Z with 2022-11-23T03:19:54.5474236Z [ 2022-11-23T03:19:54.5474538Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:19:54.5474827Z ] 2022-11-23T03:19:54.5475451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5476093Z with 2022-11-23T03:19:54.5476307Z [ 2022-11-23T03:19:54.5476892Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:19:54.5477375Z ] 2022-11-23T03:19:54.5478448Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5479424Z with 2022-11-23T03:19:54.5479809Z [ 2022-11-23T03:19:54.5480731Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:19:54.5481366Z ] 2022-11-23T03:19:54.5482659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5483930Z with 2022-11-23T03:19:54.5484333Z [ 2022-11-23T03:19:54.5484913Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:19:54.5485447Z ] 2022-11-23T03:19:54.5486554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5488319Z 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-23T03:19:54.5490309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5491311Z with 2022-11-23T03:19:54.5491683Z [ 2022-11-23T03:19:54.5492238Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:19:54.5492955Z ] 2022-11-23T03:19:54.5493868Z 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-23T03:19:54.5494688Z 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-23T03:19:54.5496143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5497233Z with 2022-11-23T03:19:54.5497664Z [ 2022-11-23T03:19:54.5498132Z T=at::StepCallbacks 2022-11-23T03:19:54.5498576Z ] 2022-11-23T03:19:54.5499552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5500512Z with 2022-11-23T03:19:54.5500910Z [ 2022-11-23T03:19:54.5501365Z T=at::StepCallbacks 2022-11-23T03:19:54.5501807Z ] 2022-11-23T03:19:54.5503020Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5504286Z with 2022-11-23T03:19:54.5504681Z [ 2022-11-23T03:19:54.5505129Z T=at::StepCallbacks 2022-11-23T03:19:54.5505563Z ] 2022-11-23T03:19:54.5506852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5507952Z with 2022-11-23T03:19:54.5508385Z [ 2022-11-23T03:19:54.5508822Z T=at::StepCallbacks 2022-11-23T03:19:54.5509361Z ] 2022-11-23T03:19:54.5510524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5512144Z 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-23T03:19:54.5513743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5514386Z with 2022-11-23T03:19:54.5514727Z [ 2022-11-23T03:19:54.5515184Z T=at::StepCallbacks 2022-11-23T03:19:54.5515722Z ] 2022-11-23T03:19:54.5516870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5517783Z with 2022-11-23T03:19:54.5518169Z [ 2022-11-23T03:19:54.5518599Z T=at::ThreadLocalState 2022-11-23T03:19:54.5519023Z ] 2022-11-23T03:19:54.5520018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5520937Z with 2022-11-23T03:19:54.5521323Z [ 2022-11-23T03:19:54.5521738Z T=at::ThreadLocalState 2022-11-23T03:19:54.5522286Z ] 2022-11-23T03:19:54.5523546Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5524734Z with 2022-11-23T03:19:54.5525106Z [ 2022-11-23T03:19:54.5525563Z T=at::ThreadLocalState 2022-11-23T03:19:54.5525975Z ] 2022-11-23T03:19:54.5527173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5528228Z with 2022-11-23T03:19:54.5528610Z [ 2022-11-23T03:19:54.5529182Z T=at::ThreadLocalState 2022-11-23T03:19:54.5529734Z ] 2022-11-23T03:19:54.5530873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5532410Z 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-23T03:19:54.5533306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5533822Z with 2022-11-23T03:19:54.5534039Z [ 2022-11-23T03:19:54.5534289Z T=at::ThreadLocalState 2022-11-23T03:19:54.5534528Z ] 2022-11-23T03:19:54.5535305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5535834Z with 2022-11-23T03:19:54.5536257Z [ 2022-11-23T03:19:54.5536681Z T=std::shared_ptr 2022-11-23T03:19:54.5536949Z ] 2022-11-23T03:19:54.5537486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5537947Z with 2022-11-23T03:19:54.5538154Z [ 2022-11-23T03:19:54.5538416Z T=std::shared_ptr 2022-11-23T03:19:54.5538673Z ] 2022-11-23T03:19:54.5539246Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5539777Z with 2022-11-23T03:19:54.5539964Z [ 2022-11-23T03:19:54.5540231Z T=std::shared_ptr 2022-11-23T03:19:54.5540487Z ] 2022-11-23T03:19:54.5541086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5541646Z with 2022-11-23T03:19:54.5542006Z [ 2022-11-23T03:19:54.5542255Z T=std::shared_ptr 2022-11-23T03:19:54.5542636Z ] 2022-11-23T03:19:54.5543738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:54.5545336Z 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-23T03:19:54.5547064Z 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-23T03:19:54.5549116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5550338Z with 2022-11-23T03:19:54.5550753Z [ 2022-11-23T03:19:54.5551239Z T=std::shared_ptr 2022-11-23T03:19:54.5551740Z ] 2022-11-23T03:19:54.5552735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5554274Z with 2022-11-23T03:19:54.5554687Z [ 2022-11-23T03:19:54.5555273Z T=torch::jit::GraphExecutor 2022-11-23T03:19:54.5555724Z ] 2022-11-23T03:19:54.5556958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5557900Z with 2022-11-23T03:19:54.5558290Z [ 2022-11-23T03:19:54.5558761Z T=torch::jit::GraphExecutor 2022-11-23T03:19:54.5559193Z ] 2022-11-23T03:19:54.5560259Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5562653Z with 2022-11-23T03:19:54.5563241Z [ 2022-11-23T03:19:54.5563846Z T=torch::jit::GraphExecutor 2022-11-23T03:19:54.5564327Z ] 2022-11-23T03:19:54.5565476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5566597Z with 2022-11-23T03:19:54.5566993Z [ 2022-11-23T03:19:54.5567483Z T=torch::jit::GraphExecutor 2022-11-23T03:19:54.5567962Z ] 2022-11-23T03:19:54.5569169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5571014Z 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-23T03:19:54.5572674Z 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-23T03:19:54.5574423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5575592Z with 2022-11-23T03:19:54.5575993Z [ 2022-11-23T03:19:54.5576595Z T=torch::jit::GraphExecutor 2022-11-23T03:19:54.5577202Z ] 2022-11-23T03:19:54.5578214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5579119Z with 2022-11-23T03:19:54.5579513Z [ 2022-11-23T03:19:54.5579989Z T=torch::jit::Method 2022-11-23T03:19:54.5580452Z ] 2022-11-23T03:19:54.5581490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5582830Z with 2022-11-23T03:19:54.5583315Z [ 2022-11-23T03:19:54.5583823Z T=torch::jit::Method 2022-11-23T03:19:54.5584239Z ] 2022-11-23T03:19:54.5585313Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5586344Z with 2022-11-23T03:19:54.5586746Z [ 2022-11-23T03:19:54.5587202Z T=torch::jit::Method 2022-11-23T03:19:54.5587625Z ] 2022-11-23T03:19:54.5588765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5590191Z with 2022-11-23T03:19:54.5590583Z [ 2022-11-23T03:19:54.5591050Z T=torch::jit::Method 2022-11-23T03:19:54.5591477Z ] 2022-11-23T03:19:54.5592506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:54.5594123Z 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-23T03:19:54.5596130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5597285Z with 2022-11-23T03:19:54.5597636Z [ 2022-11-23T03:19:54.5597896Z T=torch::jit::Method 2022-11-23T03:19:54.5598140Z ] 2022-11-23T03:19:54.5598637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5599119Z with 2022-11-23T03:19:54.5599334Z [ 2022-11-23T03:19:54.5599633Z T=std::vector> 2022-11-23T03:19:54.5599918Z ] 2022-11-23T03:19:54.5600458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:54.5600922Z with 2022-11-23T03:19:54.5601131Z [ 2022-11-23T03:19:54.5601430Z T=std::vector> 2022-11-23T03:19:54.5601709Z ] 2022-11-23T03:19:54.5602474Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:54.5603164Z with 2022-11-23T03:19:54.5603457Z [ 2022-11-23T03:19:54.5603764Z T=std::vector> 2022-11-23T03:19:54.5604047Z ] 2022-11-23T03:19:54.5604654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:54.5605216Z with 2022-11-23T03:19:54.5605432Z [ 2022-11-23T03:19:54.5605706Z T=std::vector> 2022-11-23T03:19:54.5605988Z ] 2022-11-23T03:19:54.5606575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:19:54.5607647Z 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-23T03:19:54.5608528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:54.5609182Z with 2022-11-23T03:19:54.5609398Z [ 2022-11-23T03:19:54.5609958Z T=std::vector> 2022-11-23T03:19:54.5610255Z ] 2022-11-23T03:19:54.5610745Z C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.cpp(12): warning C4273: 'torch::custom_backend::getBackendName': inconsistent dll linkage 2022-11-23T03:19:54.5611427Z C:\actions-runner\_work\pytorch\pytorch\test\custom_backend\custom_backend.h(89): note: see previous definition of 'getBackendName' 2022-11-23T03:19:54.9380133Z [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.6\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.6\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64\cudnn.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\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-23T03:19:58.9621267Z [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.6\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-23T03:19:58.9624175Z 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-23T03:19:58.9625494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9626268Z with 2022-11-23T03:19:58.9626617Z [ 2022-11-23T03:19:58.9626957Z T=c10::SymInt 2022-11-23T03:19:58.9627336Z ] 2022-11-23T03:19:58.9628227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9629060Z with 2022-11-23T03:19:58.9629413Z [ 2022-11-23T03:19:58.9629792Z T=c10::SymInt 2022-11-23T03:19:58.9630139Z ] 2022-11-23T03:19:58.9631111Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9631699Z with 2022-11-23T03:19:58.9631919Z [ 2022-11-23T03:19:58.9632151Z T=c10::SymInt 2022-11-23T03:19:58.9632376Z ] 2022-11-23T03:19:58.9633114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9633714Z with 2022-11-23T03:19:58.9633926Z [ 2022-11-23T03:19:58.9634159Z T=c10::SymInt 2022-11-23T03:19:58.9634382Z ] 2022-11-23T03:19:58.9634910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9635696Z 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-23T03:19:58.9636533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9637050Z with 2022-11-23T03:19:58.9637264Z [ 2022-11-23T03:19:58.9637493Z T=c10::SymInt 2022-11-23T03:19:58.9637718Z ] 2022-11-23T03:19:58.9638211Z 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-23T03:19:58.9638952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9639428Z with 2022-11-23T03:19:58.9639640Z [ 2022-11-23T03:19:58.9639870Z T=std::string 2022-11-23T03:19:58.9640091Z ] 2022-11-23T03:19:58.9640623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9641086Z with 2022-11-23T03:19:58.9641299Z [ 2022-11-23T03:19:58.9641528Z T=std::string 2022-11-23T03:19:58.9641753Z ] 2022-11-23T03:19:58.9642324Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9642981Z with 2022-11-23T03:19:58.9643170Z [ 2022-11-23T03:19:58.9643401Z T=std::string 2022-11-23T03:19:58.9643624Z ] 2022-11-23T03:19:58.9644230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9644792Z with 2022-11-23T03:19:58.9645004Z [ 2022-11-23T03:19:58.9645213Z T=std::string 2022-11-23T03:19:58.9645438Z ] 2022-11-23T03:19:58.9645968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9646783Z 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-23T03:19:58.9647616Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9648124Z with 2022-11-23T03:19:58.9648335Z [ 2022-11-23T03:19:58.9648539Z T=std::string 2022-11-23T03:19:58.9648765Z ] 2022-11-23T03:19:58.9649364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9649854Z with 2022-11-23T03:19:58.9650068Z [ 2022-11-23T03:19:58.9650296Z T=c10::QualifiedName 2022-11-23T03:19:58.9650535Z ] 2022-11-23T03:19:58.9651061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9651539Z with 2022-11-23T03:19:58.9651749Z [ 2022-11-23T03:19:58.9651987Z T=c10::QualifiedName 2022-11-23T03:19:58.9652201Z ] 2022-11-23T03:19:58.9652776Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9653310Z with 2022-11-23T03:19:58.9653522Z [ 2022-11-23T03:19:58.9653762Z T=c10::QualifiedName 2022-11-23T03:19:58.9653999Z ] 2022-11-23T03:19:58.9654583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9655153Z with 2022-11-23T03:19:58.9655366Z [ 2022-11-23T03:19:58.9655605Z T=c10::QualifiedName 2022-11-23T03:19:58.9655839Z ] 2022-11-23T03:19:58.9656380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9657185Z 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-23T03:19:58.9658030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9658646Z with 2022-11-23T03:19:58.9658861Z [ 2022-11-23T03:19:58.9659108Z T=c10::QualifiedName 2022-11-23T03:19:58.9659348Z ] 2022-11-23T03:19:58.9659863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9660313Z with 2022-11-23T03:19:58.9660524Z [ 2022-11-23T03:19:58.9660758Z T=at::TensorBase 2022-11-23T03:19:58.9660992Z ] 2022-11-23T03:19:58.9661520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9662007Z with 2022-11-23T03:19:58.9662195Z [ 2022-11-23T03:19:58.9662435Z T=at::TensorBase 2022-11-23T03:19:58.9662663Z ] 2022-11-23T03:19:58.9663233Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9663759Z with 2022-11-23T03:19:58.9663944Z [ 2022-11-23T03:19:58.9664175Z T=at::TensorBase 2022-11-23T03:19:58.9664401Z ] 2022-11-23T03:19:58.9665083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9665669Z with 2022-11-23T03:19:58.9665885Z [ 2022-11-23T03:19:58.9666095Z T=at::TensorBase 2022-11-23T03:19:58.9666327Z ] 2022-11-23T03:19:58.9666865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9667698Z 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-23T03:19:58.9668532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9669044Z with 2022-11-23T03:19:58.9669260Z [ 2022-11-23T03:19:58.9669474Z T=at::TensorBase 2022-11-23T03:19:58.9669706Z ] 2022-11-23T03:19:58.9670215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9670686Z with 2022-11-23T03:19:58.9670895Z [ 2022-11-23T03:19:58.9671123Z T=at::Tensor 2022-11-23T03:19:58.9671324Z ] 2022-11-23T03:19:58.9671846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9672338Z with 2022-11-23T03:19:58.9672548Z [ 2022-11-23T03:19:58.9672776Z T=at::Tensor 2022-11-23T03:19:58.9672977Z ] 2022-11-23T03:19:58.9673910Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9674444Z with 2022-11-23T03:19:58.9674658Z [ 2022-11-23T03:19:58.9674889Z T=at::Tensor 2022-11-23T03:19:58.9675215Z ] 2022-11-23T03:19:58.9675802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9676370Z with 2022-11-23T03:19:58.9676582Z [ 2022-11-23T03:19:58.9676804Z T=at::Tensor 2022-11-23T03:19:58.9677025Z ] 2022-11-23T03:19:58.9677556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9678373Z 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-23T03:19:58.9679183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9679894Z with 2022-11-23T03:19:58.9680112Z [ 2022-11-23T03:19:58.9680345Z T=at::Tensor 2022-11-23T03:19:58.9680682Z ] 2022-11-23T03:19:58.9681304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9681770Z with 2022-11-23T03:19:58.9681985Z [ 2022-11-23T03:19:58.9682220Z T=at::Generator 2022-11-23T03:19:58.9682549Z ] 2022-11-23T03:19:58.9683096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9683591Z with 2022-11-23T03:19:58.9683783Z [ 2022-11-23T03:19:58.9684015Z T=at::Generator 2022-11-23T03:19:58.9684242Z ] 2022-11-23T03:19:58.9684810Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9685332Z with 2022-11-23T03:19:58.9685544Z [ 2022-11-23T03:19:58.9685750Z T=at::Generator 2022-11-23T03:19:58.9685978Z ] 2022-11-23T03:19:58.9686583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9687149Z with 2022-11-23T03:19:58.9687362Z [ 2022-11-23T03:19:58.9687595Z T=at::Generator 2022-11-23T03:19:58.9687827Z ] 2022-11-23T03:19:58.9688362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9689182Z 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-23T03:19:58.9690023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9690531Z with 2022-11-23T03:19:58.9690745Z [ 2022-11-23T03:19:58.9690952Z T=at::Generator 2022-11-23T03:19:58.9691182Z ] 2022-11-23T03:19:58.9691683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9692270Z with 2022-11-23T03:19:58.9692483Z [ 2022-11-23T03:19:58.9692713Z T=c10::Scalar 2022-11-23T03:19:58.9692912Z ] 2022-11-23T03:19:58.9693438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9693926Z with 2022-11-23T03:19:58.9694137Z [ 2022-11-23T03:19:58.9694361Z T=c10::Scalar 2022-11-23T03:19:58.9694558Z ] 2022-11-23T03:19:58.9695135Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9695674Z with 2022-11-23T03:19:58.9695891Z [ 2022-11-23T03:19:58.9696119Z T=c10::Scalar 2022-11-23T03:19:58.9696341Z ] 2022-11-23T03:19:58.9696922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9697553Z with 2022-11-23T03:19:58.9697768Z [ 2022-11-23T03:19:58.9697996Z T=c10::Scalar 2022-11-23T03:19:58.9698220Z ] 2022-11-23T03:19:58.9698840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9699675Z 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-23T03:19:58.9700482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9700997Z with 2022-11-23T03:19:58.9701211Z [ 2022-11-23T03:19:58.9701436Z T=c10::Scalar 2022-11-23T03:19:58.9701660Z ] 2022-11-23T03:19:58.9702168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9702613Z with 2022-11-23T03:19:58.9702830Z [ 2022-11-23T03:19:58.9703124Z T=std::shared_ptr 2022-11-23T03:19:58.9703401Z ] 2022-11-23T03:19:58.9703929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9704423Z with 2022-11-23T03:19:58.9704609Z [ 2022-11-23T03:19:58.9704902Z T=std::shared_ptr 2022-11-23T03:19:58.9705175Z ] 2022-11-23T03:19:58.9705748Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9706284Z with 2022-11-23T03:19:58.9706495Z [ 2022-11-23T03:19:58.9706760Z T=std::shared_ptr 2022-11-23T03:19:58.9707040Z ] 2022-11-23T03:19:58.9707646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9708309Z with 2022-11-23T03:19:58.9708522Z [ 2022-11-23T03:19:58.9708815Z T=std::shared_ptr 2022-11-23T03:19:58.9709063Z ] 2022-11-23T03:19:58.9709647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:58.9710546Z 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-23T03:19:58.9711417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9711933Z with 2022-11-23T03:19:58.9712150Z [ 2022-11-23T03:19:58.9712440Z T=std::shared_ptr 2022-11-23T03:19:58.9712693Z ] 2022-11-23T03:19:58.9713201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9713677Z with 2022-11-23T03:19:58.9713891Z [ 2022-11-23T03:19:58.9714178Z T=std::weak_ptr 2022-11-23T03:19:58.9714453Z ] 2022-11-23T03:19:58.9715041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9715550Z with 2022-11-23T03:19:58.9715763Z [ 2022-11-23T03:19:58.9716051Z T=std::weak_ptr 2022-11-23T03:19:58.9716327Z ] 2022-11-23T03:19:58.9716902Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9717437Z with 2022-11-23T03:19:58.9717623Z [ 2022-11-23T03:19:58.9717912Z T=std::weak_ptr 2022-11-23T03:19:58.9718185Z ] 2022-11-23T03:19:58.9718788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9719345Z with 2022-11-23T03:19:58.9719533Z [ 2022-11-23T03:19:58.9719820Z T=std::weak_ptr 2022-11-23T03:19:58.9720096Z ] 2022-11-23T03:19:58.9720674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:58.9721558Z 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-23T03:19:58.9722430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9722942Z with 2022-11-23T03:19:58.9723157Z [ 2022-11-23T03:19:58.9723421Z T=std::weak_ptr 2022-11-23T03:19:58.9723700Z ] 2022-11-23T03:19:58.9724210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9724786Z with 2022-11-23T03:19:58.9725001Z [ 2022-11-23T03:19:58.9725328Z T=std::vector> 2022-11-23T03:19:58.9725609Z ] 2022-11-23T03:19:58.9726138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9726622Z with 2022-11-23T03:19:58.9726834Z [ 2022-11-23T03:19:58.9727157Z T=std::vector> 2022-11-23T03:19:58.9727432Z ] 2022-11-23T03:19:58.9728004Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9728543Z with 2022-11-23T03:19:58.9728756Z [ 2022-11-23T03:19:58.9729073Z T=std::vector> 2022-11-23T03:19:58.9729373Z ] 2022-11-23T03:19:58.9729975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9730512Z with 2022-11-23T03:19:58.9730721Z [ 2022-11-23T03:19:58.9731125Z T=std::vector> 2022-11-23T03:19:58.9731447Z ] 2022-11-23T03:19:58.9732053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:19:58.9732997Z 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-23T03:19:58.9733891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9734401Z with 2022-11-23T03:19:58.9734589Z [ 2022-11-23T03:19:58.9734916Z T=std::vector> 2022-11-23T03:19:58.9735220Z ] 2022-11-23T03:19:58.9735734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9736212Z with 2022-11-23T03:19:58.9736400Z [ 2022-11-23T03:19:58.9736684Z T=std::vector> 2022-11-23T03:19:58.9736949Z ] 2022-11-23T03:19:58.9737477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9737964Z with 2022-11-23T03:19:58.9738176Z [ 2022-11-23T03:19:58.9738426Z T=std::vector> 2022-11-23T03:19:58.9738692Z ] 2022-11-23T03:19:58.9739268Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9739805Z with 2022-11-23T03:19:58.9740114Z [ 2022-11-23T03:19:58.9740396Z T=std::vector> 2022-11-23T03:19:58.9740636Z ] 2022-11-23T03:19:58.9741245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9741808Z with 2022-11-23T03:19:58.9742020Z [ 2022-11-23T03:19:58.9742297Z T=std::vector> 2022-11-23T03:19:58.9742564Z ] 2022-11-23T03:19:58.9743114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:19:58.9743995Z 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-23T03:19:58.9744852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9745361Z with 2022-11-23T03:19:58.9745575Z [ 2022-11-23T03:19:58.9745852Z T=std::vector> 2022-11-23T03:19:58.9746117Z ] 2022-11-23T03:19:58.9746682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9747176Z with 2022-11-23T03:19:58.9747390Z [ 2022-11-23T03:19:58.9747733Z T=std::vector,std::allocator>> 2022-11-23T03:19:58.9748055Z ] 2022-11-23T03:19:58.9748585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9749074Z with 2022-11-23T03:19:58.9749261Z [ 2022-11-23T03:19:58.9749600Z T=std::vector,std::allocator>> 2022-11-23T03:19:58.9749910Z ] 2022-11-23T03:19:58.9750491Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9751023Z with 2022-11-23T03:19:58.9751241Z [ 2022-11-23T03:19:58.9751552Z T=std::vector,std::allocator>> 2022-11-23T03:19:58.9751861Z ] 2022-11-23T03:19:58.9752471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9753022Z with 2022-11-23T03:19:58.9753233Z [ 2022-11-23T03:19:58.9753566Z T=std::vector,std::allocator>> 2022-11-23T03:19:58.9753855Z ] 2022-11-23T03:19:58.9754471Z C:\actions-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-23T03:19:58.9755430Z 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-23T03:19:58.9756983Z 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-23T03:19:58.9757819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9758332Z with 2022-11-23T03:19:58.9758546Z [ 2022-11-23T03:19:58.9758889Z T=std::vector,std::allocator>> 2022-11-23T03:19:58.9759205Z ] 2022-11-23T03:19:58.9759694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9760176Z with 2022-11-23T03:19:58.9760387Z [ 2022-11-23T03:19:58.9760714Z T=std::vector,std::allocator>> 2022-11-23T03:19:58.9761021Z ] 2022-11-23T03:19:58.9761548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9762010Z with 2022-11-23T03:19:58.9762220Z [ 2022-11-23T03:19:58.9762548Z T=std::vector,std::allocator>> 2022-11-23T03:19:58.9762853Z ] 2022-11-23T03:19:58.9763527Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9764089Z with 2022-11-23T03:19:58.9764278Z [ 2022-11-23T03:19:58.9764609Z T=std::vector,std::allocator>> 2022-11-23T03:19:58.9764913Z ] 2022-11-23T03:19:58.9765520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9766079Z with 2022-11-23T03:19:58.9766297Z [ 2022-11-23T03:19:58.9766598Z T=std::vector,std::allocator>> 2022-11-23T03:19:58.9766906Z ] 2022-11-23T03:19:58.9767507Z C:\actions-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-23T03:19:58.9768452Z 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-23T03:19:58.9769323Z 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-23T03:19:58.9770155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9770669Z with 2022-11-23T03:19:58.9770883Z [ 2022-11-23T03:19:58.9771209Z T=std::vector,std::allocator>> 2022-11-23T03:19:58.9771490Z ] 2022-11-23T03:19:58.9772088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9772546Z with 2022-11-23T03:19:58.9772743Z [ 2022-11-23T03:19:58.9773015Z T=std::vector> 2022-11-23T03:19:58.9773270Z ] 2022-11-23T03:19:58.9773767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9774243Z with 2022-11-23T03:19:58.9774438Z [ 2022-11-23T03:19:58.9774706Z T=std::vector> 2022-11-23T03:19:58.9774960Z ] 2022-11-23T03:19:58.9775507Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9776032Z with 2022-11-23T03:19:58.9776234Z [ 2022-11-23T03:19:58.9776504Z T=std::vector> 2022-11-23T03:19:58.9776756Z ] 2022-11-23T03:19:58.9777348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9777902Z with 2022-11-23T03:19:58.9778083Z [ 2022-11-23T03:19:58.9778431Z T=std::vector> 2022-11-23T03:19:58.9778703Z ] 2022-11-23T03:19:58.9779263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:19:58.9780141Z 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-23T03:19:58.9780986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9781481Z with 2022-11-23T03:19:58.9781665Z [ 2022-11-23T03:19:58.9782137Z T=std::vector> 2022-11-23T03:19:58.9782395Z ] 2022-11-23T03:19:58.9783001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9783581Z with 2022-11-23T03:19:58.9783779Z [ 2022-11-23T03:19:58.9784067Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:19:58.9784354Z ] 2022-11-23T03:19:58.9784870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9785340Z with 2022-11-23T03:19:58.9785532Z [ 2022-11-23T03:19:58.9785834Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:19:58.9786106Z ] 2022-11-23T03:19:58.9786668Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9787190Z with 2022-11-23T03:19:58.9787385Z [ 2022-11-23T03:19:58.9787798Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:19:58.9788087Z ] 2022-11-23T03:19:58.9788660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9789210Z with 2022-11-23T03:19:58.9789406Z [ 2022-11-23T03:19:58.9789704Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:19:58.9789990Z ] 2022-11-23T03:19:58.9790567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:58.9791515Z 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-23T03:19:58.9792463Z 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-23T03:19:58.9793352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9793829Z with 2022-11-23T03:19:58.9794029Z [ 2022-11-23T03:19:58.9794416Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:19:58.9794721Z ] 2022-11-23T03:19:58.9795220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9795682Z with 2022-11-23T03:19:58.9795861Z [ 2022-11-23T03:19:58.9796164Z T=c10::impl::InlineStreamGuard 2022-11-23T03:19:58.9796449Z ] 2022-11-23T03:19:58.9796957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9797473Z with 2022-11-23T03:19:58.9797676Z [ 2022-11-23T03:19:58.9797963Z T=c10::impl::InlineStreamGuard 2022-11-23T03:19:58.9798253Z ] 2022-11-23T03:19:58.9798808Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9799330Z with 2022-11-23T03:19:58.9799528Z [ 2022-11-23T03:19:58.9799827Z T=c10::impl::InlineStreamGuard 2022-11-23T03:19:58.9800098Z ] 2022-11-23T03:19:58.9800690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9801233Z with 2022-11-23T03:19:58.9801427Z [ 2022-11-23T03:19:58.9801726Z T=c10::impl::InlineStreamGuard 2022-11-23T03:19:58.9802011Z ] 2022-11-23T03:19:58.9802576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:58.9803638Z 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-23T03:19:58.9804579Z 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-23T03:19:58.9805459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9805958Z with 2022-11-23T03:19:58.9806159Z [ 2022-11-23T03:19:58.9806460Z T=c10::impl::InlineStreamGuard 2022-11-23T03:19:58.9806745Z ] 2022-11-23T03:19:58.9807230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9807693Z with 2022-11-23T03:19:58.9807892Z [ 2022-11-23T03:19:58.9808135Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:19:58.9808370Z ] 2022-11-23T03:19:58.9808980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9809433Z with 2022-11-23T03:19:58.9809626Z [ 2022-11-23T03:19:58.9809943Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:19:58.9810197Z ] 2022-11-23T03:19:58.9810758Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9811283Z with 2022-11-23T03:19:58.9811462Z [ 2022-11-23T03:19:58.9811701Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:19:58.9811936Z ] 2022-11-23T03:19:58.9812525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9813069Z with 2022-11-23T03:19:58.9813267Z [ 2022-11-23T03:19:58.9813489Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:19:58.9813723Z ] 2022-11-23T03:19:58.9814264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9815095Z 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-23T03:19:58.9815578Z with 2022-11-23T03:19:58.9815777Z [ 2022-11-23T03:19:58.9815999Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:19:58.9816237Z ] 2022-11-23T03:19:58.9816813Z 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-23T03:19:58.9817692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9818180Z with 2022-11-23T03:19:58.9818380Z [ 2022-11-23T03:19:58.9818717Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:19:58.9818937Z ] 2022-11-23T03:19:58.9819432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9819897Z with 2022-11-23T03:19:58.9820091Z [ 2022-11-23T03:19:58.9820438Z T=std::vector> 2022-11-23T03:19:58.9820760Z ] 2022-11-23T03:19:58.9821255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9821733Z with 2022-11-23T03:19:58.9821929Z [ 2022-11-23T03:19:58.9822276Z T=std::vector> 2022-11-23T03:19:58.9822597Z ] 2022-11-23T03:19:58.9823154Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9823655Z with 2022-11-23T03:19:58.9823855Z [ 2022-11-23T03:19:58.9824203Z T=std::vector> 2022-11-23T03:19:58.9824522Z ] 2022-11-23T03:19:58.9825198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9825764Z with 2022-11-23T03:19:58.9825964Z [ 2022-11-23T03:19:58.9826295Z T=std::vector> 2022-11-23T03:19:58.9826622Z ] 2022-11-23T03:19:58.9827247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:19:58.9828252Z 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-23T03:19:58.9829163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9829660Z with 2022-11-23T03:19:58.9829863Z [ 2022-11-23T03:19:58.9830214Z T=std::vector> 2022-11-23T03:19:58.9830520Z ] 2022-11-23T03:19:58.9831016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9831472Z with 2022-11-23T03:19:58.9831672Z [ 2022-11-23T03:19:58.9831892Z T=c10::DimVector 2022-11-23T03:19:58.9832088Z ] 2022-11-23T03:19:58.9832600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9833081Z with 2022-11-23T03:19:58.9833278Z [ 2022-11-23T03:19:58.9833495Z T=c10::DimVector 2022-11-23T03:19:58.9833710Z ] 2022-11-23T03:19:58.9834345Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9834865Z with 2022-11-23T03:19:58.9835063Z [ 2022-11-23T03:19:58.9835281Z T=c10::DimVector 2022-11-23T03:19:58.9835498Z ] 2022-11-23T03:19:58.9836083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9836629Z with 2022-11-23T03:19:58.9836812Z [ 2022-11-23T03:19:58.9837031Z T=c10::DimVector 2022-11-23T03:19:58.9837245Z ] 2022-11-23T03:19:58.9837766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9838576Z 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-23T03:19:58.9839397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9839895Z with 2022-11-23T03:19:58.9840071Z [ 2022-11-23T03:19:58.9840289Z T=c10::DimVector 2022-11-23T03:19:58.9840502Z ] 2022-11-23T03:19:58.9841504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9842017Z with 2022-11-23T03:19:58.9842204Z [ 2022-11-23T03:19:58.9842446Z T=torch::autograd::ViewInfo 2022-11-23T03:19:58.9842680Z ] 2022-11-23T03:19:58.9843192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9843665Z with 2022-11-23T03:19:58.9843859Z [ 2022-11-23T03:19:58.9844076Z T=torch::autograd::ViewInfo 2022-11-23T03:19:58.9844307Z ] 2022-11-23T03:19:58.9844868Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9845390Z with 2022-11-23T03:19:58.9845587Z [ 2022-11-23T03:19:58.9845802Z T=torch::autograd::ViewInfo 2022-11-23T03:19:58.9846038Z ] 2022-11-23T03:19:58.9846626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9847168Z with 2022-11-23T03:19:58.9847364Z [ 2022-11-23T03:19:58.9847595Z T=torch::autograd::ViewInfo 2022-11-23T03:19:58.9847808Z ] 2022-11-23T03:19:58.9848341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9849193Z 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-23T03:19:58.9850033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9850637Z with 2022-11-23T03:19:58.9850840Z [ 2022-11-23T03:19:58.9851075Z T=torch::autograd::ViewInfo 2022-11-23T03:19:58.9851290Z ] 2022-11-23T03:19:58.9851787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9852242Z with 2022-11-23T03:19:58.9852439Z [ 2022-11-23T03:19:58.9852724Z T=std::vector> 2022-11-23T03:19:58.9852998Z ] 2022-11-23T03:19:58.9853486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9853967Z with 2022-11-23T03:19:58.9854163Z [ 2022-11-23T03:19:58.9854441Z T=std::vector> 2022-11-23T03:19:58.9854704Z ] 2022-11-23T03:19:58.9855258Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9855775Z with 2022-11-23T03:19:58.9855954Z [ 2022-11-23T03:19:58.9856233Z T=std::vector> 2022-11-23T03:19:58.9856495Z ] 2022-11-23T03:19:58.9857164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9857807Z with 2022-11-23T03:19:58.9858005Z [ 2022-11-23T03:19:58.9858270Z T=std::vector> 2022-11-23T03:19:58.9858535Z ] 2022-11-23T03:19:58.9859079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:19:58.9859577Z with 2022-11-23T03:19:58.9859771Z [ 2022-11-23T03:19:58.9859979Z T=c10::SymInt 2022-11-23T03:19:58.9860172Z ] 2022-11-23T03:19:58.9860706Z 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-23T03:19:58.9861203Z with 2022-11-23T03:19:58.9861399Z [ 2022-11-23T03:19:58.9861607Z T=c10::SymInt 2022-11-23T03:19:58.9861804Z ] 2022-11-23T03:19:58.9862371Z 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-23T03:19:58.9863334Z 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-23T03:19:58.9864253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9864749Z with 2022-11-23T03:19:58.9864948Z [ 2022-11-23T03:19:58.9865228Z T=std::vector> 2022-11-23T03:19:58.9865589Z ] 2022-11-23T03:19:58.9866068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9866523Z with 2022-11-23T03:19:58.9866719Z [ 2022-11-23T03:19:58.9866932Z T=c10::IValue 2022-11-23T03:19:58.9867139Z ] 2022-11-23T03:19:58.9867628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9868098Z with 2022-11-23T03:19:58.9868300Z [ 2022-11-23T03:19:58.9868509Z T=c10::IValue 2022-11-23T03:19:58.9868717Z ] 2022-11-23T03:19:58.9869273Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9869794Z with 2022-11-23T03:19:58.9869973Z [ 2022-11-23T03:19:58.9870183Z T=c10::IValue 2022-11-23T03:19:58.9870389Z ] 2022-11-23T03:19:58.9870976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9871524Z with 2022-11-23T03:19:58.9871702Z [ 2022-11-23T03:19:58.9871911Z T=c10::IValue 2022-11-23T03:19:58.9872200Z ] 2022-11-23T03:19:58.9872732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9873543Z 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-23T03:19:58.9874358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9874852Z with 2022-11-23T03:19:58.9875033Z [ 2022-11-23T03:19:58.9875244Z T=c10::IValue 2022-11-23T03:19:58.9875451Z ] 2022-11-23T03:19:58.9875950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9876403Z with 2022-11-23T03:19:58.9876601Z [ 2022-11-23T03:19:58.9876799Z T=c10::AliasInfo 2022-11-23T03:19:58.9877017Z ] 2022-11-23T03:19:58.9877524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9877993Z with 2022-11-23T03:19:58.9878188Z [ 2022-11-23T03:19:58.9878388Z T=c10::AliasInfo 2022-11-23T03:19:58.9878603Z ] 2022-11-23T03:19:58.9879159Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9879676Z with 2022-11-23T03:19:58.9879874Z [ 2022-11-23T03:19:58.9880090Z T=c10::AliasInfo 2022-11-23T03:19:58.9880283Z ] 2022-11-23T03:19:58.9880873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9881514Z with 2022-11-23T03:19:58.9881711Z [ 2022-11-23T03:19:58.9881928Z T=c10::AliasInfo 2022-11-23T03:19:58.9882142Z ] 2022-11-23T03:19:58.9882643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9883459Z 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-23T03:19:58.9884503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9885158Z with 2022-11-23T03:19:58.9885361Z [ 2022-11-23T03:19:58.9885704Z T=c10::AliasInfo 2022-11-23T03:19:58.9885930Z ] 2022-11-23T03:19:58.9886408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9886865Z with 2022-11-23T03:19:58.9887063Z [ 2022-11-23T03:19:58.9887305Z T=c10::impl::AnnotatedSchema 2022-11-23T03:19:58.9887544Z ] 2022-11-23T03:19:58.9888146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9888622Z with 2022-11-23T03:19:58.9888825Z [ 2022-11-23T03:19:58.9889066Z T=c10::impl::AnnotatedSchema 2022-11-23T03:19:58.9889306Z ] 2022-11-23T03:19:58.9889870Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9890408Z with 2022-11-23T03:19:58.9890590Z [ 2022-11-23T03:19:58.9890829Z T=c10::impl::AnnotatedSchema 2022-11-23T03:19:58.9891063Z ] 2022-11-23T03:19:58.9891653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9892203Z with 2022-11-23T03:19:58.9892398Z [ 2022-11-23T03:19:58.9892620Z T=c10::impl::AnnotatedSchema 2022-11-23T03:19:58.9892855Z ] 2022-11-23T03:19:58.9893394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9894266Z 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-23T03:19:58.9895121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9895621Z with 2022-11-23T03:19:58.9895820Z [ 2022-11-23T03:19:58.9896047Z T=c10::impl::AnnotatedSchema 2022-11-23T03:19:58.9896282Z ] 2022-11-23T03:19:58.9896777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9897330Z with 2022-11-23T03:19:58.9897572Z [ 2022-11-23T03:19:58.9897874Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:19:58.9898133Z ] 2022-11-23T03:19:58.9898647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9899117Z with 2022-11-23T03:19:58.9899314Z [ 2022-11-23T03:19:58.9899601Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:19:58.9899857Z ] 2022-11-23T03:19:58.9900423Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9900943Z with 2022-11-23T03:19:58.9901143Z [ 2022-11-23T03:19:58.9901429Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:19:58.9901704Z ] 2022-11-23T03:19:58.9902291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9902898Z with 2022-11-23T03:19:58.9903238Z [ 2022-11-23T03:19:58.9903768Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:19:58.9904269Z ] 2022-11-23T03:19:58.9905481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9907279Z 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-23T03:19:58.9908954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9909850Z with 2022-11-23T03:19:58.9910209Z [ 2022-11-23T03:19:58.9910732Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:19:58.9911238Z ] 2022-11-23T03:19:58.9912209Z 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-23T03:19:58.9913540Z 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-23T03:19:58.9914875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9915725Z with 2022-11-23T03:19:58.9916092Z [ 2022-11-23T03:19:58.9916516Z T=at::StepCallbacks 2022-11-23T03:19:58.9916921Z ] 2022-11-23T03:19:58.9917834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9918654Z with 2022-11-23T03:19:58.9918975Z [ 2022-11-23T03:19:58.9919471Z T=at::StepCallbacks 2022-11-23T03:19:58.9919888Z ] 2022-11-23T03:19:58.9921044Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9922243Z with 2022-11-23T03:19:58.9922584Z [ 2022-11-23T03:19:58.9922955Z T=at::StepCallbacks 2022-11-23T03:19:58.9923339Z ] 2022-11-23T03:19:58.9924061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9924861Z with 2022-11-23T03:19:58.9925200Z [ 2022-11-23T03:19:58.9925568Z T=at::StepCallbacks 2022-11-23T03:19:58.9925951Z ] 2022-11-23T03:19:58.9926910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9927780Z 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-23T03:19:58.9928634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9929133Z with 2022-11-23T03:19:58.9929333Z [ 2022-11-23T03:19:58.9929545Z T=at::StepCallbacks 2022-11-23T03:19:58.9929767Z ] 2022-11-23T03:19:58.9930391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9930870Z with 2022-11-23T03:19:58.9931072Z [ 2022-11-23T03:19:58.9931364Z T=c10::either 2022-11-23T03:19:58.9931627Z ] 2022-11-23T03:19:58.9932143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9932617Z with 2022-11-23T03:19:58.9932812Z [ 2022-11-23T03:19:58.9933098Z T=c10::either 2022-11-23T03:19:58.9933363Z ] 2022-11-23T03:19:58.9933961Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9934678Z with 2022-11-23T03:19:58.9934880Z [ 2022-11-23T03:19:58.9935172Z T=c10::either 2022-11-23T03:19:58.9935444Z ] 2022-11-23T03:19:58.9936144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9936709Z with 2022-11-23T03:19:58.9937021Z [ 2022-11-23T03:19:58.9937366Z T=c10::either 2022-11-23T03:19:58.9937641Z ] 2022-11-23T03:19:58.9938214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:58.9940366Z 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-23T03:19:58.9942346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9943326Z with 2022-11-23T03:19:58.9943683Z [ 2022-11-23T03:19:58.9944240Z T=c10::either 2022-11-23T03:19:58.9944759Z ] 2022-11-23T03:19:58.9945718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9946613Z with 2022-11-23T03:19:58.9946986Z [ 2022-11-23T03:19:58.9947399Z T=torch::jit::Operator 2022-11-23T03:19:58.9947824Z ] 2022-11-23T03:19:58.9948810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9949744Z with 2022-11-23T03:19:58.9950117Z [ 2022-11-23T03:19:58.9950532Z T=torch::jit::Operator 2022-11-23T03:19:58.9950960Z ] 2022-11-23T03:19:58.9952028Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9953036Z with 2022-11-23T03:19:58.9953404Z [ 2022-11-23T03:19:58.9953828Z T=torch::jit::Operator 2022-11-23T03:19:58.9954220Z ] 2022-11-23T03:19:58.9955497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9956573Z with 2022-11-23T03:19:58.9956946Z [ 2022-11-23T03:19:58.9957377Z T=torch::jit::Operator 2022-11-23T03:19:58.9957802Z ] 2022-11-23T03:19:58.9958799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:58.9960455Z 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-23T03:19:58.9962109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9963084Z with 2022-11-23T03:19:58.9963452Z [ 2022-11-23T03:19:58.9963890Z T=torch::jit::Operator 2022-11-23T03:19:58.9964324Z ] 2022-11-23T03:19:58.9965250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9966155Z with 2022-11-23T03:19:58.9966530Z [ 2022-11-23T03:19:58.9967033Z T=std::tuple 2022-11-23T03:19:58.9967507Z ] 2022-11-23T03:19:58.9968475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9969358Z with 2022-11-23T03:19:58.9969732Z [ 2022-11-23T03:19:58.9970223Z T=std::tuple 2022-11-23T03:19:58.9970692Z ] 2022-11-23T03:19:58.9971752Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9972910Z with 2022-11-23T03:19:58.9973265Z [ 2022-11-23T03:19:58.9973763Z T=std::tuple 2022-11-23T03:19:58.9974251Z ] 2022-11-23T03:19:58.9975365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9976417Z with 2022-11-23T03:19:58.9976784Z [ 2022-11-23T03:19:58.9977271Z T=std::tuple 2022-11-23T03:19:58.9977746Z ] 2022-11-23T03:19:58.9978843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:58.9980639Z 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-23T03:19:58.9982405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9983384Z with 2022-11-23T03:19:58.9983756Z [ 2022-11-23T03:19:58.9984247Z T=std::tuple 2022-11-23T03:19:58.9984855Z ] 2022-11-23T03:19:58.9988362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:58.9989310Z with 2022-11-23T03:19:58.9989683Z [ 2022-11-23T03:19:58.9990135Z T=torch::jit::SourceRange 2022-11-23T03:19:58.9990547Z ] 2022-11-23T03:19:58.9991539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:58.9992467Z with 2022-11-23T03:19:58.9992833Z [ 2022-11-23T03:19:58.9993269Z T=torch::jit::SourceRange 2022-11-23T03:19:58.9993705Z ] 2022-11-23T03:19:58.9994751Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:58.9995757Z with 2022-11-23T03:19:58.9996129Z [ 2022-11-23T03:19:58.9996568Z T=torch::jit::SourceRange 2022-11-23T03:19:58.9997008Z ] 2022-11-23T03:19:58.9998184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:58.9999217Z with 2022-11-23T03:19:58.9999586Z [ 2022-11-23T03:19:59.0000024Z T=torch::jit::SourceRange 2022-11-23T03:19:59.0000452Z ] 2022-11-23T03:19:59.0001471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:59.0003128Z 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-23T03:19:59.0004963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0005929Z with 2022-11-23T03:19:59.0006277Z [ 2022-11-23T03:19:59.0006716Z T=torch::jit::SourceRange 2022-11-23T03:19:59.0007153Z ] 2022-11-23T03:19:59.0008090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0008986Z with 2022-11-23T03:19:59.0009336Z [ 2022-11-23T03:19:59.0009836Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:19:59.0010305Z ] 2022-11-23T03:19:59.0011289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:59.0012208Z with 2022-11-23T03:19:59.0012576Z [ 2022-11-23T03:19:59.0013032Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:19:59.0013497Z ] 2022-11-23T03:19:59.0014542Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:59.0015537Z with 2022-11-23T03:19:59.0015901Z [ 2022-11-23T03:19:59.0016392Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:19:59.0016849Z ] 2022-11-23T03:19:59.0018464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:59.0019462Z with 2022-11-23T03:19:59.0019831Z [ 2022-11-23T03:19:59.0020339Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:19:59.0020800Z ] 2022-11-23T03:19:59.0021818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:59.0023510Z 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-23T03:19:59.0025190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0026112Z with 2022-11-23T03:19:59.0026481Z [ 2022-11-23T03:19:59.0026969Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:19:59.0027420Z ] 2022-11-23T03:19:59.0028355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0029244Z with 2022-11-23T03:19:59.0029594Z [ 2022-11-23T03:19:59.0030053Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:19:59.0030506Z ] 2022-11-23T03:19:59.0031496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:59.0032392Z with 2022-11-23T03:19:59.0032736Z [ 2022-11-23T03:19:59.0033179Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:19:59.0033621Z ] 2022-11-23T03:19:59.0034674Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:59.0035843Z with 2022-11-23T03:19:59.0036179Z [ 2022-11-23T03:19:59.0036645Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:19:59.0037089Z ] 2022-11-23T03:19:59.0038184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:59.0039221Z with 2022-11-23T03:19:59.0039575Z [ 2022-11-23T03:19:59.0040029Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:19:59.0040478Z ] 2022-11-23T03:19:59.0041522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:59.0043142Z 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-23T03:19:59.0044764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0046149Z with 2022-11-23T03:19:59.0046569Z [ 2022-11-23T03:19:59.0047046Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:19:59.0047713Z ] 2022-11-23T03:19:59.0048811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0049861Z with 2022-11-23T03:19:59.0050222Z [ 2022-11-23T03:19:59.0050629Z T=torch::jit::ScopePtr 2022-11-23T03:19:59.0051047Z ] 2022-11-23T03:19:59.0052031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:59.0052932Z with 2022-11-23T03:19:59.0053298Z [ 2022-11-23T03:19:59.0053728Z T=torch::jit::ScopePtr 2022-11-23T03:19:59.0054128Z ] 2022-11-23T03:19:59.0055184Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:59.0056198Z with 2022-11-23T03:19:59.0056558Z [ 2022-11-23T03:19:59.0056823Z T=torch::jit::ScopePtr 2022-11-23T03:19:59.0057127Z ] 2022-11-23T03:19:59.0058181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:59.0059275Z with 2022-11-23T03:19:59.0059616Z [ 2022-11-23T03:19:59.0060039Z T=torch::jit::ScopePtr 2022-11-23T03:19:59.0060454Z ] 2022-11-23T03:19:59.0061500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:59.0063072Z 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-23T03:19:59.0064669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0065847Z with 2022-11-23T03:19:59.0066218Z [ 2022-11-23T03:19:59.0066656Z T=torch::jit::ScopePtr 2022-11-23T03:19:59.0067088Z ] 2022-11-23T03:19:59.0067998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0068890Z with 2022-11-23T03:19:59.0069249Z [ 2022-11-23T03:19:59.0069682Z T=at::ThreadLocalState 2022-11-23T03:19:59.0070118Z ] 2022-11-23T03:19:59.0071116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:59.0072012Z with 2022-11-23T03:19:59.0072366Z [ 2022-11-23T03:19:59.0072813Z T=at::ThreadLocalState 2022-11-23T03:19:59.0073239Z ] 2022-11-23T03:19:59.0074265Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:59.0075294Z with 2022-11-23T03:19:59.0075652Z [ 2022-11-23T03:19:59.0076074Z T=at::ThreadLocalState 2022-11-23T03:19:59.0076501Z ] 2022-11-23T03:19:59.0077763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:59.0078861Z with 2022-11-23T03:19:59.0079208Z [ 2022-11-23T03:19:59.0079645Z T=at::ThreadLocalState 2022-11-23T03:19:59.0080069Z ] 2022-11-23T03:19:59.0081064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:59.0082718Z 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-23T03:19:59.0084350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0085318Z with 2022-11-23T03:19:59.0085680Z [ 2022-11-23T03:19:59.0086120Z T=at::ThreadLocalState 2022-11-23T03:19:59.0086519Z ] 2022-11-23T03:19:59.0087473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0088468Z with 2022-11-23T03:19:59.0088818Z [ 2022-11-23T03:19:59.0089289Z T=std::shared_ptr 2022-11-23T03:19:59.0089822Z ] 2022-11-23T03:19:59.0091427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:59.0092547Z with 2022-11-23T03:19:59.0092921Z [ 2022-11-23T03:19:59.0093683Z T=std::shared_ptr 2022-11-23T03:19:59.0094170Z ] 2022-11-23T03:19:59.0095227Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:59.0097311Z with 2022-11-23T03:19:59.0097712Z [ 2022-11-23T03:19:59.0098203Z T=std::shared_ptr 2022-11-23T03:19:59.0098652Z ] 2022-11-23T03:19:59.0099774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:59.0100786Z with 2022-11-23T03:19:59.0101158Z [ 2022-11-23T03:19:59.0101778Z T=std::shared_ptr 2022-11-23T03:19:59.0102334Z ] 2022-11-23T03:19:59.0103489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:19:59.0105100Z 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-23T03:19:59.0106845Z 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-23T03:19:59.0108730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0109442Z with 2022-11-23T03:19:59.0109782Z [ 2022-11-23T03:19:59.0110060Z T=std::shared_ptr 2022-11-23T03:19:59.0110307Z ] 2022-11-23T03:19:59.0110922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0111512Z with 2022-11-23T03:19:59.0111695Z [ 2022-11-23T03:19:59.0111938Z T=torch::jit::GraphExecutor 2022-11-23T03:19:59.0112172Z ] 2022-11-23T03:19:59.0112718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:59.0113198Z with 2022-11-23T03:19:59.0113396Z [ 2022-11-23T03:19:59.0113617Z T=torch::jit::GraphExecutor 2022-11-23T03:19:59.0113854Z ] 2022-11-23T03:19:59.0114415Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:59.0114943Z with 2022-11-23T03:19:59.0115140Z [ 2022-11-23T03:19:59.0115375Z T=torch::jit::GraphExecutor 2022-11-23T03:19:59.0115594Z ] 2022-11-23T03:19:59.0116189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:59.0116865Z with 2022-11-23T03:19:59.0117065Z [ 2022-11-23T03:19:59.0117303Z T=torch::jit::GraphExecutor 2022-11-23T03:19:59.0117518Z ] 2022-11-23T03:19:59.0118279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:59.0119124Z 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-23T03:19:59.0120110Z 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-23T03:19:59.0120966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0121466Z with 2022-11-23T03:19:59.0121669Z [ 2022-11-23T03:19:59.0121910Z T=torch::jit::GraphExecutor 2022-11-23T03:19:59.0122125Z ] 2022-11-23T03:19:59.0122621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0123082Z with 2022-11-23T03:19:59.0123281Z [ 2022-11-23T03:19:59.0123639Z T=torch::jit::Method 2022-11-23T03:19:59.0123874Z ] 2022-11-23T03:19:59.0124374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:59.0124967Z with 2022-11-23T03:19:59.0125168Z [ 2022-11-23T03:19:59.0125497Z T=torch::jit::Method 2022-11-23T03:19:59.0125715Z ] 2022-11-23T03:19:59.0126366Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:59.0126880Z with 2022-11-23T03:19:59.0127075Z [ 2022-11-23T03:19:59.0127304Z T=torch::jit::Method 2022-11-23T03:19:59.0127523Z ] 2022-11-23T03:19:59.0128109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:59.0128658Z with 2022-11-23T03:19:59.0128835Z [ 2022-11-23T03:19:59.0129060Z T=torch::jit::Method 2022-11-23T03:19:59.0129281Z ] 2022-11-23T03:19:59.0129809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:59.0130621Z 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-23T03:19:59.0131599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0132294Z with 2022-11-23T03:19:59.0132484Z [ 2022-11-23T03:19:59.0132714Z T=torch::jit::Method 2022-11-23T03:19:59.0132935Z ] 2022-11-23T03:19:59.0133316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0133398Z with 2022-11-23T03:19:59.0133476Z [ 2022-11-23T03:19:59.0133652Z T=std::vector> 2022-11-23T03:19:59.0133729Z ] 2022-11-23T03:19:59.0134130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:59.0134312Z with 2022-11-23T03:19:59.0134389Z [ 2022-11-23T03:19:59.0134545Z T=std::vector> 2022-11-23T03:19:59.0134624Z ] 2022-11-23T03:19:59.0135070Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:59.0135152Z with 2022-11-23T03:19:59.0135229Z [ 2022-11-23T03:19:59.0135400Z T=std::vector> 2022-11-23T03:19:59.0135479Z ] 2022-11-23T03:19:59.0135956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:59.0136038Z with 2022-11-23T03:19:59.0136114Z [ 2022-11-23T03:19:59.0136280Z T=std::vector> 2022-11-23T03:19:59.0136355Z ] 2022-11-23T03:19:59.0136816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:19:59.0137348Z 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-23T03:19:59.0137943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0138035Z with 2022-11-23T03:19:59.0138112Z [ 2022-11-23T03:19:59.0138287Z T=std::vector> 2022-11-23T03:19:59.0138365Z ] 2022-11-23T03:19:59.0138828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0138918Z with 2022-11-23T03:19:59.0139100Z [ 2022-11-23T03:19:59.0139233Z T=torch::jit::NamedValue 2022-11-23T03:19:59.0139313Z ] 2022-11-23T03:19:59.0139716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:19:59.0139798Z with 2022-11-23T03:19:59.0139876Z [ 2022-11-23T03:19:59.0139998Z T=torch::jit::NamedValue 2022-11-23T03:19:59.0140076Z ] 2022-11-23T03:19:59.0140523Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:19:59.0140604Z with 2022-11-23T03:19:59.0140681Z [ 2022-11-23T03:19:59.0140797Z T=torch::jit::NamedValue 2022-11-23T03:19:59.0140874Z ] 2022-11-23T03:19:59.0141353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:19:59.0141418Z with 2022-11-23T03:19:59.0141494Z [ 2022-11-23T03:19:59.0141612Z T=torch::jit::NamedValue 2022-11-23T03:19:59.0141690Z ] 2022-11-23T03:19:59.0142207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:19:59.0142654Z 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-23T03:19:59.0143077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:19:59.0143163Z with 2022-11-23T03:19:59.0143243Z [ 2022-11-23T03:19:59.0143361Z T=torch::jit::NamedValue 2022-11-23T03:19:59.0143439Z ] 2022-11-23T03:19:59.2099196Z [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.6\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\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.6\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-23T03:19:59.2149146Z "Ninja succeeded for custom_backend test." 2022-11-23T03:20:02.6618886Z 2022-11-23T03:20:02.6619466Z Running tests... 2022-11-23T03:20:02.6619991Z ---------------------------------------------------------------------- 2022-11-23T03:20:02.6620464Z Test results will be stored in test-reports\python-unittest\test_custom_backend 2022-11-23T03:20:02.6632587Z test_execute (__main__.TestCustomBackend) 2022-11-23T03:20:02.7819712Z Test execution using the custom backend. ... ok (0.120s) 2022-11-23T03:20:02.7833850Z test_save_load (__main__.TestCustomBackend) 2022-11-23T03:20:02.8301370Z Test that a lowered module can be executed correctly ... ok (0.048s) 2022-11-23T03:20:02.8304753Z 2022-11-23T03:20:02.8305574Z ---------------------------------------------------------------------- 2022-11-23T03:20:02.8305893Z Ran 2 tests in 0.172s 2022-11-23T03:20:02.8306047Z 2022-11-23T03:20:02.8306124Z OK 2022-11-23T03:20:02.8306240Z 2022-11-23T03:20:02.8306363Z Generating XML reports... 2022-11-23T03:20:02.8395092Z Generated XML report: test-reports\python-unittest\test_custom_backend\TEST-TestCustomBackend-20221123032002.xml 2022-11-23T03:20:07.7875545Z Testing custom_backend 2022-11-23T03:20:07.7875824Z OK 2022-11-23T03:20:07.9274939Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_custom_script_ops.bat 2022-11-23T03:20:07.9546560Z 2022-11-23T03:20:07.9547627Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\setup_pytorch_env.bat 2022-11-23T03:20:07.9568733Z 2022-11-23T03:20:07.9569299Z 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-23T03:20:07.9569932Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T03:20:07.9570290Z exit /b 0 2022-11-23T03:20:07.9570497Z ) 2022-11-23T03:20:08.6637229Z "Executing CMake for custom_operator test..." 2022-11-23T03:20:09.0455578Z -- The C compiler identification is MSVC 19.28.29337.0 2022-11-23T03:20:09.3120735Z -- The CXX compiler identification is MSVC 19.28.29337.0 2022-11-23T03:20:09.3565224Z -- Detecting C compiler ABI info 2022-11-23T03:20:09.7852882Z -- Detecting C compiler ABI info - done 2022-11-23T03:20:09.7889039Z -- 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-23T03:20:09.7898889Z -- Detecting C compile features 2022-11-23T03:20:09.7912076Z -- Detecting C compile features - done 2022-11-23T03:20:09.8082278Z -- Detecting CXX compiler ABI info 2022-11-23T03:20:10.2799127Z -- Detecting CXX compiler ABI info - done 2022-11-23T03:20:10.2835209Z -- 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-23T03:20:10.2841939Z -- Detecting CXX compile features 2022-11-23T03:20:10.2853557Z -- Detecting CXX compile features - done 2022-11-23T03:20:10.3086836Z -- Looking for pthread.h 2022-11-23T03:20:10.4352750Z -- Looking for pthread.h - not found 2022-11-23T03:20:10.4378339Z -- Found Threads: TRUE 2022-11-23T03:20:10.5510935Z -- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6 (found version "11.6") 2022-11-23T03:20:17.8234557Z -- The CUDA compiler identification is NVIDIA 11.6.55 2022-11-23T03:20:17.8507818Z -- Detecting CUDA compiler ABI info 2022-11-23T03:20:20.8889882Z -- Detecting CUDA compiler ABI info - done 2022-11-23T03:20:20.9349479Z -- Check for working CUDA compiler: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin/nvcc.exe - skipped 2022-11-23T03:20:20.9357655Z -- Detecting CUDA compile features 2022-11-23T03:20:20.9368067Z -- Detecting CUDA compile features - done 2022-11-23T03:20:20.9405554Z -- Caffe2: CUDA detected: 11.6 2022-11-23T03:20:20.9406050Z -- Caffe2: CUDA nvcc is: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin/nvcc.exe 2022-11-23T03:20:20.9406546Z -- Caffe2: CUDA toolkit directory: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6 2022-11-23T03:20:21.4667171Z -- Caffe2: Header version is: 11.6 2022-11-23T03:20:21.4728763Z -- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/lib/x64/cudnn.lib 2022-11-23T03:20:21.4733697Z -- Found cuDNN: v8.3.2 (include: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/include, library: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/lib/x64/cudnn.lib) 2022-11-23T03:20:21.5688987Z -- C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/lib/x64/nvrtc.lib shorthash is dd482e34 2022-11-23T03:20:21.5695205Z CMake Warning at C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/public/utils.cmake:385 (message): 2022-11-23T03:20:21.5695967Z In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST 2022-11-23T03:20:21.5696712Z to cmake instead of implicitly setting it as an env variable. This will 2022-11-23T03:20:21.5697742Z become a FATAL_ERROR in future version of pytorch. 2022-11-23T03:20:21.5698283Z Call Stack (most recent call first): 2022-11-23T03:20:21.5699097Z 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-23T03:20:21.5700367Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Caffe2/Caffe2Config.cmake:92 (include) 2022-11-23T03:20:21.5701095Z C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/share/cmake/Torch/TorchConfig.cmake:68 (find_package) 2022-11-23T03:20:21.5701779Z CMakeLists.txt:9 (find_package) 2022-11-23T03:20:21.5701955Z 2022-11-23T03:20:21.5701962Z 2022-11-23T03:20:21.5702133Z -- Added CUDA NVCC flags for: -gencode;arch=compute_70,code=sm_70 2022-11-23T03:20:21.9080439Z -- Found Torch: C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch/lib/torch.lib 2022-11-23T03:20:21.9085676Z -- Configuring done 2022-11-23T03:20:21.9662846Z -- Generating done 2022-11-23T03:20:21.9944950Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/test/custom_operator/build 2022-11-23T03:20:22.0052500Z "Executing Ninja for custom_operator test..." 2022-11-23T03:20:34.8119643Z [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.6\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-23T03:20:34.8124039Z 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-23T03:20:34.8125641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8126520Z with 2022-11-23T03:20:34.8126874Z [ 2022-11-23T03:20:34.8127234Z T=c10::SymInt 2022-11-23T03:20:34.8127619Z ] 2022-11-23T03:20:34.8128735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8130065Z with 2022-11-23T03:20:34.8130477Z [ 2022-11-23T03:20:34.8130915Z T=c10::SymInt 2022-11-23T03:20:34.8131313Z ] 2022-11-23T03:20:34.8132415Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8133428Z with 2022-11-23T03:20:34.8133761Z [ 2022-11-23T03:20:34.8134157Z T=c10::SymInt 2022-11-23T03:20:34.8134537Z ] 2022-11-23T03:20:34.8135878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8137468Z with 2022-11-23T03:20:34.8137887Z [ 2022-11-23T03:20:34.8138300Z T=c10::SymInt 2022-11-23T03:20:34.8138707Z ] 2022-11-23T03:20:34.8139753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8141610Z 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-23T03:20:34.8143371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8144493Z with 2022-11-23T03:20:34.8144884Z [ 2022-11-23T03:20:34.8145313Z T=c10::SymInt 2022-11-23T03:20:34.8145732Z ] 2022-11-23T03:20:34.8146692Z 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-23T03:20:34.8148244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8149198Z with 2022-11-23T03:20:34.8149691Z [ 2022-11-23T03:20:34.8150102Z T=std::string 2022-11-23T03:20:34.8150522Z ] 2022-11-23T03:20:34.8151738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8152737Z with 2022-11-23T03:20:34.8153105Z [ 2022-11-23T03:20:34.8153710Z T=std::string 2022-11-23T03:20:34.8154118Z ] 2022-11-23T03:20:34.8155133Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8156115Z with 2022-11-23T03:20:34.8156569Z [ 2022-11-23T03:20:34.8156975Z T=std::string 2022-11-23T03:20:34.8157346Z ] 2022-11-23T03:20:34.8158681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8159789Z with 2022-11-23T03:20:34.8160161Z [ 2022-11-23T03:20:34.8160564Z T=std::string 2022-11-23T03:20:34.8160967Z ] 2022-11-23T03:20:34.8161978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8163727Z 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-23T03:20:34.8165562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8166566Z with 2022-11-23T03:20:34.8166938Z [ 2022-11-23T03:20:34.8167336Z T=std::string 2022-11-23T03:20:34.8167729Z ] 2022-11-23T03:20:34.8168719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8169679Z with 2022-11-23T03:20:34.8170061Z [ 2022-11-23T03:20:34.8170580Z T=c10::QualifiedName 2022-11-23T03:20:34.8171011Z ] 2022-11-23T03:20:34.8172403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8173362Z with 2022-11-23T03:20:34.8173737Z [ 2022-11-23T03:20:34.8174185Z T=c10::QualifiedName 2022-11-23T03:20:34.8174614Z ] 2022-11-23T03:20:34.8175740Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8176782Z with 2022-11-23T03:20:34.8177134Z [ 2022-11-23T03:20:34.8177679Z T=c10::QualifiedName 2022-11-23T03:20:34.8178104Z ] 2022-11-23T03:20:34.8179434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8180571Z with 2022-11-23T03:20:34.8180943Z [ 2022-11-23T03:20:34.8181351Z T=c10::QualifiedName 2022-11-23T03:20:34.8181758Z ] 2022-11-23T03:20:34.8182715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8184235Z 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-23T03:20:34.8186393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8187412Z with 2022-11-23T03:20:34.8187792Z [ 2022-11-23T03:20:34.8188209Z T=c10::QualifiedName 2022-11-23T03:20:34.8188642Z ] 2022-11-23T03:20:34.8189621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8190552Z with 2022-11-23T03:20:34.8190933Z [ 2022-11-23T03:20:34.8191339Z T=at::TensorBase 2022-11-23T03:20:34.8191922Z ] 2022-11-23T03:20:34.8193163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8194121Z with 2022-11-23T03:20:34.8194498Z [ 2022-11-23T03:20:34.8194928Z T=at::TensorBase 2022-11-23T03:20:34.8195319Z ] 2022-11-23T03:20:34.8196421Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8197531Z with 2022-11-23T03:20:34.8197901Z [ 2022-11-23T03:20:34.8198322Z T=at::TensorBase 2022-11-23T03:20:34.8198873Z ] 2022-11-23T03:20:34.8200202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8201339Z with 2022-11-23T03:20:34.8201736Z [ 2022-11-23T03:20:34.8202170Z T=at::TensorBase 2022-11-23T03:20:34.8202592Z ] 2022-11-23T03:20:34.8203628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8205466Z 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-23T03:20:34.8207484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8208495Z with 2022-11-23T03:20:34.8208866Z [ 2022-11-23T03:20:34.8209295Z T=at::TensorBase 2022-11-23T03:20:34.8209714Z ] 2022-11-23T03:20:34.8210725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8211646Z with 2022-11-23T03:20:34.8212035Z [ 2022-11-23T03:20:34.8212438Z T=at::Tensor 2022-11-23T03:20:34.8212951Z ] 2022-11-23T03:20:34.8214136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8215083Z with 2022-11-23T03:20:34.8215448Z [ 2022-11-23T03:20:34.8215868Z T=at::Tensor 2022-11-23T03:20:34.8216260Z ] 2022-11-23T03:20:34.8217573Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8218632Z with 2022-11-23T03:20:34.8218990Z [ 2022-11-23T03:20:34.8219506Z T=at::Tensor 2022-11-23T03:20:34.8219922Z ] 2022-11-23T03:20:34.8221250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8222372Z with 2022-11-23T03:20:34.8222752Z [ 2022-11-23T03:20:34.8223144Z T=at::Tensor 2022-11-23T03:20:34.8223551Z ] 2022-11-23T03:20:34.8224601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8226224Z 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-23T03:20:34.8228176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8229192Z with 2022-11-23T03:20:34.8229577Z [ 2022-11-23T03:20:34.8229960Z T=at::Tensor 2022-11-23T03:20:34.8230356Z ] 2022-11-23T03:20:34.8231352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8232261Z with 2022-11-23T03:20:34.8232635Z [ 2022-11-23T03:20:34.8233031Z T=at::Generator 2022-11-23T03:20:34.8233724Z ] 2022-11-23T03:20:34.8234889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8235958Z with 2022-11-23T03:20:34.8236334Z [ 2022-11-23T03:20:34.8236749Z T=at::Generator 2022-11-23T03:20:34.8237363Z ] 2022-11-23T03:20:34.8238480Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8239527Z with 2022-11-23T03:20:34.8239917Z [ 2022-11-23T03:20:34.8240342Z T=at::Generator 2022-11-23T03:20:34.8240751Z ] 2022-11-23T03:20:34.8242195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8243399Z with 2022-11-23T03:20:34.8243784Z [ 2022-11-23T03:20:34.8244206Z T=at::Generator 2022-11-23T03:20:34.8244617Z ] 2022-11-23T03:20:34.8245664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8247302Z 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-23T03:20:34.8249295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8250405Z with 2022-11-23T03:20:34.8250780Z [ 2022-11-23T03:20:34.8251420Z T=at::Generator 2022-11-23T03:20:34.8251873Z ] 2022-11-23T03:20:34.8252887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8253812Z with 2022-11-23T03:20:34.8254177Z [ 2022-11-23T03:20:34.8254619Z T=c10::Scalar 2022-11-23T03:20:34.8255196Z ] 2022-11-23T03:20:34.8256418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8257386Z with 2022-11-23T03:20:34.8257738Z [ 2022-11-23T03:20:34.8258146Z T=c10::Scalar 2022-11-23T03:20:34.8258543Z ] 2022-11-23T03:20:34.8259680Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8260721Z with 2022-11-23T03:20:34.8261073Z [ 2022-11-23T03:20:34.8261482Z T=c10::Scalar 2022-11-23T03:20:34.8262093Z ] 2022-11-23T03:20:34.8263369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8264565Z with 2022-11-23T03:20:34.8264935Z [ 2022-11-23T03:20:34.8265321Z T=c10::Scalar 2022-11-23T03:20:34.8265711Z ] 2022-11-23T03:20:34.8266745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8268352Z 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-23T03:20:34.8270309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8271619Z with 2022-11-23T03:20:34.8272000Z [ 2022-11-23T03:20:34.8272386Z T=c10::Scalar 2022-11-23T03:20:34.8272781Z ] 2022-11-23T03:20:34.8273774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8274697Z with 2022-11-23T03:20:34.8275055Z [ 2022-11-23T03:20:34.8275586Z T=std::shared_ptr 2022-11-23T03:20:34.8276255Z ] 2022-11-23T03:20:34.8277466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8278431Z with 2022-11-23T03:20:34.8278805Z [ 2022-11-23T03:20:34.8279347Z T=std::shared_ptr 2022-11-23T03:20:34.8279816Z ] 2022-11-23T03:20:34.8280929Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8281978Z with 2022-11-23T03:20:34.8282340Z [ 2022-11-23T03:20:34.8283023Z T=std::shared_ptr 2022-11-23T03:20:34.8283514Z ] 2022-11-23T03:20:34.8285039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8286169Z with 2022-11-23T03:20:34.8286556Z [ 2022-11-23T03:20:34.8287094Z T=std::shared_ptr 2022-11-23T03:20:34.8287595Z ] 2022-11-23T03:20:34.8288718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:34.8290662Z 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-23T03:20:34.8292586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8293588Z with 2022-11-23T03:20:34.8293966Z [ 2022-11-23T03:20:34.8294526Z T=std::shared_ptr 2022-11-23T03:20:34.8295031Z ] 2022-11-23T03:20:34.8296010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8297044Z with 2022-11-23T03:20:34.8297485Z [ 2022-11-23T03:20:34.8298157Z T=std::weak_ptr 2022-11-23T03:20:34.8298766Z ] 2022-11-23T03:20:34.8299797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8300762Z with 2022-11-23T03:20:34.8301122Z [ 2022-11-23T03:20:34.8301654Z T=std::weak_ptr 2022-11-23T03:20:34.8302144Z ] 2022-11-23T03:20:34.8303247Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8304654Z with 2022-11-23T03:20:34.8305167Z [ 2022-11-23T03:20:34.8305827Z T=std::weak_ptr 2022-11-23T03:20:34.8306337Z ] 2022-11-23T03:20:34.8307512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8308607Z with 2022-11-23T03:20:34.8308992Z [ 2022-11-23T03:20:34.8309532Z T=std::weak_ptr 2022-11-23T03:20:34.8310008Z ] 2022-11-23T03:20:34.8311264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:34.8313275Z 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-23T03:20:34.8315003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8315995Z with 2022-11-23T03:20:34.8316357Z [ 2022-11-23T03:20:34.8317083Z T=std::weak_ptr 2022-11-23T03:20:34.8317607Z ] 2022-11-23T03:20:34.8318759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8319921Z with 2022-11-23T03:20:34.8320290Z [ 2022-11-23T03:20:34.8320664Z T=std::vector> 2022-11-23T03:20:34.8321191Z ] 2022-11-23T03:20:34.8322172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8323140Z with 2022-11-23T03:20:34.8323509Z [ 2022-11-23T03:20:34.8324102Z T=std::vector> 2022-11-23T03:20:34.8324668Z ] 2022-11-23T03:20:34.8326074Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8327191Z with 2022-11-23T03:20:34.8327561Z [ 2022-11-23T03:20:34.8328179Z T=std::vector> 2022-11-23T03:20:34.8328743Z ] 2022-11-23T03:20:34.8329924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8331010Z with 2022-11-23T03:20:34.8331403Z [ 2022-11-23T03:20:34.8332163Z T=std::vector> 2022-11-23T03:20:34.8332752Z ] 2022-11-23T03:20:34.8334150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:20:34.8336215Z 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-23T03:20:34.8337979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8339132Z with 2022-11-23T03:20:34.8339538Z [ 2022-11-23T03:20:34.8340317Z T=std::vector> 2022-11-23T03:20:34.8340893Z ] 2022-11-23T03:20:34.8341917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8342857Z with 2022-11-23T03:20:34.8343247Z [ 2022-11-23T03:20:34.8343759Z T=std::vector> 2022-11-23T03:20:34.8344227Z ] 2022-11-23T03:20:34.8345228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8346327Z with 2022-11-23T03:20:34.8346707Z [ 2022-11-23T03:20:34.8347403Z T=std::vector> 2022-11-23T03:20:34.8348009Z ] 2022-11-23T03:20:34.8349287Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8350307Z with 2022-11-23T03:20:34.8350706Z [ 2022-11-23T03:20:34.8351227Z T=std::vector> 2022-11-23T03:20:34.8351727Z ] 2022-11-23T03:20:34.8352937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8354166Z with 2022-11-23T03:20:34.8354640Z [ 2022-11-23T03:20:34.8355268Z T=std::vector> 2022-11-23T03:20:34.8355777Z ] 2022-11-23T03:20:34.8356844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:20:34.8358489Z 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-23T03:20:34.8360227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8361331Z with 2022-11-23T03:20:34.8361810Z [ 2022-11-23T03:20:34.8362359Z T=std::vector> 2022-11-23T03:20:34.8362870Z ] 2022-11-23T03:20:34.8363827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8364760Z with 2022-11-23T03:20:34.8365111Z [ 2022-11-23T03:20:34.8365755Z T=std::vector,std::allocator>> 2022-11-23T03:20:34.8366351Z ] 2022-11-23T03:20:34.8367461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8368789Z with 2022-11-23T03:20:34.8369166Z [ 2022-11-23T03:20:34.8369766Z T=std::vector,std::allocator>> 2022-11-23T03:20:34.8370345Z ] 2022-11-23T03:20:34.8371448Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8372460Z with 2022-11-23T03:20:34.8372817Z [ 2022-11-23T03:20:34.8373443Z T=std::vector,std::allocator>> 2022-11-23T03:20:34.8374044Z ] 2022-11-23T03:20:34.8375354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8376578Z with 2022-11-23T03:20:34.8376954Z [ 2022-11-23T03:20:34.8377594Z T=std::vector,std::allocator>> 2022-11-23T03:20:34.8378176Z ] 2022-11-23T03:20:34.8379371Z C:\actions-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-23T03:20:34.8381522Z 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-23T03:20:34.8383415Z 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-23T03:20:34.8385059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8386082Z with 2022-11-23T03:20:34.8386458Z [ 2022-11-23T03:20:34.8387099Z T=std::vector,std::allocator>> 2022-11-23T03:20:34.8387689Z ] 2022-11-23T03:20:34.8388844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8389941Z with 2022-11-23T03:20:34.8390289Z [ 2022-11-23T03:20:34.8390902Z T=std::vector,std::allocator>> 2022-11-23T03:20:34.8391471Z ] 2022-11-23T03:20:34.8392499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8393449Z with 2022-11-23T03:20:34.8393820Z [ 2022-11-23T03:20:34.8394411Z T=std::vector,std::allocator>> 2022-11-23T03:20:34.8395003Z ] 2022-11-23T03:20:34.8396324Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8397459Z with 2022-11-23T03:20:34.8397836Z [ 2022-11-23T03:20:34.8398449Z T=std::vector,std::allocator>> 2022-11-23T03:20:34.8399225Z ] 2022-11-23T03:20:34.8400444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8401548Z with 2022-11-23T03:20:34.8401925Z [ 2022-11-23T03:20:34.8402681Z T=std::vector,std::allocator>> 2022-11-23T03:20:34.8403353Z ] 2022-11-23T03:20:34.8404619Z C:\actions-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-23T03:20:34.8406495Z 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-23T03:20:34.8408238Z 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-23T03:20:34.8410011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8411217Z with 2022-11-23T03:20:34.8411594Z [ 2022-11-23T03:20:34.8412390Z T=std::vector,std::allocator>> 2022-11-23T03:20:34.8413001Z ] 2022-11-23T03:20:34.8413971Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8414897Z with 2022-11-23T03:20:34.8415261Z [ 2022-11-23T03:20:34.8415782Z T=std::vector> 2022-11-23T03:20:34.8416410Z ] 2022-11-23T03:20:34.8417588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8418677Z with 2022-11-23T03:20:34.8419033Z [ 2022-11-23T03:20:34.8419563Z T=std::vector> 2022-11-23T03:20:34.8420056Z ] 2022-11-23T03:20:34.8421145Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8422190Z with 2022-11-23T03:20:34.8422540Z [ 2022-11-23T03:20:34.8423184Z T=std::vector> 2022-11-23T03:20:34.8423689Z ] 2022-11-23T03:20:34.8425054Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8426202Z with 2022-11-23T03:20:34.8426575Z [ 2022-11-23T03:20:34.8427097Z T=std::vector> 2022-11-23T03:20:34.8427598Z ] 2022-11-23T03:20:34.8428739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:20:34.8430679Z 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-23T03:20:34.8432813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8433809Z with 2022-11-23T03:20:34.8434181Z [ 2022-11-23T03:20:34.8434712Z T=std::vector> 2022-11-23T03:20:34.8435189Z ] 2022-11-23T03:20:34.8436199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8437273Z with 2022-11-23T03:20:34.8437647Z [ 2022-11-23T03:20:34.8438345Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:20:34.8438989Z ] 2022-11-23T03:20:34.8440011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8440982Z with 2022-11-23T03:20:34.8441358Z [ 2022-11-23T03:20:34.8441951Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:20:34.8442577Z ] 2022-11-23T03:20:34.8444011Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8445213Z with 2022-11-23T03:20:34.8445713Z [ 2022-11-23T03:20:34.8446325Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:20:34.8446905Z ] 2022-11-23T03:20:34.8448105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8449223Z with 2022-11-23T03:20:34.8449599Z [ 2022-11-23T03:20:34.8450198Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:20:34.8450883Z ] 2022-11-23T03:20:34.8452209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:34.8454250Z 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-23T03:20:34.8456178Z 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-23T03:20:34.8458119Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8459265Z with 2022-11-23T03:20:34.8459728Z [ 2022-11-23T03:20:34.8460328Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:20:34.8460928Z ] 2022-11-23T03:20:34.8461936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8463885Z with 2022-11-23T03:20:34.8464256Z [ 2022-11-23T03:20:34.8464987Z T=c10::impl::InlineStreamGuard 2022-11-23T03:20:34.8465584Z ] 2022-11-23T03:20:34.8466840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8467790Z with 2022-11-23T03:20:34.8468177Z [ 2022-11-23T03:20:34.8468774Z T=c10::impl::InlineStreamGuard 2022-11-23T03:20:34.8469303Z ] 2022-11-23T03:20:34.8470438Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8471415Z with 2022-11-23T03:20:34.8471940Z [ 2022-11-23T03:20:34.8472553Z T=c10::impl::InlineStreamGuard 2022-11-23T03:20:34.8473343Z ] 2022-11-23T03:20:34.8474516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8475640Z with 2022-11-23T03:20:34.8476017Z [ 2022-11-23T03:20:34.8476581Z T=c10::impl::InlineStreamGuard 2022-11-23T03:20:34.8477143Z ] 2022-11-23T03:20:34.8478528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:34.8480815Z 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-23T03:20:34.8482766Z 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-23T03:20:34.8484582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8485580Z with 2022-11-23T03:20:34.8486112Z [ 2022-11-23T03:20:34.8486720Z T=c10::impl::InlineStreamGuard 2022-11-23T03:20:34.8487476Z ] 2022-11-23T03:20:34.8488484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8489418Z with 2022-11-23T03:20:34.8489777Z [ 2022-11-23T03:20:34.8490251Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:20:34.8490702Z ] 2022-11-23T03:20:34.8491731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8492856Z with 2022-11-23T03:20:34.8493345Z [ 2022-11-23T03:20:34.8494027Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:20:34.8494664Z ] 2022-11-23T03:20:34.8496011Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8497525Z with 2022-11-23T03:20:34.8498008Z [ 2022-11-23T03:20:34.8498494Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:20:34.8498923Z ] 2022-11-23T03:20:34.8500244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8501501Z with 2022-11-23T03:20:34.8501877Z [ 2022-11-23T03:20:34.8502355Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:20:34.8502786Z ] 2022-11-23T03:20:34.8503873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8505552Z 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-23T03:20:34.8506517Z with 2022-11-23T03:20:34.8507050Z [ 2022-11-23T03:20:34.8507526Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:20:34.8508114Z ] 2022-11-23T03:20:34.8509341Z 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-23T03:20:34.8511336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8512366Z with 2022-11-23T03:20:34.8512737Z [ 2022-11-23T03:20:34.8513204Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:20:34.8513810Z ] 2022-11-23T03:20:34.8514906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8515936Z with 2022-11-23T03:20:34.8516314Z [ 2022-11-23T03:20:34.8517016Z T=std::vector> 2022-11-23T03:20:34.8517651Z ] 2022-11-23T03:20:34.8518676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8519618Z with 2022-11-23T03:20:34.8519968Z [ 2022-11-23T03:20:34.8520807Z T=std::vector> 2022-11-23T03:20:34.8521440Z ] 2022-11-23T03:20:34.8522785Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8523846Z with 2022-11-23T03:20:34.8524219Z [ 2022-11-23T03:20:34.8524900Z T=std::vector> 2022-11-23T03:20:34.8525549Z ] 2022-11-23T03:20:34.8526726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8527998Z with 2022-11-23T03:20:34.8528376Z [ 2022-11-23T03:20:34.8529244Z T=std::vector> 2022-11-23T03:20:34.8529867Z ] 2022-11-23T03:20:34.8531132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:20:34.8533405Z 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-23T03:20:34.8535436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8536561Z with 2022-11-23T03:20:34.8537055Z [ 2022-11-23T03:20:34.8537736Z T=std::vector> 2022-11-23T03:20:34.8538368Z ] 2022-11-23T03:20:34.8539340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8540243Z with 2022-11-23T03:20:34.8540625Z [ 2022-11-23T03:20:34.8541034Z T=c10::DimVector 2022-11-23T03:20:34.8541432Z ] 2022-11-23T03:20:34.8542597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8543774Z with 2022-11-23T03:20:34.8544336Z [ 2022-11-23T03:20:34.8544786Z T=c10::DimVector 2022-11-23T03:20:34.8545198Z ] 2022-11-23T03:20:34.8546296Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8547391Z with 2022-11-23T03:20:34.8547844Z [ 2022-11-23T03:20:34.8548370Z T=c10::DimVector 2022-11-23T03:20:34.8548877Z ] 2022-11-23T03:20:34.8550518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8551679Z with 2022-11-23T03:20:34.8552041Z [ 2022-11-23T03:20:34.8552441Z T=c10::DimVector 2022-11-23T03:20:34.8552841Z ] 2022-11-23T03:20:34.8553894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8555549Z 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-23T03:20:34.8557514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8558629Z with 2022-11-23T03:20:34.8559000Z [ 2022-11-23T03:20:34.8559396Z T=c10::DimVector 2022-11-23T03:20:34.8559804Z ] 2022-11-23T03:20:34.8560811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8561735Z with 2022-11-23T03:20:34.8562108Z [ 2022-11-23T03:20:34.8562559Z T=torch::autograd::ViewInfo 2022-11-23T03:20:34.8563492Z ] 2022-11-23T03:20:34.8564755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8565716Z with 2022-11-23T03:20:34.8566091Z [ 2022-11-23T03:20:34.8566549Z T=torch::autograd::ViewInfo 2022-11-23T03:20:34.8566960Z ] 2022-11-23T03:20:34.8568058Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8569096Z with 2022-11-23T03:20:34.8569483Z [ 2022-11-23T03:20:34.8569924Z T=torch::autograd::ViewInfo 2022-11-23T03:20:34.8570512Z ] 2022-11-23T03:20:34.8571873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8573001Z with 2022-11-23T03:20:34.8573389Z [ 2022-11-23T03:20:34.8573842Z T=torch::autograd::ViewInfo 2022-11-23T03:20:34.8574284Z ] 2022-11-23T03:20:34.8575363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8577425Z 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-23T03:20:34.8579588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8580771Z with 2022-11-23T03:20:34.8581123Z [ 2022-11-23T03:20:34.8581396Z T=torch::autograd::ViewInfo 2022-11-23T03:20:34.8581629Z ] 2022-11-23T03:20:34.8582133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8582596Z with 2022-11-23T03:20:34.8582776Z [ 2022-11-23T03:20:34.8583056Z T=std::vector> 2022-11-23T03:20:34.8583319Z ] 2022-11-23T03:20:34.8583839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8584513Z with 2022-11-23T03:20:34.8584690Z [ 2022-11-23T03:20:34.8584977Z T=std::vector> 2022-11-23T03:20:34.8585381Z ] 2022-11-23T03:20:34.8586075Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8586603Z with 2022-11-23T03:20:34.8586796Z [ 2022-11-23T03:20:34.8587061Z T=std::vector> 2022-11-23T03:20:34.8587326Z ] 2022-11-23T03:20:34.8587924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8588472Z with 2022-11-23T03:20:34.8588665Z [ 2022-11-23T03:20:34.8589111Z T=std::vector> 2022-11-23T03:20:34.8589357Z ] 2022-11-23T03:20:34.8589900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:20:34.8590403Z with 2022-11-23T03:20:34.8590593Z [ 2022-11-23T03:20:34.8590799Z T=c10::SymInt 2022-11-23T03:20:34.8591008Z ] 2022-11-23T03:20:34.8591692Z 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-23T03:20:34.8592311Z with 2022-11-23T03:20:34.8592528Z [ 2022-11-23T03:20:34.8592862Z T=c10::SymInt 2022-11-23T03:20:34.8593066Z ] 2022-11-23T03:20:34.8593635Z 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-23T03:20:34.8594603Z 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-23T03:20:34.8595515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8596091Z with 2022-11-23T03:20:34.8596304Z [ 2022-11-23T03:20:34.8596586Z T=std::vector> 2022-11-23T03:20:34.8596848Z ] 2022-11-23T03:20:34.8597390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8597855Z with 2022-11-23T03:20:34.8598195Z [ 2022-11-23T03:20:34.8598410Z T=c10::IValue 2022-11-23T03:20:34.8598614Z ] 2022-11-23T03:20:34.8599235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8599847Z with 2022-11-23T03:20:34.8600026Z [ 2022-11-23T03:20:34.8600235Z T=c10::IValue 2022-11-23T03:20:34.8600438Z ] 2022-11-23T03:20:34.8600996Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8601519Z with 2022-11-23T03:20:34.8601711Z [ 2022-11-23T03:20:34.8601901Z T=c10::IValue 2022-11-23T03:20:34.8602104Z ] 2022-11-23T03:20:34.8602692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8603234Z with 2022-11-23T03:20:34.8603424Z [ 2022-11-23T03:20:34.8603631Z T=c10::IValue 2022-11-23T03:20:34.8603820Z ] 2022-11-23T03:20:34.8604333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8605320Z 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-23T03:20:34.8606494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8607012Z with 2022-11-23T03:20:34.8607205Z [ 2022-11-23T03:20:34.8607413Z T=c10::IValue 2022-11-23T03:20:34.8607604Z ] 2022-11-23T03:20:34.8608092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8608551Z with 2022-11-23T03:20:34.8608745Z [ 2022-11-23T03:20:34.8608959Z T=c10::AliasInfo 2022-11-23T03:20:34.8609156Z ] 2022-11-23T03:20:34.8609665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8610140Z with 2022-11-23T03:20:34.8610330Z [ 2022-11-23T03:20:34.8610542Z T=c10::AliasInfo 2022-11-23T03:20:34.8610748Z ] 2022-11-23T03:20:34.8611285Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8611800Z with 2022-11-23T03:20:34.8612137Z [ 2022-11-23T03:20:34.8612352Z T=c10::AliasInfo 2022-11-23T03:20:34.8612560Z ] 2022-11-23T03:20:34.8613981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8614584Z with 2022-11-23T03:20:34.8614781Z [ 2022-11-23T03:20:34.8615000Z T=c10::AliasInfo 2022-11-23T03:20:34.8615210Z ] 2022-11-23T03:20:34.8615723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8616535Z 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-23T03:20:34.8617360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8617838Z with 2022-11-23T03:20:34.8618034Z [ 2022-11-23T03:20:34.8618254Z T=c10::AliasInfo 2022-11-23T03:20:34.8618465Z ] 2022-11-23T03:20:34.8618952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8619407Z with 2022-11-23T03:20:34.8619585Z [ 2022-11-23T03:20:34.8619824Z T=c10::impl::AnnotatedSchema 2022-11-23T03:20:34.8620054Z ] 2022-11-23T03:20:34.8620559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8621024Z with 2022-11-23T03:20:34.8621221Z [ 2022-11-23T03:20:34.8621441Z T=c10::impl::AnnotatedSchema 2022-11-23T03:20:34.8621671Z ] 2022-11-23T03:20:34.8622223Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8622849Z with 2022-11-23T03:20:34.8623042Z [ 2022-11-23T03:20:34.8623263Z T=c10::impl::AnnotatedSchema 2022-11-23T03:20:34.8623495Z ] 2022-11-23T03:20:34.8624252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8624804Z with 2022-11-23T03:20:34.8625002Z [ 2022-11-23T03:20:34.8625356Z T=c10::impl::AnnotatedSchema 2022-11-23T03:20:34.8625674Z ] 2022-11-23T03:20:34.8626211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8627074Z 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-23T03:20:34.8627932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8628423Z with 2022-11-23T03:20:34.8628617Z [ 2022-11-23T03:20:34.8628852Z T=c10::impl::AnnotatedSchema 2022-11-23T03:20:34.8629068Z ] 2022-11-23T03:20:34.8629648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8630126Z with 2022-11-23T03:20:34.8630325Z [ 2022-11-23T03:20:34.8630613Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:20:34.8630887Z ] 2022-11-23T03:20:34.8631376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8631846Z with 2022-11-23T03:20:34.8632039Z [ 2022-11-23T03:20:34.8632321Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:20:34.8632590Z ] 2022-11-23T03:20:34.8633148Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8633665Z with 2022-11-23T03:20:34.8633843Z [ 2022-11-23T03:20:34.8634132Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:20:34.8634406Z ] 2022-11-23T03:20:34.8635000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8635562Z with 2022-11-23T03:20:34.8635748Z [ 2022-11-23T03:20:34.8636049Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:20:34.8636336Z ] 2022-11-23T03:20:34.8636927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8637876Z 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-23T03:20:34.8638892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8639400Z with 2022-11-23T03:20:34.8639610Z [ 2022-11-23T03:20:34.8639888Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:20:34.8640177Z ] 2022-11-23T03:20:34.8640695Z 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-23T03:20:34.8641576Z 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-23T03:20:34.8642497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8642997Z with 2022-11-23T03:20:34.8643209Z [ 2022-11-23T03:20:34.8643429Z T=at::StepCallbacks 2022-11-23T03:20:34.8643665Z ] 2022-11-23T03:20:34.8644190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8644674Z with 2022-11-23T03:20:34.8644881Z [ 2022-11-23T03:20:34.8645093Z T=at::StepCallbacks 2022-11-23T03:20:34.8645327Z ] 2022-11-23T03:20:34.8645984Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8646532Z with 2022-11-23T03:20:34.8646741Z [ 2022-11-23T03:20:34.8646977Z T=at::StepCallbacks 2022-11-23T03:20:34.8647186Z ] 2022-11-23T03:20:34.8647785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8648344Z with 2022-11-23T03:20:34.8648553Z [ 2022-11-23T03:20:34.8648789Z T=at::StepCallbacks 2022-11-23T03:20:34.8649023Z ] 2022-11-23T03:20:34.8649540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8650396Z 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-23T03:20:34.8651254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8651762Z with 2022-11-23T03:20:34.8651971Z [ 2022-11-23T03:20:34.8652211Z T=at::StepCallbacks 2022-11-23T03:20:34.8652444Z ] 2022-11-23T03:20:34.8652926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8653398Z with 2022-11-23T03:20:34.8653610Z [ 2022-11-23T03:20:34.8653907Z T=c10::either 2022-11-23T03:20:34.8654195Z ] 2022-11-23T03:20:34.8654716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8655277Z with 2022-11-23T03:20:34.8655488Z [ 2022-11-23T03:20:34.8655787Z T=c10::either 2022-11-23T03:20:34.8656069Z ] 2022-11-23T03:20:34.8656640Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8657171Z with 2022-11-23T03:20:34.8657355Z [ 2022-11-23T03:20:34.8657655Z T=c10::either 2022-11-23T03:20:34.8657939Z ] 2022-11-23T03:20:34.8658540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8659103Z with 2022-11-23T03:20:34.8659310Z [ 2022-11-23T03:20:34.8659583Z T=c10::either 2022-11-23T03:20:34.8659866Z ] 2022-11-23T03:20:34.8660448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:34.8661471Z 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-23T03:20:34.8662400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8662905Z with 2022-11-23T03:20:34.8663116Z [ 2022-11-23T03:20:34.8663417Z T=c10::either 2022-11-23T03:20:34.8663677Z ] 2022-11-23T03:20:34.8664187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8664661Z with 2022-11-23T03:20:34.8664870Z [ 2022-11-23T03:20:34.8665114Z T=torch::jit::Operator 2022-11-23T03:20:34.8665328Z ] 2022-11-23T03:20:34.8665856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8666347Z with 2022-11-23T03:20:34.8666560Z [ 2022-11-23T03:20:34.8666803Z T=torch::jit::Operator 2022-11-23T03:20:34.8667037Z ] 2022-11-23T03:20:34.8667582Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8668110Z with 2022-11-23T03:20:34.8668317Z [ 2022-11-23T03:20:34.8668553Z T=torch::jit::Operator 2022-11-23T03:20:34.8668786Z ] 2022-11-23T03:20:34.8669389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8669949Z with 2022-11-23T03:20:34.8670133Z [ 2022-11-23T03:20:34.8670373Z T=torch::jit::Operator 2022-11-23T03:20:34.8670703Z ] 2022-11-23T03:20:34.8671253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8672108Z 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-23T03:20:34.8673123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8673649Z with 2022-11-23T03:20:34.8673839Z [ 2022-11-23T03:20:34.8674084Z T=torch::jit::Operator 2022-11-23T03:20:34.8674467Z ] 2022-11-23T03:20:34.8675106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8675580Z with 2022-11-23T03:20:34.8675764Z [ 2022-11-23T03:20:34.8676036Z T=std::tuple 2022-11-23T03:20:34.8676295Z ] 2022-11-23T03:20:34.8676814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8677296Z with 2022-11-23T03:20:34.8677503Z [ 2022-11-23T03:20:34.8677752Z T=std::tuple 2022-11-23T03:20:34.8678094Z ] 2022-11-23T03:20:34.8678684Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8679218Z with 2022-11-23T03:20:34.8679426Z [ 2022-11-23T03:20:34.8679695Z T=std::tuple 2022-11-23T03:20:34.8679933Z ] 2022-11-23T03:20:34.8680531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8681092Z with 2022-11-23T03:20:34.8681303Z [ 2022-11-23T03:20:34.8681570Z T=std::tuple 2022-11-23T03:20:34.8681831Z ] 2022-11-23T03:20:34.8682374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:34.8683274Z 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-23T03:20:34.8684146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8684658Z with 2022-11-23T03:20:34.8684869Z [ 2022-11-23T03:20:34.8685141Z T=std::tuple 2022-11-23T03:20:34.8685403Z ] 2022-11-23T03:20:34.8685886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8686356Z with 2022-11-23T03:20:34.8686566Z [ 2022-11-23T03:20:34.8686809Z T=torch::jit::SourceRange 2022-11-23T03:20:34.8687148Z ] 2022-11-23T03:20:34.8687672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8688133Z with 2022-11-23T03:20:34.8688342Z [ 2022-11-23T03:20:34.8688582Z T=torch::jit::SourceRange 2022-11-23T03:20:34.8688822Z ] 2022-11-23T03:20:34.8689384Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8689918Z with 2022-11-23T03:20:34.8690102Z [ 2022-11-23T03:20:34.8690348Z T=torch::jit::SourceRange 2022-11-23T03:20:34.8690592Z ] 2022-11-23T03:20:34.8691187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8691745Z with 2022-11-23T03:20:34.8691954Z [ 2022-11-23T03:20:34.8692173Z T=torch::jit::SourceRange 2022-11-23T03:20:34.8692409Z ] 2022-11-23T03:20:34.8692956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8693896Z 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-23T03:20:34.8694780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8695284Z with 2022-11-23T03:20:34.8695496Z [ 2022-11-23T03:20:34.8695719Z T=torch::jit::SourceRange 2022-11-23T03:20:34.8695960Z ] 2022-11-23T03:20:34.8696462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8696931Z with 2022-11-23T03:20:34.8697139Z [ 2022-11-23T03:20:34.8697454Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:20:34.8697692Z ] 2022-11-23T03:20:34.8698218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8698704Z with 2022-11-23T03:20:34.8698920Z [ 2022-11-23T03:20:34.8699184Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:20:34.8699416Z ] 2022-11-23T03:20:34.8699981Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8700510Z with 2022-11-23T03:20:34.8700724Z [ 2022-11-23T03:20:34.8700989Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:20:34.8701254Z ] 2022-11-23T03:20:34.8701832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8702396Z with 2022-11-23T03:20:34.8702604Z [ 2022-11-23T03:20:34.8702868Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:20:34.8703223Z ] 2022-11-23T03:20:34.8703793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8704674Z 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-23T03:20:34.8705540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8706022Z with 2022-11-23T03:20:34.8706230Z [ 2022-11-23T03:20:34.8706496Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:20:34.8706757Z ] 2022-11-23T03:20:34.8707261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8707732Z with 2022-11-23T03:20:34.8707918Z [ 2022-11-23T03:20:34.8708180Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:20:34.8708434Z ] 2022-11-23T03:20:34.8708964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8709446Z with 2022-11-23T03:20:34.8709629Z [ 2022-11-23T03:20:34.8709973Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:20:34.8710242Z ] 2022-11-23T03:20:34.8710812Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8711338Z with 2022-11-23T03:20:34.8711544Z [ 2022-11-23T03:20:34.8711777Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:20:34.8712036Z ] 2022-11-23T03:20:34.8712634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8713192Z with 2022-11-23T03:20:34.8713398Z [ 2022-11-23T03:20:34.8713658Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:20:34.8713889Z ] 2022-11-23T03:20:34.8714450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8715335Z 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-23T03:20:34.8716194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8716703Z with 2022-11-23T03:20:34.8716912Z [ 2022-11-23T03:20:34.8717174Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:20:34.8717406Z ] 2022-11-23T03:20:34.8717920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8718390Z with 2022-11-23T03:20:34.8718597Z [ 2022-11-23T03:20:34.8718835Z T=torch::jit::ScopePtr 2022-11-23T03:20:34.8719168Z ] 2022-11-23T03:20:34.8719670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8720155Z with 2022-11-23T03:20:34.8720367Z [ 2022-11-23T03:20:34.8720604Z T=torch::jit::ScopePtr 2022-11-23T03:20:34.8720838Z ] 2022-11-23T03:20:34.8721407Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8721916Z with 2022-11-23T03:20:34.8722124Z [ 2022-11-23T03:20:34.8722362Z T=torch::jit::ScopePtr 2022-11-23T03:20:34.8722596Z ] 2022-11-23T03:20:34.8723195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8723756Z with 2022-11-23T03:20:34.8723957Z [ 2022-11-23T03:20:34.8724316Z T=torch::jit::ScopePtr 2022-11-23T03:20:34.8724552Z ] 2022-11-23T03:20:34.8725097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8726017Z 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-23T03:20:34.8726882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8727386Z with 2022-11-23T03:20:34.8727572Z [ 2022-11-23T03:20:34.8727811Z T=torch::jit::ScopePtr 2022-11-23T03:20:34.8728045Z ] 2022-11-23T03:20:34.8728550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8729018Z with 2022-11-23T03:20:34.8729224Z [ 2022-11-23T03:20:34.8729444Z T=at::ThreadLocalState 2022-11-23T03:20:34.8729687Z ] 2022-11-23T03:20:34.8730385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8730885Z with 2022-11-23T03:20:34.8731092Z [ 2022-11-23T03:20:34.8731432Z T=at::ThreadLocalState 2022-11-23T03:20:34.8731918Z ] 2022-11-23T03:20:34.8732893Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8734036Z with 2022-11-23T03:20:34.8734377Z [ 2022-11-23T03:20:34.8734830Z T=at::ThreadLocalState 2022-11-23T03:20:34.8735242Z ] 2022-11-23T03:20:34.8736281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8737333Z with 2022-11-23T03:20:34.8737718Z [ 2022-11-23T03:20:34.8738144Z T=at::ThreadLocalState 2022-11-23T03:20:34.8738580Z ] 2022-11-23T03:20:34.8739573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8741425Z 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-23T03:20:34.8743001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8743963Z with 2022-11-23T03:20:34.8744353Z [ 2022-11-23T03:20:34.8744773Z T=at::ThreadLocalState 2022-11-23T03:20:34.8745214Z ] 2022-11-23T03:20:34.8746139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8747055Z with 2022-11-23T03:20:34.8747425Z [ 2022-11-23T03:20:34.8747928Z T=std::shared_ptr 2022-11-23T03:20:34.8748370Z ] 2022-11-23T03:20:34.8749341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8750239Z with 2022-11-23T03:20:34.8750617Z [ 2022-11-23T03:20:34.8751084Z T=std::shared_ptr 2022-11-23T03:20:34.8751593Z ] 2022-11-23T03:20:34.8752563Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8753280Z with 2022-11-23T03:20:34.8753500Z [ 2022-11-23T03:20:34.8753853Z T=std::shared_ptr 2022-11-23T03:20:34.8754111Z ] 2022-11-23T03:20:34.8754818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8755877Z with 2022-11-23T03:20:34.8756227Z [ 2022-11-23T03:20:34.8756726Z T=std::shared_ptr 2022-11-23T03:20:34.8757178Z ] 2022-11-23T03:20:34.8758270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:34.8759941Z 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-23T03:20:34.8761716Z 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-23T03:20:34.8763494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8764499Z with 2022-11-23T03:20:34.8764865Z [ 2022-11-23T03:20:34.8765393Z T=std::shared_ptr 2022-11-23T03:20:34.8765888Z ] 2022-11-23T03:20:34.8766892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8768042Z with 2022-11-23T03:20:34.8768400Z [ 2022-11-23T03:20:34.8768893Z T=torch::jit::GraphExecutor 2022-11-23T03:20:34.8769357Z ] 2022-11-23T03:20:34.8770393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8771361Z with 2022-11-23T03:20:34.8771758Z [ 2022-11-23T03:20:34.8772206Z T=torch::jit::GraphExecutor 2022-11-23T03:20:34.8772683Z ] 2022-11-23T03:20:34.8773824Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8774880Z with 2022-11-23T03:20:34.8775268Z [ 2022-11-23T03:20:34.8775756Z T=torch::jit::GraphExecutor 2022-11-23T03:20:34.8776181Z ] 2022-11-23T03:20:34.8777351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8778452Z with 2022-11-23T03:20:34.8778836Z [ 2022-11-23T03:20:34.8779327Z T=torch::jit::GraphExecutor 2022-11-23T03:20:34.8779795Z ] 2022-11-23T03:20:34.8781034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8782734Z 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-23T03:20:34.8784505Z 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-23T03:20:34.8786291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8787296Z with 2022-11-23T03:20:34.8787687Z [ 2022-11-23T03:20:34.8788168Z T=torch::jit::GraphExecutor 2022-11-23T03:20:34.8788652Z ] 2022-11-23T03:20:34.8789635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8790578Z with 2022-11-23T03:20:34.8790982Z [ 2022-11-23T03:20:34.8791447Z T=torch::jit::Method 2022-11-23T03:20:34.8791879Z ] 2022-11-23T03:20:34.8792886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8793847Z with 2022-11-23T03:20:34.8794247Z [ 2022-11-23T03:20:34.8794713Z T=torch::jit::Method 2022-11-23T03:20:34.8795174Z ] 2022-11-23T03:20:34.8796290Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8797372Z with 2022-11-23T03:20:34.8797773Z [ 2022-11-23T03:20:34.8798233Z T=torch::jit::Method 2022-11-23T03:20:34.8798677Z ] 2022-11-23T03:20:34.8800096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8801225Z with 2022-11-23T03:20:34.8801581Z [ 2022-11-23T03:20:34.8802040Z T=torch::jit::Method 2022-11-23T03:20:34.8802473Z ] 2022-11-23T03:20:34.8803533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8805211Z 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-23T03:20:34.8806887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8807925Z with 2022-11-23T03:20:34.8808307Z [ 2022-11-23T03:20:34.8808783Z T=torch::jit::Method 2022-11-23T03:20:34.8809208Z ] 2022-11-23T03:20:34.8810205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8811135Z with 2022-11-23T03:20:34.8811522Z [ 2022-11-23T03:20:34.8812059Z T=std::vector> 2022-11-23T03:20:34.8812817Z ] 2022-11-23T03:20:34.8813883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8814866Z with 2022-11-23T03:20:34.8815281Z [ 2022-11-23T03:20:34.8815865Z T=std::vector> 2022-11-23T03:20:34.8816361Z ] 2022-11-23T03:20:34.8817487Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8818541Z with 2022-11-23T03:20:34.8818953Z [ 2022-11-23T03:20:34.8819552Z T=std::vector> 2022-11-23T03:20:34.8820097Z ] 2022-11-23T03:20:34.8821264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8822387Z with 2022-11-23T03:20:34.8822812Z [ 2022-11-23T03:20:34.8823414Z T=std::vector> 2022-11-23T03:20:34.8823953Z ] 2022-11-23T03:20:34.8825101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:20:34.8826928Z 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-23T03:20:34.8828713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8829698Z with 2022-11-23T03:20:34.8831004Z [ 2022-11-23T03:20:34.8831598Z T=std::vector> 2022-11-23T03:20:34.8832291Z ] 2022-11-23T03:20:34.8833318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8834466Z with 2022-11-23T03:20:34.8834861Z [ 2022-11-23T03:20:34.8835362Z T=torch::jit::NamedValue 2022-11-23T03:20:34.8835840Z ] 2022-11-23T03:20:34.8836894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:34.8837826Z with 2022-11-23T03:20:34.8838228Z [ 2022-11-23T03:20:34.8838712Z T=torch::jit::NamedValue 2022-11-23T03:20:34.8839198Z ] 2022-11-23T03:20:34.8840485Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:34.8841766Z with 2022-11-23T03:20:34.8842174Z [ 2022-11-23T03:20:34.8842646Z T=torch::jit::NamedValue 2022-11-23T03:20:34.8843101Z ] 2022-11-23T03:20:34.8844301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:34.8845414Z with 2022-11-23T03:20:34.8846005Z [ 2022-11-23T03:20:34.8846673Z T=torch::jit::NamedValue 2022-11-23T03:20:34.8847119Z ] 2022-11-23T03:20:34.8848401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:34.8850167Z 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-23T03:20:34.8851937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:34.8852957Z with 2022-11-23T03:20:34.8853495Z [ 2022-11-23T03:20:34.8853990Z T=torch::jit::NamedValue 2022-11-23T03:20:34.8854451Z ] 2022-11-23T03:20:35.1953443Z [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.6\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-23T03:20:35.1955397Z 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-23T03:20:35.1956225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.1957131Z with 2022-11-23T03:20:35.1957341Z [ 2022-11-23T03:20:35.1957583Z T=c10::SymInt 2022-11-23T03:20:35.1959547Z ] 2022-11-23T03:20:35.1960374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.1960891Z with 2022-11-23T03:20:35.1961116Z [ 2022-11-23T03:20:35.1961351Z T=c10::SymInt 2022-11-23T03:20:35.1961587Z ] 2022-11-23T03:20:35.1963525Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.1964706Z with 2022-11-23T03:20:35.1965205Z [ 2022-11-23T03:20:35.1965599Z T=c10::SymInt 2022-11-23T03:20:35.1965839Z ] 2022-11-23T03:20:35.1966579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.1967643Z with 2022-11-23T03:20:35.1967991Z [ 2022-11-23T03:20:35.1968329Z T=c10::SymInt 2022-11-23T03:20:35.1968926Z ] 2022-11-23T03:20:35.1969808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.1971547Z 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-23T03:20:35.1973178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.1974020Z with 2022-11-23T03:20:35.1974359Z [ 2022-11-23T03:20:35.1974720Z T=c10::SymInt 2022-11-23T03:20:35.1975060Z ] 2022-11-23T03:20:35.1975623Z 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-23T03:20:35.1976396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.1976872Z with 2022-11-23T03:20:35.1977086Z [ 2022-11-23T03:20:35.1977361Z T=std::string 2022-11-23T03:20:35.1977564Z ] 2022-11-23T03:20:35.1978239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.1978734Z with 2022-11-23T03:20:35.1979091Z [ 2022-11-23T03:20:35.1979436Z T=std::string 2022-11-23T03:20:35.1979640Z ] 2022-11-23T03:20:35.1980218Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.1980753Z with 2022-11-23T03:20:35.1980965Z [ 2022-11-23T03:20:35.1981191Z T=std::string 2022-11-23T03:20:35.1981419Z ] 2022-11-23T03:20:35.1981997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.1982688Z with 2022-11-23T03:20:35.1982953Z [ 2022-11-23T03:20:35.1983183Z T=std::string 2022-11-23T03:20:35.1983406Z ] 2022-11-23T03:20:35.1983937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.1984910Z 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-23T03:20:35.1985732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.1986441Z with 2022-11-23T03:20:35.1986654Z [ 2022-11-23T03:20:35.1986889Z T=std::string 2022-11-23T03:20:35.1987115Z ] 2022-11-23T03:20:35.1987622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.1988074Z with 2022-11-23T03:20:35.1988284Z [ 2022-11-23T03:20:35.1988526Z T=c10::QualifiedName 2022-11-23T03:20:35.1988764Z ] 2022-11-23T03:20:35.1989287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.1989772Z with 2022-11-23T03:20:35.1990049Z [ 2022-11-23T03:20:35.1990306Z T=c10::QualifiedName 2022-11-23T03:20:35.1990542Z ] 2022-11-23T03:20:35.1991115Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.1991791Z with 2022-11-23T03:20:35.1992004Z [ 2022-11-23T03:20:35.1992221Z T=c10::QualifiedName 2022-11-23T03:20:35.1992455Z ] 2022-11-23T03:20:35.1993296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.1993865Z with 2022-11-23T03:20:35.1994079Z [ 2022-11-23T03:20:35.1994323Z T=c10::QualifiedName 2022-11-23T03:20:35.1994541Z ] 2022-11-23T03:20:35.1995085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.1995923Z 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-23T03:20:35.1996764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.1997312Z with 2022-11-23T03:20:35.1997528Z [ 2022-11-23T03:20:35.1997774Z T=c10::QualifiedName 2022-11-23T03:20:35.1997986Z ] 2022-11-23T03:20:35.1998583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.1999094Z with 2022-11-23T03:20:35.1999306Z [ 2022-11-23T03:20:35.1999541Z T=at::TensorBase 2022-11-23T03:20:35.2000165Z ] 2022-11-23T03:20:35.2000697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2001183Z with 2022-11-23T03:20:35.2001397Z [ 2022-11-23T03:20:35.2001630Z T=at::TensorBase 2022-11-23T03:20:35.2001858Z ] 2022-11-23T03:20:35.2002408Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2002950Z with 2022-11-23T03:20:35.2003162Z [ 2022-11-23T03:20:35.2003396Z T=at::TensorBase 2022-11-23T03:20:35.2003623Z ] 2022-11-23T03:20:35.2004224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2004767Z with 2022-11-23T03:20:35.2004978Z [ 2022-11-23T03:20:35.2005212Z T=at::TensorBase 2022-11-23T03:20:35.2005573Z ] 2022-11-23T03:20:35.2006121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2007277Z 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-23T03:20:35.2008123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2008613Z with 2022-11-23T03:20:35.2008826Z [ 2022-11-23T03:20:35.2009065Z T=at::TensorBase 2022-11-23T03:20:35.2009296Z ] 2022-11-23T03:20:35.2009799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2010266Z with 2022-11-23T03:20:35.2010452Z [ 2022-11-23T03:20:35.2010680Z T=at::Tensor 2022-11-23T03:20:35.2010902Z ] 2022-11-23T03:20:35.2011427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2011918Z with 2022-11-23T03:20:35.2012104Z [ 2022-11-23T03:20:35.2012465Z T=at::Tensor 2022-11-23T03:20:35.2012693Z ] 2022-11-23T03:20:35.2013265Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2014046Z with 2022-11-23T03:20:35.2014259Z [ 2022-11-23T03:20:35.2014462Z T=at::Tensor 2022-11-23T03:20:35.2014684Z ] 2022-11-23T03:20:35.2015287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2015852Z with 2022-11-23T03:20:35.2016065Z [ 2022-11-23T03:20:35.2016293Z T=at::Tensor 2022-11-23T03:20:35.2016496Z ] 2022-11-23T03:20:35.2017019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2017934Z 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-23T03:20:35.2018767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2019403Z with 2022-11-23T03:20:35.2019618Z [ 2022-11-23T03:20:35.2019847Z T=at::Tensor 2022-11-23T03:20:35.2020051Z ] 2022-11-23T03:20:35.2020791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2021280Z with 2022-11-23T03:20:35.2021492Z [ 2022-11-23T03:20:35.2021724Z T=at::Generator 2022-11-23T03:20:35.2021930Z ] 2022-11-23T03:20:35.2022455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2022943Z with 2022-11-23T03:20:35.2023151Z [ 2022-11-23T03:20:35.2023379Z T=at::Generator 2022-11-23T03:20:35.2023604Z ] 2022-11-23T03:20:35.2024237Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2024790Z with 2022-11-23T03:20:35.2025001Z [ 2022-11-23T03:20:35.2025231Z T=at::Generator 2022-11-23T03:20:35.2025458Z ] 2022-11-23T03:20:35.2026181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2026748Z with 2022-11-23T03:20:35.2026959Z [ 2022-11-23T03:20:35.2027316Z T=at::Generator 2022-11-23T03:20:35.2027819Z ] 2022-11-23T03:20:35.2028788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2030192Z 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-23T03:20:35.2031701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2032540Z with 2022-11-23T03:20:35.2032869Z [ 2022-11-23T03:20:35.2033393Z T=at::Generator 2022-11-23T03:20:35.2033780Z ] 2022-11-23T03:20:35.2035339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2036345Z with 2022-11-23T03:20:35.2036709Z [ 2022-11-23T03:20:35.2037149Z T=c10::Scalar 2022-11-23T03:20:35.2037546Z ] 2022-11-23T03:20:35.2038130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2038847Z with 2022-11-23T03:20:35.2039040Z [ 2022-11-23T03:20:35.2039458Z T=c10::Scalar 2022-11-23T03:20:35.2039687Z ] 2022-11-23T03:20:35.2040431Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2041244Z with 2022-11-23T03:20:35.2041459Z [ 2022-11-23T03:20:35.2042089Z T=c10::Scalar 2022-11-23T03:20:35.2042496Z ] 2022-11-23T03:20:35.2043674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2044247Z with 2022-11-23T03:20:35.2044498Z [ 2022-11-23T03:20:35.2044860Z T=c10::Scalar 2022-11-23T03:20:35.2045129Z ] 2022-11-23T03:20:35.2045871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2046948Z 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-23T03:20:35.2047787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2048408Z with 2022-11-23T03:20:35.2048622Z [ 2022-11-23T03:20:35.2049856Z T=c10::Scalar 2022-11-23T03:20:35.2050121Z ] 2022-11-23T03:20:35.2050654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2051140Z with 2022-11-23T03:20:35.2051354Z [ 2022-11-23T03:20:35.2051647Z T=std::shared_ptr 2022-11-23T03:20:35.2051905Z ] 2022-11-23T03:20:35.2052438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2052922Z with 2022-11-23T03:20:35.2053137Z [ 2022-11-23T03:20:35.2053426Z T=std::shared_ptr 2022-11-23T03:20:35.2053699Z ] 2022-11-23T03:20:35.2054252Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2055097Z with 2022-11-23T03:20:35.2055494Z [ 2022-11-23T03:20:35.2056002Z T=std::shared_ptr 2022-11-23T03:20:35.2056625Z ] 2022-11-23T03:20:35.2057252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2057817Z with 2022-11-23T03:20:35.2058003Z [ 2022-11-23T03:20:35.2058299Z T=std::shared_ptr 2022-11-23T03:20:35.2058572Z ] 2022-11-23T03:20:35.2059164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:35.2060063Z 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-23T03:20:35.2061079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2061593Z with 2022-11-23T03:20:35.2061782Z [ 2022-11-23T03:20:35.2062252Z T=std::shared_ptr 2022-11-23T03:20:35.2062533Z ] 2022-11-23T03:20:35.2063051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2063885Z with 2022-11-23T03:20:35.2064100Z [ 2022-11-23T03:20:35.2064371Z T=std::weak_ptr 2022-11-23T03:20:35.2064654Z ] 2022-11-23T03:20:35.2065252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2065802Z with 2022-11-23T03:20:35.2066011Z [ 2022-11-23T03:20:35.2066302Z T=std::weak_ptr 2022-11-23T03:20:35.2066548Z ] 2022-11-23T03:20:35.2067206Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2067843Z with 2022-11-23T03:20:35.2068099Z [ 2022-11-23T03:20:35.2068494Z T=std::weak_ptr 2022-11-23T03:20:35.2069038Z ] 2022-11-23T03:20:35.2070513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2071779Z with 2022-11-23T03:20:35.2072159Z [ 2022-11-23T03:20:35.2072702Z T=std::weak_ptr 2022-11-23T03:20:35.2073201Z ] 2022-11-23T03:20:35.2074319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:35.2076153Z 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-23T03:20:35.2078060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2079060Z with 2022-11-23T03:20:35.2079432Z [ 2022-11-23T03:20:35.2079957Z T=std::weak_ptr 2022-11-23T03:20:35.2080451Z ] 2022-11-23T03:20:35.2081432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2082303Z with 2022-11-23T03:20:35.2082678Z [ 2022-11-23T03:20:35.2083357Z T=std::vector> 2022-11-23T03:20:35.2083917Z ] 2022-11-23T03:20:35.2085032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2086217Z with 2022-11-23T03:20:35.2086556Z [ 2022-11-23T03:20:35.2087152Z T=std::vector> 2022-11-23T03:20:35.2087706Z ] 2022-11-23T03:20:35.2088800Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2089809Z with 2022-11-23T03:20:35.2090273Z [ 2022-11-23T03:20:35.2090810Z T=std::vector> 2022-11-23T03:20:35.2091502Z ] 2022-11-23T03:20:35.2092694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2093777Z with 2022-11-23T03:20:35.2094155Z [ 2022-11-23T03:20:35.2094742Z T=std::vector> 2022-11-23T03:20:35.2095266Z ] 2022-11-23T03:20:35.2096408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:20:35.2098483Z 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-23T03:20:35.2100219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2101213Z with 2022-11-23T03:20:35.2101584Z [ 2022-11-23T03:20:35.2102251Z T=std::vector> 2022-11-23T03:20:35.2102815Z ] 2022-11-23T03:20:35.2103975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2104891Z with 2022-11-23T03:20:35.2105265Z [ 2022-11-23T03:20:35.2105773Z T=std::vector> 2022-11-23T03:20:35.2106256Z ] 2022-11-23T03:20:35.2107283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2108190Z with 2022-11-23T03:20:35.2108563Z [ 2022-11-23T03:20:35.2109064Z T=std::vector> 2022-11-23T03:20:35.2109556Z ] 2022-11-23T03:20:35.2110659Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2111657Z with 2022-11-23T03:20:35.2111998Z [ 2022-11-23T03:20:35.2112505Z T=std::vector> 2022-11-23T03:20:35.2112966Z ] 2022-11-23T03:20:35.2114133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2115215Z with 2022-11-23T03:20:35.2115589Z [ 2022-11-23T03:20:35.2116068Z T=std::vector> 2022-11-23T03:20:35.2116765Z ] 2022-11-23T03:20:35.2117844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:20:35.2119703Z 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-23T03:20:35.2148314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2148835Z with 2022-11-23T03:20:35.2149042Z [ 2022-11-23T03:20:35.2149319Z T=std::vector> 2022-11-23T03:20:35.2149574Z ] 2022-11-23T03:20:35.2150077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2150546Z with 2022-11-23T03:20:35.2150728Z [ 2022-11-23T03:20:35.2151269Z T=std::vector,std::allocator>> 2022-11-23T03:20:35.2151573Z ] 2022-11-23T03:20:35.2152367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2152877Z with 2022-11-23T03:20:35.2153078Z [ 2022-11-23T03:20:35.2153554Z T=std::vector,std::allocator>> 2022-11-23T03:20:35.2153885Z ] 2022-11-23T03:20:35.2154454Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2154977Z with 2022-11-23T03:20:35.2155179Z [ 2022-11-23T03:20:35.2155504Z T=std::vector,std::allocator>> 2022-11-23T03:20:35.2155789Z ] 2022-11-23T03:20:35.2156387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2156941Z with 2022-11-23T03:20:35.2157140Z [ 2022-11-23T03:20:35.2157467Z T=std::vector,std::allocator>> 2022-11-23T03:20:35.2157774Z ] 2022-11-23T03:20:35.2158356Z C:\actions-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-23T03:20:35.2159328Z 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-23T03:20:35.2160202Z 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-23T03:20:35.2161025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2161530Z with 2022-11-23T03:20:35.2161860Z [ 2022-11-23T03:20:35.2162228Z T=std::vector,std::allocator>> 2022-11-23T03:20:35.2162762Z ] 2022-11-23T03:20:35.2163696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2164555Z with 2022-11-23T03:20:35.2164926Z [ 2022-11-23T03:20:35.2165540Z T=std::vector,std::allocator>> 2022-11-23T03:20:35.2166104Z ] 2022-11-23T03:20:35.2167083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2167982Z with 2022-11-23T03:20:35.2168310Z [ 2022-11-23T03:20:35.2168905Z T=std::vector,std::allocator>> 2022-11-23T03:20:35.2169453Z ] 2022-11-23T03:20:35.2170491Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2171491Z with 2022-11-23T03:20:35.2171856Z [ 2022-11-23T03:20:35.2172440Z T=std::vector,std::allocator>> 2022-11-23T03:20:35.2172994Z ] 2022-11-23T03:20:35.2174267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2175344Z with 2022-11-23T03:20:35.2175699Z [ 2022-11-23T03:20:35.2176295Z T=std::vector,std::allocator>> 2022-11-23T03:20:35.2176830Z ] 2022-11-23T03:20:35.2177956Z C:\actions-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-23T03:20:35.2179737Z 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-23T03:20:35.2181372Z 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-23T03:20:35.2182946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2183971Z with 2022-11-23T03:20:35.2184324Z [ 2022-11-23T03:20:35.2184925Z T=std::vector,std::allocator>> 2022-11-23T03:20:35.2185485Z ] 2022-11-23T03:20:35.2186489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2187027Z with 2022-11-23T03:20:35.2187231Z [ 2022-11-23T03:20:35.2187533Z T=std::vector> 2022-11-23T03:20:35.2187792Z ] 2022-11-23T03:20:35.2188318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2188964Z with 2022-11-23T03:20:35.2189164Z [ 2022-11-23T03:20:35.2189441Z T=std::vector> 2022-11-23T03:20:35.2189694Z ] 2022-11-23T03:20:35.2190254Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2190785Z with 2022-11-23T03:20:35.2190967Z [ 2022-11-23T03:20:35.2191251Z T=std::vector> 2022-11-23T03:20:35.2191720Z ] 2022-11-23T03:20:35.2192766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2193347Z with 2022-11-23T03:20:35.2193549Z [ 2022-11-23T03:20:35.2193811Z T=std::vector> 2022-11-23T03:20:35.2194316Z ] 2022-11-23T03:20:35.2194874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:20:35.2195730Z 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-23T03:20:35.2196700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2197285Z with 2022-11-23T03:20:35.2197492Z [ 2022-11-23T03:20:35.2197748Z T=std::vector> 2022-11-23T03:20:35.2197987Z ] 2022-11-23T03:20:35.2198462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2198897Z with 2022-11-23T03:20:35.2199072Z [ 2022-11-23T03:20:35.2199358Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:20:35.2199752Z ] 2022-11-23T03:20:35.2200600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2201693Z with 2022-11-23T03:20:35.2202092Z [ 2022-11-23T03:20:35.2202412Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:20:35.2202688Z ] 2022-11-23T03:20:35.2203844Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2204829Z with 2022-11-23T03:20:35.2205188Z [ 2022-11-23T03:20:35.2205752Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:20:35.2206287Z ] 2022-11-23T03:20:35.2207422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2208661Z with 2022-11-23T03:20:35.2209125Z [ 2022-11-23T03:20:35.2209646Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:20:35.2209931Z ] 2022-11-23T03:20:35.2210960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:35.2212057Z 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-23T03:20:35.2213941Z 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-23T03:20:35.2215469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2216230Z with 2022-11-23T03:20:35.2216584Z [ 2022-11-23T03:20:35.2216905Z T=c10::impl::InlineDeviceGuard 2022-11-23T03:20:35.2217351Z ] 2022-11-23T03:20:35.2217870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2218336Z with 2022-11-23T03:20:35.2218539Z [ 2022-11-23T03:20:35.2218832Z T=c10::impl::InlineStreamGuard 2022-11-23T03:20:35.2219127Z ] 2022-11-23T03:20:35.2219792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2220298Z with 2022-11-23T03:20:35.2220508Z [ 2022-11-23T03:20:35.2220817Z T=c10::impl::InlineStreamGuard 2022-11-23T03:20:35.2221088Z ] 2022-11-23T03:20:35.2221656Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2222358Z with 2022-11-23T03:20:35.2222563Z [ 2022-11-23T03:20:35.2222874Z T=c10::impl::InlineStreamGuard 2022-11-23T03:20:35.2223470Z ] 2022-11-23T03:20:35.2224129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2225039Z with 2022-11-23T03:20:35.2225410Z [ 2022-11-23T03:20:35.2225981Z T=c10::impl::InlineStreamGuard 2022-11-23T03:20:35.2226486Z ] 2022-11-23T03:20:35.2227097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:35.2228055Z 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-23T03:20:35.2229636Z 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-23T03:20:35.2231253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2231960Z with 2022-11-23T03:20:35.2232165Z [ 2022-11-23T03:20:35.2232706Z T=c10::impl::InlineStreamGuard 2022-11-23T03:20:35.2233254Z ] 2022-11-23T03:20:35.2233854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2234317Z with 2022-11-23T03:20:35.2234501Z [ 2022-11-23T03:20:35.2234758Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:20:35.2235002Z ] 2022-11-23T03:20:35.2235514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2236175Z with 2022-11-23T03:20:35.2236363Z [ 2022-11-23T03:20:35.2236503Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:20:35.2236586Z ] 2022-11-23T03:20:35.2237203Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2237424Z with 2022-11-23T03:20:35.2237507Z [ 2022-11-23T03:20:35.2237644Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:20:35.2237726Z ] 2022-11-23T03:20:35.2238312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2238413Z with 2022-11-23T03:20:35.2238499Z [ 2022-11-23T03:20:35.2238636Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:20:35.2238716Z ] 2022-11-23T03:20:35.2239153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2239564Z 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-23T03:20:35.2239648Z with 2022-11-23T03:20:35.2239728Z [ 2022-11-23T03:20:35.2239842Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:20:35.2239926Z ] 2022-11-23T03:20:35.2240395Z 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-23T03:20:35.2241103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2241256Z with 2022-11-23T03:20:35.2241394Z [ 2022-11-23T03:20:35.2241636Z T=c10::impl::VirtualGuardImpl 2022-11-23T03:20:35.2241777Z ] 2022-11-23T03:20:35.2242471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2242737Z with 2022-11-23T03:20:35.2242896Z [ 2022-11-23T03:20:35.2243348Z T=std::vector> 2022-11-23T03:20:35.2243501Z ] 2022-11-23T03:20:35.2244218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2244644Z with 2022-11-23T03:20:35.2244783Z [ 2022-11-23T03:20:35.2245233Z T=std::vector> 2022-11-23T03:20:35.2245355Z ] 2022-11-23T03:20:35.2246191Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2246370Z with 2022-11-23T03:20:35.2246514Z [ 2022-11-23T03:20:35.2246954Z T=std::vector> 2022-11-23T03:20:35.2247108Z ] 2022-11-23T03:20:35.2248037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2248202Z with 2022-11-23T03:20:35.2248338Z [ 2022-11-23T03:20:35.2248776Z T=std::vector> 2022-11-23T03:20:35.2248925Z ] 2022-11-23T03:20:35.2250162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:20:35.2251219Z 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-23T03:20:35.2252161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2252326Z with 2022-11-23T03:20:35.2252464Z [ 2022-11-23T03:20:35.2252912Z T=std::vector> 2022-11-23T03:20:35.2253060Z ] 2022-11-23T03:20:35.2253788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2253969Z with 2022-11-23T03:20:35.2254110Z [ 2022-11-23T03:20:35.2254311Z T=c10::DimVector 2022-11-23T03:20:35.2254436Z ] 2022-11-23T03:20:35.2255226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2255402Z with 2022-11-23T03:20:35.2255546Z [ 2022-11-23T03:20:35.2255731Z T=c10::DimVector 2022-11-23T03:20:35.2255867Z ] 2022-11-23T03:20:35.2256694Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2257002Z with 2022-11-23T03:20:35.2257153Z [ 2022-11-23T03:20:35.2257454Z T=c10::DimVector 2022-11-23T03:20:35.2257667Z ] 2022-11-23T03:20:35.2258744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2259137Z with 2022-11-23T03:20:35.2259279Z [ 2022-11-23T03:20:35.2259474Z T=c10::DimVector 2022-11-23T03:20:35.2259594Z ] 2022-11-23T03:20:35.2260358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2260875Z 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-23T03:20:35.2261451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2261557Z with 2022-11-23T03:20:35.2261642Z [ 2022-11-23T03:20:35.2261753Z T=c10::DimVector 2022-11-23T03:20:35.2261834Z ] 2022-11-23T03:20:35.2262224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2262309Z with 2022-11-23T03:20:35.2262423Z [ 2022-11-23T03:20:35.2262641Z T=torch::autograd::ViewInfo 2022-11-23T03:20:35.2262781Z ] 2022-11-23T03:20:35.2263642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2263763Z with 2022-11-23T03:20:35.2263847Z [ 2022-11-23T03:20:35.2264122Z T=torch::autograd::ViewInfo 2022-11-23T03:20:35.2264187Z ] 2022-11-23T03:20:35.2264649Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2264739Z with 2022-11-23T03:20:35.2264819Z [ 2022-11-23T03:20:35.2264946Z T=torch::autograd::ViewInfo 2022-11-23T03:20:35.2265032Z ] 2022-11-23T03:20:35.2265772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2265862Z with 2022-11-23T03:20:35.2265947Z [ 2022-11-23T03:20:35.2266074Z T=torch::autograd::ViewInfo 2022-11-23T03:20:35.2266153Z ] 2022-11-23T03:20:35.2266581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2267021Z 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-23T03:20:35.2267446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2267529Z with 2022-11-23T03:20:35.2267610Z [ 2022-11-23T03:20:35.2267732Z T=torch::autograd::ViewInfo 2022-11-23T03:20:35.2267794Z ] 2022-11-23T03:20:35.2268178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2268374Z with 2022-11-23T03:20:35.2268453Z [ 2022-11-23T03:20:35.2268630Z T=std::vector> 2022-11-23T03:20:35.2268714Z ] 2022-11-23T03:20:35.2269116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2269200Z with 2022-11-23T03:20:35.2269281Z [ 2022-11-23T03:20:35.2269450Z T=std::vector> 2022-11-23T03:20:35.2269530Z ] 2022-11-23T03:20:35.2269982Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2270068Z with 2022-11-23T03:20:35.2270147Z [ 2022-11-23T03:20:35.2270319Z T=std::vector> 2022-11-23T03:20:35.2270398Z ] 2022-11-23T03:20:35.2270876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2271064Z with 2022-11-23T03:20:35.2271175Z [ 2022-11-23T03:20:35.2271352Z T=std::vector> 2022-11-23T03:20:35.2271433Z ] 2022-11-23T03:20:35.2271999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:20:35.2272342Z with 2022-11-23T03:20:35.2272428Z [ 2022-11-23T03:20:35.2272663Z T=c10::SymInt 2022-11-23T03:20:35.2272759Z ] 2022-11-23T03:20:35.2273191Z 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-23T03:20:35.2273275Z with 2022-11-23T03:20:35.2273355Z [ 2022-11-23T03:20:35.2273459Z T=c10::SymInt 2022-11-23T03:20:35.2273540Z ] 2022-11-23T03:20:35.2273994Z 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-23T03:20:35.2274524Z 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-23T03:20:35.2274950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2275034Z with 2022-11-23T03:20:35.2275094Z [ 2022-11-23T03:20:35.2275263Z T=std::vector> 2022-11-23T03:20:35.2275344Z ] 2022-11-23T03:20:35.2275727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2275813Z with 2022-11-23T03:20:35.2275895Z [ 2022-11-23T03:20:35.2275997Z T=c10::IValue 2022-11-23T03:20:35.2276076Z ] 2022-11-23T03:20:35.2276473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2277257Z with 2022-11-23T03:20:35.2277337Z [ 2022-11-23T03:20:35.2277448Z T=c10::IValue 2022-11-23T03:20:35.2277530Z ] 2022-11-23T03:20:35.2277989Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2278258Z with 2022-11-23T03:20:35.2278343Z [ 2022-11-23T03:20:35.2278428Z T=c10::IValue 2022-11-23T03:20:35.2278508Z ] 2022-11-23T03:20:35.2278998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2279083Z with 2022-11-23T03:20:35.2279314Z [ 2022-11-23T03:20:35.2279429Z T=c10::IValue 2022-11-23T03:20:35.2279510Z ] 2022-11-23T03:20:35.2279921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2280439Z 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-23T03:20:35.2280975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2281077Z with 2022-11-23T03:20:35.2281159Z [ 2022-11-23T03:20:35.2281263Z T=c10::IValue 2022-11-23T03:20:35.2281350Z ] 2022-11-23T03:20:35.2281736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2281820Z with 2022-11-23T03:20:35.2281901Z [ 2022-11-23T03:20:35.2281991Z T=c10::AliasInfo 2022-11-23T03:20:35.2282073Z ] 2022-11-23T03:20:35.2282470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2282555Z with 2022-11-23T03:20:35.2282637Z [ 2022-11-23T03:20:35.2282746Z T=c10::AliasInfo 2022-11-23T03:20:35.2282827Z ] 2022-11-23T03:20:35.2283276Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2283363Z with 2022-11-23T03:20:35.2283443Z [ 2022-11-23T03:20:35.2283547Z T=c10::AliasInfo 2022-11-23T03:20:35.2283626Z ] 2022-11-23T03:20:35.2284103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2284186Z with 2022-11-23T03:20:35.2284265Z [ 2022-11-23T03:20:35.2284348Z T=c10::AliasInfo 2022-11-23T03:20:35.2284427Z ] 2022-11-23T03:20:35.2284839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2285257Z 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-23T03:20:35.2286361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2286447Z with 2022-11-23T03:20:35.2286529Z [ 2022-11-23T03:20:35.2286637Z T=c10::AliasInfo 2022-11-23T03:20:35.2286865Z ] 2022-11-23T03:20:35.2287386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2287477Z with 2022-11-23T03:20:35.2287558Z [ 2022-11-23T03:20:35.2287693Z T=c10::impl::AnnotatedSchema 2022-11-23T03:20:35.2287775Z ] 2022-11-23T03:20:35.2288183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2288267Z with 2022-11-23T03:20:35.2288348Z [ 2022-11-23T03:20:35.2288456Z T=c10::impl::AnnotatedSchema 2022-11-23T03:20:35.2288538Z ] 2022-11-23T03:20:35.2288989Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2289072Z with 2022-11-23T03:20:35.2289153Z [ 2022-11-23T03:20:35.2289381Z T=c10::impl::AnnotatedSchema 2022-11-23T03:20:35.2289479Z ] 2022-11-23T03:20:35.2289963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2290052Z with 2022-11-23T03:20:35.2290133Z [ 2022-11-23T03:20:35.2290266Z T=c10::impl::AnnotatedSchema 2022-11-23T03:20:35.2290346Z ] 2022-11-23T03:20:35.2290774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2291228Z 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-23T03:20:35.2291650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2291737Z with 2022-11-23T03:20:35.2291816Z [ 2022-11-23T03:20:35.2291944Z T=c10::impl::AnnotatedSchema 2022-11-23T03:20:35.2292063Z ] 2022-11-23T03:20:35.2292743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2292918Z with 2022-11-23T03:20:35.2293009Z [ 2022-11-23T03:20:35.2293199Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:20:35.2293284Z ] 2022-11-23T03:20:35.2294062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2294175Z with 2022-11-23T03:20:35.2294255Z [ 2022-11-23T03:20:35.2294551Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:20:35.2295281Z ] 2022-11-23T03:20:35.2295979Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2296070Z with 2022-11-23T03:20:35.2296151Z [ 2022-11-23T03:20:35.2296403Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:20:35.2296517Z ] 2022-11-23T03:20:35.2297243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2297341Z with 2022-11-23T03:20:35.2297420Z [ 2022-11-23T03:20:35.2297602Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:20:35.2297686Z ] 2022-11-23T03:20:35.2298150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2298645Z 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-23T03:20:35.2299281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2299405Z with 2022-11-23T03:20:35.2299485Z [ 2022-11-23T03:20:35.2299673Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T03:20:35.2299759Z ] 2022-11-23T03:20:35.2300270Z 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-23T03:20:35.2300707Z 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-23T03:20:35.2301096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2301182Z with 2022-11-23T03:20:35.2301263Z [ 2022-11-23T03:20:35.2301383Z T=at::StepCallbacks 2022-11-23T03:20:35.2301465Z ] 2022-11-23T03:20:35.2301869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2301937Z with 2022-11-23T03:20:35.2302018Z [ 2022-11-23T03:20:35.2302135Z T=at::StepCallbacks 2022-11-23T03:20:35.2302215Z ] 2022-11-23T03:20:35.2302660Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2302745Z with 2022-11-23T03:20:35.2302823Z [ 2022-11-23T03:20:35.2302938Z T=at::StepCallbacks 2022-11-23T03:20:35.2303017Z ] 2022-11-23T03:20:35.2303497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2303582Z with 2022-11-23T03:20:35.2304177Z [ 2022-11-23T03:20:35.2304302Z T=at::StepCallbacks 2022-11-23T03:20:35.2304382Z ] 2022-11-23T03:20:35.2304809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2305244Z 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-23T03:20:35.2305810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2305922Z with 2022-11-23T03:20:35.2305983Z [ 2022-11-23T03:20:35.2306106Z T=at::StepCallbacks 2022-11-23T03:20:35.2306189Z ] 2022-11-23T03:20:35.2306679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2306771Z with 2022-11-23T03:20:35.2306962Z [ 2022-11-23T03:20:35.2307165Z T=c10::either 2022-11-23T03:20:35.2307246Z ] 2022-11-23T03:20:35.2307643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2307731Z with 2022-11-23T03:20:35.2307811Z [ 2022-11-23T03:20:35.2308087Z T=c10::either 2022-11-23T03:20:35.2308183Z ] 2022-11-23T03:20:35.2308638Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2308727Z with 2022-11-23T03:20:35.2308786Z [ 2022-11-23T03:20:35.2308960Z T=c10::either 2022-11-23T03:20:35.2309039Z ] 2022-11-23T03:20:35.2309517Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2309603Z with 2022-11-23T03:20:35.2309682Z [ 2022-11-23T03:20:35.2309853Z T=c10::either 2022-11-23T03:20:35.2309937Z ] 2022-11-23T03:20:35.2310392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:35.2310889Z 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-23T03:20:35.2311317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2311401Z with 2022-11-23T03:20:35.2311474Z [ 2022-11-23T03:20:35.2311636Z T=c10::either 2022-11-23T03:20:35.2311707Z ] 2022-11-23T03:20:35.2312090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2312818Z with 2022-11-23T03:20:35.2312894Z [ 2022-11-23T03:20:35.2313136Z T=torch::jit::Operator 2022-11-23T03:20:35.2313339Z ] 2022-11-23T03:20:35.2313752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2313833Z with 2022-11-23T03:20:35.2313907Z [ 2022-11-23T03:20:35.2314020Z T=torch::jit::Operator 2022-11-23T03:20:35.2314080Z ] 2022-11-23T03:20:35.2314530Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2314614Z with 2022-11-23T03:20:35.2314687Z [ 2022-11-23T03:20:35.2314803Z T=torch::jit::Operator 2022-11-23T03:20:35.2314879Z ] 2022-11-23T03:20:35.2315355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2315437Z with 2022-11-23T03:20:35.2315512Z [ 2022-11-23T03:20:35.2315624Z T=torch::jit::Operator 2022-11-23T03:20:35.2315700Z ] 2022-11-23T03:20:35.2316219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2316682Z 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-23T03:20:35.2317104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2317184Z with 2022-11-23T03:20:35.2317260Z [ 2022-11-23T03:20:35.2317372Z T=torch::jit::Operator 2022-11-23T03:20:35.2317448Z ] 2022-11-23T03:20:35.2317808Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2317889Z with 2022-11-23T03:20:35.2317964Z [ 2022-11-23T03:20:35.2318115Z T=std::tuple 2022-11-23T03:20:35.2318191Z ] 2022-11-23T03:20:35.2318743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2318838Z with 2022-11-23T03:20:35.2318914Z [ 2022-11-23T03:20:35.2319064Z T=std::tuple 2022-11-23T03:20:35.2319140Z ] 2022-11-23T03:20:35.2319795Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2319882Z with 2022-11-23T03:20:35.2319957Z [ 2022-11-23T03:20:35.2320104Z T=std::tuple 2022-11-23T03:20:35.2320181Z ] 2022-11-23T03:20:35.2320660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2321236Z with 2022-11-23T03:20:35.2321316Z [ 2022-11-23T03:20:35.2321471Z T=std::tuple 2022-11-23T03:20:35.2321547Z ] 2022-11-23T03:20:35.2321986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:35.2322441Z 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-23T03:20:35.2322871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2322956Z with 2022-11-23T03:20:35.2323032Z [ 2022-11-23T03:20:35.2323176Z T=std::tuple 2022-11-23T03:20:35.2323253Z ] 2022-11-23T03:20:35.2323630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2323710Z with 2022-11-23T03:20:35.2323786Z [ 2022-11-23T03:20:35.2323904Z T=torch::jit::SourceRange 2022-11-23T03:20:35.2323980Z ] 2022-11-23T03:20:35.2324973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2325115Z with 2022-11-23T03:20:35.2325175Z [ 2022-11-23T03:20:35.2325302Z T=torch::jit::SourceRange 2022-11-23T03:20:35.2325377Z ] 2022-11-23T03:20:35.2326056Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2326145Z with 2022-11-23T03:20:35.2326221Z [ 2022-11-23T03:20:35.2326342Z T=torch::jit::SourceRange 2022-11-23T03:20:35.2326418Z ] 2022-11-23T03:20:35.2326893Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2326976Z with 2022-11-23T03:20:35.2327051Z [ 2022-11-23T03:20:35.2327167Z T=torch::jit::SourceRange 2022-11-23T03:20:35.2327243Z ] 2022-11-23T03:20:35.2327661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2328102Z 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-23T03:20:35.2328520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2328600Z with 2022-11-23T03:20:35.2328676Z [ 2022-11-23T03:20:35.2328782Z T=torch::jit::SourceRange 2022-11-23T03:20:35.2328858Z ] 2022-11-23T03:20:35.2329233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2329442Z with 2022-11-23T03:20:35.2329518Z [ 2022-11-23T03:20:35.2329665Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:20:35.2329741Z ] 2022-11-23T03:20:35.2330133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2330212Z with 2022-11-23T03:20:35.2330288Z [ 2022-11-23T03:20:35.2330430Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:20:35.2330506Z ] 2022-11-23T03:20:35.2331100Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2331191Z with 2022-11-23T03:20:35.2331267Z [ 2022-11-23T03:20:35.2331399Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:20:35.2331475Z ] 2022-11-23T03:20:35.2332175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2332264Z with 2022-11-23T03:20:35.2332340Z [ 2022-11-23T03:20:35.2332482Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:20:35.2332558Z ] 2022-11-23T03:20:35.2333078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2333536Z 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-23T03:20:35.2333955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2334035Z with 2022-11-23T03:20:35.2334111Z [ 2022-11-23T03:20:35.2334252Z T=torch::jit::InlinedCallStackPtr 2022-11-23T03:20:35.2334330Z ] 2022-11-23T03:20:35.2334705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2334785Z with 2022-11-23T03:20:35.2334864Z [ 2022-11-23T03:20:35.2335003Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:20:35.2335063Z ] 2022-11-23T03:20:35.2335463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2335546Z with 2022-11-23T03:20:35.2335622Z [ 2022-11-23T03:20:35.2335760Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:20:35.2335836Z ] 2022-11-23T03:20:35.2336280Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2336361Z with 2022-11-23T03:20:35.2336436Z [ 2022-11-23T03:20:35.2336572Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:20:35.2336651Z ] 2022-11-23T03:20:35.2337125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2337471Z with 2022-11-23T03:20:35.2337549Z [ 2022-11-23T03:20:35.2337691Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:20:35.2337749Z ] 2022-11-23T03:20:35.2338314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2338897Z 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-23T03:20:35.2339332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2339413Z with 2022-11-23T03:20:35.2339494Z [ 2022-11-23T03:20:35.2339633Z T=torch::jit::ModuleInstanceInfo 2022-11-23T03:20:35.2339712Z ] 2022-11-23T03:20:35.2340086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2340167Z with 2022-11-23T03:20:35.2340242Z [ 2022-11-23T03:20:35.2340357Z T=torch::jit::ScopePtr 2022-11-23T03:20:35.2340434Z ] 2022-11-23T03:20:35.2340909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2341008Z with 2022-11-23T03:20:35.2341084Z [ 2022-11-23T03:20:35.2341200Z T=torch::jit::ScopePtr 2022-11-23T03:20:35.2341276Z ] 2022-11-23T03:20:35.2341708Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2341792Z with 2022-11-23T03:20:35.2341867Z [ 2022-11-23T03:20:35.2341979Z T=torch::jit::ScopePtr 2022-11-23T03:20:35.2342055Z ] 2022-11-23T03:20:35.2342525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2342606Z with 2022-11-23T03:20:35.2342685Z [ 2022-11-23T03:20:35.2342798Z T=torch::jit::ScopePtr 2022-11-23T03:20:35.2342876Z ] 2022-11-23T03:20:35.2343294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2343719Z 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-23T03:20:35.2344305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2344392Z with 2022-11-23T03:20:35.2344469Z [ 2022-11-23T03:20:35.2344584Z T=torch::jit::ScopePtr 2022-11-23T03:20:35.2344769Z ] 2022-11-23T03:20:35.2345259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2345423Z with 2022-11-23T03:20:35.2345500Z [ 2022-11-23T03:20:35.2345621Z T=at::ThreadLocalState 2022-11-23T03:20:35.2345698Z ] 2022-11-23T03:20:35.2346097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2346177Z with 2022-11-23T03:20:35.2346253Z [ 2022-11-23T03:20:35.2346369Z T=at::ThreadLocalState 2022-11-23T03:20:35.2346446Z ] 2022-11-23T03:20:35.2346889Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2346971Z with 2022-11-23T03:20:35.2347047Z [ 2022-11-23T03:20:35.2347162Z T=at::ThreadLocalState 2022-11-23T03:20:35.2347240Z ] 2022-11-23T03:20:35.2347714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2347794Z with 2022-11-23T03:20:35.2347852Z [ 2022-11-23T03:20:35.2347968Z T=at::ThreadLocalState 2022-11-23T03:20:35.2348044Z ] 2022-11-23T03:20:35.2348463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2348975Z 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-23T03:20:35.2349415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2349502Z with 2022-11-23T03:20:35.2349578Z [ 2022-11-23T03:20:35.2349693Z T=at::ThreadLocalState 2022-11-23T03:20:35.2349768Z ] 2022-11-23T03:20:35.2350306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2350396Z with 2022-11-23T03:20:35.2350473Z [ 2022-11-23T03:20:35.2350616Z T=std::shared_ptr 2022-11-23T03:20:35.2350697Z ] 2022-11-23T03:20:35.2351288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2351392Z with 2022-11-23T03:20:35.2351452Z [ 2022-11-23T03:20:35.2351594Z T=std::shared_ptr 2022-11-23T03:20:35.2351670Z ] 2022-11-23T03:20:35.2352113Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2352195Z with 2022-11-23T03:20:35.2352271Z [ 2022-11-23T03:20:35.2352408Z T=std::shared_ptr 2022-11-23T03:20:35.2352483Z ] 2022-11-23T03:20:35.2352956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2353036Z with 2022-11-23T03:20:35.2353208Z [ 2022-11-23T03:20:35.2353350Z T=std::shared_ptr 2022-11-23T03:20:35.2353425Z ] 2022-11-23T03:20:35.2353860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T03:20:35.2354401Z 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-23T03:20:35.2355105Z 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-23T03:20:35.2355541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2355625Z with 2022-11-23T03:20:35.2355701Z [ 2022-11-23T03:20:35.2355882Z T=std::shared_ptr 2022-11-23T03:20:35.2356010Z ] 2022-11-23T03:20:35.2356747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2356909Z with 2022-11-23T03:20:35.2357039Z [ 2022-11-23T03:20:35.2357273Z T=torch::jit::GraphExecutor 2022-11-23T03:20:35.2357655Z ] 2022-11-23T03:20:35.2358383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2358549Z with 2022-11-23T03:20:35.2358689Z [ 2022-11-23T03:20:35.2358871Z T=torch::jit::GraphExecutor 2022-11-23T03:20:35.2358949Z ] 2022-11-23T03:20:35.2359403Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2359482Z with 2022-11-23T03:20:35.2359557Z [ 2022-11-23T03:20:35.2359662Z T=torch::jit::GraphExecutor 2022-11-23T03:20:35.2359739Z ] 2022-11-23T03:20:35.2360227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2360309Z with 2022-11-23T03:20:35.2360385Z [ 2022-11-23T03:20:35.2360511Z T=torch::jit::GraphExecutor 2022-11-23T03:20:35.2360587Z ] 2022-11-23T03:20:35.2361013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2361423Z 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-23T03:20:35.2361876Z 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-23T03:20:35.2362298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2362514Z with 2022-11-23T03:20:35.2362591Z [ 2022-11-23T03:20:35.2362716Z T=torch::jit::GraphExecutor 2022-11-23T03:20:35.2362792Z ] 2022-11-23T03:20:35.2363306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2363410Z with 2022-11-23T03:20:35.2363486Z [ 2022-11-23T03:20:35.2363599Z T=torch::jit::Method 2022-11-23T03:20:35.2363659Z ] 2022-11-23T03:20:35.2364183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2364283Z with 2022-11-23T03:20:35.2364487Z [ 2022-11-23T03:20:35.2364603Z T=torch::jit::Method 2022-11-23T03:20:35.2364683Z ] 2022-11-23T03:20:35.2365125Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2365205Z with 2022-11-23T03:20:35.2365282Z [ 2022-11-23T03:20:35.2365388Z T=torch::jit::Method 2022-11-23T03:20:35.2365464Z ] 2022-11-23T03:20:35.2366029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2366124Z with 2022-11-23T03:20:35.2366201Z [ 2022-11-23T03:20:35.2366310Z T=torch::jit::Method 2022-11-23T03:20:35.2366368Z ] 2022-11-23T03:20:35.2366781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2367378Z 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-23T03:20:35.2367817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2367899Z with 2022-11-23T03:20:35.2367975Z [ 2022-11-23T03:20:35.2368088Z T=torch::jit::Method 2022-11-23T03:20:35.2368164Z ] 2022-11-23T03:20:35.2368541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2368624Z with 2022-11-23T03:20:35.2368699Z [ 2022-11-23T03:20:35.2368867Z T=std::vector> 2022-11-23T03:20:35.2368944Z ] 2022-11-23T03:20:35.2369340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2369419Z with 2022-11-23T03:20:35.2369493Z [ 2022-11-23T03:20:35.2369661Z T=std::vector> 2022-11-23T03:20:35.2369877Z ] 2022-11-23T03:20:35.2370347Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2370411Z with 2022-11-23T03:20:35.2370593Z [ 2022-11-23T03:20:35.2370767Z T=std::vector> 2022-11-23T03:20:35.2370984Z ] 2022-11-23T03:20:35.2371578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2371665Z with 2022-11-23T03:20:35.2371740Z [ 2022-11-23T03:20:35.2371908Z T=std::vector> 2022-11-23T03:20:35.2371985Z ] 2022-11-23T03:20:35.2372446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T03:20:35.2372902Z 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-23T03:20:35.2373318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2373398Z with 2022-11-23T03:20:35.2373474Z [ 2022-11-23T03:20:35.2373641Z T=std::vector> 2022-11-23T03:20:35.2373717Z ] 2022-11-23T03:20:35.2374178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2374275Z with 2022-11-23T03:20:35.2374350Z [ 2022-11-23T03:20:35.2374455Z T=torch::jit::NamedValue 2022-11-23T03:20:35.2374535Z ] 2022-11-23T03:20:35.2374936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T03:20:35.2375017Z with 2022-11-23T03:20:35.2375094Z [ 2022-11-23T03:20:35.2375211Z T=torch::jit::NamedValue 2022-11-23T03:20:35.2375286Z ] 2022-11-23T03:20:35.2375728Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T03:20:35.2375812Z with 2022-11-23T03:20:35.2375888Z [ 2022-11-23T03:20:35.2376003Z T=torch::jit::NamedValue 2022-11-23T03:20:35.2376078Z ] 2022-11-23T03:20:35.2376548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T03:20:35.2376798Z with 2022-11-23T03:20:35.2376880Z [ 2022-11-23T03:20:35.2376983Z T=torch::jit::NamedValue 2022-11-23T03:20:35.2377060Z ] 2022-11-23T03:20:35.2377586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T03:20:35.2378140Z 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-23T03:20:35.2378563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T03:20:35.2378745Z with 2022-11-23T03:20:35.2378821Z [ 2022-11-23T03:20:35.2378940Z T=torch::jit::NamedValue 2022-11-23T03:20:35.2379016Z ] 2022-11-23T03:20:35.4358119Z [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.6\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.6\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64\cudnn.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\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-23T03:20:35.6580432Z [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.6\lib\x64\cufft.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64\curand.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64\cublas.lib" "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\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.6\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-23T03:20:35.6608411Z "Ninja succeeded for custom_operator test." 2022-11-23T03:20:39.0129827Z 2022-11-23T03:20:39.0130369Z Running tests... 2022-11-23T03:20:39.0130945Z ---------------------------------------------------------------------- 2022-11-23T03:20:39.0131413Z Test results will be stored in test-reports\python-unittest\test_custom_ops 2022-11-23T03:20:39.0188066Z test_calling_custom_op (__main__.TestCustomOperators) ... ok (0.013s) 2022-11-23T03:20:39.1230326Z test_calling_custom_op_inside_script_module (__main__.TestCustomOperators) ... ok (0.104s) 2022-11-23T03:20:39.1245639Z test_calling_custom_op_string (__main__.TestCustomOperators) ... ok (0.001s) 2022-11-23T03:20:39.1295894Z 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-23T03:20:39.1297401Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T03:20:39.1319853Z ok (0.008s) 2022-11-23T03:20:39.1338228Z test_calling_custom_op_with_autograd_in_nograd_mode (__main__.TestCustomOperators) ... ok (0.002s) 2022-11-23T03:20:39.1348628Z test_custom_library_is_loaded (__main__.TestCustomOperators) ... ok (0.001s) 2022-11-23T03:20:39.1604264Z test_saving_and_loading_script_module_with_custom_op (__main__.TestCustomOperators) ... ok (0.026s) 2022-11-23T03:20:39.1604711Z 2022-11-23T03:20:39.1605447Z ---------------------------------------------------------------------- 2022-11-23T03:20:39.1605854Z Ran 7 tests in 0.156s 2022-11-23T03:20:39.1606009Z 2022-11-23T03:20:39.1606093Z OK 2022-11-23T03:20:39.1606209Z 2022-11-23T03:20:39.1606328Z Generating XML reports... 2022-11-23T03:20:39.1696022Z Generated XML report: test-reports\python-unittest\test_custom_ops\TEST-TestCustomOperators-20221123032039.xml 2022-11-23T03:20:43.3294370Z [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-23T03:20:44.6246921Z ok 2022-11-23T03:20:44.7707986Z + assert_git_not_dirty 2022-11-23T03:20:44.7708536Z + [[ win-vs2019-cuda11.6-py3 != *rocm* ]] 2022-11-23T03:20:44.7709077Z + [[ win-vs2019-cuda11.6-py3 != *xla* ]] 2022-11-23T03:20:44.7815228Z ++ git status --porcelain 2022-11-23T03:20:46.2006964Z + git_status= 2022-11-23T03:20:46.2007231Z + [[ -n '' ]] 2022-11-23T03:20:46.2007645Z + echo 'TEST PASSED' 2022-11-23T03:20:46.2008033Z TEST PASSED 2022-11-23T03:20:46.2225434Z Prepare all required actions 2022-11-23T03:20:46.2226192Z Getting action download info 2022-11-23T03:20:46.4116978Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T03:20:46.6934285Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T03:20:46.6934804Z with: 2022-11-23T03:20:46.6935843Z github-token: *** 2022-11-23T03:20:46.6936249Z env: 2022-11-23T03:20:46.6936626Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:20:46.6937248Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:46.6938035Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:20:46.6938783Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:46.6939491Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:46.6940292Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:46.6940855Z ##[endgroup] 2022-11-23T03:20:46.7159156Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T03:20:46.7159716Z with: 2022-11-23T03:20:46.7160072Z shell: bash 2022-11-23T03:20:46.7160586Z timeout_minutes: 10 2022-11-23T03:20:46.7161005Z max_attempts: 5 2022-11-23T03:20:46.7161220Z retry_wait_seconds: 30 2022-11-23T03:20:46.7161717Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "job-id=${GHA_WORKFLOW_JOB_ID}" >> "${GITHUB_OUTPUT}" 2022-11-23T03:20:46.7162199Z polling_interval_seconds: 1 2022-11-23T03:20:46.7162443Z warning_on_retry: true 2022-11-23T03:20:46.7162677Z continue_on_error: false 2022-11-23T03:20:46.7162890Z env: 2022-11-23T03:20:46.7163082Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:20:46.7163403Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:46.7163816Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:20:46.7164216Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:46.7164591Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:46.7164962Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:46.7165469Z GITHUB_TOKEN: *** 2022-11-23T03:20:46.7165878Z ##[endgroup] 2022-11-23T03:20:46.8712908Z + python3 -m pip install requests==2.26.0 2022-11-23T03:20:47.8518983Z Collecting requests==2.26.0 2022-11-23T03:20:47.8639241Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T03:20:47.9532435Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T03:20:47.9626233Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T03:20:48.0146872Z Collecting certifi>=2017.4.17 2022-11-23T03:20:48.0236076Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T03:20:48.1151631Z Collecting charset-normalizer~=2.0.0 2022-11-23T03:20:48.1266262Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T03:20:48.1692806Z Collecting idna<4,>=2.5 2022-11-23T03:20:48.1779880Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T03:20:48.3334487Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T03:20:49.4703654Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T03:20:49.5909544Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-0c22acfd956287749 2022-11-23T03:20:51.9354279Z + GHA_WORKFLOW_JOB_ID=9655480952 2022-11-23T03:20:51.9355631Z + echo job-id=9655480952 2022-11-23T03:20:52.8809686Z Command completed after 1 attempt(s). 2022-11-23T03:20:52.9198121Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T03:20:52.9198683Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T03:20:52.9238072Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:20:52.9238413Z env: 2022-11-23T03:20:52.9238639Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:20:52.9238975Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:52.9239392Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:20:52.9239792Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:52.9240325Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:52.9240695Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:52.9240994Z MONITOR_SCRIPT_PID: 219 2022-11-23T03:20:52.9241231Z ##[endgroup] 2022-11-23T03:20:52.9781738Z Prepare all required actions 2022-11-23T03:20:52.9782321Z Getting action download info 2022-11-23T03:20:53.1439711Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T03:20:54.0727687Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T03:20:54.4145446Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T03:20:54.4145821Z with: 2022-11-23T03:20:54.4146191Z file-suffix: test-default-2-5-windows.8xlarge.nvidia.gpu_9655480952 2022-11-23T03:20:54.4146508Z env: 2022-11-23T03:20:54.4146731Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:20:54.4147290Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:54.4147712Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:20:54.4148113Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:54.4148515Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:54.4148887Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:54.4149173Z ##[endgroup] 2022-11-23T03:20:54.4338034Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:20:54.4338572Z # -ir => recursive include all files in pattern 2022-11-23T03:20:54.4338923Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T03:20:54.4368103Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:20:54.4368447Z env: 2022-11-23T03:20:54.4368675Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:20:54.4369005Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:54.4369399Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:20:54.4369798Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:54.4370184Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:54.4370564Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:54.4370968Z FILE_SUFFIX: test-default-2-5-windows.8xlarge.nvidia.gpu_9655480952 2022-11-23T03:20:54.4371292Z ##[endgroup] 2022-11-23T03:20:54.9639406Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:20:55.1293114Z Finished 2022-11-23T03:20:55.4458348Z 2022-11-23T03:20:55.4459148Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:20:55.4459672Z 2022-11-23T03:20:55.4459890Z Scanning the drive: 2022-11-23T03:20:55.4460327Z 5 files, 366191 bytes (358 KiB) 2022-11-23T03:20:55.4460571Z 2022-11-23T03:20:55.4460989Z Creating archive: test-jsons-test-default-2-5-windows.8xlarge.nvidia.gpu_9655480952.zip 2022-11-23T03:20:55.4461295Z 2022-11-23T03:20:55.4461450Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T03:20:55.4461646Z 2022-11-23T03:20:55.4461652Z 2022-11-23T03:20:55.4461741Z Files read from disk: 5 2022-11-23T03:20:55.4462001Z Archive size: 39272 bytes (39 KiB) 2022-11-23T03:20:55.4462249Z Everything is Ok 2022-11-23T03:20:55.4949898Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:20:55.4950270Z # -ir => recursive include all files in pattern 2022-11-23T03:20:55.4950653Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T03:20:55.4981276Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:20:55.4981613Z env: 2022-11-23T03:20:55.4981961Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:20:55.4982301Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:55.4982702Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:20:55.4984348Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:55.4985037Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:55.4985419Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:55.4985832Z FILE_SUFFIX: test-default-2-5-windows.8xlarge.nvidia.gpu_9655480952 2022-11-23T03:20:55.4986158Z ##[endgroup] 2022-11-23T03:20:56.0226600Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:20:56.2192280Z Finished 2022-11-23T03:20:56.4154206Z 2022-11-23T03:20:56.4154896Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:20:56.4155287Z 2022-11-23T03:20:56.4155490Z Scanning the drive: 2022-11-23T03:20:56.4155853Z 4 files, 1333336 bytes (1303 KiB) 2022-11-23T03:20:56.4156095Z 2022-11-23T03:20:56.4156493Z Creating archive: test-reports-test-default-2-5-windows.8xlarge.nvidia.gpu_9655480952.zip 2022-11-23T03:20:56.4156812Z 2022-11-23T03:20:56.4156978Z Add new data to archive: 4 files, 1333336 bytes (1303 KiB) 2022-11-23T03:20:56.4157168Z 2022-11-23T03:20:56.4157178Z 2022-11-23T03:20:56.4157359Z Files read from disk: 4 2022-11-23T03:20:56.4157729Z Archive size: 61985 bytes (61 KiB) 2022-11-23T03:20:56.4157979Z Everything is Ok 2022-11-23T03:20:56.4668757Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T03:20:56.4669128Z # -ir => recursive include all files in pattern 2022-11-23T03:20:56.4669478Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T03:20:56.4703387Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:20:56.4703740Z env: 2022-11-23T03:20:56.4703962Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:20:56.4704279Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:56.4704697Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:20:56.4705106Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:56.4705488Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:56.4705862Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:56.4706273Z FILE_SUFFIX: test-default-2-5-windows.8xlarge.nvidia.gpu_9655480952 2022-11-23T03:20:56.4706668Z ##[endgroup] 2022-11-23T03:20:56.9659318Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:20:57.1186378Z Finished 2022-11-23T03:20:57.7164767Z 2022-11-23T03:20:57.7165483Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T03:20:57.7165897Z 2022-11-23T03:20:57.7166056Z Scanning the drive: 2022-11-23T03:20:57.7166510Z 1 file, 6946166 bytes (6784 KiB) 2022-11-23T03:20:57.7166709Z 2022-11-23T03:20:57.7167176Z Creating archive: usage-log-test-default-2-5-windows.8xlarge.nvidia.gpu_9655480952.zip 2022-11-23T03:20:57.7167770Z 2022-11-23T03:20:57.7168056Z Add new data to archive: 1 file, 6946166 bytes (6784 KiB) 2022-11-23T03:20:57.7168253Z 2022-11-23T03:20:57.7168260Z 2022-11-23T03:20:57.7168373Z Files read from disk: 1 2022-11-23T03:20:57.7168769Z Archive size: 174149 bytes (171 KiB) 2022-11-23T03:20:57.7169155Z Everything is Ok 2022-11-23T03:20:57.7668463Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:20:57.7668713Z with: 2022-11-23T03:20:57.7668974Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:20:57.7669251Z retention-days: 14 2022-11-23T03:20:57.7669498Z if-no-files-found: warn 2022-11-23T03:20:57.7669749Z path: test-jsons-*.zip 2022-11-23T03:20:57.7669964Z name: artifact 2022-11-23T03:20:57.7670335Z s3-bucket: gha-artifacts 2022-11-23T03:20:57.7670578Z region: us-east-1 2022-11-23T03:20:57.7670785Z env: 2022-11-23T03:20:57.7670998Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:20:57.7671309Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:57.7672275Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:20:57.7672735Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:57.7673117Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:57.7673495Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:57.7673789Z ##[endgroup] 2022-11-23T03:20:59.0190939Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:20:59.0191402Z With the provided path, there will be 1 file uploaded 2022-11-23T03:20:59.0191760Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:20:59.0213228Z Starting upload of test-jsons-test-default-2-5-windows.8xlarge.nvidia.gpu_9655480952.zip 2022-11-23T03:20:59.1749595Z Finished upload of test-jsons-test-default-2-5-windows.8xlarge.nvidia.gpu_9655480952.zip 2022-11-23T03:20:59.2230979Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:20:59.2231237Z with: 2022-11-23T03:20:59.2231503Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:20:59.2231783Z retention-days: 14 2022-11-23T03:20:59.2232031Z if-no-files-found: error 2022-11-23T03:20:59.2232290Z path: test-reports-*.zip 2022-11-23T03:20:59.2232509Z name: artifact 2022-11-23T03:20:59.2232738Z s3-bucket: gha-artifacts 2022-11-23T03:20:59.2232977Z region: us-east-1 2022-11-23T03:20:59.2233182Z env: 2022-11-23T03:20:59.2233397Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:20:59.2233712Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:59.2234131Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:20:59.2234544Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:59.2234921Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:59.2235301Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:59.2235592Z ##[endgroup] 2022-11-23T03:20:59.8032639Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:20:59.8033132Z With the provided path, there will be 1 file uploaded 2022-11-23T03:20:59.8033474Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:20:59.8052841Z Starting upload of test-reports-test-default-2-5-windows.8xlarge.nvidia.gpu_9655480952.zip 2022-11-23T03:20:59.9502083Z Finished upload of test-reports-test-default-2-5-windows.8xlarge.nvidia.gpu_9655480952.zip 2022-11-23T03:20:59.9905868Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T03:20:59.9906123Z with: 2022-11-23T03:20:59.9906382Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:20:59.9906671Z retention-days: 14 2022-11-23T03:20:59.9906921Z if-no-files-found: ignore 2022-11-23T03:20:59.9907174Z path: usage-log-*.zip 2022-11-23T03:20:59.9907384Z name: artifact 2022-11-23T03:20:59.9907613Z s3-bucket: gha-artifacts 2022-11-23T03:20:59.9907851Z region: us-east-1 2022-11-23T03:20:59.9908057Z env: 2022-11-23T03:20:59.9908276Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:20:59.9908582Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:59.9909003Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:20:59.9909411Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:59.9910177Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:59.9910957Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:20:59.9911422Z ##[endgroup] 2022-11-23T03:21:00.5891181Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T03:21:00.5891906Z With the provided path, there will be 1 file uploaded 2022-11-23T03:21:00.5892264Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T03:21:00.5911796Z Starting upload of usage-log-test-default-2-5-windows.8xlarge.nvidia.gpu_9655480952.zip 2022-11-23T03:21:00.7262786Z Finished upload of usage-log-test-default-2-5-windows.8xlarge.nvidia.gpu_9655480952.zip 2022-11-23T03:21:00.7660318Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T03:21:00.7660698Z .github/scripts/parse_ref.py 2022-11-23T03:21:00.7726151Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:21:00.7726489Z env: 2022-11-23T03:21:00.7726708Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:21:00.7727023Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:00.7727435Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:21:00.7727832Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:00.7728214Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:00.7728586Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:00.7728874Z ##[endgroup] 2022-11-23T03:21:01.2859077Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:21:01.4591905Z Finished 2022-11-23T03:21:01.7456595Z ##[group]Run set -x 2022-11-23T03:21:01.7456915Z set -x 2022-11-23T03:21:01.7457199Z python3 -m pip install -r requirements.txt 2022-11-23T03:21:01.7457521Z python3 -m pip install boto3==1.19.12 2022-11-23T03:21:01.7457899Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T03:21:01.7503839Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:21:01.7504351Z env: 2022-11-23T03:21:01.7504698Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:21:01.7505045Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:01.7505445Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:21:01.7505847Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:01.7506224Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:01.7506640Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:21:01.7506960Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T03:21:01.7507192Z BRANCH: 2022-11-23T03:21:01.7507386Z TEST_CONFIG: default 2022-11-23T03:21:01.7507610Z SHARD_NUMBER: 2 2022-11-23T03:21:01.7507883Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T03:21:01.7508145Z PR_NUMBER: 2022-11-23T03:21:01.7508376Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T03:21:01.7508624Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T03:21:01.7508908Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T03:21:01.7509158Z TAG: 2022-11-23T03:21:01.7509363Z WORKFLOW_ID: 3528293554 2022-11-23T03:21:01.7510025Z GITHUB_TOKEN: *** 2022-11-23T03:21:01.7510271Z GHA_WORKFLOW_JOB_ID: 9655480952 2022-11-23T03:21:01.7510507Z ##[endgroup] 2022-11-23T03:21:01.7834032Z + python3 -m pip install -r requirements.txt 2022-11-23T03:21:02.7039848Z Collecting astunparse 2022-11-23T03:21:02.7529210Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T03:21:02.7921862Z Collecting expecttest 2022-11-23T03:21:02.8021525Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T03:21:02.8391028Z Collecting future 2022-11-23T03:21:02.8466069Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T03:21:02.8778113Z ------------------------------------- 829.2/829.2 kB 25.6 MB/s eta 0:00:00 2022-11-23T03:21:03.4496322Z Preparing metadata (setup.py): started 2022-11-23T03:21:04.3046085Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T03:21:04.9117798Z Collecting hypothesis 2022-11-23T03:21:04.9241996Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T03:21:04.9436371Z ------------------------------------- 396.8/396.8 kB 24.2 MB/s eta 0:00:00 2022-11-23T03:21:05.1850402Z Collecting numpy 2022-11-23T03:21:05.1925274Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T03:21:05.3885933Z --------------------------------------- 14.6/14.6 MB 65.1 MB/s eta 0:00:00 2022-11-23T03:21:05.4704877Z Requirement already satisfied: psutil in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-11-23T03:21:05.5225568Z Collecting pyyaml 2022-11-23T03:21:05.5398940Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T03:21:05.5566536Z Requirement already satisfied: requests in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-11-23T03:21:05.5584400Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from -r requirements.txt (line 10)) (65.5.0) 2022-11-23T03:21:05.5828537Z Collecting six 2022-11-23T03:21:05.5888330Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T03:21:05.6212112Z Collecting types-dataclasses 2022-11-23T03:21:05.6310524Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T03:21:05.6671877Z Collecting typing_extensions 2022-11-23T03:21:05.6719007Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T03:21:05.7233957Z Collecting sympy 2022-11-23T03:21:05.7540568Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T03:21:05.8555339Z Collecting filelock 2022-11-23T03:21:05.8604382Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T03:21:05.9240180Z Collecting networkx 2022-11-23T03:21:05.9342872Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T03:21:06.0152789Z ---------------------------------------- 2.0/2.0 MB 25.5 MB/s eta 0:00:00 2022-11-23T03:21:06.0846742Z Collecting jinja2 2022-11-23T03:21:06.0899705Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T03:21:06.1026393Z -------------------------------------- 133.1/133.1 kB 8.2 MB/s eta 0:00:00 2022-11-23T03:21:06.1676637Z Collecting wheel<1.0,>=0.23.0 2022-11-23T03:21:06.1757364Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T03:21:06.2635978Z Collecting attrs>=19.2.0 2022-11-23T03:21:06.2700978Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T03:21:06.2807870Z ---------------------------------------- 58.8/58.8 kB ? eta 0:00:00 2022-11-23T03:21:06.3143488Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T03:21:06.3195191Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T03:21:06.3786583Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (1.26.12) 2022-11-23T03:21:06.3805229Z Requirement already satisfied: certifi>=2017.4.17 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-11-23T03:21:06.3840964Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-11-23T03:21:06.3873933Z Requirement already satisfied: idna<4,>=2.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-11-23T03:21:06.4254781Z Collecting mpmath>=0.19 2022-11-23T03:21:06.4370991Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T03:21:06.5726843Z Collecting MarkupSafe>=2.0 2022-11-23T03:21:06.5777741Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T03:21:06.6430452Z Preparing metadata (setup.py): started 2022-11-23T03:21:07.4050356Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T03:21:07.8797480Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, typing_extensions, sympy, six, pyyaml, numpy, networkx, MarkupSafe, future, filelock, expecttest, attrs, jinja2, hypothesis, astunparse 2022-11-23T03:21:52.1003534Z DEPRECATION: MarkupSafe is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T03:21:52.1012825Z Running setup.py install for MarkupSafe: started 2022-11-23T03:21:55.4926566Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T03:21:55.5021892Z DEPRECATION: future is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559 2022-11-23T03:21:55.5031142Z Running setup.py install for future: started 2022-11-23T03:22:00.3703219Z Running setup.py install for future: finished with status 'done' 2022-11-23T03:22:02.8973705Z Successfully installed MarkupSafe-2.1.1 astunparse-1.6.3 attrs-22.1.0 expecttest-0.1.4 filelock-3.8.0 future-0.18.2 hypothesis-6.58.0 jinja2-3.1.2 mpmath-1.2.1 networkx-2.8.8 numpy-1.23.5 pyyaml-6.0 six-1.16.0 sortedcontainers-2.4.0 sympy-1.11.1 types-dataclasses-0.6.6 typing_extensions-4.4.0 wheel-0.38.4 2022-11-23T03:22:03.2686437Z + python3 -m pip install boto3==1.19.12 2022-11-23T03:22:04.7001344Z Collecting boto3==1.19.12 2022-11-23T03:22:04.7311362Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T03:22:04.7492339Z -------------------------------------- 131.8/131.8 kB 7.6 MB/s eta 0:00:00 2022-11-23T03:22:05.3384533Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T03:22:05.3457144Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T03:22:05.4672452Z ---------------------------------------- 8.1/8.1 MB 73.6 MB/s eta 0:00:00 2022-11-23T03:22:05.5552905Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T03:22:05.5600792Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T03:22:05.6011719Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T03:22:05.6062832Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T03:22:05.6180842Z ---------------------------------------- 79.5/79.5 kB 4.3 MB/s eta 0:00:00 2022-11-23T03:22:05.6602332Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T03:22:05.6652714Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T03:22:05.6798958Z ---------------------------------------- 247.7/247.7 kB ? eta 0:00:00 2022-11-23T03:22:05.6974370Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.12) 2022-11-23T03:22:05.9233824Z Requirement already satisfied: six>=1.5 in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-11-23T03:22:06.2953418Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T03:22:10.1179679Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.8.2 s3transfer-0.5.2 2022-11-23T03:22:10.2848561Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T03:22:27.0533976Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T03:22:27.0534535Z 2022-11-23T03:22:27.0534862Z ----- Historic stats comparison result ------ 2022-11-23T03:22:27.0535245Z 2022-11-23T03:22:27.0535883Z job: win-vs2019-cuda11.6-py3 2022-11-23T03:22:27.0536485Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T03:22:27.0538599Z 2022-11-23T03:22:27.0539415Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T03:22:27.0539886Z 2022-11-23T03:22:27.0540015Z : (master) 2022-11-23T03:22:27.0540405Z | 2022-11-23T03:22:27.0540903Z * 1cfd3858ac (HEAD) total time 5581.33s 2022-11-23T03:22:27.0543188Z * 26322544b8 (base) 7 reports, total time 6322.35s � 2234.21s 2022-11-23T03:22:27.0543867Z * 7f4b4d2827 7 reports, total time 6271.08s � 2280.71s 2022-11-23T03:22:27.0544705Z * b50699f247 7 reports, total time 6308.10s � 2206.06s 2022-11-23T03:22:27.0545600Z * 8bf8e4d71e 7 reports, total time 6304.27s � 2211.70s 2022-11-23T03:22:27.0546378Z * ce856cee7e 7 reports, total time 6336.58s � 2273.01s 2022-11-23T03:22:27.0547105Z * 391b593ca2 7 reports, total time 6378.48s � 2342.47s 2022-11-23T03:22:27.0548059Z * 5bba783d21 7 reports, total time 6277.93s � 2268.16s 2022-11-23T03:22:27.0548790Z * ea920a1115 7 reports, total time 6257.12s � 2205.16s 2022-11-23T03:22:27.0549535Z * 74e62a1fef 7 reports, total time 6273.74s � 2219.45s 2022-11-23T03:22:27.0550253Z * 00b7d8ef23 7 reports, total time 6299.57s � 2254.43s 2022-11-23T03:22:27.0551062Z | 2022-11-23T03:22:27.0551528Z : 2022-11-23T03:22:27.0551789Z 2022-11-23T03:22:27.0552134Z Removed (across 782 suites) 0 tests, totaling 0.00s 2022-11-23T03:22:27.0552875Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T03:22:27.0553616Z Added (across 4 suites) 7666 tests, totaling +5581.33s 2022-11-23T03:22:27.1766112Z Prepare all required actions 2022-11-23T03:22:27.1824572Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T03:22:27.1824899Z with: 2022-11-23T03:22:27.1825101Z env: 2022-11-23T03:22:27.1825396Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:22:27.1825785Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:27.1826265Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:22:27.1826721Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:27.1827112Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:27.1827542Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:27.1827885Z ##[endgroup] 2022-11-23T03:22:27.2026236Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T03:22:27.2026605Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T03:22:27.2060917Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:22:27.2061249Z env: 2022-11-23T03:22:27.2061487Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:22:27.2062035Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:27.2062698Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:22:27.2063123Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:27.2063516Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:27.2063879Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:27.2064176Z ##[endgroup] 2022-11-23T03:22:27.7372171Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:22:27.8906093Z Finished 2022-11-23T03:22:28.5258237Z Holding runner until all ssh sessions have logged out 2022-11-23T03:22:28.5726561Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T03:22:28.5726948Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T03:22:28.5757610Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T03:22:28.5758091Z env: 2022-11-23T03:22:28.5758330Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:22:28.5758672Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:28.5759100Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:22:28.5759492Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:28.5759883Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:28.5760275Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:28.5760580Z ##[endgroup] 2022-11-23T03:22:29.0926746Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T03:22:29.2657351Z Finished 2022-11-23T03:22:29.3533824Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T03:22:29.3534234Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T03:22:29.3534537Z rm -rf ./* 2022-11-23T03:22:29.3569285Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T03:22:29.3569620Z env: 2022-11-23T03:22:29.3569854Z GIT_DEFAULT_BRANCH: master 2022-11-23T03:22:29.3570178Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:29.3570606Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T03:22:29.3571016Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:29.3571406Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:29.3571792Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T03:22:29.3572104Z EXTRA_DELETE_DIR: 2022-11-23T03:22:29.3573430Z ##[endgroup] 2022-11-23T03:22:57.6228676Z Post job cleanup. 2022-11-23T03:22:57.6420215Z Post job cleanup. 2022-11-23T03:22:58.2518273Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T03:22:58.2926720Z Post job cleanup. 2022-11-23T03:22:58.3156951Z Post job cleanup. 2022-11-23T03:23:02.3418621Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T03:23:02.3703005Z git version 2.38.1.windows.1 2022-11-23T03:23:02.3776905Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\91963f94-ac09-4486-acf9-aaaece5e6608\.gitconfig' 2022-11-23T03:23:02.3810578Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\91963f94-ac09-4486-acf9-aaaece5e6608' before making global git config changes 2022-11-23T03:23:02.3811887Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T03:23:02.3822901Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T03:23:02.4164869Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T03:23:02.4480692Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2022-11-23T03:23:03.0444006Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T03:23:03.0721530Z http.https://github.com/.extraheader 2022-11-23T03:23:03.0778902Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T03:23:03.1138658Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2022-11-23T03:23:03.7549735Z Cleaning up orphan processes 2022-11-23T03:23:03.7772979Z Terminate orphan process: pid (4248) (mspdbsrv)